|
3224 | 3224 | "output":{"shape":"GetEbsEncryptionByDefaultResult"},
|
3225 | 3225 | "documentation":"<p>Describes whether EBS encryption by default is enabled for your account in the current Region.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html\">Amazon EBS encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
|
3226 | 3226 | },
|
| 3227 | + "GetFlowLogsIntegrationTemplate":{ |
| 3228 | + "name":"GetFlowLogsIntegrationTemplate", |
| 3229 | + "http":{ |
| 3230 | + "method":"POST", |
| 3231 | + "requestUri":"/" |
| 3232 | + }, |
| 3233 | + "input":{"shape":"GetFlowLogsIntegrationTemplateRequest"}, |
| 3234 | + "output":{"shape":"GetFlowLogsIntegrationTemplateResult"}, |
| 3235 | + "documentation":"<p>Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon Athena. This make it easier for you to query and gain insights from VPC flow logs data. Based on the information that you provide, we configure resources in the template to do the following:</p> <ul> <li> <p>Create a table in Athena that maps fields to a custom log format</p> </li> <li> <p>Create a Lambda function that updates the table with new partitions on a daily, weekly, or monthly basis</p> </li> <li> <p>Create a table partitioned between two timestamps in the past</p> </li> <li> <p>Create a set of named queries in Athena that you can use to get started quickly</p> </li> </ul>" |
| 3236 | + }, |
3227 | 3237 | "GetGroupsForCapacityReservation":{
|
3228 | 3238 | "name":"GetGroupsForCapacityReservation",
|
3229 | 3239 | "http":{
|
|
5692 | 5702 | "AssociateSubnetCidrBlockRequest":{
|
5693 | 5703 | "type":"structure",
|
5694 | 5704 | "required":[
|
5695 |
| - "SubnetId", |
5696 |
| - "Ipv6CidrBlock" |
| 5705 | + "Ipv6CidrBlock", |
| 5706 | + "SubnetId" |
5697 | 5707 | ],
|
5698 | 5708 | "members":{
|
5699 |
| - "SubnetId":{ |
5700 |
| - "shape":"SubnetId", |
5701 |
| - "documentation":"<p>The ID of your subnet.</p>", |
5702 |
| - "locationName":"subnetId" |
5703 |
| - }, |
5704 | 5709 | "Ipv6CidrBlock":{
|
5705 | 5710 | "shape":"String",
|
5706 | 5711 | "documentation":"<p>The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.</p>",
|
5707 | 5712 | "locationName":"ipv6CidrBlock"
|
| 5713 | + }, |
| 5714 | + "SubnetId":{ |
| 5715 | + "shape":"SubnetId", |
| 5716 | + "documentation":"<p>The ID of your subnet.</p>", |
| 5717 | + "locationName":"subnetId" |
5708 | 5718 | }
|
5709 | 5719 | }
|
5710 | 5720 | },
|
|
5930 | 5940 | "disassociated"
|
5931 | 5941 | ]
|
5932 | 5942 | },
|
| 5943 | + "AthenaIntegration":{ |
| 5944 | + "type":"structure", |
| 5945 | + "required":[ |
| 5946 | + "IntegrationResultS3DestinationArn", |
| 5947 | + "PartitionLoadFrequency" |
| 5948 | + ], |
| 5949 | + "members":{ |
| 5950 | + "IntegrationResultS3DestinationArn":{ |
| 5951 | + "shape":"String", |
| 5952 | + "documentation":"<p>The location in Amazon S3 to store the generated CloudFormation template.</p>" |
| 5953 | + }, |
| 5954 | + "PartitionLoadFrequency":{ |
| 5955 | + "shape":"PartitionLoadFrequency", |
| 5956 | + "documentation":"<p>The schedule for adding new partitions to the table.</p>" |
| 5957 | + }, |
| 5958 | + "PartitionStartDate":{ |
| 5959 | + "shape":"MillisecondDateTime", |
| 5960 | + "documentation":"<p>The start date for the partition.</p>" |
| 5961 | + }, |
| 5962 | + "PartitionEndDate":{ |
| 5963 | + "shape":"MillisecondDateTime", |
| 5964 | + "documentation":"<p>The end date for the partition.</p>" |
| 5965 | + } |
| 5966 | + }, |
| 5967 | + "documentation":"<p>Describes integration options for Amazon Athena.</p>" |
| 5968 | + }, |
| 5969 | + "AthenaIntegrationsSet":{ |
| 5970 | + "type":"list", |
| 5971 | + "member":{ |
| 5972 | + "shape":"AthenaIntegration", |
| 5973 | + "locationName":"item" |
| 5974 | + }, |
| 5975 | + "max":10, |
| 5976 | + "min":1 |
| 5977 | + }, |
5933 | 5978 | "AttachClassicLinkVpcRequest":{
|
5934 | 5979 | "type":"structure",
|
5935 | 5980 | "required":[
|
|
10331 | 10376 | "CreateSubnetRequest":{
|
10332 | 10377 | "type":"structure",
|
10333 | 10378 | "required":[
|
10334 |
| - "VpcId", |
10335 |
| - "CidrBlock" |
| 10379 | + "CidrBlock", |
| 10380 | + "VpcId" |
10336 | 10381 | ],
|
10337 | 10382 | "members":{
|
10338 | 10383 | "TagSpecifications":{
|
|
10348 | 10393 | "shape":"String",
|
10349 | 10394 | "documentation":"<p>The AZ ID or the Local Zone ID of the subnet.</p>"
|
10350 | 10395 | },
|
| 10396 | + "CidrBlock":{ |
| 10397 | + "shape":"String", |
| 10398 | + "documentation":"<p>The IPv4 network range for the subnet, in CIDR notation. For example, <code>10.0.0.0/24</code>. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>" |
| 10399 | + }, |
10351 | 10400 | "Ipv6CidrBlock":{
|
10352 | 10401 | "shape":"String",
|
10353 | 10402 | "documentation":"<p>The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length.</p>"
|
|
10364 | 10413 | "shape":"Boolean",
|
10365 | 10414 | "documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
|
10366 | 10415 | "locationName":"dryRun"
|
10367 |
| - }, |
10368 |
| - "CidrBlock":{ |
10369 |
| - "shape":"String", |
10370 |
| - "documentation":"<p>The IPv4 network range for the subnet, in CIDR notation. For example, <code>10.0.0.0/24</code>. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>" |
10371 | 10416 | }
|
10372 | 10417 | }
|
10373 | 10418 | },
|
|
17254 | 17299 | "members":{
|
17255 | 17300 | "Filters":{
|
17256 | 17301 | "shape":"FilterList",
|
17257 |
| - "documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>availability-zone</code> - The Availability Zone for the subnet. You can also use <code>availabilityZone</code> as the filter name.</p> </li> <li> <p> <code>availability-zone-id</code> - The ID of the Availability Zone for the subnet. You can also use <code>availabilityZoneId</code> as the filter name.</p> </li> <li> <p> <code>available-ip-address-count</code> - The number of IPv4 addresses in the subnet that are available.</p> </li> <li> <p> <code>cidr-block</code> - The IPv4 CIDR block of the subnet. The CIDR block you specify must exactly match the subnet's CIDR block for information to be returned for the subnet. You can also use <code>cidr</code> or <code>cidrBlock</code> as the filter names.</p> </li> <li> <p> <code>default-for-az</code> - Indicates whether this is the default subnet for the Availability Zone. You can also use <code>defaultForAz</code> as the filter name.</p> </li> <li> <p> <code>ipv6-cidr-block-association.ipv6-cidr-block</code> - An IPv6 CIDR block associated with the subnet.</p> </li> <li> <p> <code>ipv6-cidr-block-association.association-id</code> - An association ID for an IPv6 CIDR block associated with the subnet.</p> </li> <li> <p> <code>ipv6-cidr-block-association.state</code> - The state of an IPv6 CIDR block associated with the subnet.</p> </li> <li> <p> <code>owner-id</code> - The ID of the AWS account that owns the subnet.</p> </li> <li> <p> <code>state</code> - The state of the subnet (<code>pending</code> | <code>available</code>).</p> </li> <li> <p> <code>subnet-arn</code> - The Amazon Resource Name (ARN) of the subnet.</p> </li> <li> <p> <code>subnet-id</code> - The ID of the subnet.</p> </li> <li> <p> <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC for the subnet.</p> </li> </ul>", |
| 17302 | + "documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>availability-zone</code> - The Availability Zone for the subnet. You can also use <code>availabilityZone</code> as the filter name.</p> </li> <li> <p> <code>availability-zone-id</code> - The ID of the Availability Zone for the subnet. You can also use <code>availabilityZoneId</code> as the filter name.</p> </li> <li> <p> <code>available-ip-address-count</code> - The number of IPv4 addresses in the subnet that are available.</p> </li> <li> <p> <code>cidr-block</code> - The IPv4 CIDR block of the subnet. The CIDR block you specify must exactly match the subnet's CIDR block for information to be returned for the subnet. You can also use <code>cidr</code> or <code>cidrBlock</code> as the filter names.</p> </li> <li> <p> <code>default-for-az</code> - Indicates whether this is the default subnet for the Availability Zone. You can also use <code>defaultForAz</code> as the filter name.</p> </li> <li> <p> <code>ipv6-cidr-block-association.ipv6-cidr-block</code> - An IPv6 CIDR block associated with the subnet.</p> </li> <li> <p> <code>ipv6-cidr-block-association.association-id</code> - An association ID for an IPv6 CIDR block associated with the subnet.</p> </li> <li> <p> <code>ipv6-cidr-block-association.state</code> - The state of an IPv6 CIDR block associated with the subnet.</p> </li> <li> <p> <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p> </li> <li> <p> <code>owner-id</code> - The ID of the AWS account that owns the subnet.</p> </li> <li> <p> <code>state</code> - The state of the subnet (<code>pending</code> | <code>available</code>).</p> </li> <li> <p> <code>subnet-arn</code> - The Amazon Resource Name (ARN) of the subnet.</p> </li> <li> <p> <code>subnet-id</code> - The ID of the subnet.</p> </li> <li> <p> <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p> </li> <li> <p> <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p> </li> <li> <p> <code>vpc-id</code> - The ID of the VPC for the subnet.</p> </li> </ul>", |
17258 | 17303 | "locationName":"Filter"
|
17259 | 17304 | },
|
17260 | 17305 | "SubnetIds":{
|
|
22093 | 22138 | }
|
22094 | 22139 | }
|
22095 | 22140 | },
|
| 22141 | + "GetFlowLogsIntegrationTemplateRequest":{ |
| 22142 | + "type":"structure", |
| 22143 | + "required":[ |
| 22144 | + "FlowLogId", |
| 22145 | + "ConfigDeliveryS3DestinationArn", |
| 22146 | + "IntegrateServices" |
| 22147 | + ], |
| 22148 | + "members":{ |
| 22149 | + "DryRun":{ |
| 22150 | + "shape":"Boolean", |
| 22151 | + "documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>" |
| 22152 | + }, |
| 22153 | + "FlowLogId":{ |
| 22154 | + "shape":"VpcFlowLogId", |
| 22155 | + "documentation":"<p>The ID of the flow log.</p>" |
| 22156 | + }, |
| 22157 | + "ConfigDeliveryS3DestinationArn":{ |
| 22158 | + "shape":"String", |
| 22159 | + "documentation":"<p>To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.</p>" |
| 22160 | + }, |
| 22161 | + "IntegrateServices":{ |
| 22162 | + "shape":"IntegrateServices", |
| 22163 | + "documentation":"<p>Information about the service integration.</p>", |
| 22164 | + "locationName":"IntegrateService" |
| 22165 | + } |
| 22166 | + } |
| 22167 | + }, |
| 22168 | + "GetFlowLogsIntegrationTemplateResult":{ |
| 22169 | + "type":"structure", |
| 22170 | + "members":{ |
| 22171 | + "Result":{ |
| 22172 | + "shape":"String", |
| 22173 | + "documentation":"<p>The generated CloudFormation template.</p>", |
| 22174 | + "locationName":"result" |
| 22175 | + } |
| 22176 | + } |
| 22177 | + }, |
22096 | 22178 | "GetGroupsForCapacityReservationRequest":{
|
22097 | 22179 | "type":"structure",
|
22098 | 22180 | "required":["CapacityReservationId"],
|
|
26197 | 26279 | }
|
26198 | 26280 | },
|
26199 | 26281 | "Integer":{"type":"integer"},
|
| 26282 | + "IntegrateServices":{ |
| 26283 | + "type":"structure", |
| 26284 | + "members":{ |
| 26285 | + "AthenaIntegrations":{ |
| 26286 | + "shape":"AthenaIntegrationsSet", |
| 26287 | + "documentation":"<p>Information about the integration with Amazon Athena.</p>", |
| 26288 | + "locationName":"AthenaIntegration" |
| 26289 | + } |
| 26290 | + }, |
| 26291 | + "documentation":"<p>Describes service integrations with VPC Flow logs.</p>" |
| 26292 | + }, |
26200 | 26293 | "InterfacePermissionType":{
|
26201 | 26294 | "type":"string",
|
26202 | 26295 | "enum":[
|
|
31431 | 31524 | "locationName":"Owner"
|
31432 | 31525 | }
|
31433 | 31526 | },
|
| 31527 | + "PartitionLoadFrequency":{ |
| 31528 | + "type":"string", |
| 31529 | + "enum":[ |
| 31530 | + "none", |
| 31531 | + "daily", |
| 31532 | + "weekly", |
| 31533 | + "monthly" |
| 31534 | + ] |
| 31535 | + }, |
31434 | 31536 | "PathComponent":{
|
31435 | 31537 | "type":"structure",
|
31436 | 31538 | "members":{
|
|
0 commit comments