aws-sdk 2.1389.0 → 2.1391.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 +17 -1
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +55 -39
- package/apis/cloudformation-2010-05-15.min.json +164 -127
- package/apis/cloudtrail-2013-11-01.min.json +34 -1
- package/apis/ec2-2016-11-15.min.json +6 -0
- package/apis/finspace-2021-03-12.min.json +1401 -17
- package/apis/finspace-2021-03-12.paginators.json +21 -0
- package/apis/keyspaces-2022-02-10.min.json +60 -34
- package/apis/kms-2014-11-01.examples.json +117 -9
- package/apis/sagemaker-2017-07-24.min.json +118 -81
- package/apis/wafv2-2019-07-29.min.json +86 -25
- package/clients/athena.d.ts +19 -3
- package/clients/cloudformation.d.ts +124 -61
- package/clients/cloudtrail.d.ts +90 -54
- package/clients/ec2.d.ts +2 -2
- package/clients/finspace.d.ts +1904 -127
- package/clients/frauddetector.d.ts +5 -5
- package/clients/keyspaces.d.ts +34 -1
- package/clients/kms.d.ts +20 -20
- package/clients/lambda.d.ts +10 -10
- package/clients/mwaa.d.ts +5 -5
- package/clients/sagemaker.d.ts +40 -1
- package/clients/wafv2.d.ts +95 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +262 -170
- package/dist/aws-sdk.min.js +99 -99
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,23 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1391.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1391.0
|
6
|
+
* feature: CloudFormation: AWS CloudFormation StackSets provides customers with three new APIs to activate, deactivate, and describe AWS Organizations trusted access which is needed to get started with service-managed StackSets.
|
7
|
+
* feature: EC2: Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs.
|
8
|
+
* feature: Finspace: Releasing new Managed kdb Insights APIs
|
9
|
+
* feature: FraudDetector: Added new variable types, new DateTime data type, and new rules engine functions for interacting and working with DateTime data types.
|
10
|
+
* feature: KMS: This release includes feature to import customer's asymmetric (RSA and ECC) and HMAC keys into KMS. It also includes feature to allow customers to specify number of days to schedule a KMS key deletion as a policy condition key.
|
11
|
+
* feature: Keyspaces: This release adds support for MRR GA launch, and includes multiregion support in create-keyspace, get-keyspace, and list-keyspace.
|
12
|
+
* feature: Lambda: Add Ruby 3.2 (ruby3.2) Runtime support to AWS Lambda.
|
13
|
+
* feature: MWAA: This release adds ROLLING_BACK and CREATING_SNAPSHOT environment statuses for Amazon MWAA environments.
|
14
|
+
|
15
|
+
## 2.1390.0
|
16
|
+
* feature: Athena: This release introduces the DeleteCapacityReservation API and the ability to manage capacity reservations using CloudFormation
|
17
|
+
* feature: CloudTrail: This feature allows users to start and stop event ingestion on a CloudTrail Lake event data store.
|
18
|
+
* feature: SageMaker: This release adds Selective Execution feature that allows SageMaker Pipelines users to run selected steps in a pipeline.
|
19
|
+
* feature: WAFV2: Added APIs to describe managed products. The APIs retrieve information about rule groups that are managed by AWS and by AWS Marketplace sellers.
|
20
|
+
|
5
21
|
## 2.1389.0
|
6
22
|
* bugfix: amazonprometheus: Enable CORS for Amazon Prometheus
|
7
23
|
* feature: Appflow: Added ability to select DataTransferApiType for DescribeConnector and CreateFlow requests when using Async supported connectors. Added supportedDataTransferType to DescribeConnector/DescribeConnectors/ListConnector response.
|
package/README.md
CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
71
71
|
To use the SDK in the browser, simply add the following script tag to your
|
72
72
|
HTML pages:
|
73
73
|
|
74
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1391.0.min.js"></script>
|
75
75
|
|
76
76
|
You can also build a custom browser SDK with your specified set of AWS services.
|
77
77
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -298,6 +298,22 @@
|
|
298
298
|
"members": {}
|
299
299
|
}
|
300
300
|
},
|
301
|
+
"DeleteCapacityReservation": {
|
302
|
+
"input": {
|
303
|
+
"type": "structure",
|
304
|
+
"required": [
|
305
|
+
"Name"
|
306
|
+
],
|
307
|
+
"members": {
|
308
|
+
"Name": {}
|
309
|
+
}
|
310
|
+
},
|
311
|
+
"output": {
|
312
|
+
"type": "structure",
|
313
|
+
"members": {}
|
314
|
+
},
|
315
|
+
"idempotent": true
|
316
|
+
},
|
301
317
|
"DeleteDataCatalog": {
|
302
318
|
"input": {
|
303
319
|
"type": "structure",
|
@@ -396,7 +412,7 @@
|
|
396
412
|
"type": "structure",
|
397
413
|
"members": {
|
398
414
|
"NotebookMetadata": {
|
399
|
-
"shape": "
|
415
|
+
"shape": "S34"
|
400
416
|
},
|
401
417
|
"Payload": {}
|
402
418
|
}
|
@@ -420,10 +436,10 @@
|
|
420
436
|
"Description": {},
|
421
437
|
"WorkingDirectory": {},
|
422
438
|
"Status": {
|
423
|
-
"shape": "
|
439
|
+
"shape": "S3b"
|
424
440
|
},
|
425
441
|
"Statistics": {
|
426
|
-
"shape": "
|
442
|
+
"shape": "S3d"
|
427
443
|
},
|
428
444
|
"Result": {
|
429
445
|
"type": "structure",
|
@@ -468,10 +484,10 @@
|
|
468
484
|
"type": "structure",
|
469
485
|
"members": {
|
470
486
|
"Status": {
|
471
|
-
"shape": "
|
487
|
+
"shape": "S3b"
|
472
488
|
},
|
473
489
|
"Statistics": {
|
474
|
-
"shape": "
|
490
|
+
"shape": "S3d"
|
475
491
|
}
|
476
492
|
}
|
477
493
|
}
|
@@ -497,7 +513,7 @@
|
|
497
513
|
"members": {
|
498
514
|
"CapacityReservationName": {},
|
499
515
|
"CapacityAssignments": {
|
500
|
-
"shape": "
|
516
|
+
"shape": "S3o"
|
501
517
|
}
|
502
518
|
}
|
503
519
|
}
|
@@ -521,7 +537,7 @@
|
|
521
537
|
],
|
522
538
|
"members": {
|
523
539
|
"CapacityReservation": {
|
524
|
-
"shape": "
|
540
|
+
"shape": "S3t"
|
525
541
|
}
|
526
542
|
}
|
527
543
|
}
|
@@ -573,7 +589,7 @@
|
|
573
589
|
"type": "structure",
|
574
590
|
"members": {
|
575
591
|
"Database": {
|
576
|
-
"shape": "
|
592
|
+
"shape": "S44"
|
577
593
|
}
|
578
594
|
}
|
579
595
|
}
|
@@ -611,7 +627,7 @@
|
|
611
627
|
"type": "structure",
|
612
628
|
"members": {
|
613
629
|
"NotebookMetadata": {
|
614
|
-
"shape": "
|
630
|
+
"shape": "S34"
|
615
631
|
}
|
616
632
|
}
|
617
633
|
}
|
@@ -789,7 +805,7 @@
|
|
789
805
|
}
|
790
806
|
},
|
791
807
|
"OutputStage": {
|
792
|
-
"shape": "
|
808
|
+
"shape": "S4x"
|
793
809
|
}
|
794
810
|
}
|
795
811
|
}
|
@@ -814,7 +830,7 @@
|
|
814
830
|
"WorkGroup": {},
|
815
831
|
"EngineVersion": {},
|
816
832
|
"EngineConfiguration": {
|
817
|
-
"shape": "
|
833
|
+
"shape": "S54"
|
818
834
|
},
|
819
835
|
"NotebookVersion": {},
|
820
836
|
"SessionConfiguration": {
|
@@ -831,7 +847,7 @@
|
|
831
847
|
}
|
832
848
|
},
|
833
849
|
"Status": {
|
834
|
-
"shape": "
|
850
|
+
"shape": "S59"
|
835
851
|
},
|
836
852
|
"Statistics": {
|
837
853
|
"type": "structure",
|
@@ -859,7 +875,7 @@
|
|
859
875
|
"members": {
|
860
876
|
"SessionId": {},
|
861
877
|
"Status": {
|
862
|
-
"shape": "
|
878
|
+
"shape": "S59"
|
863
879
|
}
|
864
880
|
}
|
865
881
|
}
|
@@ -882,7 +898,7 @@
|
|
882
898
|
"type": "structure",
|
883
899
|
"members": {
|
884
900
|
"TableMetadata": {
|
885
|
-
"shape": "
|
901
|
+
"shape": "S5g"
|
886
902
|
}
|
887
903
|
}
|
888
904
|
}
|
@@ -1003,7 +1019,7 @@
|
|
1003
1019
|
"CalculationExecutionId": {},
|
1004
1020
|
"Description": {},
|
1005
1021
|
"Status": {
|
1006
|
-
"shape": "
|
1022
|
+
"shape": "S3b"
|
1007
1023
|
}
|
1008
1024
|
}
|
1009
1025
|
}
|
@@ -1031,7 +1047,7 @@
|
|
1031
1047
|
"CapacityReservations": {
|
1032
1048
|
"type": "list",
|
1033
1049
|
"member": {
|
1034
|
-
"shape": "
|
1050
|
+
"shape": "S3t"
|
1035
1051
|
}
|
1036
1052
|
}
|
1037
1053
|
}
|
@@ -1084,7 +1100,7 @@
|
|
1084
1100
|
"DatabaseList": {
|
1085
1101
|
"type": "list",
|
1086
1102
|
"member": {
|
1087
|
-
"shape": "
|
1103
|
+
"shape": "S44"
|
1088
1104
|
}
|
1089
1105
|
},
|
1090
1106
|
"NextToken": {}
|
@@ -1211,7 +1227,7 @@
|
|
1211
1227
|
"NotebookMetadataList": {
|
1212
1228
|
"type": "list",
|
1213
1229
|
"member": {
|
1214
|
-
"shape": "
|
1230
|
+
"shape": "S34"
|
1215
1231
|
}
|
1216
1232
|
}
|
1217
1233
|
}
|
@@ -1338,7 +1354,7 @@
|
|
1338
1354
|
},
|
1339
1355
|
"NotebookVersion": {},
|
1340
1356
|
"Status": {
|
1341
|
-
"shape": "
|
1357
|
+
"shape": "S59"
|
1342
1358
|
}
|
1343
1359
|
}
|
1344
1360
|
}
|
@@ -1369,7 +1385,7 @@
|
|
1369
1385
|
"TableMetadataList": {
|
1370
1386
|
"type": "list",
|
1371
1387
|
"member": {
|
1372
|
-
"shape": "
|
1388
|
+
"shape": "S5g"
|
1373
1389
|
}
|
1374
1390
|
},
|
1375
1391
|
"NextToken": {}
|
@@ -1444,7 +1460,7 @@
|
|
1444
1460
|
"members": {
|
1445
1461
|
"CapacityReservationName": {},
|
1446
1462
|
"CapacityAssignments": {
|
1447
|
-
"shape": "
|
1463
|
+
"shape": "S3o"
|
1448
1464
|
}
|
1449
1465
|
}
|
1450
1466
|
},
|
@@ -1528,7 +1544,7 @@
|
|
1528
1544
|
"Description": {},
|
1529
1545
|
"WorkGroup": {},
|
1530
1546
|
"EngineConfiguration": {
|
1531
|
-
"shape": "
|
1547
|
+
"shape": "S54"
|
1532
1548
|
},
|
1533
1549
|
"NotebookVersion": {},
|
1534
1550
|
"SessionIdleTimeoutInMinutes": {
|
@@ -2082,7 +2098,7 @@
|
|
2082
2098
|
"KmsKey": {}
|
2083
2099
|
}
|
2084
2100
|
},
|
2085
|
-
"
|
2101
|
+
"S34": {
|
2086
2102
|
"type": "structure",
|
2087
2103
|
"members": {
|
2088
2104
|
"NotebookId": {},
|
@@ -2097,7 +2113,7 @@
|
|
2097
2113
|
}
|
2098
2114
|
}
|
2099
2115
|
},
|
2100
|
-
"
|
2116
|
+
"S3b": {
|
2101
2117
|
"type": "structure",
|
2102
2118
|
"members": {
|
2103
2119
|
"SubmissionDateTime": {
|
@@ -2110,7 +2126,7 @@
|
|
2110
2126
|
"StateChangeReason": {}
|
2111
2127
|
}
|
2112
2128
|
},
|
2113
|
-
"
|
2129
|
+
"S3d": {
|
2114
2130
|
"type": "structure",
|
2115
2131
|
"members": {
|
2116
2132
|
"DpuExecutionInMillis": {
|
@@ -2119,7 +2135,7 @@
|
|
2119
2135
|
"Progress": {}
|
2120
2136
|
}
|
2121
2137
|
},
|
2122
|
-
"
|
2138
|
+
"S3o": {
|
2123
2139
|
"type": "list",
|
2124
2140
|
"member": {
|
2125
2141
|
"type": "structure",
|
@@ -2131,7 +2147,7 @@
|
|
2131
2147
|
}
|
2132
2148
|
}
|
2133
2149
|
},
|
2134
|
-
"
|
2150
|
+
"S3t": {
|
2135
2151
|
"type": "structure",
|
2136
2152
|
"required": [
|
2137
2153
|
"Name",
|
@@ -2174,7 +2190,7 @@
|
|
2174
2190
|
}
|
2175
2191
|
}
|
2176
2192
|
},
|
2177
|
-
"
|
2193
|
+
"S44": {
|
2178
2194
|
"type": "structure",
|
2179
2195
|
"required": [
|
2180
2196
|
"Name"
|
@@ -2187,7 +2203,7 @@
|
|
2187
2203
|
}
|
2188
2204
|
}
|
2189
2205
|
},
|
2190
|
-
"
|
2206
|
+
"S4x": {
|
2191
2207
|
"type": "structure",
|
2192
2208
|
"members": {
|
2193
2209
|
"StageId": {
|
@@ -2210,17 +2226,17 @@
|
|
2210
2226
|
"type": "long"
|
2211
2227
|
},
|
2212
2228
|
"QueryStagePlan": {
|
2213
|
-
"shape": "
|
2229
|
+
"shape": "S4y"
|
2214
2230
|
},
|
2215
2231
|
"SubStages": {
|
2216
2232
|
"type": "list",
|
2217
2233
|
"member": {
|
2218
|
-
"shape": "
|
2234
|
+
"shape": "S4x"
|
2219
2235
|
}
|
2220
2236
|
}
|
2221
2237
|
}
|
2222
2238
|
},
|
2223
|
-
"
|
2239
|
+
"S4y": {
|
2224
2240
|
"type": "structure",
|
2225
2241
|
"members": {
|
2226
2242
|
"Name": {},
|
@@ -2228,7 +2244,7 @@
|
|
2228
2244
|
"Children": {
|
2229
2245
|
"type": "list",
|
2230
2246
|
"member": {
|
2231
|
-
"shape": "
|
2247
|
+
"shape": "S4y"
|
2232
2248
|
}
|
2233
2249
|
},
|
2234
2250
|
"RemoteSources": {
|
@@ -2237,7 +2253,7 @@
|
|
2237
2253
|
}
|
2238
2254
|
}
|
2239
2255
|
},
|
2240
|
-
"
|
2256
|
+
"S54": {
|
2241
2257
|
"type": "structure",
|
2242
2258
|
"required": [
|
2243
2259
|
"MaxConcurrentDpus"
|
@@ -2257,7 +2273,7 @@
|
|
2257
2273
|
}
|
2258
2274
|
}
|
2259
2275
|
},
|
2260
|
-
"
|
2276
|
+
"S59": {
|
2261
2277
|
"type": "structure",
|
2262
2278
|
"members": {
|
2263
2279
|
"StartDateTime": {
|
@@ -2276,7 +2292,7 @@
|
|
2276
2292
|
"StateChangeReason": {}
|
2277
2293
|
}
|
2278
2294
|
},
|
2279
|
-
"
|
2295
|
+
"S5g": {
|
2280
2296
|
"type": "structure",
|
2281
2297
|
"required": [
|
2282
2298
|
"Name"
|
@@ -2291,17 +2307,17 @@
|
|
2291
2307
|
},
|
2292
2308
|
"TableType": {},
|
2293
2309
|
"Columns": {
|
2294
|
-
"shape": "
|
2310
|
+
"shape": "S5i"
|
2295
2311
|
},
|
2296
2312
|
"PartitionKeys": {
|
2297
|
-
"shape": "
|
2313
|
+
"shape": "S5i"
|
2298
2314
|
},
|
2299
2315
|
"Parameters": {
|
2300
2316
|
"shape": "S1z"
|
2301
2317
|
}
|
2302
2318
|
}
|
2303
2319
|
},
|
2304
|
-
"
|
2320
|
+
"S5i": {
|
2305
2321
|
"type": "list",
|
2306
2322
|
"member": {
|
2307
2323
|
"type": "structure",
|