aws-sdk 2.1552.0 → 2.1553.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/README.md +1 -1
- package/apis/datasync-2018-11-09.min.json +76 -32
- package/apis/models.lex.v2-2020-08-07.min.json +597 -333
- package/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
- package/apis/redshift-2012-12-01.min.json +68 -3
- package/apis/redshift-2012-12-01.paginators.json +6 -0
- package/clients/datasync.d.ts +185 -124
- package/clients/lexmodelsv2.d.ts +324 -0
- package/clients/redshift.d.ts +119 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +77 -6
- package/dist/aws-sdk.min.js +28 -28
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1553.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -224238,6 +224238,71 @@ module.exports={
|
|
224238
224238
|
}
|
224239
224239
|
}
|
224240
224240
|
},
|
224241
|
+
"ListRecommendations": {
|
224242
|
+
"input": {
|
224243
|
+
"type": "structure",
|
224244
|
+
"members": {
|
224245
|
+
"ClusterIdentifier": {},
|
224246
|
+
"NamespaceArn": {},
|
224247
|
+
"MaxRecords": {
|
224248
|
+
"type": "integer"
|
224249
|
+
},
|
224250
|
+
"Marker": {}
|
224251
|
+
}
|
224252
|
+
},
|
224253
|
+
"output": {
|
224254
|
+
"resultWrapper": "ListRecommendationsResult",
|
224255
|
+
"type": "structure",
|
224256
|
+
"members": {
|
224257
|
+
"Recommendations": {
|
224258
|
+
"type": "list",
|
224259
|
+
"member": {
|
224260
|
+
"locationName": "Recommendation",
|
224261
|
+
"type": "structure",
|
224262
|
+
"members": {
|
224263
|
+
"Id": {},
|
224264
|
+
"ClusterIdentifier": {},
|
224265
|
+
"NamespaceArn": {},
|
224266
|
+
"CreatedAt": {
|
224267
|
+
"type": "timestamp"
|
224268
|
+
},
|
224269
|
+
"RecommendationType": {},
|
224270
|
+
"Title": {},
|
224271
|
+
"Description": {},
|
224272
|
+
"Observation": {},
|
224273
|
+
"ImpactRanking": {},
|
224274
|
+
"RecommendationText": {},
|
224275
|
+
"RecommendedActions": {
|
224276
|
+
"type": "list",
|
224277
|
+
"member": {
|
224278
|
+
"locationName": "RecommendedAction",
|
224279
|
+
"type": "structure",
|
224280
|
+
"members": {
|
224281
|
+
"Text": {},
|
224282
|
+
"Database": {},
|
224283
|
+
"Command": {},
|
224284
|
+
"Type": {}
|
224285
|
+
}
|
224286
|
+
}
|
224287
|
+
},
|
224288
|
+
"ReferenceLinks": {
|
224289
|
+
"type": "list",
|
224290
|
+
"member": {
|
224291
|
+
"locationName": "ReferenceLink",
|
224292
|
+
"type": "structure",
|
224293
|
+
"members": {
|
224294
|
+
"Text": {},
|
224295
|
+
"Link": {}
|
224296
|
+
}
|
224297
|
+
}
|
224298
|
+
}
|
224299
|
+
}
|
224300
|
+
}
|
224301
|
+
},
|
224302
|
+
"Marker": {}
|
224303
|
+
}
|
224304
|
+
}
|
224305
|
+
},
|
224241
224306
|
"ModifyAquaConfiguration": {
|
224242
224307
|
"input": {
|
224243
224308
|
"type": "structure",
|
@@ -224453,7 +224518,7 @@ module.exports={
|
|
224453
224518
|
}
|
224454
224519
|
},
|
224455
224520
|
"output": {
|
224456
|
-
"shape": "
|
224521
|
+
"shape": "Sbp",
|
224457
224522
|
"resultWrapper": "ModifyClusterParameterGroupResult"
|
224458
224523
|
}
|
224459
224524
|
},
|
@@ -224833,7 +224898,7 @@ module.exports={
|
|
224833
224898
|
}
|
224834
224899
|
},
|
224835
224900
|
"output": {
|
224836
|
-
"shape": "
|
224901
|
+
"shape": "Sbp",
|
224837
224902
|
"resultWrapper": "ResetClusterParameterGroupResult"
|
224838
224903
|
}
|
224839
224904
|
},
|
@@ -226299,7 +226364,7 @@ module.exports={
|
|
226299
226364
|
"Policy": {}
|
226300
226365
|
}
|
226301
226366
|
},
|
226302
|
-
"
|
226367
|
+
"Sbp": {
|
226303
226368
|
"type": "structure",
|
226304
226369
|
"members": {
|
226305
226370
|
"ParameterGroupName": {},
|
@@ -226520,6 +226585,12 @@ module.exports={
|
|
226520
226585
|
"limit_key": "MaxRecords",
|
226521
226586
|
"output_token": "Marker",
|
226522
226587
|
"result_key": "ReservedNodeOfferings"
|
226588
|
+
},
|
226589
|
+
"ListRecommendations": {
|
226590
|
+
"input_token": "Marker",
|
226591
|
+
"limit_key": "MaxRecords",
|
226592
|
+
"output_token": "Marker",
|
226593
|
+
"result_key": "Recommendations"
|
226523
226594
|
}
|
226524
226595
|
}
|
226525
226596
|
}
|
@@ -272631,7 +272702,7 @@ AWS.util.update(AWS, {
|
|
272631
272702
|
/**
|
272632
272703
|
* @constant
|
272633
272704
|
*/
|
272634
|
-
VERSION: '2.
|
272705
|
+
VERSION: '2.1553.0',
|
272635
272706
|
|
272636
272707
|
/**
|
272637
272708
|
* @api private
|
@@ -294880,7 +294951,7 @@ var LRUCache = /** @class */ (function () {
|
|
294880
294951
|
}());
|
294881
294952
|
exports.LRUCache = LRUCache;
|
294882
294953
|
},{}],467:[function(require,module,exports){
|
294883
|
-
// AWS SDK for JavaScript v2.
|
294954
|
+
// AWS SDK for JavaScript v2.1553.0
|
294884
294955
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
294885
294956
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
294886
294957
|
require('./browser_loader');
|