Skip to content

Commit d06f42d

Browse files
Updated API models and rebuilt service gems.
1 parent b10f8a7 commit d06f42d

File tree

68 files changed

+6170
-4114
lines changed

Some content is hidden

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

68 files changed

+6170
-4114
lines changed

apis/cognito-idp/2016-04-18/api-2.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@
624624
{"shape":"UserNotFoundException"},
625625
{"shape":"UserNotConfirmedException"},
626626
{"shape":"InternalErrorException"},
627+
{"shape":"DeviceKeyExistsException"},
627628
{"shape":"ForbiddenException"}
628629
],
629630
"authtype":"none",
@@ -2508,7 +2509,8 @@
25082509
"ChallengeName":{"shape":"ChallengeNameType"},
25092510
"Session":{"shape":"SessionType"},
25102511
"ChallengeParameters":{"shape":"ChallengeParametersType"},
2511-
"AuthenticationResult":{"shape":"AuthenticationResultType"}
2512+
"AuthenticationResult":{"shape":"AuthenticationResultType"},
2513+
"AvailableChallenges":{"shape":"AvailableChallengeListType"}
25122514
}
25132515
},
25142516
"AdminLinkProviderForUserRequest":{
@@ -3888,6 +3890,13 @@
38883890
"DeviceOnlyRememberedOnUserPrompt":{"shape":"BooleanType"}
38893891
}
38903892
},
3893+
"DeviceKeyExistsException":{
3894+
"type":"structure",
3895+
"members":{
3896+
"message":{"shape":"MessageType"}
3897+
},
3898+
"exception":true
3899+
},
38913900
"DeviceKeyType":{
38923901
"type":"string",
38933902
"max":55,
@@ -5048,7 +5057,8 @@
50485057
"type":"string",
50495058
"enum":[
50505059
"V1_0",
5051-
"V2_0"
5060+
"V2_0",
5061+
"V3_0"
50525062
]
50535063
},
50545064
"PreTokenGenerationVersionConfigType":{

apis/cognito-idp/2016-04-18/docs-2.json

Lines changed: 535 additions & 528 deletions
Large diffs are not rendered by default.

apis/ec2/2016-11-15/api-2.json

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49702,6 +49702,10 @@
4970249702
"shape":"Boolean",
4970349703
"locationName":"isDefault"
4970449704
},
49705+
"EncryptionControl":{
49706+
"shape":"VpcEncryptionControl",
49707+
"locationName":"encryptionControl"
49708+
},
4970549709
"Tags":{
4970649710
"shape":"TagList",
4970749711
"locationName":"tagSet"
@@ -49959,6 +49963,106 @@
4995949963
"locationName":"item"
4996049964
}
4996149965
},
49966+
"VpcEncryptionControl":{
49967+
"type":"structure",
49968+
"members":{
49969+
"VpcId":{
49970+
"shape":"VpcId",
49971+
"locationName":"vpcId"
49972+
},
49973+
"VpcEncryptionControlId":{
49974+
"shape":"VpcEncryptionControlId",
49975+
"locationName":"vpcEncryptionControlId"
49976+
},
49977+
"Mode":{
49978+
"shape":"VpcEncryptionControlMode",
49979+
"locationName":"mode"
49980+
},
49981+
"State":{
49982+
"shape":"VpcEncryptionControlState",
49983+
"locationName":"state"
49984+
},
49985+
"StateMessage":{
49986+
"shape":"String",
49987+
"locationName":"stateMessage"
49988+
},
49989+
"ResourceExclusions":{
49990+
"shape":"VpcEncryptionControlExclusions",
49991+
"locationName":"resourceExclusions"
49992+
},
49993+
"Tags":{
49994+
"shape":"TagList",
49995+
"locationName":"tagSet"
49996+
}
49997+
}
49998+
},
49999+
"VpcEncryptionControlExclusion":{
50000+
"type":"structure",
50001+
"members":{
50002+
"State":{
50003+
"shape":"VpcEncryptionControlExclusionState",
50004+
"locationName":"state"
50005+
},
50006+
"StateMessage":{
50007+
"shape":"String",
50008+
"locationName":"stateMessage"
50009+
}
50010+
}
50011+
},
50012+
"VpcEncryptionControlExclusionState":{
50013+
"type":"string",
50014+
"enum":[
50015+
"enabling",
50016+
"enabled",
50017+
"disabling",
50018+
"disabled"
50019+
]
50020+
},
50021+
"VpcEncryptionControlExclusions":{
50022+
"type":"structure",
50023+
"members":{
50024+
"InternetGateway":{
50025+
"shape":"VpcEncryptionControlExclusion",
50026+
"locationName":"internetGateway"
50027+
},
50028+
"EgressOnlyInternetGateway":{
50029+
"shape":"VpcEncryptionControlExclusion",
50030+
"locationName":"egressOnlyInternetGateway"
50031+
},
50032+
"NatGateway":{
50033+
"shape":"VpcEncryptionControlExclusion",
50034+
"locationName":"natGateway"
50035+
},
50036+
"VirtualPrivateGateway":{
50037+
"shape":"VpcEncryptionControlExclusion",
50038+
"locationName":"virtualPrivateGateway"
50039+
},
50040+
"VpcPeering":{
50041+
"shape":"VpcEncryptionControlExclusion",
50042+
"locationName":"vpcPeering"
50043+
}
50044+
}
50045+
},
50046+
"VpcEncryptionControlId":{"type":"string"},
50047+
"VpcEncryptionControlMode":{
50048+
"type":"string",
50049+
"enum":[
50050+
"monitor",
50051+
"enforce"
50052+
]
50053+
},
50054+
"VpcEncryptionControlState":{
50055+
"type":"string",
50056+
"enum":[
50057+
"enforce-in-progress",
50058+
"monitor-in-progress",
50059+
"enforce-failed",
50060+
"monitor-failed",
50061+
"deleting",
50062+
"deleted",
50063+
"available"
50064+
]
50065+
},
4996250066
"VpcEndpoint":{
4996350067
"type":"structure",
4996450068
"members":{

apis/ec2/2016-11-15/docs-2.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22906,6 +22906,8 @@
2290622906
"VpcCidrBlockAssociation$CidrBlock": "<p>The IPv4 CIDR block.</p>",
2290722907
"VpcCidrBlockState$StatusMessage": "<p>A message about the status of the CIDR block, if applicable.</p>",
2290822908
"VpcClassicLink$VpcId": "<p>The ID of the VPC.</p>",
22909+
"VpcEncryptionControl$StateMessage": null,
22910+
"VpcEncryptionControlExclusion$StateMessage": null,
2290922911
"VpcEndpoint$VpcEndpointId": "<p>The ID of the endpoint.</p>",
2291022912
"VpcEndpoint$VpcId": "<p>The ID of the VPC to which the endpoint is associated.</p>",
2291122913
"VpcEndpoint$ServiceName": "<p>The name of the service to which the endpoint is associated.</p>",
@@ -23352,6 +23354,7 @@
2335223354
"Vpc$Tags": "<p>Any tags assigned to the VPC.</p>",
2335323355
"VpcBlockPublicAccessExclusion$Tags": "<p> <code>tag</code> - 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>",
2335423356
"VpcClassicLink$Tags": "<p>Any tags assigned to the VPC.</p>",
23357+
"VpcEncryptionControl$Tags": null,
2335523358
"VpcEndpoint$Tags": "<p>The tags assigned to the endpoint.</p>",
2335623359
"VpcEndpointAssociation$Tags": "<p>The tags to apply to the VPC endpoint association.</p>",
2335723360
"VpcEndpointConnection$Tags": "<p>The tags.</p>",
@@ -25852,6 +25855,52 @@
2585225855
"DescribeVpcClassicLinkResult$Vpcs": "<p>The ClassicLink status of the VPCs.</p>"
2585325856
}
2585425857
},
25858+
"VpcEncryptionControl": {
25859+
"base": null,
25860+
"refs": {
25861+
"Vpc$EncryptionControl": null
25862+
}
25863+
},
25864+
"VpcEncryptionControlExclusion": {
25865+
"base": null,
25866+
"refs": {
25867+
"VpcEncryptionControlExclusions$InternetGateway": null,
25868+
"VpcEncryptionControlExclusions$EgressOnlyInternetGateway": null,
25869+
"VpcEncryptionControlExclusions$NatGateway": null,
25870+
"VpcEncryptionControlExclusions$VirtualPrivateGateway": null,
25871+
"VpcEncryptionControlExclusions$VpcPeering": null
25872+
}
25873+
},
25874+
"VpcEncryptionControlExclusionState": {
25875+
"base": null,
25876+
"refs": {
25877+
"VpcEncryptionControlExclusion$State": null
25878+
}
25879+
},
25880+
"VpcEncryptionControlExclusions": {
25881+
"base": null,
25882+
"refs": {
25883+
"VpcEncryptionControl$ResourceExclusions": null
25884+
}
25885+
},
25886+
"VpcEncryptionControlId": {
25887+
"base": null,
25888+
"refs": {
25889+
"VpcEncryptionControl$VpcEncryptionControlId": null
25890+
}
25891+
},
25892+
"VpcEncryptionControlMode": {
25893+
"base": null,
25894+
"refs": {
25895+
"VpcEncryptionControl$Mode": null
25896+
}
25897+
},
25898+
"VpcEncryptionControlState": {
25899+
"base": null,
25900+
"refs": {
25901+
"VpcEncryptionControl$State": null
25902+
}
25903+
},
2585525904
"VpcEndpoint": {
2585625905
"base": "<p>Describes a VPC endpoint.</p>",
2585725906
"refs": {
@@ -26011,6 +26060,7 @@
2601126060
"ModifyVpcTenancyRequest$VpcId": "<p>The ID of the VPC.</p>",
2601226061
"SecurityGroupVpcAssociation$VpcId": "<p>The association's VPC ID.</p>",
2601326062
"VpcClassicLinkIdList$member": null,
26063+
"VpcEncryptionControl$VpcId": null,
2601426064
"VpcIdStringList$member": null
2601526065
}
2601626066
},

apis/qbusiness/2023-11-27/api-2.json

Lines changed: 94 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,6 +1800,37 @@
18001800
"type":"string",
18011801
"enum":["DELETE"]
18021802
},
1803+
"AudioExtractionConfiguration":{
1804+
"type":"structure",
1805+
"required":["audioExtractionStatus"],
1806+
"members":{
1807+
"audioExtractionStatus":{"shape":"AudioExtractionStatus"}
1808+
}
1809+
},
1810+
"AudioExtractionStatus":{
1811+
"type":"string",
1812+
"enum":[
1813+
"ENABLED",
1814+
"DISABLED"
1815+
]
1816+
},
1817+
"AudioExtractionType":{
1818+
"type":"string",
1819+
"enum":[
1820+
"TRANSCRIPT",
1821+
"SUMMARY"
1822+
]
1823+
},
1824+
"AudioSourceDetails":{
1825+
"type":"structure",
1826+
"members":{
1827+
"mediaId":{"shape":"MediaId"},
1828+
"mediaMimeType":{"shape":"String"},
1829+
"startTimeMilliseconds":{"shape":"Long"},
1830+
"endTimeMilliseconds":{"shape":"Long"},
1831+
"audioExtractionType":{"shape":"AudioExtractionType"}
1832+
}
1833+
},
18031834
"AuthChallengeRequest":{
18041835
"type":"structure",
18051836
"required":["authorizationUrl"],
@@ -3943,6 +3974,13 @@
39433974
"DISABLED"
39443975
]
39453976
},
3977+
"ImageSourceDetails":{
3978+
"type":"structure",
3979+
"members":{
3980+
"mediaId":{"shape":"MediaId"},
3981+
"mediaMimeType":{"shape":"String"}
3982+
}
3983+
},
39463984
"Index":{
39473985
"type":"structure",
39483986
"members":{
@@ -4805,7 +4843,9 @@
48054843
"MediaExtractionConfiguration":{
48064844
"type":"structure",
48074845
"members":{
4808-
"imageExtractionConfiguration":{"shape":"ImageExtractionConfiguration"}
4846+
"imageExtractionConfiguration":{"shape":"ImageExtractionConfiguration"},
4847+
"audioExtractionConfiguration":{"shape":"AudioExtractionConfiguration"},
4848+
"videoExtractionConfiguration":{"shape":"VideoExtractionConfiguration"}
48094849
}
48104850
},
48114851
"MediaId":{
@@ -5619,6 +5659,15 @@
56195659
"type":"list",
56205660
"member":{"shape":"SourceAttribution"}
56215661
},
5662+
"SourceDetails":{
5663+
"type":"structure",
5664+
"members":{
5665+
"imageSourceDetails":{"shape":"ImageSourceDetails"},
5666+
"audioSourceDetails":{"shape":"AudioSourceDetails"},
5667+
"videoSourceDetails":{"shape":"VideoSourceDetails"}
5668+
},
5669+
"union":true
5670+
},
56225671
"StartDataSourceSyncJobRequest":{
56235672
"type":"structure",
56245673
"required":[
@@ -5887,8 +5936,19 @@
58875936
"beginOffset":{"shape":"Integer"},
58885937
"endOffset":{"shape":"Integer"},
58895938
"snippetExcerpt":{"shape":"SnippetExcerpt"},
5890-
"mediaId":{"shape":"SourceAttributionMediaId"},
5891-
"mediaMimeType":{"shape":"String"}
5939+
"mediaId":{
5940+
"shape":"SourceAttributionMediaId",
5941+
"deprecated":true,
5942+
"deprecatedMessage":"Deprecated in favor of using mediaId within the respective sourceDetails field.",
5943+
"deprecatedSince":"2025-02-28"
5944+
},
5945+
"mediaMimeType":{
5946+
"shape":"String",
5947+
"deprecated":true,
5948+
"deprecatedMessage":"Deprecated in favor of using mediaMimeType within the respective sourceDetails field.",
5949+
"deprecatedSince":"2025-02-28"
5950+
},
5951+
"sourceDetails":{"shape":"SourceDetails"}
58925952
}
58935953
},
58945954
"TextSegmentList":{
@@ -6350,6 +6410,37 @@
63506410
"UNKNOWN_OPERATION"
63516411
]
63526412
},
6413+
"VideoExtractionConfiguration":{
6414+
"type":"structure",
6415+
"required":["videoExtractionStatus"],
6416+
"members":{
6417+
"videoExtractionStatus":{"shape":"VideoExtractionStatus"}
6418+
}
6419+
},
6420+
"VideoExtractionStatus":{
6421+
"type":"string",
6422+
"enum":[
6423+
"ENABLED",
6424+
"DISABLED"
6425+
]
6426+
},
6427+
"VideoExtractionType":{
6428+
"type":"string",
6429+
"enum":[
6430+
"TRANSCRIPT",
6431+
"SUMMARY"
6432+
]
6433+
},
6434+
"VideoSourceDetails":{
6435+
"type":"structure",
6436+
"members":{
6437+
"mediaId":{"shape":"MediaId"},
6438+
"mediaMimeType":{"shape":"String"},
6439+
"startTimeMilliseconds":{"shape":"Long"},
6440+
"endTimeMilliseconds":{"shape":"Long"},
6441+
"videoExtractionType":{"shape":"VideoExtractionType"}
6442+
}
6443+
},
63536444
"WebExperience":{
63546445
"type":"structure",
63556446
"members":{

0 commit comments

Comments
 (0)