aws-sdk 2.1588.0 → 2.1590.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/codeconnections-2023-12-01.examples.json +5 -0
- package/apis/codeconnections-2023-12-01.min.json +923 -0
- package/apis/codeconnections-2023-12-01.paginators.json +24 -0
- package/apis/datazone-2018-05-10.min.json +706 -496
- package/apis/datazone-2018-05-10.paginators.json +6 -0
- package/apis/deadline-2023-10-12.examples.json +5 -0
- package/apis/deadline-2023-10-12.min.json +6906 -0
- package/apis/deadline-2023-10-12.paginators.json +160 -0
- package/apis/deadline-2023-10-12.waiters2.json +131 -0
- package/apis/internetmonitor-2021-06-03.min.json +40 -22
- package/apis/iotwireless-2020-11-22.min.json +196 -51
- package/apis/lightsail-2016-11-28.min.json +113 -99
- package/apis/marketplace-catalog-2018-09-17.min.json +15 -5
- package/apis/metadata.json +6 -0
- package/apis/monitoring-2010-08-01.min.json +13 -12
- package/apis/sagemaker-2017-07-24.min.json +1048 -1019
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/b2bi.d.ts +2 -2
- package/clients/cloudwatch.d.ts +19 -15
- package/clients/codebuild.d.ts +1 -1
- package/clients/codeconnections.d.ts +1200 -0
- package/clients/codeconnections.js +18 -0
- package/clients/datazone.d.ts +305 -75
- package/clients/deadline.d.ts +6639 -0
- package/clients/deadline.js +19 -0
- package/clients/emr.d.ts +2 -2
- package/clients/internetmonitor.d.ts +22 -0
- package/clients/iotwireless.d.ts +191 -2
- package/clients/lightsail.d.ts +33 -0
- package/clients/marketplacecatalog.d.ts +17 -1
- package/clients/sagemaker.d.ts +24 -0
- package/dist/aws-sdk-core-react-native.js +3 -2
- package/dist/aws-sdk-react-native.js +94 -12
- package/dist/aws-sdk.js +38 -20
- package/dist/aws-sdk.min.js +40 -40
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -0
- 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.1590.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){
|
@@ -193473,6 +193473,15 @@ module.exports={
|
|
193473
193473
|
}
|
193474
193474
|
}
|
193475
193475
|
},
|
193476
|
+
"ResaleAuthorizationId": {
|
193477
|
+
"type": "structure",
|
193478
|
+
"members": {
|
193479
|
+
"ValueList": {
|
193480
|
+
"type": "list",
|
193481
|
+
"member": {}
|
193482
|
+
}
|
193483
|
+
}
|
193484
|
+
},
|
193476
193485
|
"ReleaseDate": {
|
193477
193486
|
"type": "structure",
|
193478
193487
|
"members": {
|
@@ -193826,6 +193835,7 @@ module.exports={
|
|
193826
193835
|
"members": {
|
193827
193836
|
"Name": {},
|
193828
193837
|
"ProductId": {},
|
193838
|
+
"ResaleAuthorizationId": {},
|
193829
193839
|
"ReleaseDate": {},
|
193830
193840
|
"AvailabilityEndDate": {},
|
193831
193841
|
"BuyerAccounts": {
|
@@ -193880,7 +193890,7 @@ module.exports={
|
|
193880
193890
|
"members": {
|
193881
193891
|
"ResourceArn": {},
|
193882
193892
|
"Tags": {
|
193883
|
-
"shape": "
|
193893
|
+
"shape": "S5y"
|
193884
193894
|
}
|
193885
193895
|
}
|
193886
193896
|
}
|
@@ -193931,7 +193941,7 @@ module.exports={
|
|
193931
193941
|
"shape": "Sy"
|
193932
193942
|
},
|
193933
193943
|
"EntityTags": {
|
193934
|
-
"shape": "
|
193944
|
+
"shape": "S5y"
|
193935
193945
|
},
|
193936
193946
|
"Details": {},
|
193937
193947
|
"DetailsDocument": {
|
@@ -193946,7 +193956,7 @@ module.exports={
|
|
193946
193956
|
"idempotencyToken": true
|
193947
193957
|
},
|
193948
193958
|
"ChangeSetTags": {
|
193949
|
-
"shape": "
|
193959
|
+
"shape": "S5y"
|
193950
193960
|
},
|
193951
193961
|
"Intent": {}
|
193952
193962
|
}
|
@@ -193972,7 +193982,7 @@ module.exports={
|
|
193972
193982
|
"members": {
|
193973
193983
|
"ResourceArn": {},
|
193974
193984
|
"Tags": {
|
193975
|
-
"shape": "
|
193985
|
+
"shape": "S5y"
|
193976
193986
|
}
|
193977
193987
|
}
|
193978
193988
|
},
|
@@ -194041,7 +194051,7 @@ module.exports={
|
|
194041
194051
|
"SortOrder": {}
|
194042
194052
|
}
|
194043
194053
|
},
|
194044
|
-
"
|
194054
|
+
"S5y": {
|
194045
194055
|
"type": "list",
|
194046
194056
|
"member": {
|
194047
194057
|
"type": "structure",
|
@@ -195845,6 +195855,12 @@ module.exports={
|
|
195845
195855
|
"timestreaminfluxdb": {
|
195846
195856
|
"prefix": "timestream-influxdb",
|
195847
195857
|
"name": "TimestreamInfluxDB"
|
195858
|
+
},
|
195859
|
+
"codeconnections": {
|
195860
|
+
"name": "CodeConnections"
|
195861
|
+
},
|
195862
|
+
"deadline": {
|
195863
|
+
"name": "Deadline"
|
195848
195864
|
}
|
195849
195865
|
}
|
195850
195866
|
},{}],169:[function(require,module,exports){
|
@@ -195976,7 +195992,7 @@ module.exports={
|
|
195976
195992
|
"shape": "Sc"
|
195977
195993
|
},
|
195978
195994
|
"MetricMathAnomalyDetector": {
|
195979
|
-
"shape": "
|
195995
|
+
"shape": "Se"
|
195980
195996
|
}
|
195981
195997
|
}
|
195982
195998
|
},
|
@@ -196271,7 +196287,7 @@ module.exports={
|
|
196271
196287
|
"shape": "Sc"
|
196272
196288
|
},
|
196273
196289
|
"MetricMathAnomalyDetector": {
|
196274
|
-
"shape": "
|
196290
|
+
"shape": "Se"
|
196275
196291
|
}
|
196276
196292
|
}
|
196277
196293
|
}
|
@@ -196540,7 +196556,7 @@ module.exports={
|
|
196540
196556
|
],
|
196541
196557
|
"members": {
|
196542
196558
|
"MetricDataQueries": {
|
196543
|
-
"shape": "
|
196559
|
+
"shape": "Sf"
|
196544
196560
|
},
|
196545
196561
|
"StartTime": {
|
196546
196562
|
"type": "timestamp"
|
@@ -196894,7 +196910,7 @@ module.exports={
|
|
196894
196910
|
"Metrics": {
|
196895
196911
|
"type": "list",
|
196896
196912
|
"member": {
|
196897
|
-
"shape": "
|
196913
|
+
"shape": "Sj"
|
196898
196914
|
}
|
196899
196915
|
},
|
196900
196916
|
"NextToken": {},
|
@@ -196958,7 +196974,7 @@ module.exports={
|
|
196958
196974
|
"shape": "Sc"
|
196959
196975
|
},
|
196960
196976
|
"MetricMathAnomalyDetector": {
|
196961
|
-
"shape": "
|
196977
|
+
"shape": "Se"
|
196962
196978
|
}
|
196963
196979
|
}
|
196964
196980
|
},
|
@@ -197138,7 +197154,7 @@ module.exports={
|
|
197138
197154
|
"TreatMissingData": {},
|
197139
197155
|
"EvaluateLowSampleCountPercentile": {},
|
197140
197156
|
"Metrics": {
|
197141
|
-
"shape": "
|
197157
|
+
"shape": "Sf"
|
197142
197158
|
},
|
197143
197159
|
"Tags": {
|
197144
197160
|
"shape": "S5s"
|
@@ -197383,6 +197399,7 @@ module.exports={
|
|
197383
197399
|
"Sc": {
|
197384
197400
|
"type": "structure",
|
197385
197401
|
"members": {
|
197402
|
+
"AccountId": {},
|
197386
197403
|
"Namespace": {},
|
197387
197404
|
"MetricName": {},
|
197388
197405
|
"Dimensions": {
|
@@ -197391,15 +197408,15 @@ module.exports={
|
|
197391
197408
|
"Stat": {}
|
197392
197409
|
}
|
197393
197410
|
},
|
197394
|
-
"
|
197411
|
+
"Se": {
|
197395
197412
|
"type": "structure",
|
197396
197413
|
"members": {
|
197397
197414
|
"MetricDataQueries": {
|
197398
|
-
"shape": "
|
197415
|
+
"shape": "Sf"
|
197399
197416
|
}
|
197400
197417
|
}
|
197401
197418
|
},
|
197402
|
-
"
|
197419
|
+
"Sf": {
|
197403
197420
|
"type": "list",
|
197404
197421
|
"member": {
|
197405
197422
|
"type": "structure",
|
@@ -197417,7 +197434,7 @@ module.exports={
|
|
197417
197434
|
],
|
197418
197435
|
"members": {
|
197419
197436
|
"Metric": {
|
197420
|
-
"shape": "
|
197437
|
+
"shape": "Sj"
|
197421
197438
|
},
|
197422
197439
|
"Period": {
|
197423
197440
|
"type": "integer"
|
@@ -197438,7 +197455,7 @@ module.exports={
|
|
197438
197455
|
}
|
197439
197456
|
}
|
197440
197457
|
},
|
197441
|
-
"
|
197458
|
+
"Sj": {
|
197442
197459
|
"type": "structure",
|
197443
197460
|
"members": {
|
197444
197461
|
"Namespace": {},
|
@@ -197530,7 +197547,7 @@ module.exports={
|
|
197530
197547
|
"TreatMissingData": {},
|
197531
197548
|
"EvaluateLowSampleCountPercentile": {},
|
197532
197549
|
"Metrics": {
|
197533
|
-
"shape": "
|
197550
|
+
"shape": "Sf"
|
197534
197551
|
},
|
197535
197552
|
"ThresholdMetricId": {},
|
197536
197553
|
"EvaluationState": {},
|
@@ -273411,7 +273428,7 @@ AWS.util.update(AWS, {
|
|
273411
273428
|
/**
|
273412
273429
|
* @constant
|
273413
273430
|
*/
|
273414
|
-
VERSION: '2.
|
273431
|
+
VERSION: '2.1590.0',
|
273415
273432
|
|
273416
273433
|
/**
|
273417
273434
|
* @api private
|
@@ -277368,6 +277385,7 @@ AWS.EventListeners = {
|
|
277368
277385
|
this.httpRequest.endpoint =
|
277369
277386
|
new AWS.Endpoint(resp.httpResponse.headers['location']);
|
277370
277387
|
this.httpRequest.headers['Host'] = this.httpRequest.endpoint.host;
|
277388
|
+
this.httpRequest.path = this.httpRequest.endpoint.path;
|
277371
277389
|
resp.error.redirect = true;
|
277372
277390
|
resp.error.retryable = true;
|
277373
277391
|
}
|
@@ -295665,7 +295683,7 @@ var LRUCache = /** @class */ (function () {
|
|
295665
295683
|
}());
|
295666
295684
|
exports.LRUCache = LRUCache;
|
295667
295685
|
},{}],467:[function(require,module,exports){
|
295668
|
-
// AWS SDK for JavaScript v2.
|
295686
|
+
// AWS SDK for JavaScript v2.1590.0
|
295669
295687
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
295670
295688
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
295671
295689
|
require('./browser_loader');
|