Skip to content

Commit 743e918

Browse files
Update to latest models
1 parent feb9e4b commit 743e918

File tree

9 files changed

+336
-10
lines changed

9 files changed

+336
-10
lines changed
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": "Adding support for authorizer type AWS_IAM to AgentCore Control Gateway."
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": "``license-manager-user-subscriptions``",
4+
"description": "Released support for IPv6 and dual-stack active directories"
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": "``outposts``",
4+
"description": "This release adds the new StartOutpostDecommission API, which starts the decommission process to return Outposts racks or servers."
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": "``service-quotas``",
4+
"description": "introduces Service Quotas Automatic Management. Users can opt-in to monitoring and managing service quotas, receive notifications when quota usage reaches thresholds, configure notification channels, subscribe to EventBridge events for automation, and view notifications in the AWS Health dashboard."
5+
}

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,10 @@
14071407
},
14081408
"AuthorizerType":{
14091409
"type":"string",
1410-
"enum":["CUSTOM_JWT"]
1410+
"enum":[
1411+
"CUSTOM_JWT",
1412+
"AWS_IAM"
1413+
]
14111414
},
14121415
"AwsAccountId":{
14131416
"type":"string",
@@ -1978,8 +1981,7 @@
19781981
"name",
19791982
"roleArn",
19801983
"protocolType",
1981-
"authorizerType",
1982-
"authorizerConfiguration"
1984+
"authorizerType"
19831985
],
19841986
"members":{
19851987
"name":{
@@ -5991,8 +5993,7 @@
59915993
"name",
59925994
"roleArn",
59935995
"protocolType",
5994-
"authorizerType",
5995-
"authorizerConfiguration"
5996+
"authorizerType"
59965997
],
59975998
"members":{
59985999
"gatewayIdentifier":{

awscli/botocore/data/license-manager-user-subscriptions/2018-05-10/service-2.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,10 @@
388388
"shape":"ActiveDirectorySettingsDomainIpv4ListList",
389389
"documentation":"<p>A list of domain IPv4 addresses that are used for the Active Directory.</p>"
390390
},
391+
"DomainIpv6List":{
392+
"shape":"ActiveDirectorySettingsDomainIpv6ListList",
393+
"documentation":"<p>A list of domain IPv6 addresses that are used for the Active Directory.</p>"
394+
},
391395
"DomainCredentialsProvider":{
392396
"shape":"CredentialsProvider",
393397
"documentation":"<p>Points to the <code>CredentialsProvider</code> resource that contains information about the credential provider for user administration.</p>"
@@ -405,6 +409,12 @@
405409
"max":2,
406410
"min":1
407411
},
412+
"ActiveDirectorySettingsDomainIpv6ListList":{
413+
"type":"list",
414+
"member":{"shape":"IpV6"},
415+
"max":2,
416+
"min":1
417+
},
408418
"ActiveDirectoryType":{
409419
"type":"string",
410420
"enum":[
@@ -812,6 +822,10 @@
812822
"type":"string",
813823
"pattern":"(?:(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])(\\.(?!$)|$)){4}"
814824
},
825+
"IpV6":{
826+
"type":"string",
827+
"pattern":"([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|::[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}"
828+
},
815829
"LicenseServer":{
816830
"type":"structure",
817831
"members":{
@@ -826,6 +840,10 @@
826840
"Ipv4Address":{
827841
"shape":"String",
828842
"documentation":"<p>A list of domain IPv4 addresses that are used for the RDS license server.</p>"
843+
},
844+
"Ipv6Address":{
845+
"shape":"String",
846+
"documentation":"<p>A list of domain IPv6 addresses that are used for the RDS license server.</p>"
829847
}
830848
},
831849
"documentation":"<p>Information about a Remote Desktop Services (RDS) license server.</p>"

awscli/botocore/data/outposts/2019-12-03/service-2.json

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,23 @@
468468
],
469469
"documentation":"<note> <p> Amazon Web Services uses this action to install Outpost servers.</p> </note> <p> Starts the connection required for Outpost server installation. </p> <p> Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see <a href=\"https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html\"> Amazon Web Services managed policies for Amazon Web Services Outposts</a> and <a href=\"https://docs.aws.amazon.com/outposts/latest/userguide/logging-using-cloudtrail.html\"> Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail</a> in the <i>Amazon Web Services Outposts User Guide</i>. </p>"
470470
},
471+
"StartOutpostDecommission":{
472+
"name":"StartOutpostDecommission",
473+
"http":{
474+
"method":"POST",
475+
"requestUri":"/outposts/{OutpostId}/decommission"
476+
},
477+
"input":{"shape":"StartOutpostDecommissionInput"},
478+
"output":{"shape":"StartOutpostDecommissionOutput"},
479+
"errors":[
480+
{"shape":"ValidationException"},
481+
{"shape":"ConflictException"},
482+
{"shape":"NotFoundException"},
483+
{"shape":"AccessDeniedException"},
484+
{"shape":"InternalServerException"}
485+
],
486+
"documentation":"<p>Starts the decommission process to return the Outposts racks or servers.</p>"
487+
},
471488
"TagResource":{
472489
"name":"TagResource",
473490
"http":{
@@ -854,6 +871,22 @@
854871
"type":"list",
855872
"member":{"shape":"BlockingInstance"}
856873
},
874+
"BlockingResourceType":{
875+
"type":"string",
876+
"enum":[
877+
"EC2_INSTANCE",
878+
"OUTPOST_RAM_SHARE",
879+
"LGW_ROUTING_DOMAIN",
880+
"LGW_ROUTE_TABLE",
881+
"LGW_VIRTUAL_INTERFACE_GROUP",
882+
"OUTPOST_ORDER_CANCELLABLE",
883+
"OUTPOST_ORDER_INTERVENTION_REQUIRED"
884+
]
885+
},
886+
"BlockingResourceTypeList":{
887+
"type":"list",
888+
"member":{"shape":"BlockingResourceType"}
889+
},
857890
"CIDR":{
858891
"type":"string",
859892
"max":18,
@@ -1185,7 +1218,6 @@
11851218
"type":"structure",
11861219
"required":[
11871220
"OutpostIdentifier",
1188-
"LineItems",
11891221
"PaymentOption"
11901222
],
11911223
"members":{
@@ -1281,6 +1313,14 @@
12811313
"Site":{"shape":"Site"}
12821314
}
12831315
},
1316+
"DecommissionRequestStatus":{
1317+
"type":"string",
1318+
"enum":[
1319+
"SKIPPED",
1320+
"BLOCKED",
1321+
"REQUESTED"
1322+
]
1323+
},
12841324
"DeleteOutpostInput":{
12851325
"type":"structure",
12861326
"required":["OutpostId"],
@@ -2908,6 +2948,35 @@
29082948
}
29092949
}
29102950
},
2951+
"StartOutpostDecommissionInput":{
2952+
"type":"structure",
2953+
"required":["OutpostIdentifier"],
2954+
"members":{
2955+
"OutpostIdentifier":{
2956+
"shape":"OutpostIdentifier",
2957+
"documentation":"<p>The ID or ARN of the Outpost that you want to decommission.</p>",
2958+
"location":"uri",
2959+
"locationName":"OutpostId"
2960+
},
2961+
"ValidateOnly":{
2962+
"shape":"ValidateOnly",
2963+
"documentation":"<p>Validates the request without starting the decommission process.</p>"
2964+
}
2965+
}
2966+
},
2967+
"StartOutpostDecommissionOutput":{
2968+
"type":"structure",
2969+
"members":{
2970+
"Status":{
2971+
"shape":"DecommissionRequestStatus",
2972+
"documentation":"<p>The status of the decommission request.</p>"
2973+
},
2974+
"BlockingResourceTypes":{
2975+
"shape":"BlockingResourceTypeList",
2976+
"documentation":"<p>The resources still associated with the Outpost that you are decommissioning.</p>"
2977+
}
2978+
}
2979+
},
29112980
"StateOrRegion":{
29122981
"type":"string",
29132982
"max":50,
@@ -3276,6 +3345,7 @@
32763345
"type":"integer",
32773346
"box":true
32783347
},
3348+
"ValidateOnly":{"type":"boolean"},
32793349
"ValidationException":{
32803350
"type":"structure",
32813351
"members":{

awscli/botocore/data/service-quotas/2019-06-24/endpoint-rule-set-1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
"builtIn": "AWS::Region",
66
"required": false,
77
"documentation": "The AWS region used to dispatch the request.",
8-
"type": "String"
8+
"type": "string"
99
},
1010
"UseDualStack": {
1111
"builtIn": "AWS::UseDualStack",
1212
"required": true,
1313
"default": false,
1414
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
15-
"type": "Boolean"
15+
"type": "boolean"
1616
},
1717
"UseFIPS": {
1818
"builtIn": "AWS::UseFIPS",
1919
"required": true,
2020
"default": false,
2121
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
22-
"type": "Boolean"
22+
"type": "boolean"
2323
},
2424
"Endpoint": {
2525
"builtIn": "SDK::Endpoint",
2626
"required": false,
2727
"documentation": "Override the endpoint used to send this request",
28-
"type": "String"
28+
"type": "string"
2929
}
3030
},
3131
"rules": [

0 commit comments

Comments
 (0)