Skip to content

Commit 8ee433b

Browse files
Updated API models and rebuilt service gems.
1 parent 089f2f0 commit 8ee433b

File tree

146 files changed

+2709
-394
lines changed

Some content is hidden

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

146 files changed

+2709
-394
lines changed

apis/acm-pca/2017-08-22/api-2.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,9 @@
10551055
"EC_prime256v1",
10561056
"EC_secp384r1",
10571057
"EC_secp521r1",
1058+
"ML_DSA_44",
1059+
"ML_DSA_65",
1060+
"ML_DSA_87",
10581061
"SM2"
10591062
]
10601063
},
@@ -1382,7 +1385,10 @@
13821385
"SHA256WITHRSA",
13831386
"SHA384WITHRSA",
13841387
"SHA512WITHRSA",
1385-
"SM3WITHSM2"
1388+
"SM3WITHSM2",
1389+
"ML_DSA_44",
1390+
"ML_DSA_65",
1391+
"ML_DSA_87"
13861392
]
13871393
},
13881394
"String":{"type":"string"},

apis/appstream/2016-12-01/api-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3172,6 +3172,7 @@
31723172
"type":"structure",
31733173
"members":{
31743174
"EniPrivateIpAddress":{"shape":"String"},
3175+
"EniIpv6Addresses":{"shape":"StringList"},
31753176
"EniId":{"shape":"String"}
31763177
}
31773178
},

apis/appstream/2016-12-01/docs-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2047,7 +2047,8 @@
20472047
"DisassociateSoftwareFromImageBuilderRequest$SoftwareNames": "<p>The list of license included applications to disassociate from the image builder.</p> <p>Possible values include the following:</p> <ul> <li> <p>Microsoft_Office_2021_LTSC_Professional_Plus_32Bit</p> </li> <li> <p>Microsoft_Office_2021_LTSC_Professional_Plus_64Bit</p> </li> <li> <p>Microsoft_Office_2024_LTSC_Professional_Plus_32Bit</p> </li> <li> <p>Microsoft_Office_2024_LTSC_Professional_Plus_64Bit</p> </li> <li> <p>Microsoft_Visio_2021_LTSC_Professional_32Bit</p> </li> <li> <p>Microsoft_Visio_2021_LTSC_Professional_64Bit</p> </li> <li> <p>Microsoft_Visio_2024_LTSC_Professional_32Bit</p> </li> <li> <p>Microsoft_Visio_2024_LTSC_Professional_64Bit</p> </li> <li> <p>Microsoft_Project_2021_Professional_32Bit</p> </li> <li> <p>Microsoft_Project_2021_Professional_64Bit</p> </li> <li> <p>Microsoft_Project_2024_Professional_32Bit</p> </li> <li> <p>Microsoft_Project_2024_Professional_64Bit</p> </li> <li> <p>Microsoft_Office_2021_LTSC_Standard_32Bit</p> </li> <li> <p>Microsoft_Office_2021_LTSC_Standard_64Bit</p> </li> <li> <p>Microsoft_Office_2024_LTSC_Standard_32Bit</p> </li> <li> <p>Microsoft_Office_2024_LTSC_Standard_64Bit</p> </li> <li> <p>Microsoft_Visio_2021_LTSC_Standard_32Bit</p> </li> <li> <p>Microsoft_Visio_2021_LTSC_Standard_64Bit</p> </li> <li> <p>Microsoft_Visio_2024_LTSC_Standard_32Bit</p> </li> <li> <p>Microsoft_Visio_2024_LTSC_Standard_64Bit</p> </li> <li> <p>Microsoft_Project_2021_Standard_32Bit</p> </li> <li> <p>Microsoft_Project_2021_Standard_64Bit</p> </li> <li> <p>Microsoft_Project_2024_Standard_32Bit</p> </li> <li> <p>Microsoft_Project_2024_Standard_64Bit</p> </li> </ul>",
20482048
"Image$SupportedInstanceFamilies": "<p>The supported instances families that determine which image a customer can use when the customer launches a fleet or image builder. The following instances families are supported:</p> <ul> <li> <p>General Purpose</p> </li> <li> <p>Compute Optimized</p> </li> <li> <p>Memory Optimized</p> </li> <li> <p>Graphics</p> </li> <li> <p>Graphics Design</p> </li> <li> <p>Graphics Pro</p> </li> <li> <p>Graphics G4</p> </li> <li> <p>Graphics G5</p> </li> </ul>",
20492049
"ListAssociatedFleetsResult$Names": "<p>The name of the fleet.</p>",
2050-
"ListAssociatedStacksResult$Names": "<p>The name of the stack.</p>"
2050+
"ListAssociatedStacksResult$Names": "<p>The name of the stack.</p>",
2051+
"NetworkAccessConfiguration$EniIpv6Addresses": "<p>The IPv6 addresses of the elastic network interface that is attached to instances in your VPC.</p>"
20512052
}
20522053
},
20532054
"SubnetIdList": {

apis/backup/2018-11-15/api-2.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2859,7 +2859,9 @@
28592859
"ValidationStatus":{"shape":"RestoreValidationStatus"},
28602860
"ValidationStatusMessage":{"shape":"string"},
28612861
"DeletionStatus":{"shape":"RestoreDeletionStatus"},
2862-
"DeletionStatusMessage":{"shape":"string"}
2862+
"DeletionStatusMessage":{"shape":"string"},
2863+
"IsParent":{"shape":"boolean"},
2864+
"ParentJobId":{"shape":"string"}
28632865
}
28642866
},
28652867
"DisassociateBackupVaultMpaApprovalTeamInput":{
@@ -4358,6 +4360,11 @@
43584360
"shape":"ARN",
43594361
"location":"querystring",
43604362
"locationName":"restoreTestingPlanArn"
4363+
},
4364+
"ByParentJobId":{
4365+
"shape":"string",
4366+
"location":"querystring",
4367+
"locationName":"parentJobId"
43614368
}
43624369
}
43634370
},
@@ -4910,6 +4917,8 @@
49104917
"CreatedResourceArn":{"shape":"ARN"},
49114918
"ResourceType":{"shape":"ResourceType"},
49124919
"RecoveryPointCreationDate":{"shape":"timestamp"},
4920+
"IsParent":{"shape":"boolean"},
4921+
"ParentJobId":{"shape":"string"},
49134922
"CreatedBy":{"shape":"RestoreJobCreator"},
49144923
"ValidationStatus":{"shape":"RestoreValidationStatus"},
49154924
"ValidationStatusMessage":{"shape":"string"},

apis/backup/2018-11-15/docs-2.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2427,11 +2427,13 @@
24272427
"DescribeBackupJobOutput$IsParent": "<p>This returns the boolean value that a backup job is a parent (composite) job.</p>",
24282428
"DescribeRecoveryPointOutput$IsEncrypted": "<p>A Boolean value that is returned as <code>TRUE</code> if the specified recovery point is encrypted, or <code>FALSE</code> if the recovery point is not encrypted.</p>",
24292429
"DescribeRecoveryPointOutput$IsParent": "<p>This returns the boolean value that a recovery point is a parent (composite) job.</p>",
2430+
"DescribeRestoreJobOutput$IsParent": "<p>This is a boolean value indicating whether the restore job is a parent (composite) restore job.</p>",
24302431
"ListBackupVaultsInput$ByShared": "<p>This parameter will sort the list of vaults by shared vaults.</p>",
24312432
"ListRecoveryPointsByResourceInput$ManagedByAWSBackupOnly": "<p>This attribute filters recovery points based on ownership.</p> <p>If this is set to <code>TRUE</code>, the response will contain recovery points associated with the selected resources that are managed by Backup.</p> <p>If this is set to <code>FALSE</code>, the response will contain all recovery points associated with the selected resource.</p> <p>Type: Boolean</p>",
24322433
"RecoveryPointByBackupVault$IsEncrypted": "<p>A Boolean value that is returned as <code>TRUE</code> if the specified recovery point is encrypted, or <code>FALSE</code> if the recovery point is not encrypted.</p>",
24332434
"RecoveryPointByBackupVault$IsParent": "<p>This is a boolean value indicating this is a parent (composite) recovery point.</p>",
24342435
"RecoveryPointByResource$IsParent": "<p>This is a boolean value indicating this is a parent (composite) recovery point.</p>",
2436+
"RestoreJobsListMember$IsParent": "<p>This is a boolean value indicating whether the restore job is a parent (composite) restore job.</p>",
24352437
"StartBackupJobOutput$IsParent": "<p>This is a returned boolean value indicating this is a parent (composite) backup job.</p>",
24362438
"StartCopyJobOutput$IsParent": "<p>This is a returned boolean value indicating this is a parent (composite) copy job.</p>",
24372439
"StartRestoreJobInput$CopySourceTagsToRestoredResource": "<p>This is an optional parameter. If this equals <code>True</code>, tags included in the backup will be copied to the restored resource.</p> <p>This can only be applied to backups created through Backup.</p>"
@@ -2562,6 +2564,7 @@
25622564
"DescribeRestoreJobOutput$PercentDone": "<p>Contains an estimated percentage that is complete of a job at the time the job status was queried.</p>",
25632565
"DescribeRestoreJobOutput$ValidationStatusMessage": "<p>The status message.</p>",
25642566
"DescribeRestoreJobOutput$DeletionStatusMessage": "<p>This describes the restore job deletion status.</p>",
2567+
"DescribeRestoreJobOutput$ParentJobId": "<p>This is the unique identifier of the parent restore job for the selected restore job.</p>",
25652568
"ExportBackupPlanTemplateInput$BackupPlanId": "<p>Uniquely identifies a backup plan.</p>",
25662569
"ExportBackupPlanTemplateOutput$BackupPlanTemplateJson": "<p>The body of a backup plan template in JSON format.</p> <note> <p>This is a signed JSON document that cannot be modified before being passed to <code>GetBackupPlanFromJSON.</code> </p> </note>",
25672570
"FormatList$member": null,
@@ -2665,6 +2668,7 @@
26652668
"ListRestoreJobsByProtectedResourceInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request ismade to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
26662669
"ListRestoreJobsByProtectedResourceOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows youto return more items in your list starting at the location pointed to by the next token</p>",
26672670
"ListRestoreJobsInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
2671+
"ListRestoreJobsInput$ByParentJobId": "<p>This is a filter to list child (nested) restore jobs based on parent restore job ID.</p>",
26682672
"ListRestoreJobsOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
26692673
"ListTagsInput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
26702674
"ListTagsOutput$NextToken": "<p>The next item following a partial list of returned items. For example, if a request is made to return <code>MaxResults</code> number of items, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>",
@@ -2704,6 +2708,7 @@
27042708
"RestoreJobsListMember$RestoreJobId": "<p>Uniquely identifies the job that restores a recovery point.</p>",
27052709
"RestoreJobsListMember$StatusMessage": "<p>A detailed message explaining the status of the job to restore a recovery point.</p>",
27062710
"RestoreJobsListMember$PercentDone": "<p>Contains an estimated percentage complete of a job at the time the job status was queried.</p>",
2711+
"RestoreJobsListMember$ParentJobId": "<p>This is the unique identifier of the parent restore job for the selected restore job.</p>",
27072712
"RestoreJobsListMember$ValidationStatusMessage": "<p>This describes the status of validation run on the indicated restore job.</p>",
27082713
"RestoreJobsListMember$DeletionStatusMessage": "<p>This describes the restore job deletion status.</p>",
27092714
"ScheduledPlanExecutionMember$RuleId": "<p>The unique identifier of the backup rule that will execute at the scheduled time.</p>",

apis/braket/2019-09-01/api-2.json

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@
105105
{"shape":"ThrottlingException"},
106106
{"shape":"InternalServiceException"},
107107
{"shape":"ValidationException"}
108-
]
108+
],
109+
"readonly":true
109110
},
110111
"GetJob":{
111112
"name":"GetJob",
@@ -122,7 +123,8 @@
122123
{"shape":"ThrottlingException"},
123124
{"shape":"InternalServiceException"},
124125
{"shape":"ValidationException"}
125-
]
126+
],
127+
"readonly":true
126128
},
127129
"GetQuantumTask":{
128130
"name":"GetQuantumTask",
@@ -139,7 +141,8 @@
139141
{"shape":"ThrottlingException"},
140142
{"shape":"InternalServiceException"},
141143
{"shape":"ValidationException"}
142-
]
144+
],
145+
"readonly":true
143146
},
144147
"ListTagsForResource":{
145148
"name":"ListTagsForResource",
@@ -154,7 +157,8 @@
154157
{"shape":"ResourceNotFoundException"},
155158
{"shape":"InternalServiceException"},
156159
{"shape":"ValidationException"}
157-
]
160+
],
161+
"readonly":true
158162
},
159163
"SearchDevices":{
160164
"name":"SearchDevices",
@@ -170,7 +174,8 @@
170174
{"shape":"ThrottlingException"},
171175
{"shape":"InternalServiceException"},
172176
{"shape":"ValidationException"}
173-
]
177+
],
178+
"readonly":true
174179
},
175180
"SearchJobs":{
176181
"name":"SearchJobs",
@@ -202,7 +207,8 @@
202207
{"shape":"ThrottlingException"},
203208
{"shape":"InternalServiceException"},
204209
{"shape":"ValidationException"}
205-
]
210+
],
211+
"readonly":true
206212
},
207213
"TagResource":{
208214
"name":"TagResource",
@@ -454,7 +460,8 @@
454460
},
455461
"tags":{"shape":"TagsMap"},
456462
"jobToken":{"shape":"JobToken"},
457-
"associations":{"shape":"CreateQuantumTaskRequestAssociationsList"}
463+
"associations":{"shape":"CreateQuantumTaskRequestAssociationsList"},
464+
"experimentalCapabilities":{"shape":"ExperimentalCapabilities"}
458465
}
459466
},
460467
"CreateQuantumTaskRequestAssociationsList":{
@@ -583,6 +590,20 @@
583590
"SIMULATOR"
584591
]
585592
},
593+
"ExperimentalCapabilities":{
594+
"type":"structure",
595+
"members":{
596+
"enabled":{"shape":"ExperimentalCapabilitiesEnablementType"}
597+
},
598+
"union":true
599+
},
600+
"ExperimentalCapabilitiesEnablementType":{
601+
"type":"string",
602+
"enum":[
603+
"ALL",
604+
"NONE"
605+
]
606+
},
586607
"GetDeviceRequest":{
587608
"type":"structure",
588609
"required":["deviceArn"],
@@ -722,7 +743,8 @@
722743
"queueInfo":{"shape":"QuantumTaskQueueInfo"},
723744
"associations":{"shape":"Associations"},
724745
"numSuccessfulShots":{"shape":"Long"},
725-
"actionMetadata":{"shape":"ActionMetadata"}
746+
"actionMetadata":{"shape":"ActionMetadata"},
747+
"experimentalCapabilities":{"shape":"ExperimentalCapabilities"}
726748
}
727749
},
728750
"HybridJobAdditionalAttributeName":{

apis/braket/2019-09-01/docs-2.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,19 @@
234234
"GetDeviceResponse$deviceType": "<p>The type of the device.</p>"
235235
}
236236
},
237+
"ExperimentalCapabilities": {
238+
"base": "<p>Enabled experimental capabilities for quantum hardware. Note that the use of these features may impact device capabilities and performance beyond its standard specifications.</p>",
239+
"refs": {
240+
"CreateQuantumTaskRequest$experimentalCapabilities": "<p>Enable experimental capabilities for the quantum task.</p>",
241+
"GetQuantumTaskResponse$experimentalCapabilities": "<p>Enabled experimental capabilities for the quantum task, if any.</p>"
242+
}
243+
},
244+
"ExperimentalCapabilitiesEnablementType": {
245+
"base": null,
246+
"refs": {
247+
"ExperimentalCapabilities$enabled": "<p>Enabled experimental capabilities.</p>"
248+
}
249+
},
237250
"GetDeviceRequest": {
238251
"base": null,
239252
"refs": {}
@@ -456,8 +469,8 @@
456469
"Long": {
457470
"base": null,
458471
"refs": {
459-
"ActionMetadata$programCount": "<p>The number of programs in a program set. This is only available for a Program Set.</p>",
460-
"ActionMetadata$executableCount": "<p>The number of executables in a program set. This is only available for a Program Set.</p>",
472+
"ActionMetadata$programCount": "<p>The number of programs in a program set. This is only available for a program set.</p>",
473+
"ActionMetadata$executableCount": "<p>The number of executables in a program set. This is only available for a program set.</p>",
461474
"GetQuantumTaskResponse$shots": "<p>The number of shots used in the quantum task.</p>",
462475
"GetQuantumTaskResponse$numSuccessfulShots": "<p>The number of successful shots for the quantum task. This is available after a successfully completed quantum task.</p>",
463476
"ProgramSetValidationFailure$programIndex": "<p>The index of the program within the program set that failed validation.</p>",

apis/datazone/2018-05-10/api-2.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12111,22 +12111,19 @@
1211112111
"MlflowPropertiesInput":{
1211212112
"type":"structure",
1211312113
"members":{
12114-
"trackingServerArn":{"shape":"String"},
12115-
"trackingServerName":{"shape":"String"}
12114+
"trackingServerArn":{"shape":"String"}
1211612115
}
1211712116
},
1211812117
"MlflowPropertiesOutput":{
1211912118
"type":"structure",
1212012119
"members":{
12121-
"trackingServerArn":{"shape":"String"},
12122-
"trackingServerName":{"shape":"String"}
12120+
"trackingServerArn":{"shape":"String"}
1212312121
}
1212412122
},
1212512123
"MlflowPropertiesPatch":{
1212612124
"type":"structure",
1212712125
"members":{
12128-
"trackingServerArn":{"shape":"String"},
12129-
"trackingServerName":{"shape":"String"}
12126+
"trackingServerArn":{"shape":"String"}
1213012127
}
1213112128
},
1213212129
"Model":{

apis/datazone/2018-05-10/docs-2.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7449,11 +7449,8 @@
74497449
"MetadataMap$key": null,
74507450
"MetadataMap$value": null,
74517451
"MlflowPropertiesInput$trackingServerArn": "<p>The tracking server ARN as part of the MLflow properties of a connection.</p>",
7452-
"MlflowPropertiesInput$trackingServerName": "<p>The name of the tracking server as part of the MLflow properties of a connection.</p>",
74537452
"MlflowPropertiesOutput$trackingServerArn": "<p>The tracking server ARN as part of the MLflow properties of a connection.</p>",
7454-
"MlflowPropertiesOutput$trackingServerName": "<p>The name of the tracking server as part of the MLflow properties of a connection.</p>",
74557453
"MlflowPropertiesPatch$trackingServerArn": "<p>The tracking server ARN as part of the MLflow properties of a connection.</p>",
7456-
"MlflowPropertiesPatch$trackingServerName": "<p>The name of the tracking server as part of the MLflow properties of a connection.</p>",
74577454
"NameIdentifier$name": "<p>The name in the name identifier.</p>",
74587455
"NameIdentifier$namespace": "<p>The namespace in the name identifier.</p>",
74597456
"NotEqualToExpression$columnName": "<p>The name of the column.</p>",

apis/dsql/2018-05-10/api-2.json

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
{"shape":"ValidationException"},
8585
{"shape":"InternalServerException"},
8686
{"shape":"ResourceNotFoundException"}
87-
]
87+
],
88+
"readonly":true
8889
},
8990
"GetClusterPolicy":{
9091
"name":"GetClusterPolicy",
@@ -101,7 +102,8 @@
101102
{"shape":"AccessDeniedException"},
102103
{"shape":"InternalServerException"},
103104
{"shape":"ResourceNotFoundException"}
104-
]
105+
],
106+
"readonly":true
105107
},
106108
"GetVpcEndpointServiceName":{
107109
"name":"GetVpcEndpointServiceName",
@@ -118,7 +120,8 @@
118120
{"shape":"AccessDeniedException"},
119121
{"shape":"InternalServerException"},
120122
{"shape":"ResourceNotFoundException"}
121-
]
123+
],
124+
"readonly":true
122125
},
123126
"ListClusters":{
124127
"name":"ListClusters",
@@ -135,7 +138,8 @@
135138
{"shape":"ValidationException"},
136139
{"shape":"InternalServerException"},
137140
{"shape":"ResourceNotFoundException"}
138-
]
141+
],
142+
"readonly":true
139143
},
140144
"ListTagsForResource":{
141145
"name":"ListTagsForResource",
@@ -152,7 +156,8 @@
152156
{"shape":"ValidationException"},
153157
{"shape":"InternalServerException"},
154158
{"shape":"ResourceNotFoundException"}
155-
]
159+
],
160+
"readonly":true
156161
},
157162
"PutClusterPolicy":{
158163
"name":"PutClusterPolicy",
@@ -344,7 +349,8 @@
344349
"creationTime":{"shape":"ClusterCreationTime"},
345350
"multiRegionProperties":{"shape":"MultiRegionProperties"},
346351
"encryptionDetails":{"shape":"EncryptionDetails"},
347-
"deletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"}
352+
"deletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"},
353+
"endpoint":{"shape":"Endpoint"}
348354
}
349355
},
350356
"DeleteClusterInput":{
@@ -440,6 +446,10 @@
440446
"CUSTOMER_MANAGED_KMS_KEY"
441447
]
442448
},
449+
"Endpoint":{
450+
"type":"string",
451+
"pattern":"[a-zA-Z0-9.-]+"
452+
},
443453
"GetClusterInput":{
444454
"type":"structure",
445455
"required":["identifier"],
@@ -468,7 +478,8 @@
468478
"deletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"},
469479
"multiRegionProperties":{"shape":"MultiRegionProperties"},
470480
"tags":{"shape":"TagMap"},
471-
"encryptionDetails":{"shape":"EncryptionDetails"}
481+
"encryptionDetails":{"shape":"EncryptionDetails"},
482+
"endpoint":{"shape":"Endpoint"}
472483
}
473484
},
474485
"GetClusterPolicyInput":{

0 commit comments

Comments
 (0)