aws-sdk 2.1616.0 → 2.1618.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-runtime-2023-07-26.min.json +64 -2
- package/apis/discovery-2015-11-01.min.json +3 -0
- package/apis/greengrassv2-2020-11-30.min.json +17 -3
- package/apis/pinpoint-2016-12-01.min.json +399 -377
- package/apis/ssm-sap-2018-05-10.min.json +95 -0
- package/apis/ssm-sap-2018-05-10.paginators.json +6 -0
- package/apis/sso-oidc-2019-06-10.examples.json +9 -0
- package/apis/sso-oidc-2019-06-10.min.json +32 -9
- package/apis/verifiedpermissions-2021-12-01.min.json +52 -27
- package/clients/bedrockagentruntime.d.ts +80 -8
- package/clients/greengrassv2.d.ts +15 -5
- package/clients/pinpoint.d.ts +27 -0
- package/clients/route53resolver.d.ts +3 -3
- package/clients/sagemaker.d.ts +2 -2
- package/clients/ssmsap.d.ts +121 -1
- package/clients/ssooidc.d.ts +32 -4
- package/clients/verifiedpermissions.d.ts +40 -6
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +9 -9
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- 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.1618.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){
|
@@ -274751,7 +274751,7 @@ AWS.util.update(AWS, {
|
|
274751
274751
|
/**
|
274752
274752
|
* @constant
|
274753
274753
|
*/
|
274754
|
-
VERSION: '2.
|
274754
|
+
VERSION: '2.1618.0',
|
274755
274755
|
|
274756
274756
|
/**
|
274757
274757
|
* @api private
|
@@ -297010,7 +297010,7 @@ var LRUCache = /** @class */ (function () {
|
|
297010
297010
|
}());
|
297011
297011
|
exports.LRUCache = LRUCache;
|
297012
297012
|
},{}],467:[function(require,module,exports){
|
297013
|
-
// AWS SDK for JavaScript v2.
|
297013
|
+
// AWS SDK for JavaScript v2.1618.0
|
297014
297014
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
297015
297015
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
297016
297016
|
require('./browser_loader');
|