aws-sdk 2.1623.0 → 2.1625.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/bedrock-agent-2023-06-05.min.json +115 -90
- package/apis/bedrock-agent-runtime-2023-07-26.min.json +168 -43
- package/apis/cloudfront-2020-05-31.min.json +3 -0
- package/apis/controltower-2018-05-10.min.json +97 -4
- package/apis/controltower-2018-05-10.paginators.json +6 -0
- package/apis/glue-2017-03-31.min.json +350 -343
- package/apis/lightsail-2016-11-28.min.json +7 -1
- package/apis/mailmanager-2023-10-17.examples.json +5 -0
- package/apis/mailmanager-2023-10-17.min.json +1836 -0
- package/apis/mailmanager-2023-10-17.paginators.json +58 -0
- package/apis/metadata.json +3 -0
- package/apis/osis-2022-01-01.min.json +70 -26
- package/apis/pi-2018-02-27.min.json +24 -17
- package/apis/rds-2014-10-31.min.json +21 -9
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/bedrockagent.d.ts +38 -2
- package/clients/bedrockagentruntime.d.ts +173 -0
- package/clients/controltower.d.ts +158 -22
- package/clients/glue.d.ts +20 -3
- package/clients/lightsail.d.ts +29 -25
- package/clients/mailmanager.d.ts +2320 -0
- package/clients/mailmanager.js +18 -0
- package/clients/osis.d.ts +80 -5
- package/clients/pi.d.ts +15 -8
- package/clients/rds.d.ts +58 -10
- package/clients/secretsmanager.d.ts +3 -3
- package/clients/storagegateway.d.ts +7 -7
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +51 -14
- package/dist/aws-sdk.js +30 -12
- package/dist/aws-sdk.min.js +40 -40
- package/lib/config_service_placeholders.d.ts +2 -0
- 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.1625.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){
|
@@ -34278,6 +34278,9 @@ module.exports={
|
|
34278
34278
|
"endpointPrefix": "cloudfront",
|
34279
34279
|
"globalEndpoint": "cloudfront.amazonaws.com",
|
34280
34280
|
"protocol": "rest-xml",
|
34281
|
+
"protocols": [
|
34282
|
+
"rest-xml"
|
34283
|
+
],
|
34281
34284
|
"serviceAbbreviation": "CloudFront",
|
34282
34285
|
"serviceFullName": "Amazon CloudFront",
|
34283
34286
|
"serviceId": "CloudFront",
|
@@ -197063,6 +197066,9 @@ module.exports={
|
|
197063
197066
|
},
|
197064
197067
|
"route53profiles": {
|
197065
197068
|
"name": "Route53Profiles"
|
197069
|
+
},
|
197070
|
+
"mailmanager": {
|
197071
|
+
"name": "MailManager"
|
197066
197072
|
}
|
197067
197073
|
}
|
197068
197074
|
},{}],169:[function(require,module,exports){
|
@@ -215902,6 +215908,7 @@ module.exports={
|
|
215902
215908
|
"type": "boolean"
|
215903
215909
|
},
|
215904
215910
|
"CACertificateIdentifier": {},
|
215911
|
+
"EngineLifecycleSupport": {},
|
215905
215912
|
"SourceRegion": {}
|
215906
215913
|
}
|
215907
215914
|
},
|
@@ -216119,7 +216126,8 @@ module.exports={
|
|
216119
216126
|
},
|
216120
216127
|
"MultiTenant": {
|
216121
216128
|
"type": "boolean"
|
216122
|
-
}
|
216129
|
+
},
|
216130
|
+
"EngineLifecycleSupport": {}
|
216123
216131
|
}
|
216124
216132
|
},
|
216125
216133
|
"output": {
|
@@ -216499,6 +216507,7 @@ module.exports={
|
|
216499
216507
|
"SourceDBClusterIdentifier": {},
|
216500
216508
|
"Engine": {},
|
216501
216509
|
"EngineVersion": {},
|
216510
|
+
"EngineLifecycleSupport": {},
|
216502
216511
|
"DeletionProtection": {
|
216503
216512
|
"type": "boolean"
|
216504
216513
|
},
|
@@ -220022,7 +220031,8 @@ module.exports={
|
|
220022
220031
|
"type": "boolean"
|
220023
220032
|
},
|
220024
220033
|
"MasterUserSecretKmsKeyId": {},
|
220025
|
-
"StorageType": {}
|
220034
|
+
"StorageType": {},
|
220035
|
+
"EngineLifecycleSupport": {}
|
220026
220036
|
}
|
220027
220037
|
},
|
220028
220038
|
"output": {
|
@@ -220100,7 +220110,8 @@ module.exports={
|
|
220100
220110
|
"NetworkType": {},
|
220101
220111
|
"RdsCustomClusterConfiguration": {
|
220102
220112
|
"shape": "S2w"
|
220103
|
-
}
|
220113
|
+
},
|
220114
|
+
"EngineLifecycleSupport": {}
|
220104
220115
|
}
|
220105
220116
|
},
|
220106
220117
|
"output": {
|
@@ -220178,7 +220189,8 @@ module.exports={
|
|
220178
220189
|
"SourceDbClusterResourceId": {},
|
220179
220190
|
"RdsCustomClusterConfiguration": {
|
220180
220191
|
"shape": "S2w"
|
220181
|
-
}
|
220192
|
+
},
|
220193
|
+
"EngineLifecycleSupport": {}
|
220182
220194
|
}
|
220183
220195
|
},
|
220184
220196
|
"output": {
|
@@ -220274,7 +220286,8 @@ module.exports={
|
|
220274
220286
|
"DedicatedLogVolume": {
|
220275
220287
|
"type": "boolean"
|
220276
220288
|
},
|
220277
|
-
"CACertificateIdentifier": {}
|
220289
|
+
"CACertificateIdentifier": {},
|
220290
|
+
"EngineLifecycleSupport": {}
|
220278
220291
|
}
|
220279
220292
|
},
|
220280
220293
|
"output": {
|
@@ -220397,7 +220410,8 @@ module.exports={
|
|
220397
220410
|
"DedicatedLogVolume": {
|
220398
220411
|
"type": "boolean"
|
220399
220412
|
},
|
220400
|
-
"CACertificateIdentifier": {}
|
220413
|
+
"CACertificateIdentifier": {},
|
220414
|
+
"EngineLifecycleSupport": {}
|
220401
220415
|
}
|
220402
220416
|
},
|
220403
220417
|
"output": {
|
@@ -220503,7 +220517,8 @@ module.exports={
|
|
220503
220517
|
"DedicatedLogVolume": {
|
220504
220518
|
"type": "boolean"
|
220505
220519
|
},
|
220506
|
-
"CACertificateIdentifier": {}
|
220520
|
+
"CACertificateIdentifier": {},
|
220521
|
+
"EngineLifecycleSupport": {}
|
220507
220522
|
}
|
220508
220523
|
},
|
220509
220524
|
"output": {
|
@@ -221753,7 +221768,8 @@ module.exports={
|
|
221753
221768
|
},
|
221754
221769
|
"CertificateDetails": {
|
221755
221770
|
"shape": "S3j"
|
221756
|
-
}
|
221771
|
+
},
|
221772
|
+
"EngineLifecycleSupport": {}
|
221757
221773
|
},
|
221758
221774
|
"wrapper": true
|
221759
221775
|
},
|
@@ -222096,7 +222112,8 @@ module.exports={
|
|
222096
222112
|
},
|
222097
222113
|
"MultiTenant": {
|
222098
222114
|
"type": "boolean"
|
222099
|
-
}
|
222115
|
+
},
|
222116
|
+
"EngineLifecycleSupport": {}
|
222100
222117
|
},
|
222101
222118
|
"wrapper": true
|
222102
222119
|
},
|
@@ -222280,6 +222297,7 @@ module.exports={
|
|
222280
222297
|
"Status": {},
|
222281
222298
|
"Engine": {},
|
222282
222299
|
"EngineVersion": {},
|
222300
|
+
"EngineLifecycleSupport": {},
|
222283
222301
|
"DatabaseName": {},
|
222284
222302
|
"StorageEncrypted": {
|
222285
222303
|
"type": "boolean"
|
@@ -274936,7 +274954,7 @@ AWS.util.update(AWS, {
|
|
274936
274954
|
/**
|
274937
274955
|
* @constant
|
274938
274956
|
*/
|
274939
|
-
VERSION: '2.
|
274957
|
+
VERSION: '2.1625.0',
|
274940
274958
|
|
274941
274959
|
/**
|
274942
274960
|
* @api private
|
@@ -297195,7 +297213,7 @@ var LRUCache = /** @class */ (function () {
|
|
297195
297213
|
}());
|
297196
297214
|
exports.LRUCache = LRUCache;
|
297197
297215
|
},{}],467:[function(require,module,exports){
|
297198
|
-
// AWS SDK for JavaScript v2.
|
297216
|
+
// AWS SDK for JavaScript v2.1625.0
|
297199
297217
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
297200
297218
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
297201
297219
|
require('./browser_loader');
|