Skip to content

Commit 3ae918e

Browse files
Update to latest models
1 parent d2c1875 commit 3ae918e

13 files changed

Lines changed: 1245 additions & 33 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": "``batch``",
4+
"description": "AWS Batch now supports quota management, enabling administrators to allocate shared compute resources across teams and projects through quota shares with capacity limits, resource-sharing strategies, and priority-based preemption - currently available for SageMaker Training job queues."
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": "``bedrock-agentcore``",
4+
"description": "This release includes SDK support for the following new features on AgentCore Built In Tools. 1. Enterprise Policies for AgentCore Browser Tool. 2. Root CA Configuration Support for AgentCore Browser Tool and Code Interpreter. 3. API changes to AgentCore Browser Profile APIs"
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": "``bedrock-agentcore-control``",
4+
"description": "Adds support for the following new features. 1. Enterprise Policies support for AgentCore Browser Tool. 2. Root CA Configuration support for AgentCore Browser Tool and Code Interpreter."
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": "Amazon EC2 Fleet instant mode now supports launching instances into Interruptible Capacity Reservations, enabling customers to use spare capacity shared by Capacity Reservation owners within their AWS Organization."
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": "``observabilityadmin``",
4+
"description": "Adding a new field in the CreateCentralizationRuleForOrganization, UpdateCentralizationRuleForOrganization API and updating the GetCentralizationRuleForOrganization API response to include the new field"
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": "``polly``",
4+
"description": "Added bi-directional streaming functionality through a new API, StartSpeechSynthesisStream. This API allows streaming input text through inbound events and receiving audio as part of an output stream simultaneously."
5+
}

awscli/botocore/data/batch/2016-08-10/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@
5353
"output_token": "nextToken",
5454
"limit_key": "maxResults",
5555
"result_key": "jobSummaryList"
56+
},
57+
"ListQuotaShares": {
58+
"input_token": "nextToken",
59+
"output_token": "nextToken",
60+
"limit_key": "maxResults",
61+
"result_key": "quotaShares"
5662
}
5763
}
5864
}

awscli/botocore/data/batch/2016-08-10/service-2.json

Lines changed: 633 additions & 13 deletions
Large diffs are not rendered by default.

awscli/botocore/data/bedrock-agentcore-control/2023-06-05/service-2.json

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,6 +2257,34 @@
22572257
"type":"string",
22582258
"pattern":"arn:(-[^:]+)?:bedrock-agentcore:[a-z0-9-]+:(aws|[0-9]{12}):browser(-custom)?/(aws\\.browser\\.v1|[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10})"
22592259
},
2260+
"BrowserEnterprisePolicies":{
2261+
"type":"list",
2262+
"member":{"shape":"BrowserEnterprisePolicy"},
2263+
"max":100,
2264+
"min":0
2265+
},
2266+
"BrowserEnterprisePolicy":{
2267+
"type":"structure",
2268+
"required":["location"],
2269+
"members":{
2270+
"location":{
2271+
"shape":"ResourceLocation",
2272+
"documentation":"<p>The location of the enterprise policy file.</p>"
2273+
},
2274+
"type":{
2275+
"shape":"BrowserEnterprisePolicyType",
2276+
"documentation":"<p>The type of browser enterprise policy. Available values are <code>MANAGED</code> and <code>RECOMMENDED</code>.</p>"
2277+
}
2278+
},
2279+
"documentation":"<p>Browser enterprise policy configuration.</p>"
2280+
},
2281+
"BrowserEnterprisePolicyType":{
2282+
"type":"string",
2283+
"enum":[
2284+
"MANAGED",
2285+
"RECOMMENDED"
2286+
]
2287+
},
22602288
"BrowserId":{
22612289
"type":"string",
22622290
"pattern":"(aws\\.browser\\.v1|[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10})"
@@ -2479,6 +2507,34 @@
24792507
},
24802508
"documentation":"<p>Represents a Cedar policy statement within the AgentCore Policy system. Cedar is a policy language designed for authorization that provides human-readable, analyzable, and high-performance policy evaluation for controlling agent behavior and access decisions. </p>"
24812509
},
2510+
"Certificate":{
2511+
"type":"structure",
2512+
"required":["location"],
2513+
"members":{
2514+
"location":{
2515+
"shape":"CertificateLocation",
2516+
"documentation":"<p>The location of the certificate.</p>"
2517+
}
2518+
},
2519+
"documentation":"<p>A certificate to install in the browser or code interpreter.</p>"
2520+
},
2521+
"CertificateLocation":{
2522+
"type":"structure",
2523+
"members":{
2524+
"secretsManager":{
2525+
"shape":"SecretsManagerLocation",
2526+
"documentation":"<p>The Amazon Web Services Secrets Manager location of the certificate.</p>"
2527+
}
2528+
},
2529+
"documentation":"<p>The location from which to retrieve a certificate.</p>",
2530+
"union":true
2531+
},
2532+
"Certificates":{
2533+
"type":"list",
2534+
"member":{"shape":"Certificate"},
2535+
"max":200,
2536+
"min":1
2537+
},
24822538
"ClaimMatchOperatorType":{
24832539
"type":"string",
24842540
"enum":[
@@ -3060,6 +3116,14 @@
30603116
"shape":"BrowserSigningConfigInput",
30613117
"documentation":"<p>The browser signing configuration that enables cryptographic agent identification using HTTP message signatures for web bot authentication.</p>"
30623118
},
3119+
"enterprisePolicies":{
3120+
"shape":"BrowserEnterprisePolicies",
3121+
"documentation":"<p>A list of enterprise policy files for the browser.</p>"
3122+
},
3123+
"certificates":{
3124+
"shape":"Certificates",
3125+
"documentation":"<p>A list of certificates to install in the browser.</p>"
3126+
},
30633127
"clientToken":{
30643128
"shape":"ClientToken",
30653129
"documentation":"<p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock AgentCore ignores the request but does not return an error.</p>",
@@ -3121,6 +3185,10 @@
31213185
"shape":"CodeInterpreterNetworkConfiguration",
31223186
"documentation":"<p>The network configuration for the code interpreter. This configuration specifies the network mode for the code interpreter.</p>"
31233187
},
3188+
"certificates":{
3189+
"shape":"Certificates",
3190+
"documentation":"<p>A list of certificates to install in the code interpreter.</p>"
3191+
},
31243192
"clientToken":{
31253193
"shape":"ClientToken",
31263194
"documentation":"<p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock AgentCore ignores the request but does not return an error.</p>",
@@ -6015,6 +6083,14 @@
60156083
"shape":"BrowserSigningConfigOutput",
60166084
"documentation":"<p>The browser signing configuration that shows whether cryptographic agent identification is enabled for web bot authentication.</p>"
60176085
},
6086+
"enterprisePolicies":{
6087+
"shape":"BrowserEnterprisePolicies",
6088+
"documentation":"<p>The list of enterprise policy files configured for the browser.</p>"
6089+
},
6090+
"certificates":{
6091+
"shape":"Certificates",
6092+
"documentation":"<p>The list of certificates configured for the browser.</p>"
6093+
},
60186094
"status":{
60196095
"shape":"BrowserStatus",
60206096
"documentation":"<p>The current status of the browser.</p>"
@@ -6082,6 +6158,10 @@
60826158
"shape":"CodeInterpreterStatus",
60836159
"documentation":"<p>The current status of the code interpreter.</p>"
60846160
},
6161+
"certificates":{
6162+
"shape":"Certificates",
6163+
"documentation":"<p>The list of certificates configured for the code interpreter.</p>"
6164+
},
60856165
"failureReason":{
60866166
"shape":"String",
60876167
"documentation":"<p>The reason for failure if the code interpreter is in a failed state.</p>"
@@ -9392,6 +9472,14 @@
93929472
},
93939473
"exception":true
93949474
},
9475+
"ResourceLocation":{
9476+
"type":"structure",
9477+
"members":{
9478+
"s3":{"shape":"S3Location"}
9479+
},
9480+
"documentation":"<p>The location of a resource.</p>",
9481+
"union":true
9482+
},
93959483
"ResourceNotFoundException":{
93969484
"type":"structure",
93979485
"members":{
@@ -9659,6 +9747,17 @@
96599747
"type":"string",
96609748
"pattern":"arn:(aws|aws-us-gov):secretsmanager:[A-Za-z0-9-]{1,64}:[0-9]{12}:secret:[a-zA-Z0-9-_/+=.@!]+"
96619749
},
9750+
"SecretsManagerLocation":{
9751+
"type":"structure",
9752+
"required":["secretArn"],
9753+
"members":{
9754+
"secretArn":{
9755+
"shape":"ToolSecretArn",
9756+
"documentation":"<p>The ARN of the Amazon Web Services Secrets Manager secret containing the certificate.</p>"
9757+
}
9758+
},
9759+
"documentation":"<p>The Amazon Web Services Secrets Manager location configuration.</p>"
9760+
},
96629761
"SecurityGroupId":{
96639762
"type":"string",
96649763
"pattern":"sg-[0-9a-zA-Z]{8,17}"
@@ -10522,6 +10621,10 @@
1052210621
"documentation":"<p>A tool schema for a gateway target. This structure defines the schema for a tool that the target exposes through the Model Context Protocol.</p>",
1052310622
"union":true
1052410623
},
10624+
"ToolSecretArn":{
10625+
"type":"string",
10626+
"pattern":"arn:aws(-[a-z-]+)?:secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+"
10627+
},
1052510628
"TriggerCondition":{
1052610629
"type":"structure",
1052710630
"members":{

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

Lines changed: 93 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,35 @@
10231023
"min":1,
10241024
"pattern":"[a-zA-Z0-9][a-zA-Z0-9-_]*"
10251025
},
1026+
"BrowserEnterprisePolicies":{
1027+
"type":"list",
1028+
"member":{"shape":"BrowserEnterprisePolicy"},
1029+
"max":100,
1030+
"min":0
1031+
},
1032+
"BrowserEnterprisePolicy":{
1033+
"type":"structure",
1034+
"required":["location"],
1035+
"members":{
1036+
"location":{
1037+
"shape":"ResourceLocation",
1038+
"documentation":"<p>The location of the enterprise policy file.</p>"
1039+
},
1040+
"type":{
1041+
"shape":"BrowserEnterprisePolicyType",
1042+
"documentation":"<p>The enterprise policy type. See BrowserEnterprisePolicyType.</p>"
1043+
}
1044+
},
1045+
"documentation":"<p>Browser enterprise policy configuration.</p>"
1046+
},
1047+
"BrowserEnterprisePolicyType":{
1048+
"type":"string",
1049+
"documentation":"<p>The type of browser enterprise policy. Available values are <code>MANAGED</code> and <code>RECOMMENDED</code>.</p>",
1050+
"enum":[
1051+
"MANAGED",
1052+
"RECOMMENDED"
1053+
]
1054+
},
10261055
"BrowserExtension":{
10271056
"type":"structure",
10281057
"required":["location"],
@@ -1132,6 +1161,34 @@
11321161
"max":512,
11331162
"min":10
11341163
},
1164+
"Certificate":{
1165+
"type":"structure",
1166+
"required":["location"],
1167+
"members":{
1168+
"location":{
1169+
"shape":"CertificateLocation",
1170+
"documentation":"<p>The location of the certificate.</p>"
1171+
}
1172+
},
1173+
"documentation":"<p>A certificate to install in the browser or code interpreter session.</p>"
1174+
},
1175+
"CertificateLocation":{
1176+
"type":"structure",
1177+
"members":{
1178+
"secretsManager":{
1179+
"shape":"SecretsManagerLocation",
1180+
"documentation":"<p>The Amazon Web Services Secrets Manager location of the certificate.</p>"
1181+
}
1182+
},
1183+
"documentation":"<p>The location from which to retrieve a certificate.</p>",
1184+
"union":true
1185+
},
1186+
"Certificates":{
1187+
"type":"list",
1188+
"member":{"shape":"Certificate"},
1189+
"max":200,
1190+
"min":1
1191+
},
11351192
"ClientToken":{
11361193
"type":"string",
11371194
"max":256,
@@ -2060,6 +2117,10 @@
20602117
"shape":"BrowserExtensions",
20612118
"documentation":"<p>The list of browser extensions that are configured in the browser session.</p>"
20622119
},
2120+
"enterprisePolicies":{
2121+
"shape":"BrowserEnterprisePolicies",
2122+
"documentation":"<p>A list of files containing enterprise policies for the browser session.</p>"
2123+
},
20632124
"profileConfiguration":{
20642125
"shape":"BrowserProfileConfiguration",
20652126
"documentation":"<p>The browser profile configuration associated with this session. Contains the profile identifier that links to persistent browser data such as cookies and local storage.</p>"
@@ -2080,6 +2141,10 @@
20802141
"shape":"ProxyConfiguration",
20812142
"documentation":"<p>The active proxy configuration for this browser session. This field is only present if proxy configuration was provided when the session was started using <code>StartBrowserSession</code>. The configuration includes proxy servers, domain bypass rules and the proxy authentication credentials.</p>"
20822143
},
2144+
"certificates":{
2145+
"shape":"Certificates",
2146+
"documentation":"<p>The list of certificates installed in the browser session.</p>"
2147+
},
20832148
"sessionReplayArtifact":{
20842149
"shape":"String",
20852150
"documentation":"<p>The artifact containing the session replay information.</p>"
@@ -2142,6 +2207,10 @@
21422207
"status":{
21432208
"shape":"CodeInterpreterSessionStatus",
21442209
"documentation":"<p>The current status of the code interpreter session. Possible values include ACTIVE, STOPPING, and STOPPED.</p>"
2210+
},
2211+
"certificates":{
2212+
"shape":"Certificates",
2213+
"documentation":"<p>The list of certificates installed in the code interpreter session.</p>"
21452214
}
21462215
}
21472216
},
@@ -4037,7 +4106,18 @@
40374106
},
40384107
"SecretArn":{
40394108
"type":"string",
4040-
"pattern":"arn:aws:secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+"
4109+
"pattern":"arn:aws(-[a-z-]+)?:secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+"
4110+
},
4111+
"SecretsManagerLocation":{
4112+
"type":"structure",
4113+
"required":["secretArn"],
4114+
"members":{
4115+
"secretArn":{
4116+
"shape":"SecretArn",
4117+
"documentation":"<p>The ARN of the Amazon Web Services Secrets Manager secret containing the certificate.</p>"
4118+
}
4119+
},
4120+
"documentation":"<p>The Amazon Web Services Secrets Manager location configuration.</p>"
40414121
},
40424122
"ServiceException":{
40434123
"type":"structure",
@@ -4195,6 +4275,14 @@
41954275
"shape":"ProxyConfiguration",
41964276
"documentation":"<p>Optional proxy configuration for routing browser traffic through customer-specified proxy servers. When provided, enables HTTP Basic authentication via Amazon Web Services Secrets Manager and domain-based routing rules. Requires <code>secretsmanager:GetSecretValue</code> IAM permission for the specified secret ARNs.</p>"
41974277
},
4278+
"enterprisePolicies":{
4279+
"shape":"BrowserEnterprisePolicies",
4280+
"documentation":"<p>A list of files containing enterprise policies for the browser.</p>"
4281+
},
4282+
"certificates":{
4283+
"shape":"Certificates",
4284+
"documentation":"<p>A list of certificates to install in the browser session.</p>"
4285+
},
41984286
"clientToken":{
41994287
"shape":"ClientToken",
42004288
"documentation":"<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock AgentCore ignores the request, but does not return an error. This parameter helps prevent the creation of duplicate sessions if there are temporary network issues.</p>",
@@ -4268,6 +4356,10 @@
42684356
"shape":"CodeInterpreterSessionTimeout",
42694357
"documentation":"<p>The duration in seconds (time-to-live) after which the session automatically terminates, regardless of ongoing activity. Defaults to 900 seconds (15 minutes). Recommended minimum: 60 seconds. Maximum allowed: 28,800 seconds (8 hours).</p>"
42704358
},
4359+
"certificates":{
4360+
"shape":"Certificates",
4361+
"documentation":"<p>A list of certificates to install in the code interpreter session.</p>"
4362+
},
42714363
"clientToken":{
42724364
"shape":"ClientToken",
42734365
"documentation":"<p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock AgentCore ignores the request, but does not return an error. This parameter helps prevent the creation of duplicate sessions if there are temporary network issues.</p>",

0 commit comments

Comments
 (0)