aws-sdk 2.779.0 → 2.783.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -1
- package/README.md +1 -1
- package/apis/apigateway-2015-07-09.min.json +6 -0
- package/apis/braket-2019-09-01.min.json +105 -7
- package/apis/codeartifact-2018-09-22.min.json +116 -19
- package/apis/dms-2016-01-01.min.json +103 -72
- package/apis/ec2-2016-11-15.min.json +1078 -936
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +31 -31
- package/apis/glue-2017-03-31.min.json +136 -111
- package/apis/imagebuilder-2019-12-02.min.json +12 -12
- package/apis/iot-2015-05-28.min.json +296 -270
- package/apis/macie2-2020-01-01.min.json +4 -0
- package/apis/medialive-2017-10-14.min.json +207 -172
- package/apis/sesv2-2019-09-27.min.json +484 -81
- package/apis/sesv2-2019-09-27.paginators.json +10 -0
- package/apis/storagegateway-2013-06-30.min.json +78 -39
- package/clients/apigateway.d.ts +17 -9
- package/clients/braket.d.ts +100 -26
- package/clients/codeartifact.d.ts +95 -9
- package/clients/dms.d.ts +45 -1
- package/clients/ec2.d.ts +187 -2
- package/clients/elasticache.d.ts +22 -22
- package/clients/elbv2.d.ts +31 -17
- package/clients/glue.d.ts +86 -53
- package/clients/imagebuilder.d.ts +21 -20
- package/clients/iot.d.ts +33 -0
- package/clients/macie2.d.ts +4 -0
- package/clients/marketplacecommerceanalytics.d.ts +1 -1
- package/clients/medialive.d.ts +42 -0
- package/clients/sesv2.d.ts +435 -3
- package/clients/sns.d.ts +6 -6
- package/clients/storagegateway.d.ts +63 -4
- package/clients/workmail.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +15 -15
- package/dist/aws-sdk.js +1492 -1279
- package/dist/aws-sdk.min.js +81 -81
- package/lib/core.js +1 -1
- package/lib/credentials/credential_provider_chain.d.ts +2 -2
- package/lib/error.d.ts +14 -10
- package/lib/service.d.ts +2 -2
- package/package.json +1 -1
|
@@ -10,6 +10,16 @@
|
|
|
10
10
|
"output_token": "NextToken",
|
|
11
11
|
"limit_key": "PageSize"
|
|
12
12
|
},
|
|
13
|
+
"ListContactLists": {
|
|
14
|
+
"input_token": "NextToken",
|
|
15
|
+
"output_token": "NextToken",
|
|
16
|
+
"limit_key": "PageSize"
|
|
17
|
+
},
|
|
18
|
+
"ListContacts": {
|
|
19
|
+
"input_token": "NextToken",
|
|
20
|
+
"output_token": "NextToken",
|
|
21
|
+
"limit_key": "PageSize"
|
|
22
|
+
},
|
|
13
23
|
"ListCustomVerificationEmailTemplates": {
|
|
14
24
|
"input_token": "NextToken",
|
|
15
25
|
"output_token": "NextToken",
|
|
@@ -288,7 +288,8 @@
|
|
|
288
288
|
"FileShareName": {},
|
|
289
289
|
"CacheAttributes": {
|
|
290
290
|
"shape": "S1o"
|
|
291
|
-
}
|
|
291
|
+
},
|
|
292
|
+
"NotificationPolicy": {}
|
|
292
293
|
}
|
|
293
294
|
},
|
|
294
295
|
"output": {
|
|
@@ -330,14 +331,17 @@
|
|
|
330
331
|
"SMBACLEnabled": {
|
|
331
332
|
"type": "boolean"
|
|
332
333
|
},
|
|
334
|
+
"AccessBasedEnumeration": {
|
|
335
|
+
"type": "boolean"
|
|
336
|
+
},
|
|
333
337
|
"AdminUserList": {
|
|
334
|
-
"shape": "
|
|
338
|
+
"shape": "S1u"
|
|
335
339
|
},
|
|
336
340
|
"ValidUserList": {
|
|
337
|
-
"shape": "
|
|
341
|
+
"shape": "S1u"
|
|
338
342
|
},
|
|
339
343
|
"InvalidUserList": {
|
|
340
|
-
"shape": "
|
|
344
|
+
"shape": "S1u"
|
|
341
345
|
},
|
|
342
346
|
"AuditDestinationARN": {},
|
|
343
347
|
"Authentication": {},
|
|
@@ -348,7 +352,8 @@
|
|
|
348
352
|
"FileShareName": {},
|
|
349
353
|
"CacheAttributes": {
|
|
350
354
|
"shape": "S1o"
|
|
351
|
-
}
|
|
355
|
+
},
|
|
356
|
+
"NotificationPolicy": {}
|
|
352
357
|
}
|
|
353
358
|
},
|
|
354
359
|
"output": {
|
|
@@ -541,7 +546,7 @@
|
|
|
541
546
|
"type": "structure",
|
|
542
547
|
"members": {
|
|
543
548
|
"TapeARNs": {
|
|
544
|
-
"shape": "
|
|
549
|
+
"shape": "S2n"
|
|
545
550
|
}
|
|
546
551
|
}
|
|
547
552
|
}
|
|
@@ -819,7 +824,7 @@
|
|
|
819
824
|
],
|
|
820
825
|
"members": {
|
|
821
826
|
"VolumeARNs": {
|
|
822
|
-
"shape": "
|
|
827
|
+
"shape": "S3m"
|
|
823
828
|
}
|
|
824
829
|
}
|
|
825
830
|
},
|
|
@@ -844,7 +849,7 @@
|
|
|
844
849
|
},
|
|
845
850
|
"SourceSnapshotId": {},
|
|
846
851
|
"VolumeiSCSIAttributes": {
|
|
847
|
-
"shape": "
|
|
852
|
+
"shape": "S3v"
|
|
848
853
|
},
|
|
849
854
|
"CreatedDate": {
|
|
850
855
|
"type": "timestamp"
|
|
@@ -880,11 +885,11 @@
|
|
|
880
885
|
"members": {
|
|
881
886
|
"TargetARN": {},
|
|
882
887
|
"SecretToAuthenticateInitiator": {
|
|
883
|
-
"shape": "
|
|
888
|
+
"shape": "S44"
|
|
884
889
|
},
|
|
885
890
|
"InitiatorName": {},
|
|
886
891
|
"SecretToAuthenticateTarget": {
|
|
887
|
-
"shape": "
|
|
892
|
+
"shape": "S44"
|
|
888
893
|
}
|
|
889
894
|
}
|
|
890
895
|
}
|
|
@@ -976,7 +981,7 @@
|
|
|
976
981
|
],
|
|
977
982
|
"members": {
|
|
978
983
|
"FileShareARNList": {
|
|
979
|
-
"shape": "
|
|
984
|
+
"shape": "S4r"
|
|
980
985
|
}
|
|
981
986
|
}
|
|
982
987
|
},
|
|
@@ -1023,7 +1028,8 @@
|
|
|
1023
1028
|
"FileShareName": {},
|
|
1024
1029
|
"CacheAttributes": {
|
|
1025
1030
|
"shape": "S1o"
|
|
1026
|
-
}
|
|
1031
|
+
},
|
|
1032
|
+
"NotificationPolicy": {}
|
|
1027
1033
|
}
|
|
1028
1034
|
}
|
|
1029
1035
|
}
|
|
@@ -1038,7 +1044,7 @@
|
|
|
1038
1044
|
],
|
|
1039
1045
|
"members": {
|
|
1040
1046
|
"FileShareARNList": {
|
|
1041
|
-
"shape": "
|
|
1047
|
+
"shape": "S4r"
|
|
1042
1048
|
}
|
|
1043
1049
|
}
|
|
1044
1050
|
},
|
|
@@ -1075,14 +1081,17 @@
|
|
|
1075
1081
|
"SMBACLEnabled": {
|
|
1076
1082
|
"type": "boolean"
|
|
1077
1083
|
},
|
|
1084
|
+
"AccessBasedEnumeration": {
|
|
1085
|
+
"type": "boolean"
|
|
1086
|
+
},
|
|
1078
1087
|
"AdminUserList": {
|
|
1079
|
-
"shape": "
|
|
1088
|
+
"shape": "S1u"
|
|
1080
1089
|
},
|
|
1081
1090
|
"ValidUserList": {
|
|
1082
|
-
"shape": "
|
|
1091
|
+
"shape": "S1u"
|
|
1083
1092
|
},
|
|
1084
1093
|
"InvalidUserList": {
|
|
1085
|
-
"shape": "
|
|
1094
|
+
"shape": "S1u"
|
|
1086
1095
|
},
|
|
1087
1096
|
"AuditDestinationARN": {},
|
|
1088
1097
|
"Authentication": {},
|
|
@@ -1093,7 +1102,8 @@
|
|
|
1093
1102
|
"FileShareName": {},
|
|
1094
1103
|
"CacheAttributes": {
|
|
1095
1104
|
"shape": "S1o"
|
|
1096
|
-
}
|
|
1105
|
+
},
|
|
1106
|
+
"NotificationPolicy": {}
|
|
1097
1107
|
}
|
|
1098
1108
|
}
|
|
1099
1109
|
}
|
|
@@ -1119,7 +1129,10 @@
|
|
|
1119
1129
|
"SMBGuestPasswordSet": {
|
|
1120
1130
|
"type": "boolean"
|
|
1121
1131
|
},
|
|
1122
|
-
"SMBSecurityStrategy": {}
|
|
1132
|
+
"SMBSecurityStrategy": {},
|
|
1133
|
+
"FileSharesVisible": {
|
|
1134
|
+
"type": "boolean"
|
|
1135
|
+
}
|
|
1123
1136
|
}
|
|
1124
1137
|
}
|
|
1125
1138
|
},
|
|
@@ -1159,7 +1172,7 @@
|
|
|
1159
1172
|
],
|
|
1160
1173
|
"members": {
|
|
1161
1174
|
"VolumeARNs": {
|
|
1162
|
-
"shape": "
|
|
1175
|
+
"shape": "S3m"
|
|
1163
1176
|
}
|
|
1164
1177
|
}
|
|
1165
1178
|
},
|
|
@@ -1188,7 +1201,7 @@
|
|
|
1188
1201
|
"type": "boolean"
|
|
1189
1202
|
},
|
|
1190
1203
|
"VolumeiSCSIAttributes": {
|
|
1191
|
-
"shape": "
|
|
1204
|
+
"shape": "S3v"
|
|
1192
1205
|
},
|
|
1193
1206
|
"CreatedDate": {
|
|
1194
1207
|
"type": "timestamp"
|
|
@@ -1209,7 +1222,7 @@
|
|
|
1209
1222
|
"type": "structure",
|
|
1210
1223
|
"members": {
|
|
1211
1224
|
"TapeARNs": {
|
|
1212
|
-
"shape": "
|
|
1225
|
+
"shape": "S2n"
|
|
1213
1226
|
},
|
|
1214
1227
|
"Marker": {},
|
|
1215
1228
|
"Limit": {
|
|
@@ -1306,7 +1319,7 @@
|
|
|
1306
1319
|
"members": {
|
|
1307
1320
|
"GatewayARN": {},
|
|
1308
1321
|
"TapeARNs": {
|
|
1309
|
-
"shape": "
|
|
1322
|
+
"shape": "S2n"
|
|
1310
1323
|
},
|
|
1311
1324
|
"Marker": {},
|
|
1312
1325
|
"Limit": {
|
|
@@ -1547,7 +1560,7 @@
|
|
|
1547
1560
|
"type": "structure",
|
|
1548
1561
|
"members": {
|
|
1549
1562
|
"AutomaticTapeCreationRules": {
|
|
1550
|
-
"shape": "
|
|
1563
|
+
"shape": "S6q"
|
|
1551
1564
|
},
|
|
1552
1565
|
"GatewayARN": {}
|
|
1553
1566
|
}
|
|
@@ -1725,7 +1738,7 @@
|
|
|
1725
1738
|
"type": "structure",
|
|
1726
1739
|
"members": {
|
|
1727
1740
|
"TapeARNs": {
|
|
1728
|
-
"shape": "
|
|
1741
|
+
"shape": "S2n"
|
|
1729
1742
|
},
|
|
1730
1743
|
"Marker": {},
|
|
1731
1744
|
"Limit": {
|
|
@@ -2075,7 +2088,7 @@
|
|
|
2075
2088
|
],
|
|
2076
2089
|
"members": {
|
|
2077
2090
|
"AutomaticTapeCreationRules": {
|
|
2078
|
-
"shape": "
|
|
2091
|
+
"shape": "S6q"
|
|
2079
2092
|
},
|
|
2080
2093
|
"GatewayARN": {}
|
|
2081
2094
|
}
|
|
@@ -2121,11 +2134,11 @@
|
|
|
2121
2134
|
"members": {
|
|
2122
2135
|
"TargetARN": {},
|
|
2123
2136
|
"SecretToAuthenticateInitiator": {
|
|
2124
|
-
"shape": "
|
|
2137
|
+
"shape": "S44"
|
|
2125
2138
|
},
|
|
2126
2139
|
"InitiatorName": {},
|
|
2127
2140
|
"SecretToAuthenticateTarget": {
|
|
2128
|
-
"shape": "
|
|
2141
|
+
"shape": "S44"
|
|
2129
2142
|
}
|
|
2130
2143
|
}
|
|
2131
2144
|
},
|
|
@@ -2239,7 +2252,8 @@
|
|
|
2239
2252
|
"FileShareName": {},
|
|
2240
2253
|
"CacheAttributes": {
|
|
2241
2254
|
"shape": "S1o"
|
|
2242
|
-
}
|
|
2255
|
+
},
|
|
2256
|
+
"NotificationPolicy": {}
|
|
2243
2257
|
}
|
|
2244
2258
|
},
|
|
2245
2259
|
"output": {
|
|
@@ -2275,21 +2289,25 @@
|
|
|
2275
2289
|
"SMBACLEnabled": {
|
|
2276
2290
|
"type": "boolean"
|
|
2277
2291
|
},
|
|
2292
|
+
"AccessBasedEnumeration": {
|
|
2293
|
+
"type": "boolean"
|
|
2294
|
+
},
|
|
2278
2295
|
"AdminUserList": {
|
|
2279
|
-
"shape": "
|
|
2296
|
+
"shape": "S1u"
|
|
2280
2297
|
},
|
|
2281
2298
|
"ValidUserList": {
|
|
2282
|
-
"shape": "
|
|
2299
|
+
"shape": "S1u"
|
|
2283
2300
|
},
|
|
2284
2301
|
"InvalidUserList": {
|
|
2285
|
-
"shape": "
|
|
2302
|
+
"shape": "S1u"
|
|
2286
2303
|
},
|
|
2287
2304
|
"AuditDestinationARN": {},
|
|
2288
2305
|
"CaseSensitivity": {},
|
|
2289
2306
|
"FileShareName": {},
|
|
2290
2307
|
"CacheAttributes": {
|
|
2291
2308
|
"shape": "S1o"
|
|
2292
|
-
}
|
|
2309
|
+
},
|
|
2310
|
+
"NotificationPolicy": {}
|
|
2293
2311
|
}
|
|
2294
2312
|
},
|
|
2295
2313
|
"output": {
|
|
@@ -2299,6 +2317,27 @@
|
|
|
2299
2317
|
}
|
|
2300
2318
|
}
|
|
2301
2319
|
},
|
|
2320
|
+
"UpdateSMBFileShareVisibility": {
|
|
2321
|
+
"input": {
|
|
2322
|
+
"type": "structure",
|
|
2323
|
+
"required": [
|
|
2324
|
+
"GatewayARN",
|
|
2325
|
+
"FileSharesVisible"
|
|
2326
|
+
],
|
|
2327
|
+
"members": {
|
|
2328
|
+
"GatewayARN": {},
|
|
2329
|
+
"FileSharesVisible": {
|
|
2330
|
+
"type": "boolean"
|
|
2331
|
+
}
|
|
2332
|
+
}
|
|
2333
|
+
},
|
|
2334
|
+
"output": {
|
|
2335
|
+
"type": "structure",
|
|
2336
|
+
"members": {
|
|
2337
|
+
"GatewayARN": {}
|
|
2338
|
+
}
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2302
2341
|
"UpdateSMBSecurityStrategy": {
|
|
2303
2342
|
"input": {
|
|
2304
2343
|
"type": "structure",
|
|
@@ -2411,19 +2450,19 @@
|
|
|
2411
2450
|
}
|
|
2412
2451
|
}
|
|
2413
2452
|
},
|
|
2414
|
-
"
|
|
2453
|
+
"S1u": {
|
|
2415
2454
|
"type": "list",
|
|
2416
2455
|
"member": {}
|
|
2417
2456
|
},
|
|
2418
|
-
"
|
|
2457
|
+
"S2n": {
|
|
2419
2458
|
"type": "list",
|
|
2420
2459
|
"member": {}
|
|
2421
2460
|
},
|
|
2422
|
-
"
|
|
2461
|
+
"S3m": {
|
|
2423
2462
|
"type": "list",
|
|
2424
2463
|
"member": {}
|
|
2425
2464
|
},
|
|
2426
|
-
"
|
|
2465
|
+
"S3v": {
|
|
2427
2466
|
"type": "structure",
|
|
2428
2467
|
"members": {
|
|
2429
2468
|
"TargetARN": {},
|
|
@@ -2439,15 +2478,15 @@
|
|
|
2439
2478
|
}
|
|
2440
2479
|
}
|
|
2441
2480
|
},
|
|
2442
|
-
"
|
|
2481
|
+
"S44": {
|
|
2443
2482
|
"type": "string",
|
|
2444
2483
|
"sensitive": true
|
|
2445
2484
|
},
|
|
2446
|
-
"
|
|
2485
|
+
"S4r": {
|
|
2447
2486
|
"type": "list",
|
|
2448
2487
|
"member": {}
|
|
2449
2488
|
},
|
|
2450
|
-
"
|
|
2489
|
+
"S6q": {
|
|
2451
2490
|
"type": "list",
|
|
2452
2491
|
"member": {
|
|
2453
2492
|
"type": "structure",
|
package/clients/apigateway.d.ts
CHANGED
|
@@ -1094,7 +1094,7 @@ declare namespace APIGateway {
|
|
|
1094
1094
|
*/
|
|
1095
1095
|
type?: AuthorizerType;
|
|
1096
1096
|
/**
|
|
1097
|
-
* A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer. Each element is of this format: arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}. For a TOKEN or REQUEST authorizer, this is not defined.
|
|
1097
|
+
* A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer. Each element is of this format: arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}. For a TOKEN or REQUEST authorizer, this is not defined.
|
|
1098
1098
|
*/
|
|
1099
1099
|
providerARNs?: ListOfARNs;
|
|
1100
1100
|
/**
|
|
@@ -1256,7 +1256,7 @@ declare namespace APIGateway {
|
|
|
1256
1256
|
*/
|
|
1257
1257
|
type: AuthorizerType;
|
|
1258
1258
|
/**
|
|
1259
|
-
* A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer. Each element is of this format: arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}. For a TOKEN or REQUEST authorizer, this is not defined.
|
|
1259
|
+
* A list of the Amazon Cognito user pool ARNs for the COGNITO_USER_POOLS authorizer. Each element is of this format: arn:aws:cognito-idp:{region}:{account_id}:userpool/{user_pool_id}. For a TOKEN or REQUEST authorizer, this is not defined.
|
|
1260
1260
|
*/
|
|
1261
1261
|
providerARNs?: ListOfARNs;
|
|
1262
1262
|
/**
|
|
@@ -1406,7 +1406,7 @@ declare namespace APIGateway {
|
|
|
1406
1406
|
*/
|
|
1407
1407
|
regionalCertificateArn?: String;
|
|
1408
1408
|
/**
|
|
1409
|
-
* The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
|
1409
|
+
* The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
|
1410
1410
|
*/
|
|
1411
1411
|
endpointConfiguration?: EndpointConfiguration;
|
|
1412
1412
|
/**
|
|
@@ -1499,11 +1499,11 @@ declare namespace APIGateway {
|
|
|
1499
1499
|
*/
|
|
1500
1500
|
minimumCompressionSize?: NullableInteger;
|
|
1501
1501
|
/**
|
|
1502
|
-
* The source of the API key for metering requests according to a usage plan. Valid values are: HEADER to read the API key from the X-API-Key header of a request. AUTHORIZER to read the API key from the UsageIdentifierKey from a custom authorizer.
|
|
1502
|
+
* The source of the API key for metering requests according to a usage plan. Valid values are: HEADER to read the API key from the X-API-Key header of a request. AUTHORIZER to read the API key from the UsageIdentifierKey from a custom authorizer.
|
|
1503
1503
|
*/
|
|
1504
1504
|
apiKeySource?: ApiKeySourceType;
|
|
1505
1505
|
/**
|
|
1506
|
-
* The endpoint configuration of this RestApi showing the endpoint types of the API.
|
|
1506
|
+
* The endpoint configuration of this RestApi showing the endpoint types of the API.
|
|
1507
1507
|
*/
|
|
1508
1508
|
endpointConfiguration?: EndpointConfiguration;
|
|
1509
1509
|
/**
|
|
@@ -1514,6 +1514,10 @@ declare namespace APIGateway {
|
|
|
1514
1514
|
* The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.
|
|
1515
1515
|
*/
|
|
1516
1516
|
tags?: MapOfStringToString;
|
|
1517
|
+
/**
|
|
1518
|
+
* Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.
|
|
1519
|
+
*/
|
|
1520
|
+
disableExecuteApiEndpoint?: Boolean;
|
|
1517
1521
|
}
|
|
1518
1522
|
export interface CreateStageRequest {
|
|
1519
1523
|
/**
|
|
@@ -1986,7 +1990,7 @@ declare namespace APIGateway {
|
|
|
1986
1990
|
*/
|
|
1987
1991
|
distributionHostedZoneId?: String;
|
|
1988
1992
|
/**
|
|
1989
|
-
* The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
|
1993
|
+
* The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
|
1990
1994
|
*/
|
|
1991
1995
|
endpointConfiguration?: EndpointConfiguration;
|
|
1992
1996
|
/**
|
|
@@ -3368,11 +3372,11 @@ declare namespace APIGateway {
|
|
|
3368
3372
|
*/
|
|
3369
3373
|
minimumCompressionSize?: NullableInteger;
|
|
3370
3374
|
/**
|
|
3371
|
-
* The source of the API key for metering requests according to a usage plan. Valid values are: HEADER to read the API key from the X-API-Key header of a request. AUTHORIZER to read the API key from the UsageIdentifierKey from a custom authorizer.
|
|
3375
|
+
* The source of the API key for metering requests according to a usage plan. Valid values are: HEADER to read the API key from the X-API-Key header of a request. AUTHORIZER to read the API key from the UsageIdentifierKey from a custom authorizer.
|
|
3372
3376
|
*/
|
|
3373
3377
|
apiKeySource?: ApiKeySourceType;
|
|
3374
3378
|
/**
|
|
3375
|
-
* The endpoint configuration of this RestApi showing the endpoint types of the API.
|
|
3379
|
+
* The endpoint configuration of this RestApi showing the endpoint types of the API.
|
|
3376
3380
|
*/
|
|
3377
3381
|
endpointConfiguration?: EndpointConfiguration;
|
|
3378
3382
|
/**
|
|
@@ -3383,6 +3387,10 @@ declare namespace APIGateway {
|
|
|
3383
3387
|
* The collection of tags. Each tag element is associated with a given resource.
|
|
3384
3388
|
*/
|
|
3385
3389
|
tags?: MapOfStringToString;
|
|
3390
|
+
/**
|
|
3391
|
+
* Specifies whether clients can invoke your API by using the default execute-api endpoint. By default, clients can invoke your API with the default https://{api_id}.execute-api.{region}.amazonaws.com endpoint. To require that clients use a custom domain name to invoke your API, disable the default endpoint.
|
|
3392
|
+
*/
|
|
3393
|
+
disableExecuteApiEndpoint?: Boolean;
|
|
3386
3394
|
}
|
|
3387
3395
|
export interface RestApis {
|
|
3388
3396
|
position?: String;
|
|
@@ -4119,7 +4127,7 @@ declare namespace APIGateway {
|
|
|
4119
4127
|
*/
|
|
4120
4128
|
targetArns?: ListOfString;
|
|
4121
4129
|
/**
|
|
4122
|
-
* The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.
|
|
4130
|
+
* The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.
|
|
4123
4131
|
*/
|
|
4124
4132
|
status?: VpcLinkStatus;
|
|
4125
4133
|
/**
|
package/clients/braket.d.ts
CHANGED
|
@@ -43,6 +43,14 @@ declare class Braket extends Service {
|
|
|
43
43
|
* Retrieves the specified quantum task.
|
|
44
44
|
*/
|
|
45
45
|
getQuantumTask(callback?: (err: AWSError, data: Braket.Types.GetQuantumTaskResponse) => void): Request<Braket.Types.GetQuantumTaskResponse, AWSError>;
|
|
46
|
+
/**
|
|
47
|
+
* Shows the tags associated with this resource.
|
|
48
|
+
*/
|
|
49
|
+
listTagsForResource(params: Braket.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: Braket.Types.ListTagsForResourceResponse) => void): Request<Braket.Types.ListTagsForResourceResponse, AWSError>;
|
|
50
|
+
/**
|
|
51
|
+
* Shows the tags associated with this resource.
|
|
52
|
+
*/
|
|
53
|
+
listTagsForResource(callback?: (err: AWSError, data: Braket.Types.ListTagsForResourceResponse) => void): Request<Braket.Types.ListTagsForResourceResponse, AWSError>;
|
|
46
54
|
/**
|
|
47
55
|
* Searches for devices using the specified filters.
|
|
48
56
|
*/
|
|
@@ -59,6 +67,22 @@ declare class Braket extends Service {
|
|
|
59
67
|
* Searches for tasks that match the specified filter values.
|
|
60
68
|
*/
|
|
61
69
|
searchQuantumTasks(callback?: (err: AWSError, data: Braket.Types.SearchQuantumTasksResponse) => void): Request<Braket.Types.SearchQuantumTasksResponse, AWSError>;
|
|
70
|
+
/**
|
|
71
|
+
* Add a tag to the specified resource.
|
|
72
|
+
*/
|
|
73
|
+
tagResource(params: Braket.Types.TagResourceRequest, callback?: (err: AWSError, data: Braket.Types.TagResourceResponse) => void): Request<Braket.Types.TagResourceResponse, AWSError>;
|
|
74
|
+
/**
|
|
75
|
+
* Add a tag to the specified resource.
|
|
76
|
+
*/
|
|
77
|
+
tagResource(callback?: (err: AWSError, data: Braket.Types.TagResourceResponse) => void): Request<Braket.Types.TagResourceResponse, AWSError>;
|
|
78
|
+
/**
|
|
79
|
+
* Remove tags from a resource.
|
|
80
|
+
*/
|
|
81
|
+
untagResource(params: Braket.Types.UntagResourceRequest, callback?: (err: AWSError, data: Braket.Types.UntagResourceResponse) => void): Request<Braket.Types.UntagResourceResponse, AWSError>;
|
|
82
|
+
/**
|
|
83
|
+
* Remove tags from a resource.
|
|
84
|
+
*/
|
|
85
|
+
untagResource(callback?: (err: AWSError, data: Braket.Types.UntagResourceResponse) => void): Request<Braket.Types.UntagResourceResponse, AWSError>;
|
|
62
86
|
}
|
|
63
87
|
declare namespace Braket {
|
|
64
88
|
export interface CancelQuantumTaskRequest {
|
|
@@ -81,7 +105,7 @@ declare namespace Braket {
|
|
|
81
105
|
*/
|
|
82
106
|
quantumTaskArn: QuantumTaskArn;
|
|
83
107
|
}
|
|
84
|
-
export type CancellationStatus = "
|
|
108
|
+
export type CancellationStatus = "CANCELLING"|"CANCELLED"|string;
|
|
85
109
|
export interface CreateQuantumTaskRequest {
|
|
86
110
|
/**
|
|
87
111
|
* The action associated with the task.
|
|
@@ -98,24 +122,28 @@ declare namespace Braket {
|
|
|
98
122
|
/**
|
|
99
123
|
* The parameters for the device to run the task on.
|
|
100
124
|
*/
|
|
101
|
-
deviceParameters?:
|
|
125
|
+
deviceParameters?: CreateQuantumTaskRequestDeviceParametersString;
|
|
102
126
|
/**
|
|
103
127
|
* The S3 bucket to store task result files in.
|
|
104
128
|
*/
|
|
105
|
-
outputS3Bucket:
|
|
129
|
+
outputS3Bucket: CreateQuantumTaskRequestOutputS3BucketString;
|
|
106
130
|
/**
|
|
107
131
|
* The key prefix for the location in the S3 bucket to store task results in.
|
|
108
132
|
*/
|
|
109
|
-
outputS3KeyPrefix:
|
|
133
|
+
outputS3KeyPrefix: CreateQuantumTaskRequestOutputS3KeyPrefixString;
|
|
110
134
|
/**
|
|
111
135
|
* The number of shots to use for the task.
|
|
112
136
|
*/
|
|
113
|
-
shots:
|
|
137
|
+
shots: CreateQuantumTaskRequestShotsLong;
|
|
138
|
+
/**
|
|
139
|
+
* Tags to be added to the quantum task you're creating.
|
|
140
|
+
*/
|
|
141
|
+
tags?: TagsMap;
|
|
114
142
|
}
|
|
115
|
-
export type
|
|
116
|
-
export type
|
|
117
|
-
export type
|
|
118
|
-
export type
|
|
143
|
+
export type CreateQuantumTaskRequestDeviceParametersString = string;
|
|
144
|
+
export type CreateQuantumTaskRequestOutputS3BucketString = string;
|
|
145
|
+
export type CreateQuantumTaskRequestOutputS3KeyPrefixString = string;
|
|
146
|
+
export type CreateQuantumTaskRequestShotsLong = number;
|
|
119
147
|
export interface CreateQuantumTaskResponse {
|
|
120
148
|
/**
|
|
121
149
|
* The ARN of the task created by the request.
|
|
@@ -123,7 +151,7 @@ declare namespace Braket {
|
|
|
123
151
|
quantumTaskArn: QuantumTaskArn;
|
|
124
152
|
}
|
|
125
153
|
export type DeviceArn = string;
|
|
126
|
-
export type DeviceStatus = "
|
|
154
|
+
export type DeviceStatus = "ONLINE"|"OFFLINE"|string;
|
|
127
155
|
export interface DeviceSummary {
|
|
128
156
|
/**
|
|
129
157
|
* The ARN of the device.
|
|
@@ -227,11 +255,27 @@ declare namespace Braket {
|
|
|
227
255
|
* The status of the task.
|
|
228
256
|
*/
|
|
229
257
|
status: QuantumTaskStatus;
|
|
258
|
+
/**
|
|
259
|
+
* The tags that belong to this task.
|
|
260
|
+
*/
|
|
261
|
+
tags?: TagsMap;
|
|
230
262
|
}
|
|
231
263
|
export type JsonValue = string;
|
|
264
|
+
export interface ListTagsForResourceRequest {
|
|
265
|
+
/**
|
|
266
|
+
* Specify the resourceArn for the resource whose tags to display.
|
|
267
|
+
*/
|
|
268
|
+
resourceArn: String;
|
|
269
|
+
}
|
|
270
|
+
export interface ListTagsForResourceResponse {
|
|
271
|
+
/**
|
|
272
|
+
* Displays the key, value pairs of tags associated with this resource.
|
|
273
|
+
*/
|
|
274
|
+
tags?: TagsMap;
|
|
275
|
+
}
|
|
232
276
|
export type Long = number;
|
|
233
277
|
export type QuantumTaskArn = string;
|
|
234
|
-
export type QuantumTaskStatus = "
|
|
278
|
+
export type QuantumTaskStatus = "CREATED"|"QUEUED"|"RUNNING"|"COMPLETED"|"FAILED"|"CANCELLING"|"CANCELLED"|string;
|
|
235
279
|
export interface QuantumTaskSummary {
|
|
236
280
|
/**
|
|
237
281
|
* The time at which the task was created.
|
|
@@ -265,36 +309,40 @@ declare namespace Braket {
|
|
|
265
309
|
* The status of the task.
|
|
266
310
|
*/
|
|
267
311
|
status: QuantumTaskStatus;
|
|
312
|
+
/**
|
|
313
|
+
* Displays the key, value pairs of tags associated with this quantum task.
|
|
314
|
+
*/
|
|
315
|
+
tags?: TagsMap;
|
|
268
316
|
}
|
|
269
317
|
export type QuantumTaskSummaryList = QuantumTaskSummary[];
|
|
270
318
|
export interface SearchDevicesFilter {
|
|
271
319
|
/**
|
|
272
320
|
* The name to use to filter results.
|
|
273
321
|
*/
|
|
274
|
-
name:
|
|
322
|
+
name: SearchDevicesFilterNameString;
|
|
275
323
|
/**
|
|
276
324
|
* The values to use to filter results.
|
|
277
325
|
*/
|
|
278
|
-
values:
|
|
326
|
+
values: SearchDevicesFilterValuesList;
|
|
279
327
|
}
|
|
280
|
-
export type
|
|
281
|
-
export type
|
|
328
|
+
export type SearchDevicesFilterNameString = string;
|
|
329
|
+
export type SearchDevicesFilterValuesList = String256[];
|
|
282
330
|
export interface SearchDevicesRequest {
|
|
283
331
|
/**
|
|
284
332
|
* The filter values to use to search for a device.
|
|
285
333
|
*/
|
|
286
|
-
filters:
|
|
334
|
+
filters: SearchDevicesRequestFiltersList;
|
|
287
335
|
/**
|
|
288
336
|
* The maximum number of results to return in the response.
|
|
289
337
|
*/
|
|
290
|
-
maxResults?:
|
|
338
|
+
maxResults?: SearchDevicesRequestMaxResultsInteger;
|
|
291
339
|
/**
|
|
292
340
|
* A token used for pagination of results returned in the response. Use the token returned from the previous request continue results where the previous request ended.
|
|
293
341
|
*/
|
|
294
342
|
nextToken?: String;
|
|
295
343
|
}
|
|
296
|
-
export type
|
|
297
|
-
export type
|
|
344
|
+
export type SearchDevicesRequestFiltersList = SearchDevicesFilter[];
|
|
345
|
+
export type SearchDevicesRequestMaxResultsInteger = number;
|
|
298
346
|
export interface SearchDevicesResponse {
|
|
299
347
|
/**
|
|
300
348
|
* An array of DeviceSummary objects for devices that match the specified filter values.
|
|
@@ -317,26 +365,26 @@ declare namespace Braket {
|
|
|
317
365
|
/**
|
|
318
366
|
* The values to use for the filter.
|
|
319
367
|
*/
|
|
320
|
-
values:
|
|
368
|
+
values: SearchQuantumTasksFilterValuesList;
|
|
321
369
|
}
|
|
322
|
-
export type SearchQuantumTasksFilterOperator = "
|
|
323
|
-
export type
|
|
370
|
+
export type SearchQuantumTasksFilterOperator = "LT"|"LTE"|"EQUAL"|"GT"|"GTE"|"BETWEEN"|string;
|
|
371
|
+
export type SearchQuantumTasksFilterValuesList = String256[];
|
|
324
372
|
export interface SearchQuantumTasksRequest {
|
|
325
373
|
/**
|
|
326
374
|
* Array of SearchQuantumTasksFilter objects.
|
|
327
375
|
*/
|
|
328
|
-
filters:
|
|
376
|
+
filters: SearchQuantumTasksRequestFiltersList;
|
|
329
377
|
/**
|
|
330
378
|
* Maximum number of results to return in the response.
|
|
331
379
|
*/
|
|
332
|
-
maxResults?:
|
|
380
|
+
maxResults?: SearchQuantumTasksRequestMaxResultsInteger;
|
|
333
381
|
/**
|
|
334
382
|
* A token used for pagination of results returned in the response. Use the token returned from the previous request continue results where the previous request ended.
|
|
335
383
|
*/
|
|
336
384
|
nextToken?: String;
|
|
337
385
|
}
|
|
338
|
-
export type
|
|
339
|
-
export type
|
|
386
|
+
export type SearchQuantumTasksRequestFiltersList = SearchQuantumTasksFilter[];
|
|
387
|
+
export type SearchQuantumTasksRequestMaxResultsInteger = number;
|
|
340
388
|
export interface SearchQuantumTasksResponse {
|
|
341
389
|
/**
|
|
342
390
|
* A token used for pagination of results, or null if there are no additional results. Use the token value in a subsequent request to continue results where the previous request ended.
|
|
@@ -351,6 +399,32 @@ declare namespace Braket {
|
|
|
351
399
|
export type String256 = string;
|
|
352
400
|
export type String64 = string;
|
|
353
401
|
export type SyntheticTimestamp_date_time = Date;
|
|
402
|
+
export type TagKeys = String[];
|
|
403
|
+
export interface TagResourceRequest {
|
|
404
|
+
/**
|
|
405
|
+
* Specify the resourceArn of the resource to which a tag will be added.
|
|
406
|
+
*/
|
|
407
|
+
resourceArn: String;
|
|
408
|
+
/**
|
|
409
|
+
* Specify the tags to add to the resource.
|
|
410
|
+
*/
|
|
411
|
+
tags: TagsMap;
|
|
412
|
+
}
|
|
413
|
+
export interface TagResourceResponse {
|
|
414
|
+
}
|
|
415
|
+
export type TagsMap = {[key: string]: String};
|
|
416
|
+
export interface UntagResourceRequest {
|
|
417
|
+
/**
|
|
418
|
+
* Specify the resourceArn for the resource from which to remove the tags.
|
|
419
|
+
*/
|
|
420
|
+
resourceArn: String;
|
|
421
|
+
/**
|
|
422
|
+
* pecify the keys for the tags to remove from the resource.
|
|
423
|
+
*/
|
|
424
|
+
tagKeys: TagKeys;
|
|
425
|
+
}
|
|
426
|
+
export interface UntagResourceResponse {
|
|
427
|
+
}
|
|
354
428
|
/**
|
|
355
429
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
356
430
|
*/
|