Skip to content

Commit 75acd3c

Browse files
Updated API models and rebuilt service gems.
1 parent 58ebb63 commit 75acd3c

71 files changed

Lines changed: 5328 additions & 158 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apis/batch/2016-08-10/api-2.json

Lines changed: 367 additions & 0 deletions
Large diffs are not rendered by default.

apis/batch/2016-08-10/docs-2.json

Lines changed: 281 additions & 16 deletions
Large diffs are not rendered by default.

apis/batch/2016-08-10/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
"limit_key": "maxResults",
4343
"result_key": "jobs"
4444
},
45+
"ListQuotaShares": {
46+
"input_token": "nextToken",
47+
"output_token": "nextToken",
48+
"limit_key": "maxResults",
49+
"result_key": "quotaShares"
50+
},
4551
"ListSchedulingPolicies": {
4652
"input_token": "nextToken",
4753
"output_token": "nextToken",

apis/bedrock-agentcore-control/2023-06-05/api-2.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,6 +2011,27 @@
20112011
"type":"string",
20122012
"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})"
20132013
},
2014+
"BrowserEnterprisePolicies":{
2015+
"type":"list",
2016+
"member":{"shape":"BrowserEnterprisePolicy"},
2017+
"max":100,
2018+
"min":0
2019+
},
2020+
"BrowserEnterprisePolicy":{
2021+
"type":"structure",
2022+
"required":["location"],
2023+
"members":{
2024+
"location":{"shape":"ResourceLocation"},
2025+
"type":{"shape":"BrowserEnterprisePolicyType"}
2026+
}
2027+
},
2028+
"BrowserEnterprisePolicyType":{
2029+
"type":"string",
2030+
"enum":[
2031+
"MANAGED",
2032+
"RECOMMENDED"
2033+
]
2034+
},
20142035
"BrowserId":{
20152036
"type":"string",
20162037
"pattern":"(aws\\.browser\\.v1|[a-zA-Z][a-zA-Z0-9_]{0,47}-[a-zA-Z0-9]{10})"
@@ -2156,6 +2177,26 @@
21562177
"statement":{"shape":"Statement"}
21572178
}
21582179
},
2180+
"Certificate":{
2181+
"type":"structure",
2182+
"required":["location"],
2183+
"members":{
2184+
"location":{"shape":"CertificateLocation"}
2185+
}
2186+
},
2187+
"CertificateLocation":{
2188+
"type":"structure",
2189+
"members":{
2190+
"secretsManager":{"shape":"SecretsManagerLocation"}
2191+
},
2192+
"union":true
2193+
},
2194+
"Certificates":{
2195+
"type":"list",
2196+
"member":{"shape":"Certificate"},
2197+
"max":200,
2198+
"min":1
2199+
},
21592200
"ClaimMatchOperatorType":{
21602201
"type":"string",
21612202
"enum":[
@@ -2516,6 +2557,8 @@
25162557
"networkConfiguration":{"shape":"BrowserNetworkConfiguration"},
25172558
"recording":{"shape":"RecordingConfig"},
25182559
"browserSigning":{"shape":"BrowserSigningConfigInput"},
2560+
"enterprisePolicies":{"shape":"BrowserEnterprisePolicies"},
2561+
"certificates":{"shape":"Certificates"},
25192562
"clientToken":{
25202563
"shape":"ClientToken",
25212564
"idempotencyToken":true
@@ -2549,6 +2592,7 @@
25492592
"description":{"shape":"Description"},
25502593
"executionRoleArn":{"shape":"RoleArn"},
25512594
"networkConfiguration":{"shape":"CodeInterpreterNetworkConfiguration"},
2595+
"certificates":{"shape":"Certificates"},
25522596
"clientToken":{
25532597
"shape":"ClientToken",
25542598
"idempotencyToken":true
@@ -4329,6 +4373,8 @@
43294373
"networkConfiguration":{"shape":"BrowserNetworkConfiguration"},
43304374
"recording":{"shape":"RecordingConfig"},
43314375
"browserSigning":{"shape":"BrowserSigningConfigOutput"},
4376+
"enterprisePolicies":{"shape":"BrowserEnterprisePolicies"},
4377+
"certificates":{"shape":"Certificates"},
43324378
"status":{"shape":"BrowserStatus"},
43334379
"failureReason":{"shape":"String"},
43344380
"createdAt":{"shape":"DateTimestamp"},
@@ -4365,6 +4411,7 @@
43654411
"executionRoleArn":{"shape":"RoleArn"},
43664412
"networkConfiguration":{"shape":"CodeInterpreterNetworkConfiguration"},
43674413
"status":{"shape":"CodeInterpreterStatus"},
4414+
"certificates":{"shape":"Certificates"},
43684415
"failureReason":{"shape":"String"},
43694416
"createdAt":{"shape":"DateTimestamp"},
43704417
"lastUpdatedAt":{"shape":"DateTimestamp"}
@@ -6483,6 +6530,13 @@
64836530
},
64846531
"exception":true
64856532
},
6533+
"ResourceLocation":{
6534+
"type":"structure",
6535+
"members":{
6536+
"s3":{"shape":"S3Location"}
6537+
},
6538+
"union":true
6539+
},
64866540
"ResourceNotFoundException":{
64876541
"type":"structure",
64886542
"members":{
@@ -6680,6 +6734,13 @@
66806734
"type":"string",
66816735
"pattern":"arn:(aws|aws-us-gov):secretsmanager:[A-Za-z0-9-]{1,64}:[0-9]{12}:secret:[a-zA-Z0-9-_/+=.@!]+"
66826736
},
6737+
"SecretsManagerLocation":{
6738+
"type":"structure",
6739+
"required":["secretArn"],
6740+
"members":{
6741+
"secretArn":{"shape":"ToolSecretArn"}
6742+
}
6743+
},
66836744
"SecurityGroupId":{
66846745
"type":"string",
66856746
"pattern":"sg-[0-9a-zA-Z]{8,17}"
@@ -7276,6 +7337,10 @@
72767337
},
72777338
"union":true
72787339
},
7340+
"ToolSecretArn":{
7341+
"type":"string",
7342+
"pattern":"arn:aws(-[a-z-]+)?:secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+"
7343+
},
72797344
"TriggerCondition":{
72807345
"type":"structure",
72817346
"members":{

apis/bedrock-agentcore-control/2023-06-05/docs-2.json

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,25 @@
507507
"GetBrowserResponse$browserArn": "<p>The Amazon Resource Name (ARN) of the browser.</p>"
508508
}
509509
},
510+
"BrowserEnterprisePolicies": {
511+
"base": null,
512+
"refs": {
513+
"CreateBrowserRequest$enterprisePolicies": "<p>A list of enterprise policy files for the browser.</p>",
514+
"GetBrowserResponse$enterprisePolicies": "<p>The list of enterprise policy files configured for the browser.</p>"
515+
}
516+
},
517+
"BrowserEnterprisePolicy": {
518+
"base": "<p>Browser enterprise policy configuration.</p>",
519+
"refs": {
520+
"BrowserEnterprisePolicies$member": null
521+
}
522+
},
523+
"BrowserEnterprisePolicyType": {
524+
"base": null,
525+
"refs": {
526+
"BrowserEnterprisePolicy$type": "<p>The type of browser enterprise policy. Available values are <code>MANAGED</code> and <code>RECOMMENDED</code>.</p>"
527+
}
528+
},
510529
"BrowserId": {
511530
"base": null,
512531
"refs": {
@@ -646,6 +665,27 @@
646665
"PolicyDefinition$cedar": "<p>The Cedar policy definition within the policy definition structure. This contains the Cedar policy statement that defines the authorization logic using Cedar's human-readable, analyzable policy language. Cedar policies specify principals (who can access), actions (what operations are allowed), resources (what can be accessed), and optional conditions for fine-grained control. Cedar provides a formal policy language designed for authorization with deterministic evaluation, making policies testable, reviewable, and auditable. All Cedar policies follow a default-deny model where actions are denied unless explicitly permitted, and forbid policies always override permit policies.</p>"
647666
}
648667
},
668+
"Certificate": {
669+
"base": "<p>A certificate to install in the browser or code interpreter.</p>",
670+
"refs": {
671+
"Certificates$member": null
672+
}
673+
},
674+
"CertificateLocation": {
675+
"base": "<p>The location from which to retrieve a certificate.</p>",
676+
"refs": {
677+
"Certificate$location": "<p>The location of the certificate.</p>"
678+
}
679+
},
680+
"Certificates": {
681+
"base": null,
682+
"refs": {
683+
"CreateBrowserRequest$certificates": "<p>A list of certificates to install in the browser.</p>",
684+
"CreateCodeInterpreterRequest$certificates": "<p>A list of certificates to install in the code interpreter.</p>",
685+
"GetBrowserResponse$certificates": "<p>The list of certificates configured for the browser.</p>",
686+
"GetCodeInterpreterResponse$certificates": "<p>The list of certificates configured for the code interpreter.</p>"
687+
}
688+
},
649689
"ClaimMatchOperatorType": {
650690
"base": null,
651691
"refs": {
@@ -3427,6 +3467,12 @@
34273467
"base": "<p>Exception thrown when a resource limit is exceeded.</p>",
34283468
"refs": {}
34293469
},
3470+
"ResourceLocation": {
3471+
"base": "<p>The location of a resource.</p>",
3472+
"refs": {
3473+
"BrowserEnterprisePolicy$location": "<p>The location of the enterprise policy file.</p>"
3474+
}
3475+
},
34303476
"ResourceNotFoundException": {
34313477
"base": "<p>This exception is thrown when a resource referenced by the operation does not exist</p>",
34323478
"refs": {}
@@ -3545,7 +3591,8 @@
35453591
"base": "<p>The Amazon S3 location for storing data. This structure defines where in Amazon S3 data is stored.</p>",
35463592
"refs": {
35473593
"Code$s3": "<p>The Amazon Amazon S3 object that contains the source code for the agent runtime.</p>",
3548-
"RecordingConfig$s3Location": "<p>The Amazon S3 location where browser recordings are stored. This location contains the recorded browser sessions.</p>"
3594+
"RecordingConfig$s3Location": "<p>The Amazon S3 location where browser recordings are stored. This location contains the recorded browser sessions.</p>",
3595+
"ResourceLocation$s3": null
35493596
}
35503597
},
35513598
"S3LocationBucketString": {
@@ -3645,6 +3692,12 @@
36453692
"Secret$secretArn": "<p>The Amazon Resource Name (ARN) of the secret in AWS Secrets Manager.</p>"
36463693
}
36473694
},
3695+
"SecretsManagerLocation": {
3696+
"base": "<p>The Amazon Web Services Secrets Manager location configuration.</p>",
3697+
"refs": {
3698+
"CertificateLocation$secretsManager": "<p>The Amazon Web Services Secrets Manager location of the certificate.</p>"
3699+
}
3700+
},
36483701
"SecurityGroupId": {
36493702
"base": null,
36503703
"refs": {
@@ -4229,6 +4282,12 @@
42294282
"McpLambdaTargetConfiguration$toolSchema": "<p>The tool schema for the Lambda function. This schema defines the structure of the tools that the Lambda function provides.</p>"
42304283
}
42314284
},
4285+
"ToolSecretArn": {
4286+
"base": null,
4287+
"refs": {
4288+
"SecretsManagerLocation$secretArn": "<p>The ARN of the Amazon Web Services Secrets Manager secret containing the certificate.</p>"
4289+
}
4290+
},
42324291
"TriggerCondition": {
42334292
"base": "<p>Condition that triggers memory processing.</p>",
42344293
"refs": {

apis/bedrock-agentcore/2024-02-28/api-2.json

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,27 @@
921921
"min":1,
922922
"pattern":"[a-zA-Z0-9][a-zA-Z0-9-_]*"
923923
},
924+
"BrowserEnterprisePolicies":{
925+
"type":"list",
926+
"member":{"shape":"BrowserEnterprisePolicy"},
927+
"max":100,
928+
"min":0
929+
},
930+
"BrowserEnterprisePolicy":{
931+
"type":"structure",
932+
"required":["location"],
933+
"members":{
934+
"location":{"shape":"ResourceLocation"},
935+
"type":{"shape":"BrowserEnterprisePolicyType"}
936+
}
937+
},
938+
"BrowserEnterprisePolicyType":{
939+
"type":"string",
940+
"enum":[
941+
"MANAGED",
942+
"RECOMMENDED"
943+
]
944+
},
924945
"BrowserExtension":{
925946
"type":"structure",
926947
"required":["location"],
@@ -996,6 +1017,26 @@
9961017
"max":512,
9971018
"min":10
9981019
},
1020+
"Certificate":{
1021+
"type":"structure",
1022+
"required":["location"],
1023+
"members":{
1024+
"location":{"shape":"CertificateLocation"}
1025+
}
1026+
},
1027+
"CertificateLocation":{
1028+
"type":"structure",
1029+
"members":{
1030+
"secretsManager":{"shape":"SecretsManagerLocation"}
1031+
},
1032+
"union":true
1033+
},
1034+
"Certificates":{
1035+
"type":"list",
1036+
"member":{"shape":"Certificate"},
1037+
"max":200,
1038+
"min":1
1039+
},
9991040
"ClientToken":{
10001041
"type":"string",
10011042
"max":256,
@@ -1618,11 +1659,13 @@
16181659
"createdAt":{"shape":"DateTimestamp"},
16191660
"viewPort":{"shape":"ViewPort"},
16201661
"extensions":{"shape":"BrowserExtensions"},
1662+
"enterprisePolicies":{"shape":"BrowserEnterprisePolicies"},
16211663
"profileConfiguration":{"shape":"BrowserProfileConfiguration"},
16221664
"sessionTimeoutSeconds":{"shape":"BrowserSessionTimeout"},
16231665
"status":{"shape":"BrowserSessionStatus"},
16241666
"streams":{"shape":"BrowserSessionStream"},
16251667
"proxyConfiguration":{"shape":"ProxyConfiguration"},
1668+
"certificates":{"shape":"Certificates"},
16261669
"sessionReplayArtifact":{"shape":"String"},
16271670
"lastUpdatedAt":{"shape":"DateTimestamp"}
16281671
}
@@ -1659,7 +1702,8 @@
16591702
"name":{"shape":"Name"},
16601703
"createdAt":{"shape":"DateTimestamp"},
16611704
"sessionTimeoutSeconds":{"shape":"CodeInterpreterSessionTimeout"},
1662-
"status":{"shape":"CodeInterpreterSessionStatus"}
1705+
"status":{"shape":"CodeInterpreterSessionStatus"},
1706+
"certificates":{"shape":"Certificates"}
16631707
}
16641708
},
16651709
"GetEventInput":{
@@ -3015,7 +3059,14 @@
30153059
},
30163060
"SecretArn":{
30173061
"type":"string",
3018-
"pattern":"arn:aws:secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+"
3062+
"pattern":"arn:aws(-[a-z-]+)?:secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+"
3063+
},
3064+
"SecretsManagerLocation":{
3065+
"type":"structure",
3066+
"required":["secretArn"],
3067+
"members":{
3068+
"secretArn":{"shape":"SecretArn"}
3069+
}
30193070
},
30203071
"ServiceException":{
30213072
"type":"structure",
@@ -3130,6 +3181,8 @@
31303181
"extensions":{"shape":"BrowserExtensions"},
31313182
"profileConfiguration":{"shape":"BrowserProfileConfiguration"},
31323183
"proxyConfiguration":{"shape":"ProxyConfiguration"},
3184+
"enterprisePolicies":{"shape":"BrowserEnterprisePolicies"},
3185+
"certificates":{"shape":"Certificates"},
31333186
"clientToken":{
31343187
"shape":"ClientToken",
31353188
"idempotencyToken":true
@@ -3181,6 +3234,7 @@
31813234
},
31823235
"name":{"shape":"Name"},
31833236
"sessionTimeoutSeconds":{"shape":"CodeInterpreterSessionTimeout"},
3237+
"certificates":{"shape":"Certificates"},
31843238
"clientToken":{
31853239
"shape":"ClientToken",
31863240
"idempotencyToken":true

0 commit comments

Comments
 (0)