You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"smithy.api#documentation": "<p>The identifier (ID) of the virtual private cloud (VPC) that contains the\n cluster.</p>"
1468
1480
}
1469
1481
},
1482
+
"NetworkType": {
1483
+
"target": "com.amazonaws.cloudhsmv2#NetworkType",
1484
+
"traits": {
1485
+
"smithy.api#documentation": "<p>The cluster's NetworkType can be set to either IPV4 (which is the default) or DUALSTACK.\n When set to IPV4, communication between your application and the Hardware Security Modules (HSMs) is restricted to the IPv4 protocol only.\n In contrast, the DUALSTACK network type enables communication over both the IPv4 and IPv6 protocols.\n To use the DUALSTACK option, you'll need to configure your Virtual Private Cloud (VPC) and subnets to support both IPv4 and IPv6. This involves adding IPv6 Classless Inter-Domain Routing (CIDR) blocks to the existing IPv4 CIDR blocks in your subnets.\n The choice between IPV4 and DUALSTACK network types determines the flexibility of the network addressing setup for your cluster. The DUALSTACK option provides more flexibility by allowing both IPv4 and IPv6 communication.</p>"
"smithy.api#documentation": "<p>The NetworkType to create a cluster with. The allowed values are\n <code>IPV4</code> and <code>DUALSTACK</code>.\n </p>"
"smithy.api#documentation": "<p>Deletes a security group.</p>\n <p>If you attempt to delete a security group that is associated with an instance or network interface, is\n\t\t\t referenced by another security group in the same VPC, or has a VPC association, the operation fails with\n\t\t\t\t<code>DependencyViolation</code>.</p>",
@@ -26515,6 +26515,30 @@
26515
26515
"smithy.api#input": {}
26516
26516
}
26517
26517
},
26518
+
"com.amazonaws.ec2#DeleteSecurityGroupResult": {
26519
+
"type": "structure",
26520
+
"members": {
26521
+
"Return": {
26522
+
"target": "com.amazonaws.ec2#Boolean",
26523
+
"traits": {
26524
+
"aws.protocols#ec2QueryName": "Return",
26525
+
"smithy.api#documentation": "<p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>",
26526
+
"smithy.api#xmlName": "return"
26527
+
}
26528
+
},
26529
+
"GroupId": {
26530
+
"target": "com.amazonaws.ec2#SecurityGroupId",
26531
+
"traits": {
26532
+
"aws.protocols#ec2QueryName": "GroupId",
26533
+
"smithy.api#documentation": "<p>The ID of the deleted security group.</p>",
26534
+
"smithy.api#xmlName": "groupId"
26535
+
}
26536
+
}
26537
+
},
26538
+
"traits": {
26539
+
"smithy.api#output": {}
26540
+
}
26541
+
},
26518
26542
"com.amazonaws.ec2#DeleteSnapshot": {
26519
26543
"type": "operation",
26520
26544
"input": {
@@ -52254,7 +52278,7 @@
52254
52278
}
52255
52279
},
52256
52280
"traits": {
52257
-
"smithy.api#documentation": "<p>A filter name and value pair that is used to return a more specific list of results from a describe operation. \n Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.</p>\n <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only \n results that match all of the specified filters.</p>"
52281
+
"smithy.api#documentation": "<p>A filter name and value pair that is used to return a more specific list of results from a describe operation. \n Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.</p>\n <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only \n results that match all of the specified filters.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Filtering.html#Filtering_Resources_CLI\">List and filter using the CLI and API</a> in the <i>Amazon EC2 User Guide</i>.</p>"
"smithy.api#documentation": "<p>Generates an account status report. The report is generated asynchronously, and can\n take several hours to complete.</p>\n <p>The report provides the current status of all attributes supported by declarative\n policies for the accounts within the specified scope. The scope is determined by the\n specified <code>TargetId</code>, which can represent an individual account, or all the\n accounts that fall under the specified organizational unit (OU) or root (the entire\n Amazon Web Services Organization).</p>\n <p>The report is saved to your specified S3 bucket, using the following path structure\n (with the <i>italicized placeholders</i> representing your specific\n values):</p>\n <p>\n <code>s3://<i>amzn-s3-demo-bucket</i>/<i>your-optional-s3-prefix</i>/ec2_<i>targetId</i>_<i>reportId</i>_<i>yyyyMMdd</i>T<i>hhmm</i>Z.csv</code>\n </p>\n <p class=\"title\">\n <b>Prerequisites for generating a report</b>\n </p>\n <ul>\n <li>\n <p>The <code>StartDeclarativePoliciesReport</code> API can only be called by the\n management account or delegated administrators for the organization.</p>\n </li>\n <li>\n <p>An S3 bucket must be available before generating the report (you can create a\n new one or use an existing one), and it must have an appropriate bucket policy.\n For a sample S3 policy, see <i>Sample Amazon S3 policy</i> under\n .</p>\n </li>\n <li>\n <p>Trusted access must be enabled for the service for which the declarative\n policy will enforce a baseline configuration. If you use the Amazon Web Services Organizations\n console, this is done automatically when you enable declarative policies. The\n API uses the following service principal to identify the EC2 service:\n <code>ec2.amazonaws.com</code>. For more information on how to enable\n trusted access with the Amazon Web Services CLI and Amazon Web Services SDKs, see <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html\">Using\n Organizations with other Amazon Web Services services</a> in the\n <i>Amazon Web Services Organizations User Guide</i>.</p>\n </li>\n <li>\n <p>Only one report per organization can be generated at a time. Attempting to\n generate a report while another is in progress will result in an error.</p>\n </li>\n </ul>\n <p>For more information, including the required IAM permissions to run this API, see\n <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative_status-report.html\">Generating the account status report for declarative policies</a> in the\n <i>Amazon Web Services Organizations User Guide</i>.</p>"
102896
+
"smithy.api#documentation": "<p>Generates an account status report. The report is generated asynchronously, and can\n take several hours to complete.</p>\n <p>The report provides the current status of all attributes supported by declarative\n policies for the accounts within the specified scope. The scope is determined by the\n specified <code>TargetId</code>, which can represent an individual account, or all the\n accounts that fall under the specified organizational unit (OU) or root (the entire\n Amazon Web Services Organization).</p>\n <p>The report is saved to your specified S3 bucket, using the following path structure\n (with the <i>italicized placeholders</i> representing your specific\n values):</p>\n <p>\n <code>s3://<i>amzn-s3-demo-bucket</i>/<i>your-optional-s3-prefix</i>/ec2_<i>targetId</i>_<i>reportId</i>_<i>yyyyMMdd</i>T<i>hhmm</i>Z.csv</code>\n </p>\n <p class=\"title\">\n <b>Prerequisites for generating a report</b>\n </p>\n <ul>\n <li>\n <p>The <code>StartDeclarativePoliciesReport</code> API can only be called by the\n management account or delegated administrators for the organization.</p>\n </li>\n <li>\n <p>An S3 bucket must be available before generating the report (you can create a\n new one or use an existing one), it must be in the same Region where the report\n generation request is made, and it must have an appropriate bucket policy. For a\n sample S3 policy, see <i>Sample Amazon S3 policy</i> under .</p>\n </li>\n <li>\n <p>Trusted access must be enabled for the service for which the declarative\n policy will enforce a baseline configuration. If you use the Amazon Web Services Organizations\n console, this is done automatically when you enable declarative policies. The\n API uses the following service principal to identify the EC2 service:\n <code>ec2.amazonaws.com</code>. For more information on how to enable\n trusted access with the Amazon Web Services CLI and Amazon Web Services SDKs, see <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html\">Using\n Organizations with other Amazon Web Services services</a> in the\n <i>Amazon Web Services Organizations User Guide</i>.</p>\n </li>\n <li>\n <p>Only one report per organization can be generated at a time. Attempting to\n generate a report while another is in progress will result in an error.</p>\n </li>\n </ul>\n <p>For more information, including the required IAM permissions to run this API, see\n <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_declarative_status-report.html\">Generating the account status report for declarative policies</a> in the\n <i>Amazon Web Services Organizations User Guide</i>.</p>"
"smithy.api#documentation": "<p>The name of the S3 bucket where the report will be saved.</p>",
102912
+
"smithy.api#documentation": "<p>The name of the S3 bucket where the report will be saved. The bucket must be in the\n same Region where the report generation request is made.</p>",
0 commit comments