Skip to content

Commit 3553213

Browse files
Update to latest models
1 parent 24d7e69 commit 3553213

8 files changed

Lines changed: 995 additions & 49 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``bedrock-agentcore``",
4+
"description": "Supports custom browser extensions for AgentCore Browser and increased message payloads up to 100KB per message in an Event for AgentCore Memory"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``config``",
4+
"description": "AWS Config Conformance Packs now support tag-on-create through PutConformancePack API."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``ec2``",
4+
"description": "Added support of multiple EBS cards. New EbsCardIndex parameter enables attaching volumes to specific EBS cards on supported instance types for improved storage performance."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``quicksight``",
4+
"description": "Added documentation and model for sheet layout groups - allows sheet elements to be grouped, Added documentation and the feature enables admins to have granular control over connectors under actions, Updated API documentation for PDF Export in Snapshot Export APIs"
5+
}

awscli/botocore/data/bedrock-agentcore/2024-02-28/service-2.json

Lines changed: 135 additions & 46 deletions
Large diffs are not rendered by default.

awscli/botocore/data/config/2014-11-12/service-2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@
11401140
{"shape":"InvalidParameterValueException"},
11411141
{"shape":"MaxNumberOfConformancePacksExceededException"}
11421142
],
1143-
"documentation":"<p>Creates or updates a conformance pack. A conformance pack is a collection of Config rules that can be easily deployed in an account and a region and across an organization. For information on how many conformance packs you can have per account, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html\"> <b>Service Limits</b> </a> in the <i>Config Developer Guide</i>.</p> <important> <p>When you use <code>PutConformancePack</code> to deploy conformance packs in your account, the operation can create Config rules and remediation actions without requiring <code>config:PutConfigRule</code> or <code>config:PutRemediationConfigurations</code> permissions in your account IAM policies.</p> <p>This API uses the <code>AWSServiceRoleForConfigConforms</code> service-linked role in your account to create conformance pack resources. This service-linked role includes the permissions to create Config rules and remediation configurations, even if your account IAM policies explicitly deny these actions.</p> </important> <p>This API creates a service-linked role <code>AWSServiceRoleForConfigConforms</code> in your account. The service-linked role is created only when the role does not exist in your account. </p> <note> <p>You must specify only one of the follow parameters: <code>TemplateS3Uri</code>, <code>TemplateBody</code> or <code>TemplateSSMDocumentDetails</code>.</p> </note>"
1143+
"documentation":"<p>Creates or updates a conformance pack. A conformance pack is a collection of Config rules that can be easily deployed in an account and a region and across an organization. For information on how many conformance packs you can have per account, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html\"> <b>Service Limits</b> </a> in the <i>Config Developer Guide</i>.</p> <important> <p>When you use <code>PutConformancePack</code> to deploy conformance packs in your account, the operation can create Config rules and remediation actions without requiring <code>config:PutConfigRule</code> or <code>config:PutRemediationConfigurations</code> permissions in your account IAM policies.</p> <p>This API uses the <code>AWSServiceRoleForConfigConforms</code> service-linked role in your account to create conformance pack resources. This service-linked role includes the permissions to create Config rules and remediation configurations, even if your account IAM policies explicitly deny these actions.</p> </important> <p>This API creates a service-linked role <code>AWSServiceRoleForConfigConforms</code> in your account. The service-linked role is created only when the role does not exist in your account. </p> <note> <p>You must specify only one of the follow parameters: <code>TemplateS3Uri</code>, <code>TemplateBody</code> or <code>TemplateSSMDocumentDetails</code>.</p> </note> <note> <p> <b>Tags are added at creation and cannot be updated with this operation</b> </p> <p> <code>PutConformancePack</code> is an idempotent API. Subsequent requests won't create a duplicate resource if one was already created. If a following request has different <code>tags</code> values, Config will ignore these differences and treat it as an idempotent request of the previous. In this case, <code>tags</code> will not be updated, even if they are different.</p> <p>Use <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_TagResource.html\">TagResource</a> and <a href=\"https://docs.aws.amazon.com/config/latest/APIReference/API_UntagResource.html\">UntagResource</a> to update tags after creation.</p> </note>"
11441144
},
11451145
"PutDeliveryChannel":{
11461146
"name":"PutDeliveryChannel",
@@ -6593,6 +6593,10 @@
65936593
"TemplateSSMDocumentDetails":{
65946594
"shape":"TemplateSSMDocumentDetails",
65956595
"documentation":"<p>An object of type <code>TemplateSSMDocumentDetails</code>, which contains the name or the Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.</p>"
6596+
},
6597+
"Tags":{
6598+
"shape":"TagsList",
6599+
"documentation":"<p>The tags for the conformance pack. Each tag consists of a key and an optional value, both of which you define.</p>"
65966600
}
65976601
}
65986602
},

awscli/botocore/data/ec2/2016-11-15/service-2.json

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10402,6 +10402,10 @@
1040210402
"shape":"VolumeId",
1040310403
"documentation":"<p>The ID of the EBS volume. The volume and instance must be within the same Availability Zone.</p>"
1040410404
},
10405+
"EbsCardIndex":{
10406+
"shape":"BoxedInteger",
10407+
"documentation":"<p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>"
10408+
},
1040510409
"DryRun":{
1040610410
"shape":"Boolean",
1040710411
"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>",
@@ -33373,6 +33377,10 @@
3337333377
"AvailabilityZoneId":{
3337433378
"shape":"String",
3337533379
"documentation":"<p>The ID of the Availability Zone where the EBS volume will be created (for example, <code>use1-az1</code>).</p> <p>Either <code>AvailabilityZone</code> or <code>AvailabilityZoneId</code> can be specified, but not both. If neither is specified, Amazon EC2 automatically selects an Availability Zone within the Region.</p> <p>This parameter is not supported when using <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet.html\">CreateFleet</a>, <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html\">CreateImage</a>, <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html\">DescribeImages</a>, <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html\">RequestSpotFleet</a>, <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html\">RequestSpotInstances</a>, and <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html\">RunInstances</a>.</p>"
33380+
},
33381+
"EbsCardIndex":{
33382+
"shape":"Integer",
33383+
"documentation":"<p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>"
3337633384
}
3337733385
},
3337833386
"documentation":"<p>Describes a block device for an EBS volume.</p>"
@@ -33423,6 +33431,55 @@
3342333431
},
3342433432
"documentation":"<p>Describes a block device for an EBS volume.</p>"
3342533433
},
33434+
"EbsCardIndex":{"type":"integer"},
33435+
"EbsCardInfo":{
33436+
"type":"structure",
33437+
"members":{
33438+
"EbsCardIndex":{
33439+
"shape":"EbsCardIndex",
33440+
"documentation":"<p>The index of the EBS card.</p>",
33441+
"locationName":"ebsCardIndex"
33442+
},
33443+
"BaselineBandwidthInMbps":{
33444+
"shape":"BaselineBandwidthInMbps",
33445+
"documentation":"<p>The baseline bandwidth performance for the EBS card, in Mbps.</p>",
33446+
"locationName":"baselineBandwidthInMbps"
33447+
},
33448+
"BaselineThroughputInMBps":{
33449+
"shape":"BaselineThroughputInMBps",
33450+
"documentation":"<p>The baseline throughput performance for the EBS card, in MBps.</p>",
33451+
"locationName":"baselineThroughputInMBps"
33452+
},
33453+
"BaselineIops":{
33454+
"shape":"BaselineIops",
33455+
"documentation":"<p>The baseline IOPS performance for the EBS card.</p>",
33456+
"locationName":"baselineIops"
33457+
},
33458+
"MaximumBandwidthInMbps":{
33459+
"shape":"MaximumBandwidthInMbps",
33460+
"documentation":"<p>The maximum bandwidth performance for the EBS card, in Mbps.</p>",
33461+
"locationName":"maximumBandwidthInMbps"
33462+
},
33463+
"MaximumThroughputInMBps":{
33464+
"shape":"MaximumThroughputInMBps",
33465+
"documentation":"<p>The maximum throughput performance for the EBS card, in MBps.</p>",
33466+
"locationName":"maximumThroughputInMBps"
33467+
},
33468+
"MaximumIops":{
33469+
"shape":"MaximumIops",
33470+
"documentation":"<p>The maximum IOPS performance for the EBS card.</p>",
33471+
"locationName":"maximumIops"
33472+
}
33473+
},
33474+
"documentation":"<p>Describes the performance characteristics of an EBS card on the instance type.</p>"
33475+
},
33476+
"EbsCardInfoList":{
33477+
"type":"list",
33478+
"member":{
33479+
"shape":"EbsCardInfo",
33480+
"locationName":"item"
33481+
}
33482+
},
3342633483
"EbsEncryptionSupport":{
3342733484
"type":"string",
3342833485
"enum":[
@@ -33462,6 +33519,16 @@
3346233519
"shape":"AttachmentLimitType",
3346333520
"documentation":"<p>Indicates whether the instance type features a shared or dedicated Amazon EBS volume attachment limit. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/volume_limits.html\">Amazon EBS volume limits for Amazon EC2 instances</a> in the <i>Amazon EC2 User Guide</i>.</p>",
3346433521
"locationName":"attachmentLimitType"
33522+
},
33523+
"MaximumEbsCards":{
33524+
"shape":"MaximumEbsCards",
33525+
"documentation":"<p>Indicates the number of EBS cards supported by the instance type.</p>",
33526+
"locationName":"maximumEbsCards"
33527+
},
33528+
"EbsCards":{
33529+
"shape":"EbsCardInfoList",
33530+
"documentation":"<p>Describes the EBS cards available for the instance type.</p>",
33531+
"locationName":"ebsCardSet"
3346533532
}
3346633533
},
3346733534
"documentation":"<p>Describes the Amazon EBS features supported by the instance type.</p>"
@@ -33503,6 +33570,11 @@
3350333570
"shape":"OperatorResponse",
3350433571
"documentation":"<p>The service provider that manages the EBS volume.</p>",
3350533572
"locationName":"operator"
33573+
},
33574+
"EbsCardIndex":{
33575+
"shape":"Integer",
33576+
"documentation":"<p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>",
33577+
"locationName":"ebsCardIndex"
3350633578
}
3350733579
},
3350833580
"documentation":"<p>Describes a parameter used to set up an EBS volume in a block device mapping.</p>"
@@ -49224,6 +49296,11 @@
4922449296
"shape":"Integer",
4922549297
"documentation":"<p>The Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate) specified for the volume, in MiB/s. If no volume initialization rate was specified, the value is <code>null</code>.</p>",
4922649298
"locationName":"volumeInitializationRate"
49299+
},
49300+
"EbsCardIndex":{
49301+
"shape":"Integer",
49302+
"documentation":"<p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>",
49303+
"locationName":"ebsCardIndex"
4922749304
}
4922849305
},
4922949306
"documentation":"<p>Describes a block device for an EBS volume.</p>"
@@ -49266,6 +49343,10 @@
4926649343
"VolumeInitializationRate":{
4926749344
"shape":"Integer",
4926849345
"documentation":"<p>Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download the snapshot blocks from Amazon S3 to the volume. This is also known as <i>volume initialization</i>. Specifying a volume initialization rate ensures that the volume is initialized at a predictable and consistent rate after creation.</p> <p>This parameter is supported only for volumes created from snapshots. Omit this parameter if:</p> <ul> <li> <p>You want to create the volume using fast snapshot restore. You must specify a snapshot that is enabled for fast snapshot restore. In this case, the volume is fully initialized at creation.</p> <note> <p>If you specify a snapshot that is enabled for fast snapshot restore and a volume initialization rate, the volume will be initialized at the specified rate instead of fast snapshot restore.</p> </note> </li> <li> <p>You want to create a volume that is initialized at the default rate.</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html\"> Initialize Amazon EBS volumes</a> in the <i>Amazon EC2 User Guide</i>.</p> <p>Valid range: 100 - 300 MiB/s</p>"
49346+
},
49347+
"EbsCardIndex":{
49348+
"shape":"Integer",
49349+
"documentation":"<p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>"
4926949350
}
4927049351
},
4927149352
"documentation":"<p>The parameters for a block device for an EBS volume.</p>"
@@ -51574,6 +51655,7 @@
5157451655
"min":0
5157551656
},
5157651657
"MaximumEbsAttachments":{"type":"integer"},
51658+
"MaximumEbsCards":{"type":"integer"},
5157751659
"MaximumEfaInterfaces":{"type":"integer"},
5157851660
"MaximumEnaQueueCount":{"type":"integer"},
5157951661
"MaximumEnaQueueCountPerInterface":{"type":"integer"},
@@ -72758,6 +72840,11 @@
7275872840
"documentation":"<p>The service principal of the Amazon Web Services service that owns the underlying resource to which the volume is attached.</p> <p>This parameter is returned only for volumes that are attached to Amazon Web Services-managed resources.</p>",
7275972841
"locationName":"instanceOwningService"
7276072842
},
72843+
"EbsCardIndex":{
72844+
"shape":"Integer",
72845+
"documentation":"<p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>",
72846+
"locationName":"ebsCardIndex"
72847+
},
7276172848
"VolumeId":{
7276272849
"shape":"String",
7276372850
"documentation":"<p>The ID of the volume.</p>",

0 commit comments

Comments
 (0)