Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-swift-automation committed Oct 30, 2024
1 parent 5223e8f commit a7d9ef5
Show file tree
Hide file tree
Showing 17 changed files with 25,102 additions and 480 deletions.
1,658 changes: 1,425 additions & 233 deletions codegen/sdk-codegen/aws-models/appsync.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions codegen/sdk-codegen/aws-models/connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 100
"min": 0,
"max": 255
},
"smithy.api#sensitive": {}
}
Expand Down Expand Up @@ -447,8 +447,8 @@
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"max": 100
"min": 0,
"max": 300
},
"smithy.api#sensitive": {}
}
Expand Down Expand Up @@ -40511,7 +40511,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>Contains information about the identity of a user.</p>\n <note>\n <p>For Amazon Connect instances that are created with the <code>EXISTING_DIRECTORY</code>\n identity management type, <code>FirstName</code>, <code>LastName</code>, and <code>Email</code>\n cannot be updated from within Amazon Connect because they are managed by the\n directory.</p>\n </note>"
"smithy.api#documentation": "<p>Contains information about the identity of a user.</p>\n <note>\n <p>For Amazon Connect instances that are created with the <code>EXISTING_DIRECTORY</code>\n identity management type, <code>FirstName</code>, <code>LastName</code>, and <code>Email</code>\n cannot be updated from within Amazon Connect because they are managed by the\n directory.</p>\n </note>\n <important>\n <p>The <code>FirstName</code> and <code>LastName</code> length constraints below apply only to\n instances using SAML for identity management. If you are using Amazon Connect for identity\n management, the length constraints are 1-255 for <code>FirstName</code>, and 1-256 for\n <code>LastName</code>. </p>\n </important>"
}
},
"com.amazonaws.connect#UserIdentityInfoLite": {
Expand Down
256 changes: 190 additions & 66 deletions codegen/sdk-codegen/aws-models/datasync.json

Large diffs are not rendered by default.

483 changes: 469 additions & 14 deletions codegen/sdk-codegen/aws-models/ec2.json

Large diffs are not rendered by default.

858 changes: 824 additions & 34 deletions codegen/sdk-codegen/aws-models/ecs.json

Large diffs are not rendered by default.

2,181 changes: 2,181 additions & 0 deletions codegen/sdk-codegen/aws-models/geo-maps.json

Large diffs are not rendered by default.

5,840 changes: 5,840 additions & 0 deletions codegen/sdk-codegen/aws-models/geo-places.json

Large diffs are not rendered by default.

11,353 changes: 11,353 additions & 0 deletions codegen/sdk-codegen/aws-models/geo-routes.json

Large diffs are not rendered by default.

477 changes: 469 additions & 8 deletions codegen/sdk-codegen/aws-models/keyspaces.json

Large diffs are not rendered by default.

25 changes: 24 additions & 1 deletion codegen/sdk-codegen/aws-models/network-firewall.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,6 +2371,20 @@
"target": "com.amazonaws.networkfirewall#TCPFlag"
}
},
"com.amazonaws.networkfirewall#FlowTimeouts": {
"type": "structure",
"members": {
"TcpIdleTimeoutSeconds": {
"target": "com.amazonaws.networkfirewall#TcpIdleTimeoutRangeBound",
"traits": {
"smithy.api#documentation": "<p>The number of seconds that can pass without any TCP traffic sent through the firewall before the firewall determines that the connection is idle.\n After the idle timeout passes, data packets are dropped, however, the next TCP SYN packet is considered a new flow and is processed by the firewall. \n Clients or targets can use TCP keepalive packets to reset the idle timeout.\n </p>\n <p>You can define the <code>TcpIdleTimeoutSeconds</code> value to be between 60 and 6000 seconds. If no value is provided, it defaults to 350 seconds.\n </p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Describes the amount of time that can pass without any traffic sent through the firewall before the firewall determines that the connection is idle and Network Firewall removes the flow entry from its flow table. \n Existing connections and flows are not impacted when you update this value. Only new connections after you update this value are impacted.\n </p>"
}
},
"com.amazonaws.networkfirewall#GeneratedRulesType": {
"type": "enum",
"members": {
Expand Down Expand Up @@ -3360,7 +3374,7 @@
"name": "network-firewall"
},
"aws.protocols#awsJson1_0": {},
"smithy.api#documentation": "<p>This is the API Reference for Network Firewall. This guide is for developers who need\n detailed information about the Network Firewall API actions, data types, and errors. </p>\n <ul>\n <li>\n <p>The REST API requires you to handle connection details, such as calculating\n signatures, handling request retries, and error handling. For general information\n about using the Amazon Web Services REST APIs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-apis.html\">Amazon Web Services APIs</a>. </p>\n <p>To access Network Firewall using the REST API endpoint:\n <code>https://network-firewall.<region>.amazonaws.com </code>\n </p>\n </li>\n <li>\n <p>Alternatively, you can use one of the Amazon Web Services SDKs to access an API that's tailored to\n the programming language or platform that you're using. For more information, see\n <a href=\"http://aws.amazon.com/tools/#SDKs\">Amazon Web Services SDKs</a>.</p>\n </li>\n <li>\n <p>For descriptions of Network Firewall features, including and step-by-step\n instructions on how to use them through the Network Firewall console, see the <a href=\"https://docs.aws.amazon.com/network-firewall/latest/developerguide/\">Network Firewall Developer\n Guide</a>.</p>\n </li>\n </ul>\n <p>Network Firewall is a stateful, managed, network firewall and intrusion detection and\n prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network Firewall, you can filter traffic at the\n perimeter of your VPC. This includes filtering traffic going to and coming from an internet\n gateway, NAT gateway, or over VPN or Direct Connect. Network Firewall uses rules that are compatible\n with Suricata, a free, open source network analysis and threat detection engine.\n Network Firewall supports Suricata version 6.0.9. For information about Suricata,\n see the <a href=\"https://suricata.io/\">Suricata website</a>.</p>\n <p>You can use Network Firewall to monitor and protect your VPC traffic in a number of ways.\n The following are just a few examples: </p>\n <ul>\n <li>\n <p>Allow domains or IP addresses for known Amazon Web Services service endpoints, such as Amazon S3, and\n block all other forms of traffic.</p>\n </li>\n <li>\n <p>Use custom lists of known bad domains to limit the types of domain names that your\n applications can access.</p>\n </li>\n <li>\n <p>Perform deep packet inspection on traffic entering or leaving your VPC.</p>\n </li>\n <li>\n <p>Use stateful protocol detection to filter protocols like HTTPS, regardless of the\n port used.</p>\n </li>\n </ul>\n <p>To enable Network Firewall for your VPCs, you perform steps in both Amazon VPC and in\n Network Firewall. For information about using Amazon VPC, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/\">Amazon VPC User Guide</a>.</p>\n <p>To start using Network Firewall, do the following: </p>\n <ol>\n <li>\n <p>(Optional) If you don't already have a VPC that you want to protect, create it in\n Amazon VPC. </p>\n </li>\n <li>\n <p>In Amazon VPC, in each Availability Zone where you want to have a firewall endpoint, create a\n subnet for the sole use of Network Firewall. </p>\n </li>\n <li>\n <p>In Network Firewall, create stateless and stateful rule groups,\n to define the components of the network traffic filtering behavior that you want your firewall to have. </p>\n </li>\n <li>\n <p>In Network Firewall, create a firewall policy that uses your rule groups and\n specifies additional default traffic filtering behavior. </p>\n </li>\n <li>\n <p>In Network Firewall, create a firewall and specify your new firewall policy and\n VPC subnets. Network Firewall creates a firewall endpoint in each subnet that you\n specify, with the behavior that's defined in the firewall policy.</p>\n </li>\n <li>\n <p>In Amazon VPC, use ingress routing enhancements to route traffic through the new firewall\n endpoints.</p>\n </li>\n </ol>",
"smithy.api#documentation": "<p>This is the API Reference for Network Firewall. This guide is for developers who need\n detailed information about the Network Firewall API actions, data types, and errors. </p>\n <ul>\n <li>\n <p>The REST API requires you to handle connection details, such as calculating\n signatures, handling request retries, and error handling. For general information\n about using the Amazon Web Services REST APIs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-apis.html\">Amazon Web Services APIs</a>. </p>\n <p>To access Network Firewall using the REST API endpoint:\n <code>https://network-firewall.<region>.amazonaws.com </code>\n </p>\n </li>\n <li>\n <p>Alternatively, you can use one of the Amazon Web Services SDKs to access an API that's tailored to\n the programming language or platform that you're using. For more information, see\n <a href=\"http://aws.amazon.com/tools/#SDKs\">Amazon Web Services SDKs</a>.</p>\n </li>\n <li>\n <p>For descriptions of Network Firewall features, including and step-by-step\n instructions on how to use them through the Network Firewall console, see the <a href=\"https://docs.aws.amazon.com/network-firewall/latest/developerguide/\">Network Firewall Developer\n Guide</a>.</p>\n </li>\n </ul>\n <p>Network Firewall is a stateful, managed, network firewall and intrusion detection and\n prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network Firewall, you can filter traffic at the\n perimeter of your VPC. This includes filtering traffic going to and coming from an internet\n gateway, NAT gateway, or over VPN or Direct Connect. Network Firewall uses rules that are compatible\n with Suricata, a free, open source network analysis and threat detection engine. </p>\n <p>You can use Network Firewall to monitor and protect your VPC traffic in a number of ways.\n The following are just a few examples: </p>\n <ul>\n <li>\n <p>Allow domains or IP addresses for known Amazon Web Services service endpoints, such as Amazon S3, and\n block all other forms of traffic.</p>\n </li>\n <li>\n <p>Use custom lists of known bad domains to limit the types of domain names that your\n applications can access.</p>\n </li>\n <li>\n <p>Perform deep packet inspection on traffic entering or leaving your VPC.</p>\n </li>\n <li>\n <p>Use stateful protocol detection to filter protocols like HTTPS, regardless of the\n port used.</p>\n </li>\n </ul>\n <p>To enable Network Firewall for your VPCs, you perform steps in both Amazon VPC and in\n Network Firewall. For information about using Amazon VPC, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/\">Amazon VPC User Guide</a>.</p>\n <p>To start using Network Firewall, do the following: </p>\n <ol>\n <li>\n <p>(Optional) If you don't already have a VPC that you want to protect, create it in\n Amazon VPC. </p>\n </li>\n <li>\n <p>In Amazon VPC, in each Availability Zone where you want to have a firewall endpoint, create a\n subnet for the sole use of Network Firewall. </p>\n </li>\n <li>\n <p>In Network Firewall, create stateless and stateful rule groups,\n to define the components of the network traffic filtering behavior that you want your firewall to have. </p>\n </li>\n <li>\n <p>In Network Firewall, create a firewall policy that uses your rule groups and\n specifies additional default traffic filtering behavior. </p>\n </li>\n <li>\n <p>In Network Firewall, create a firewall and specify your new firewall policy and\n VPC subnets. Network Firewall creates a firewall endpoint in each subnet that you\n specify, with the behavior that's defined in the firewall policy.</p>\n </li>\n <li>\n <p>In Amazon VPC, use ingress routing enhancements to route traffic through the new firewall\n endpoints.</p>\n </li>\n </ol>",
"smithy.api#title": "AWS Network Firewall",
"smithy.rules#endpointRuleSet": {
"version": "1.0",
Expand Down Expand Up @@ -5304,6 +5318,12 @@
"traits": {
"smithy.api#documentation": "<p>Configures how Network Firewall processes traffic when a network connection breaks midstream. Network connections can break due to disruptions in external networks or within the firewall itself.</p>\n <ul>\n <li>\n <p>\n <code>DROP</code> - Network Firewall fails closed and drops all subsequent traffic going to the firewall. This is the default behavior.</p>\n </li>\n <li>\n <p>\n <code>CONTINUE</code> - Network Firewall continues to apply rules to the subsequent traffic without context from traffic before the break. This impacts the behavior of rules that depend on this context. For example, if you have a stateful rule to <code>drop http</code> traffic, Network Firewall won't match the traffic for this rule because the service won't have the context from session initialization defining the application layer protocol as HTTP. However, this behavior is rule dependent—a TCP-layer rule using a <code>flow:stateless</code> rule would still match, as would the <code>aws:drop_strict</code> default action.</p>\n </li>\n <li>\n <p>\n <code>REJECT</code> - Network Firewall fails closed and drops all subsequent traffic going to the firewall. Network Firewall also sends a TCP reject packet back to your client so that the client can immediately establish a new session. Network Firewall will have context about the new session and will apply rules to the subsequent traffic.</p>\n </li>\n </ul>"
}
},
"FlowTimeouts": {
"target": "com.amazonaws.networkfirewall#FlowTimeouts",
"traits": {
"smithy.api#documentation": "<p>Configures the amount of time that can pass without any traffic sent through the firewall before the firewall determines that the connection is idle.\n </p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -6073,6 +6093,9 @@
"target": "com.amazonaws.networkfirewall#TargetType"
}
},
"com.amazonaws.networkfirewall#TcpIdleTimeoutRangeBound": {
"type": "integer"
},
"com.amazonaws.networkfirewall#ThrottlingException": {
"type": "structure",
"members": {
Expand Down
Loading

0 comments on commit a7d9ef5

Please sign in to comment.