aws-sdk 2.1012.0 → 2.1016.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 +27 -1
- package/README.md +1 -1
- package/apis/auditmanager-2017-07-25.min.json +168 -12
- package/apis/auditmanager-2017-07-25.paginators.json +5 -0
- package/apis/autoscaling-2011-01-01.min.json +240 -94
- package/apis/chime-2018-05-01.min.json +4 -2
- package/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/apis/chime-sdk-messaging-2021-05-15.min.json +180 -29
- package/apis/ec2-2016-11-15.min.json +1331 -800
- package/apis/ec2-2016-11-15.paginators.json +12 -0
- package/apis/emr-containers-2020-10-01.min.json +18 -6
- package/apis/quicksight-2018-04-01.min.json +27 -21
- package/apis/rds-2014-10-31.min.json +412 -317
- package/apis/route53resolver-2018-04-01.min.json +85 -13
- package/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/apis/sagemaker-2017-07-24.min.json +924 -792
- package/apis/textract-2018-06-27.min.json +107 -43
- package/clients/auditmanager.d.ts +486 -305
- package/clients/autoscaling.d.ts +217 -15
- package/clients/chime.d.ts +8 -0
- package/clients/chimesdkidentity.d.ts +314 -2
- package/clients/chimesdkmessaging.d.ts +146 -15
- package/clients/connect.d.ts +11 -11
- package/clients/ec2.d.ts +548 -4
- package/clients/eks.d.ts +1 -1
- package/clients/emrcontainers.d.ts +18 -3
- package/clients/finspace.js +0 -1
- package/clients/finspacedata.js +0 -1
- package/clients/lexmodelsv2.js +0 -1
- package/clients/lookoutmetrics.js +0 -1
- package/clients/quicksight.d.ts +12 -2
- package/clients/rds.d.ts +361 -200
- package/clients/route53resolver.d.ts +94 -0
- package/clients/sagemaker.d.ts +152 -8
- package/clients/textract.d.ts +98 -6
- package/dist/aws-sdk-core-react-native.js +57 -22
- package/dist/aws-sdk-react-native.js +299 -340
- package/dist/aws-sdk.js +2134 -1234
- package/dist/aws-sdk.min.js +87 -87
- package/lib/core.js +1 -1
- package/lib/protocol/rest_json.js +6 -12
- package/lib/region_config.js +44 -1
- package/lib/region_config_data.json +81 -0
- package/lib/request.js +4 -6
- package/lib/service.js +1 -1
- package/package.json +2 -2
- package/scripts/region-checker/allowlist.js +4 -0
- package/lib/services/finspace.js +0 -23
- package/lib/services/finspacedata.js +0 -23
- package/lib/services/lexmodelsv2.js +0 -23
- package/lib/services/lookoutmetrics.js +0 -22
|
@@ -602,6 +602,12 @@
|
|
|
602
602
|
"output_token": "NextToken",
|
|
603
603
|
"result_key": "CapacityReservationGroups"
|
|
604
604
|
},
|
|
605
|
+
"GetInstanceTypesFromInstanceRequirements": {
|
|
606
|
+
"input_token": "NextToken",
|
|
607
|
+
"limit_key": "MaxResults",
|
|
608
|
+
"output_token": "NextToken",
|
|
609
|
+
"result_key": "InstanceTypes"
|
|
610
|
+
},
|
|
605
611
|
"GetManagedPrefixListAssociations": {
|
|
606
612
|
"input_token": "NextToken",
|
|
607
613
|
"limit_key": "MaxResults",
|
|
@@ -614,6 +620,12 @@
|
|
|
614
620
|
"output_token": "NextToken",
|
|
615
621
|
"result_key": "Entries"
|
|
616
622
|
},
|
|
623
|
+
"GetSpotPlacementScores": {
|
|
624
|
+
"input_token": "NextToken",
|
|
625
|
+
"limit_key": "MaxResults",
|
|
626
|
+
"output_token": "NextToken",
|
|
627
|
+
"result_key": "SpotPlacementScores"
|
|
628
|
+
},
|
|
617
629
|
"GetTransitGatewayAttachmentPropagations": {
|
|
618
630
|
"input_token": "NextToken",
|
|
619
631
|
"limit_key": "MaxResults",
|
|
@@ -54,7 +54,6 @@
|
|
|
54
54
|
"type",
|
|
55
55
|
"releaseLabel",
|
|
56
56
|
"executionRoleArn",
|
|
57
|
-
"certificateArn",
|
|
58
57
|
"clientToken"
|
|
59
58
|
],
|
|
60
59
|
"members": {
|
|
@@ -66,7 +65,10 @@
|
|
|
66
65
|
"type": {},
|
|
67
66
|
"releaseLabel": {},
|
|
68
67
|
"executionRoleArn": {},
|
|
69
|
-
"certificateArn": {
|
|
68
|
+
"certificateArn": {
|
|
69
|
+
"deprecated": true,
|
|
70
|
+
"deprecatedMessage": "Customer provided certificate-arn is deprecated and would be removed in future."
|
|
71
|
+
},
|
|
70
72
|
"configurationOverrides": {
|
|
71
73
|
"shape": "Sa"
|
|
72
74
|
},
|
|
@@ -258,7 +260,7 @@
|
|
|
258
260
|
"type": "structure",
|
|
259
261
|
"members": {
|
|
260
262
|
"virtualCluster": {
|
|
261
|
-
"shape": "
|
|
263
|
+
"shape": "S1s"
|
|
262
264
|
}
|
|
263
265
|
}
|
|
264
266
|
}
|
|
@@ -458,7 +460,7 @@
|
|
|
458
460
|
"virtualClusters": {
|
|
459
461
|
"type": "list",
|
|
460
462
|
"member": {
|
|
461
|
-
"shape": "
|
|
463
|
+
"shape": "S1s"
|
|
462
464
|
}
|
|
463
465
|
},
|
|
464
466
|
"nextToken": {}
|
|
@@ -722,7 +724,17 @@
|
|
|
722
724
|
"state": {},
|
|
723
725
|
"releaseLabel": {},
|
|
724
726
|
"executionRoleArn": {},
|
|
725
|
-
"certificateArn": {
|
|
727
|
+
"certificateArn": {
|
|
728
|
+
"deprecated": true,
|
|
729
|
+
"deprecatedMessage": "Customer provided certificate-arn is deprecated and would be removed in future."
|
|
730
|
+
},
|
|
731
|
+
"certificateAuthority": {
|
|
732
|
+
"type": "structure",
|
|
733
|
+
"members": {
|
|
734
|
+
"certificateArn": {},
|
|
735
|
+
"certificateData": {}
|
|
736
|
+
}
|
|
737
|
+
},
|
|
726
738
|
"configurationOverrides": {
|
|
727
739
|
"shape": "Sa"
|
|
728
740
|
},
|
|
@@ -742,7 +754,7 @@
|
|
|
742
754
|
}
|
|
743
755
|
}
|
|
744
756
|
},
|
|
745
|
-
"
|
|
757
|
+
"S1s": {
|
|
746
758
|
"type": "structure",
|
|
747
759
|
"members": {
|
|
748
760
|
"id": {},
|
|
@@ -2839,6 +2839,12 @@
|
|
|
2839
2839
|
"members": {
|
|
2840
2840
|
"InitialPath": {}
|
|
2841
2841
|
}
|
|
2842
|
+
},
|
|
2843
|
+
"QSearchBar": {
|
|
2844
|
+
"type": "structure",
|
|
2845
|
+
"members": {
|
|
2846
|
+
"InitialTopicId": {}
|
|
2847
|
+
}
|
|
2842
2848
|
}
|
|
2843
2849
|
}
|
|
2844
2850
|
}
|
|
@@ -3012,7 +3018,7 @@
|
|
|
3012
3018
|
"type": "structure",
|
|
3013
3019
|
"members": {
|
|
3014
3020
|
"AnalysisSummaryList": {
|
|
3015
|
-
"shape": "
|
|
3021
|
+
"shape": "Sbu"
|
|
3016
3022
|
},
|
|
3017
3023
|
"NextToken": {},
|
|
3018
3024
|
"Status": {
|
|
@@ -3114,7 +3120,7 @@
|
|
|
3114
3120
|
"type": "structure",
|
|
3115
3121
|
"members": {
|
|
3116
3122
|
"DashboardSummaryList": {
|
|
3117
|
-
"shape": "
|
|
3123
|
+
"shape": "Sc2"
|
|
3118
3124
|
},
|
|
3119
3125
|
"NextToken": {},
|
|
3120
3126
|
"Status": {
|
|
@@ -3321,7 +3327,7 @@
|
|
|
3321
3327
|
"type": "integer"
|
|
3322
3328
|
},
|
|
3323
3329
|
"FolderSummaryList": {
|
|
3324
|
-
"shape": "
|
|
3330
|
+
"shape": "Sch"
|
|
3325
3331
|
},
|
|
3326
3332
|
"NextToken": {},
|
|
3327
3333
|
"RequestId": {}
|
|
@@ -3417,7 +3423,7 @@
|
|
|
3417
3423
|
"type": "structure",
|
|
3418
3424
|
"members": {
|
|
3419
3425
|
"GroupList": {
|
|
3420
|
-
"shape": "
|
|
3426
|
+
"shape": "Sco"
|
|
3421
3427
|
},
|
|
3422
3428
|
"NextToken": {},
|
|
3423
3429
|
"RequestId": {},
|
|
@@ -4042,7 +4048,7 @@
|
|
|
4042
4048
|
"type": "structure",
|
|
4043
4049
|
"members": {
|
|
4044
4050
|
"GroupList": {
|
|
4045
|
-
"shape": "
|
|
4051
|
+
"shape": "Sco"
|
|
4046
4052
|
},
|
|
4047
4053
|
"NextToken": {},
|
|
4048
4054
|
"RequestId": {},
|
|
@@ -4221,7 +4227,7 @@
|
|
|
4221
4227
|
"type": "structure",
|
|
4222
4228
|
"members": {
|
|
4223
4229
|
"AnalysisSummaryList": {
|
|
4224
|
-
"shape": "
|
|
4230
|
+
"shape": "Sbu"
|
|
4225
4231
|
},
|
|
4226
4232
|
"NextToken": {},
|
|
4227
4233
|
"Status": {
|
|
@@ -4271,7 +4277,7 @@
|
|
|
4271
4277
|
"type": "structure",
|
|
4272
4278
|
"members": {
|
|
4273
4279
|
"DashboardSummaryList": {
|
|
4274
|
-
"shape": "
|
|
4280
|
+
"shape": "Sc2"
|
|
4275
4281
|
},
|
|
4276
4282
|
"NextToken": {},
|
|
4277
4283
|
"Status": {
|
|
@@ -4322,7 +4328,7 @@
|
|
|
4322
4328
|
"type": "integer"
|
|
4323
4329
|
},
|
|
4324
4330
|
"FolderSummaryList": {
|
|
4325
|
-
"shape": "
|
|
4331
|
+
"shape": "Sch"
|
|
4326
4332
|
},
|
|
4327
4333
|
"NextToken": {},
|
|
4328
4334
|
"RequestId": {}
|
|
@@ -4535,10 +4541,10 @@
|
|
|
4535
4541
|
"locationName": "AnalysisId"
|
|
4536
4542
|
},
|
|
4537
4543
|
"GrantPermissions": {
|
|
4538
|
-
"shape": "
|
|
4544
|
+
"shape": "Seu"
|
|
4539
4545
|
},
|
|
4540
4546
|
"RevokePermissions": {
|
|
4541
|
-
"shape": "
|
|
4547
|
+
"shape": "Seu"
|
|
4542
4548
|
}
|
|
4543
4549
|
}
|
|
4544
4550
|
},
|
|
@@ -4629,10 +4635,10 @@
|
|
|
4629
4635
|
"locationName": "DashboardId"
|
|
4630
4636
|
},
|
|
4631
4637
|
"GrantPermissions": {
|
|
4632
|
-
"shape": "
|
|
4638
|
+
"shape": "Seu"
|
|
4633
4639
|
},
|
|
4634
4640
|
"RevokePermissions": {
|
|
4635
|
-
"shape": "
|
|
4641
|
+
"shape": "Seu"
|
|
4636
4642
|
}
|
|
4637
4643
|
}
|
|
4638
4644
|
},
|
|
@@ -5204,10 +5210,10 @@
|
|
|
5204
5210
|
"locationName": "TemplateId"
|
|
5205
5211
|
},
|
|
5206
5212
|
"GrantPermissions": {
|
|
5207
|
-
"shape": "
|
|
5213
|
+
"shape": "Seu"
|
|
5208
5214
|
},
|
|
5209
5215
|
"RevokePermissions": {
|
|
5210
|
-
"shape": "
|
|
5216
|
+
"shape": "Seu"
|
|
5211
5217
|
}
|
|
5212
5218
|
}
|
|
5213
5219
|
},
|
|
@@ -5337,10 +5343,10 @@
|
|
|
5337
5343
|
"locationName": "ThemeId"
|
|
5338
5344
|
},
|
|
5339
5345
|
"GrantPermissions": {
|
|
5340
|
-
"shape": "
|
|
5346
|
+
"shape": "Seu"
|
|
5341
5347
|
},
|
|
5342
5348
|
"RevokePermissions": {
|
|
5343
|
-
"shape": "
|
|
5349
|
+
"shape": "Seu"
|
|
5344
5350
|
}
|
|
5345
5351
|
}
|
|
5346
5352
|
},
|
|
@@ -6583,7 +6589,7 @@
|
|
|
6583
6589
|
"type": "string",
|
|
6584
6590
|
"sensitive": true
|
|
6585
6591
|
},
|
|
6586
|
-
"
|
|
6592
|
+
"Sbu": {
|
|
6587
6593
|
"type": "list",
|
|
6588
6594
|
"member": {
|
|
6589
6595
|
"type": "structure",
|
|
@@ -6601,7 +6607,7 @@
|
|
|
6601
6607
|
}
|
|
6602
6608
|
}
|
|
6603
6609
|
},
|
|
6604
|
-
"
|
|
6610
|
+
"Sc2": {
|
|
6605
6611
|
"type": "list",
|
|
6606
6612
|
"member": {
|
|
6607
6613
|
"type": "structure",
|
|
@@ -6624,7 +6630,7 @@
|
|
|
6624
6630
|
}
|
|
6625
6631
|
}
|
|
6626
6632
|
},
|
|
6627
|
-
"
|
|
6633
|
+
"Sch": {
|
|
6628
6634
|
"type": "list",
|
|
6629
6635
|
"member": {
|
|
6630
6636
|
"type": "structure",
|
|
@@ -6642,13 +6648,13 @@
|
|
|
6642
6648
|
}
|
|
6643
6649
|
}
|
|
6644
6650
|
},
|
|
6645
|
-
"
|
|
6651
|
+
"Sco": {
|
|
6646
6652
|
"type": "list",
|
|
6647
6653
|
"member": {
|
|
6648
6654
|
"shape": "S5n"
|
|
6649
6655
|
}
|
|
6650
6656
|
},
|
|
6651
|
-
"
|
|
6657
|
+
"Seu": {
|
|
6652
6658
|
"type": "list",
|
|
6653
6659
|
"member": {
|
|
6654
6660
|
"shape": "S11"
|