aws-sdk 2.1502.0 → 2.1503.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 +41 -1
- package/README.md +1 -3
- package/apis/accessanalyzer-2019-11-01.min.json +423 -86
- package/apis/accessanalyzer-2019-11-01.paginators.json +12 -0
- package/apis/amp-2020-08-01.min.json +320 -3
- package/apis/amp-2020-08-01.paginators.json +6 -0
- package/apis/amp-2020-08-01.waiters2.json +33 -0
- package/apis/bcm-data-exports-2023-11-26.examples.json +5 -0
- package/apis/bcm-data-exports-2023-11-26.min.json +470 -0
- package/apis/bcm-data-exports-2023-11-26.paginators.json +22 -0
- package/apis/cloudtrail-2013-11-01.min.json +67 -24
- package/apis/codestar-connections-2019-12-01.min.json +590 -3
- package/apis/codestar-connections-2019-12-01.paginators.json +10 -0
- package/apis/compute-optimizer-2019-11-01.min.json +243 -39
- package/apis/config-2014-11-12.min.json +204 -169
- package/apis/controltower-2018-05-10.min.json +249 -13
- package/apis/controltower-2018-05-10.paginators.json +6 -0
- package/apis/cost-optimization-hub-2022-07-26.examples.json +5 -0
- package/apis/cost-optimization-hub-2022-07-26.min.json +757 -0
- package/apis/cost-optimization-hub-2022-07-26.paginators.json +22 -0
- package/apis/detective-2018-10-26.min.json +294 -0
- package/apis/ecs-2014-11-13.min.json +108 -107
- package/apis/eks-2017-11-01.min.json +211 -4
- package/apis/eks-2017-11-01.paginators.json +12 -0
- package/apis/eks-auth-2023-11-26.examples.json +5 -0
- package/apis/eks-auth-2023-11-26.min.json +104 -0
- package/apis/eks-auth-2023-11-26.paginators.json +4 -0
- package/apis/eks-auth-2023-11-26.waiters2.json +5 -0
- package/apis/elasticfilesystem-2015-02-01.min.json +5 -1
- package/apis/elasticfilesystem-2015-02-01.paginators.json +18 -3
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +403 -75
- package/apis/elasticloadbalancingv2-2015-12-01.paginators.json +15 -0
- package/apis/freetier-2023-09-07.examples.json +5 -0
- package/apis/freetier-2023-09-07.min.json +105 -0
- package/apis/freetier-2023-09-07.paginators.json +10 -0
- package/apis/fsx-2018-03-01.min.json +259 -135
- package/apis/guardduty-2017-11-28.min.json +64 -0
- package/apis/iotfleetwise-2021-06-17.min.json +159 -33
- package/apis/lakeformation-2017-03-31.min.json +126 -35
- package/apis/logs-2014-03-28.min.json +310 -36
- package/apis/logs-2014-03-28.paginators.json +12 -0
- package/apis/managedblockchain-2018-09-24.min.json +58 -50
- package/apis/metadata.json +22 -0
- package/apis/models.lex.v2-2020-08-07.min.json +633 -331
- package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
- package/apis/personalize-2018-05-22.min.json +85 -52
- package/apis/personalize-events-2018-03-22.min.json +97 -5
- package/apis/personalize-runtime-2018-05-22.min.json +68 -11
- package/apis/quicksight-2018-04-01.min.json +398 -268
- package/apis/redshift-2012-12-01.min.json +14 -2
- package/apis/repostspace-2022-05-13.examples.json +5 -0
- package/apis/repostspace-2022-05-13.min.json +447 -0
- package/apis/repostspace-2022-05-13.paginators.json +10 -0
- package/apis/runtime.lex.v2-2020-08-07.min.json +25 -24
- package/apis/s3-2006-03-01.examples.json +142 -142
- package/apis/s3-2006-03-01.min.json +45 -0
- package/apis/s3control-2018-08-20.min.json +1330 -314
- package/apis/s3control-2018-08-20.paginators.json +15 -0
- package/apis/secretsmanager-2017-10-17.min.json +111 -50
- package/apis/secretsmanager-2017-10-17.paginators.json +5 -0
- package/apis/securityhub-2018-10-26.examples.json +93 -2
- package/apis/securityhub-2018-10-26.min.json +551 -300
- package/apis/states-2016-11-23.min.json +85 -0
- package/apis/transcribe-2017-10-26.min.json +49 -38
- package/apis/workspaces-2015-04-08.min.json +119 -96
- package/apis/workspaces-thin-client-2023-08-22.examples.json +5 -0
- package/apis/workspaces-thin-client-2023-08-22.min.json +777 -0
- package/apis/workspaces-thin-client-2023-08-22.paginators.json +22 -0
- package/clients/accessanalyzer.d.ts +374 -5
- package/clients/all.d.ts +6 -0
- package/clients/all.js +7 -1
- package/clients/amp.d.ts +322 -0
- package/clients/bcmdataexports.d.ts +589 -0
- package/clients/bcmdataexports.js +18 -0
- package/clients/cloudtrail.d.ts +76 -2
- package/clients/cloudwatchlogs.d.ts +413 -1
- package/clients/codestarconnections.d.ts +727 -0
- package/clients/computeoptimizer.d.ts +307 -6
- package/clients/configservice.d.ts +60 -11
- package/clients/controltower.d.ts +258 -20
- package/clients/costoptimizationhub.d.ts +1283 -0
- package/clients/costoptimizationhub.js +18 -0
- package/clients/detective.d.ts +469 -0
- package/clients/ecs.d.ts +10 -5
- package/clients/efs.d.ts +39 -30
- package/clients/eks.d.ts +237 -15
- package/clients/eksauth.d.ts +124 -0
- package/clients/eksauth.js +19 -0
- package/clients/elbv2.d.ts +433 -4
- package/clients/freetier.d.ts +149 -0
- package/clients/freetier.js +18 -0
- package/clients/fsx.d.ts +194 -21
- package/clients/guardduty.d.ts +82 -11
- package/clients/iotfleetwise.d.ts +198 -13
- package/clients/lakeformation.d.ts +118 -2
- package/clients/lexmodelsv2.d.ts +343 -2
- package/clients/lexruntimev2.d.ts +14 -9
- package/clients/managedblockchain.d.ts +26 -5
- package/clients/personalize.d.ts +65 -20
- package/clients/personalizeevents.d.ts +102 -12
- package/clients/personalizeruntime.d.ts +72 -2
- package/clients/quicksight.d.ts +124 -0
- package/clients/redshift.d.ts +16 -0
- package/clients/repostspace.d.ts +458 -0
- package/clients/repostspace.js +18 -0
- package/clients/s3.d.ts +2 -2
- package/clients/s3control.d.ts +841 -13
- package/clients/secretsmanager.d.ts +94 -5
- package/clients/securityhub.d.ts +305 -2
- package/clients/stepfunctions.d.ts +153 -8
- package/clients/transcribeservice.d.ts +11 -1
- package/clients/workspaces.d.ts +43 -1
- package/clients/workspacesthinclient.d.ts +895 -0
- package/clients/workspacesthinclient.js +18 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +277 -48
- package/dist/aws-sdk.js +1976 -565
- package/dist/aws-sdk.min.js +104 -104
- package/lib/config_service_placeholders.d.ts +12 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -35,6 +35,9 @@
|
|
35
35
|
"locationName": "Bucket"
|
36
36
|
},
|
37
37
|
"Key": {
|
38
|
+
"contextParam": {
|
39
|
+
"name": "Key"
|
40
|
+
},
|
38
41
|
"location": "uri",
|
39
42
|
"locationName": "Key"
|
40
43
|
},
|
@@ -82,6 +85,9 @@
|
|
82
85
|
"locationName": "Bucket"
|
83
86
|
},
|
84
87
|
"Key": {
|
88
|
+
"contextParam": {
|
89
|
+
"name": "Key"
|
90
|
+
},
|
85
91
|
"location": "uri",
|
86
92
|
"locationName": "Key"
|
87
93
|
},
|
@@ -596,6 +602,9 @@
|
|
596
602
|
"locationName": "x-amz-grant-write-acp"
|
597
603
|
},
|
598
604
|
"Key": {
|
605
|
+
"contextParam": {
|
606
|
+
"name": "Key"
|
607
|
+
},
|
599
608
|
"location": "uri",
|
600
609
|
"locationName": "Key"
|
601
610
|
},
|
@@ -1106,6 +1115,9 @@
|
|
1106
1115
|
"locationName": "Bucket"
|
1107
1116
|
},
|
1108
1117
|
"Key": {
|
1118
|
+
"contextParam": {
|
1119
|
+
"name": "Key"
|
1120
|
+
},
|
1109
1121
|
"location": "uri",
|
1110
1122
|
"locationName": "Key"
|
1111
1123
|
},
|
@@ -2112,6 +2124,9 @@
|
|
2112
2124
|
"type": "timestamp"
|
2113
2125
|
},
|
2114
2126
|
"Key": {
|
2127
|
+
"contextParam": {
|
2128
|
+
"name": "Key"
|
2129
|
+
},
|
2115
2130
|
"location": "uri",
|
2116
2131
|
"locationName": "Key"
|
2117
2132
|
},
|
@@ -2372,6 +2387,9 @@
|
|
2372
2387
|
"locationName": "Bucket"
|
2373
2388
|
},
|
2374
2389
|
"Key": {
|
2390
|
+
"contextParam": {
|
2391
|
+
"name": "Key"
|
2392
|
+
},
|
2375
2393
|
"location": "uri",
|
2376
2394
|
"locationName": "Key"
|
2377
2395
|
},
|
@@ -2878,6 +2896,9 @@
|
|
2878
2896
|
"type": "timestamp"
|
2879
2897
|
},
|
2880
2898
|
"Key": {
|
2899
|
+
"contextParam": {
|
2900
|
+
"name": "Key"
|
2901
|
+
},
|
2881
2902
|
"location": "uri",
|
2882
2903
|
"locationName": "Key"
|
2883
2904
|
},
|
@@ -3320,6 +3341,9 @@
|
|
3320
3341
|
"type": "integer"
|
3321
3342
|
},
|
3322
3343
|
"Prefix": {
|
3344
|
+
"contextParam": {
|
3345
|
+
"name": "Prefix"
|
3346
|
+
},
|
3323
3347
|
"location": "querystring",
|
3324
3348
|
"locationName": "prefix"
|
3325
3349
|
},
|
@@ -3423,6 +3447,9 @@
|
|
3423
3447
|
"type": "integer"
|
3424
3448
|
},
|
3425
3449
|
"Prefix": {
|
3450
|
+
"contextParam": {
|
3451
|
+
"name": "Prefix"
|
3452
|
+
},
|
3426
3453
|
"location": "querystring",
|
3427
3454
|
"locationName": "prefix"
|
3428
3455
|
},
|
@@ -3562,6 +3589,9 @@
|
|
3562
3589
|
"type": "integer"
|
3563
3590
|
},
|
3564
3591
|
"Prefix": {
|
3592
|
+
"contextParam": {
|
3593
|
+
"name": "Prefix"
|
3594
|
+
},
|
3565
3595
|
"location": "querystring",
|
3566
3596
|
"locationName": "prefix"
|
3567
3597
|
},
|
@@ -3641,6 +3671,9 @@
|
|
3641
3671
|
"type": "integer"
|
3642
3672
|
},
|
3643
3673
|
"Prefix": {
|
3674
|
+
"contextParam": {
|
3675
|
+
"name": "Prefix"
|
3676
|
+
},
|
3644
3677
|
"location": "querystring",
|
3645
3678
|
"locationName": "prefix"
|
3646
3679
|
},
|
@@ -3725,6 +3758,9 @@
|
|
3725
3758
|
"locationName": "Bucket"
|
3726
3759
|
},
|
3727
3760
|
"Key": {
|
3761
|
+
"contextParam": {
|
3762
|
+
"name": "Key"
|
3763
|
+
},
|
3728
3764
|
"location": "uri",
|
3729
3765
|
"locationName": "Key"
|
3730
3766
|
},
|
@@ -4888,6 +4924,9 @@
|
|
4888
4924
|
"locationName": "x-amz-grant-write-acp"
|
4889
4925
|
},
|
4890
4926
|
"Key": {
|
4927
|
+
"contextParam": {
|
4928
|
+
"name": "Key"
|
4929
|
+
},
|
4891
4930
|
"location": "uri",
|
4892
4931
|
"locationName": "Key"
|
4893
4932
|
},
|
@@ -5092,6 +5131,9 @@
|
|
5092
5131
|
"locationName": "x-amz-grant-write-acp"
|
5093
5132
|
},
|
5094
5133
|
"Key": {
|
5134
|
+
"contextParam": {
|
5135
|
+
"name": "Key"
|
5136
|
+
},
|
5095
5137
|
"location": "uri",
|
5096
5138
|
"locationName": "Key"
|
5097
5139
|
},
|
@@ -5796,6 +5838,9 @@
|
|
5796
5838
|
"locationName": "x-amz-checksum-sha256"
|
5797
5839
|
},
|
5798
5840
|
"Key": {
|
5841
|
+
"contextParam": {
|
5842
|
+
"name": "Key"
|
5843
|
+
},
|
5799
5844
|
"location": "uri",
|
5800
5845
|
"locationName": "Key"
|
5801
5846
|
},
|