aws-sdk 2.767.0 → 2.771.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 +31 -1
- package/README.md +1 -1
- package/apis/amplify-2017-07-25.min.json +58 -46
- package/apis/ce-2017-10-25.min.json +119 -87
- package/apis/dms-2016-01-01.min.json +230 -126
- package/apis/ec2-2016-11-15.min.json +39 -7
- package/apis/elasticache-2015-02-02.min.json +425 -106
- package/apis/elasticache-2015-02-02.paginators.json +12 -0
- package/apis/eventbridge-2015-10-07.min.json +20 -3
- package/apis/events-2015-10-07.min.json +20 -3
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -1
- package/apis/marketplace-catalog-2018-09-17.min.json +12 -10
- package/apis/medialive-2017-10-14.min.json +366 -194
- package/apis/mediapackage-2017-10-12.min.json +214 -93
- package/apis/rds-2014-10-31.min.json +7 -1
- package/apis/rekognition-2016-06-27.min.json +96 -76
- package/apis/servicecatalog-2015-12-10.min.json +60 -30
- package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
- package/apis/snowball-2016-06-30.min.json +61 -9
- package/clients/amplify.d.ts +17 -0
- package/clients/cloudwatchevents.d.ts +27 -0
- package/clients/computeoptimizer.d.ts +15 -15
- package/clients/costexplorer.d.ts +63 -11
- package/clients/dms.d.ts +189 -8
- package/clients/ec2.d.ts +36 -8
- package/clients/eks.d.ts +2 -2
- package/clients/elasticache.d.ts +416 -4
- package/clients/eventbridge.d.ts +27 -0
- package/clients/kinesisanalyticsv2.d.ts +79 -75
- package/clients/marketplacecatalog.d.ts +9 -0
- package/clients/medialive.d.ts +206 -4
- package/clients/mediapackage.d.ts +58 -0
- package/clients/rds.d.ts +13 -5
- package/clients/rekognition.d.ts +32 -14
- package/clients/sagemaker.d.ts +5 -5
- package/clients/servicecatalog.d.ts +66 -21
- package/clients/snowball.d.ts +122 -52
- package/clients/sns.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +18 -18
- package/dist/aws-sdk.js +808 -335
- package/dist/aws-sdk.min.js +78 -78
- package/lib/config-base.d.ts +3 -0
- package/lib/core.d.ts +1 -1
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -89,6 +89,18 @@
|
|
|
89
89
|
"limit_key": "MaxRecords",
|
|
90
90
|
"output_token": "Marker",
|
|
91
91
|
"result_key": "UpdateActions"
|
|
92
|
+
},
|
|
93
|
+
"DescribeUserGroups": {
|
|
94
|
+
"input_token": "Marker",
|
|
95
|
+
"limit_key": "MaxRecords",
|
|
96
|
+
"output_token": "Marker",
|
|
97
|
+
"result_key": "UserGroups"
|
|
98
|
+
},
|
|
99
|
+
"DescribeUsers": {
|
|
100
|
+
"input_token": "Marker",
|
|
101
|
+
"limit_key": "MaxRecords",
|
|
102
|
+
"output_token": "Marker",
|
|
103
|
+
"result_key": "Users"
|
|
92
104
|
}
|
|
93
105
|
}
|
|
94
106
|
}
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
},
|
|
480
480
|
"Source": {},
|
|
481
481
|
"Resources": {
|
|
482
|
-
"shape": "
|
|
482
|
+
"shape": "S3i"
|
|
483
483
|
},
|
|
484
484
|
"DetailType": {},
|
|
485
485
|
"Detail": {},
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
},
|
|
527
527
|
"Source": {},
|
|
528
528
|
"Resources": {
|
|
529
|
-
"shape": "
|
|
529
|
+
"shape": "S3i"
|
|
530
530
|
},
|
|
531
531
|
"DetailType": {},
|
|
532
532
|
"Detail": {}
|
|
@@ -937,6 +937,23 @@
|
|
|
937
937
|
"type": "boolean"
|
|
938
938
|
}
|
|
939
939
|
}
|
|
940
|
+
},
|
|
941
|
+
"DeadLetterConfig": {
|
|
942
|
+
"type": "structure",
|
|
943
|
+
"members": {
|
|
944
|
+
"Arn": {}
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"RetryPolicy": {
|
|
948
|
+
"type": "structure",
|
|
949
|
+
"members": {
|
|
950
|
+
"MaximumRetryAttempts": {
|
|
951
|
+
"type": "integer"
|
|
952
|
+
},
|
|
953
|
+
"MaximumEventAgeInSeconds": {
|
|
954
|
+
"type": "integer"
|
|
955
|
+
}
|
|
956
|
+
}
|
|
940
957
|
}
|
|
941
958
|
}
|
|
942
959
|
}
|
|
@@ -945,7 +962,7 @@
|
|
|
945
962
|
"type": "list",
|
|
946
963
|
"member": {}
|
|
947
964
|
},
|
|
948
|
-
"
|
|
965
|
+
"S3i": {
|
|
949
966
|
"type": "list",
|
|
950
967
|
"member": {}
|
|
951
968
|
}
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
},
|
|
480
480
|
"Source": {},
|
|
481
481
|
"Resources": {
|
|
482
|
-
"shape": "
|
|
482
|
+
"shape": "S3i"
|
|
483
483
|
},
|
|
484
484
|
"DetailType": {},
|
|
485
485
|
"Detail": {},
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
},
|
|
527
527
|
"Source": {},
|
|
528
528
|
"Resources": {
|
|
529
|
-
"shape": "
|
|
529
|
+
"shape": "S3i"
|
|
530
530
|
},
|
|
531
531
|
"DetailType": {},
|
|
532
532
|
"Detail": {}
|
|
@@ -937,6 +937,23 @@
|
|
|
937
937
|
"type": "boolean"
|
|
938
938
|
}
|
|
939
939
|
}
|
|
940
|
+
},
|
|
941
|
+
"DeadLetterConfig": {
|
|
942
|
+
"type": "structure",
|
|
943
|
+
"members": {
|
|
944
|
+
"Arn": {}
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"RetryPolicy": {
|
|
948
|
+
"type": "structure",
|
|
949
|
+
"members": {
|
|
950
|
+
"MaximumRetryAttempts": {
|
|
951
|
+
"type": "integer"
|
|
952
|
+
},
|
|
953
|
+
"MaximumEventAgeInSeconds": {
|
|
954
|
+
"type": "integer"
|
|
955
|
+
}
|
|
956
|
+
}
|
|
940
957
|
}
|
|
941
958
|
}
|
|
942
959
|
}
|
|
@@ -945,7 +962,7 @@
|
|
|
945
962
|
"type": "list",
|
|
946
963
|
"member": {}
|
|
947
964
|
},
|
|
948
|
-
"
|
|
965
|
+
"S3i": {
|
|
949
966
|
"type": "list",
|
|
950
967
|
"member": {}
|
|
951
968
|
}
|
|
@@ -74,6 +74,7 @@
|
|
|
74
74
|
"StartTime": {},
|
|
75
75
|
"EndTime": {},
|
|
76
76
|
"Status": {},
|
|
77
|
+
"FailureCode": {},
|
|
77
78
|
"FailureDescription": {},
|
|
78
79
|
"ChangeSet": {
|
|
79
80
|
"type": "list",
|
|
@@ -82,7 +83,7 @@
|
|
|
82
83
|
"members": {
|
|
83
84
|
"ChangeType": {},
|
|
84
85
|
"Entity": {
|
|
85
|
-
"shape": "
|
|
86
|
+
"shape": "Sg"
|
|
86
87
|
},
|
|
87
88
|
"Details": {},
|
|
88
89
|
"ErrorDetailList": {
|
|
@@ -146,10 +147,10 @@
|
|
|
146
147
|
"members": {
|
|
147
148
|
"Catalog": {},
|
|
148
149
|
"FilterList": {
|
|
149
|
-
"shape": "
|
|
150
|
+
"shape": "Sp"
|
|
150
151
|
},
|
|
151
152
|
"Sort": {
|
|
152
|
-
"shape": "
|
|
153
|
+
"shape": "St"
|
|
153
154
|
},
|
|
154
155
|
"MaxResults": {
|
|
155
156
|
"type": "integer"
|
|
@@ -174,7 +175,8 @@
|
|
|
174
175
|
"EntityIdList": {
|
|
175
176
|
"type": "list",
|
|
176
177
|
"member": {}
|
|
177
|
-
}
|
|
178
|
+
},
|
|
179
|
+
"FailureCode": {}
|
|
178
180
|
}
|
|
179
181
|
}
|
|
180
182
|
},
|
|
@@ -196,10 +198,10 @@
|
|
|
196
198
|
"Catalog": {},
|
|
197
199
|
"EntityType": {},
|
|
198
200
|
"FilterList": {
|
|
199
|
-
"shape": "
|
|
201
|
+
"shape": "Sp"
|
|
200
202
|
},
|
|
201
203
|
"Sort": {
|
|
202
|
-
"shape": "
|
|
204
|
+
"shape": "St"
|
|
203
205
|
},
|
|
204
206
|
"NextToken": {},
|
|
205
207
|
"MaxResults": {
|
|
@@ -252,7 +254,7 @@
|
|
|
252
254
|
"members": {
|
|
253
255
|
"ChangeType": {},
|
|
254
256
|
"Entity": {
|
|
255
|
-
"shape": "
|
|
257
|
+
"shape": "Sg"
|
|
256
258
|
},
|
|
257
259
|
"Details": {}
|
|
258
260
|
}
|
|
@@ -272,7 +274,7 @@
|
|
|
272
274
|
}
|
|
273
275
|
},
|
|
274
276
|
"shapes": {
|
|
275
|
-
"
|
|
277
|
+
"Sg": {
|
|
276
278
|
"type": "structure",
|
|
277
279
|
"required": [
|
|
278
280
|
"Type"
|
|
@@ -282,7 +284,7 @@
|
|
|
282
284
|
"Identifier": {}
|
|
283
285
|
}
|
|
284
286
|
},
|
|
285
|
-
"
|
|
287
|
+
"Sp": {
|
|
286
288
|
"type": "list",
|
|
287
289
|
"member": {
|
|
288
290
|
"type": "structure",
|
|
@@ -295,7 +297,7 @@
|
|
|
295
297
|
}
|
|
296
298
|
}
|
|
297
299
|
},
|
|
298
|
-
"
|
|
300
|
+
"St": {
|
|
299
301
|
"type": "structure",
|
|
300
302
|
"members": {
|
|
301
303
|
"SortBy": {},
|