cdk-docker-image-deployment 0.0.213 → 0.0.214
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +6 -2
- package/node_modules/aws-sdk/clients/configservice.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ecs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/identitystore.d.ts +27 -27
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +1 -1
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +2 -2
- package/node_modules/aws-sdk/clients/vpclattice.d.ts +18 -18
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -68,11 +68,11 @@ declare class VPCLattice extends Service {
|
|
|
68
68
|
*/
|
|
69
69
|
createServiceNetworkServiceAssociation(callback?: (err: AWSError, data: VPCLattice.Types.CreateServiceNetworkServiceAssociationResponse) => void): Request<VPCLattice.Types.CreateServiceNetworkServiceAssociationResponse, AWSError>;
|
|
70
70
|
/**
|
|
71
|
-
* Associates a VPC with a service network. When you associate a VPC with the service network, it enables all the resources within that VPC to be clients and communicate with other services in the service network. For more information, see Manage VPC associations in the Amazon VPC Lattice User Guide. You can't use this operation if there is a disassociation in progress. If the association fails, retry by deleting the association and recreating it. As a result of this operation, the association gets created in the service network account and the VPC owner account.
|
|
71
|
+
* Associates a VPC with a service network. When you associate a VPC with the service network, it enables all the resources within that VPC to be clients and communicate with other services in the service network. For more information, see Manage VPC associations in the Amazon VPC Lattice User Guide. You can't use this operation if there is a disassociation in progress. If the association fails, retry by deleting the association and recreating it. As a result of this operation, the association gets created in the service network account and the VPC owner account. If you add a security group to the service network and VPC association, the association must continue to always have at least one security group. You can add or edit security groups at any time. However, to remove all security groups, you must first delete the association and recreate it without security groups.
|
|
72
72
|
*/
|
|
73
73
|
createServiceNetworkVpcAssociation(params: VPCLattice.Types.CreateServiceNetworkVpcAssociationRequest, callback?: (err: AWSError, data: VPCLattice.Types.CreateServiceNetworkVpcAssociationResponse) => void): Request<VPCLattice.Types.CreateServiceNetworkVpcAssociationResponse, AWSError>;
|
|
74
74
|
/**
|
|
75
|
-
* Associates a VPC with a service network. When you associate a VPC with the service network, it enables all the resources within that VPC to be clients and communicate with other services in the service network. For more information, see Manage VPC associations in the Amazon VPC Lattice User Guide. You can't use this operation if there is a disassociation in progress. If the association fails, retry by deleting the association and recreating it. As a result of this operation, the association gets created in the service network account and the VPC owner account.
|
|
75
|
+
* Associates a VPC with a service network. When you associate a VPC with the service network, it enables all the resources within that VPC to be clients and communicate with other services in the service network. For more information, see Manage VPC associations in the Amazon VPC Lattice User Guide. You can't use this operation if there is a disassociation in progress. If the association fails, retry by deleting the association and recreating it. As a result of this operation, the association gets created in the service network account and the VPC owner account. If you add a security group to the service network and VPC association, the association must continue to always have at least one security group. You can add or edit security groups at any time. However, to remove all security groups, you must first delete the association and recreate it without security groups.
|
|
76
76
|
*/
|
|
77
77
|
createServiceNetworkVpcAssociation(callback?: (err: AWSError, data: VPCLattice.Types.CreateServiceNetworkVpcAssociationResponse) => void): Request<VPCLattice.Types.CreateServiceNetworkVpcAssociationResponse, AWSError>;
|
|
78
78
|
/**
|
|
@@ -92,11 +92,11 @@ declare class VPCLattice extends Service {
|
|
|
92
92
|
*/
|
|
93
93
|
deleteAccessLogSubscription(callback?: (err: AWSError, data: VPCLattice.Types.DeleteAccessLogSubscriptionResponse) => void): Request<VPCLattice.Types.DeleteAccessLogSubscriptionResponse, AWSError>;
|
|
94
94
|
/**
|
|
95
|
-
* Deletes the specified auth policy. If an auth is set to
|
|
95
|
+
* Deletes the specified auth policy. If an auth is set to AWS_IAM and the auth policy is deleted, all requests will be denied by default. If you are trying to remove the auth policy completely, you must set the auth_type to NONE. If auth is enabled on the resource, but no auth policy is set, all requests will be denied.
|
|
96
96
|
*/
|
|
97
97
|
deleteAuthPolicy(params: VPCLattice.Types.DeleteAuthPolicyRequest, callback?: (err: AWSError, data: VPCLattice.Types.DeleteAuthPolicyResponse) => void): Request<VPCLattice.Types.DeleteAuthPolicyResponse, AWSError>;
|
|
98
98
|
/**
|
|
99
|
-
* Deletes the specified auth policy. If an auth is set to
|
|
99
|
+
* Deletes the specified auth policy. If an auth is set to AWS_IAM and the auth policy is deleted, all requests will be denied by default. If you are trying to remove the auth policy completely, you must set the auth_type to NONE. If auth is enabled on the resource, but no auth policy is set, all requests will be denied.
|
|
100
100
|
*/
|
|
101
101
|
deleteAuthPolicy(callback?: (err: AWSError, data: VPCLattice.Types.DeleteAuthPolicyResponse) => void): Request<VPCLattice.Types.DeleteAuthPolicyResponse, AWSError>;
|
|
102
102
|
/**
|
|
@@ -196,11 +196,11 @@ declare class VPCLattice extends Service {
|
|
|
196
196
|
*/
|
|
197
197
|
getListener(callback?: (err: AWSError, data: VPCLattice.Types.GetListenerResponse) => void): Request<VPCLattice.Types.GetListenerResponse, AWSError>;
|
|
198
198
|
/**
|
|
199
|
-
* Retrieves information about the resource policy. The resource policy is an IAM policy created
|
|
199
|
+
* Retrieves information about the resource policy. The resource policy is an IAM policy created on behalf of the resource owner when they share a resource.
|
|
200
200
|
*/
|
|
201
201
|
getResourcePolicy(params: VPCLattice.Types.GetResourcePolicyRequest, callback?: (err: AWSError, data: VPCLattice.Types.GetResourcePolicyResponse) => void): Request<VPCLattice.Types.GetResourcePolicyResponse, AWSError>;
|
|
202
202
|
/**
|
|
203
|
-
* Retrieves information about the resource policy. The resource policy is an IAM policy created
|
|
203
|
+
* Retrieves information about the resource policy. The resource policy is an IAM policy created on behalf of the resource owner when they share a resource.
|
|
204
204
|
*/
|
|
205
205
|
getResourcePolicy(callback?: (err: AWSError, data: VPCLattice.Types.GetResourcePolicyResponse) => void): Request<VPCLattice.Types.GetResourcePolicyResponse, AWSError>;
|
|
206
206
|
/**
|
|
@@ -332,11 +332,11 @@ declare class VPCLattice extends Service {
|
|
|
332
332
|
*/
|
|
333
333
|
listTargets(callback?: (err: AWSError, data: VPCLattice.Types.ListTargetsResponse) => void): Request<VPCLattice.Types.ListTargetsResponse, AWSError>;
|
|
334
334
|
/**
|
|
335
|
-
* Creates or updates the auth policy.
|
|
335
|
+
* Creates or updates the auth policy. The policy string in JSON must not contain newlines or blank lines.
|
|
336
336
|
*/
|
|
337
337
|
putAuthPolicy(params: VPCLattice.Types.PutAuthPolicyRequest, callback?: (err: AWSError, data: VPCLattice.Types.PutAuthPolicyResponse) => void): Request<VPCLattice.Types.PutAuthPolicyResponse, AWSError>;
|
|
338
338
|
/**
|
|
339
|
-
* Creates or updates the auth policy.
|
|
339
|
+
* Creates or updates the auth policy. The policy string in JSON must not contain newlines or blank lines.
|
|
340
340
|
*/
|
|
341
341
|
putAuthPolicy(callback?: (err: AWSError, data: VPCLattice.Types.PutAuthPolicyResponse) => void): Request<VPCLattice.Types.PutAuthPolicyResponse, AWSError>;
|
|
342
342
|
/**
|
|
@@ -412,11 +412,11 @@ declare class VPCLattice extends Service {
|
|
|
412
412
|
*/
|
|
413
413
|
updateServiceNetwork(callback?: (err: AWSError, data: VPCLattice.Types.UpdateServiceNetworkResponse) => void): Request<VPCLattice.Types.UpdateServiceNetworkResponse, AWSError>;
|
|
414
414
|
/**
|
|
415
|
-
* Updates the service network and VPC association.
|
|
415
|
+
* Updates the service network and VPC association. If you add a security group to the service network and VPC association, the association must continue to always have at least one security group. You can add or edit security groups at any time. However, to remove all security groups, you must first delete the association and recreate it without security groups.
|
|
416
416
|
*/
|
|
417
417
|
updateServiceNetworkVpcAssociation(params: VPCLattice.Types.UpdateServiceNetworkVpcAssociationRequest, callback?: (err: AWSError, data: VPCLattice.Types.UpdateServiceNetworkVpcAssociationResponse) => void): Request<VPCLattice.Types.UpdateServiceNetworkVpcAssociationResponse, AWSError>;
|
|
418
418
|
/**
|
|
419
|
-
* Updates the service network and VPC association.
|
|
419
|
+
* Updates the service network and VPC association. If you add a security group to the service network and VPC association, the association must continue to always have at least one security group. You can add or edit security groups at any time. However, to remove all security groups, you must first delete the association and recreate it without security groups.
|
|
420
420
|
*/
|
|
421
421
|
updateServiceNetworkVpcAssociation(callback?: (err: AWSError, data: VPCLattice.Types.UpdateServiceNetworkVpcAssociationResponse) => void): Request<VPCLattice.Types.UpdateServiceNetworkVpcAssociationResponse, AWSError>;
|
|
422
422
|
/**
|
|
@@ -1138,7 +1138,7 @@ declare namespace VPCLattice {
|
|
|
1138
1138
|
*/
|
|
1139
1139
|
policy?: AuthPolicyString;
|
|
1140
1140
|
/**
|
|
1141
|
-
* The state of the auth policy. The auth policy is only active when the auth type is set to
|
|
1141
|
+
* The state of the auth policy. The auth policy is only active when the auth type is set to AWS_IAM. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the auth type is NONE, then any auth policy you provide will remain inactive. For more information, see Create a service network in the Amazon VPC Lattice User Guide.
|
|
1142
1142
|
*/
|
|
1143
1143
|
state?: AuthPolicyState;
|
|
1144
1144
|
}
|
|
@@ -1196,13 +1196,13 @@ declare namespace VPCLattice {
|
|
|
1196
1196
|
}
|
|
1197
1197
|
export interface GetResourcePolicyRequest {
|
|
1198
1198
|
/**
|
|
1199
|
-
*
|
|
1199
|
+
* The Amazon Resource Name (ARN) of the service network or service.
|
|
1200
1200
|
*/
|
|
1201
1201
|
resourceArn: ResourceArn;
|
|
1202
1202
|
}
|
|
1203
1203
|
export interface GetResourcePolicyResponse {
|
|
1204
1204
|
/**
|
|
1205
|
-
*
|
|
1205
|
+
* An IAM policy.
|
|
1206
1206
|
*/
|
|
1207
1207
|
policy?: PolicyString;
|
|
1208
1208
|
}
|
|
@@ -1945,7 +1945,7 @@ declare namespace VPCLattice {
|
|
|
1945
1945
|
export type Port = number;
|
|
1946
1946
|
export interface PutAuthPolicyRequest {
|
|
1947
1947
|
/**
|
|
1948
|
-
* The auth policy.
|
|
1948
|
+
* The auth policy. The policy string in JSON must not contain newlines or blank lines.
|
|
1949
1949
|
*/
|
|
1950
1950
|
policy: AuthPolicyString;
|
|
1951
1951
|
/**
|
|
@@ -1955,17 +1955,17 @@ declare namespace VPCLattice {
|
|
|
1955
1955
|
}
|
|
1956
1956
|
export interface PutAuthPolicyResponse {
|
|
1957
1957
|
/**
|
|
1958
|
-
* The auth policy.
|
|
1958
|
+
* The auth policy. The policy string in JSON must not contain newlines or blank lines.
|
|
1959
1959
|
*/
|
|
1960
1960
|
policy?: AuthPolicyString;
|
|
1961
1961
|
/**
|
|
1962
|
-
* The state of the auth policy. The auth policy is only active when the auth type is set to
|
|
1962
|
+
* The state of the auth policy. The auth policy is only active when the auth type is set to AWS_IAM. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the Auth type is NONE, then, any auth policy you provide will remain inactive. For more information, see Create a service network in the Amazon VPC Lattice User Guide.
|
|
1963
1963
|
*/
|
|
1964
1964
|
state?: AuthPolicyState;
|
|
1965
1965
|
}
|
|
1966
1966
|
export interface PutResourcePolicyRequest {
|
|
1967
1967
|
/**
|
|
1968
|
-
* An IAM policy.
|
|
1968
|
+
* An IAM policy. The policy string in JSON must not contain newlines or blank lines.
|
|
1969
1969
|
*/
|
|
1970
1970
|
policy: PolicyString;
|
|
1971
1971
|
/**
|
|
@@ -2634,7 +2634,7 @@ declare namespace VPCLattice {
|
|
|
2634
2634
|
}
|
|
2635
2635
|
export interface UpdateServiceNetworkVpcAssociationRequest {
|
|
2636
2636
|
/**
|
|
2637
|
-
* The IDs of the security groups.
|
|
2637
|
+
* The IDs of the security groups.
|
|
2638
2638
|
*/
|
|
2639
2639
|
securityGroupIds: UpdateServiceNetworkVpcAssociationRequestSecurityGroupIdsList;
|
|
2640
2640
|
/**
|
|
@@ -395,7 +395,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
395
395
|
/**
|
|
396
396
|
* @constant
|
|
397
397
|
*/
|
|
398
|
-
VERSION: '2.
|
|
398
|
+
VERSION: '2.1351.0',
|
|
399
399
|
|
|
400
400
|
/**
|
|
401
401
|
* @api private
|
|
@@ -61988,7 +61988,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
61988
61988
|
/* 1288 */
|
|
61989
61989
|
/***/ (function(module, exports) {
|
|
61990
61990
|
|
|
61991
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-07-14","endpointPrefix":"ivsrealtime","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"ivsrealtime","serviceFullName":"Amazon Interactive Video Service RealTime","serviceId":"IVS RealTime","signatureVersion":"v4","signingName":"ivs","uid":"ivs-realtime-2020-07-14"},"operations":{"CreateParticipantToken":{"http":{"requestUri":"/CreateParticipantToken","responseCode":200},"input":{"type":"structure","required":["stageArn"],"members":{"attributes":{"shape":"S2"},"capabilities":{"shape":"S4"},"duration":{"type":"integer"},"stageArn":{},"userId":{}}},"output":{"type":"structure","members":{"participantToken":{"shape":"Sa"}}}},"CreateStage":{"http":{"requestUri":"/CreateStage","responseCode":200},"input":{"type":"structure","members":{"name":{},"participantTokenConfigurations":{"type":"list","member":{"type":"structure","members":{"attributes":{"shape":"S2"},"capabilities":{"shape":"S4"},"duration":{"type":"integer"},"userId":{}}}},"tags":{"shape":"Si"}}},"output":{"type":"structure","members":{"participantTokens":{"type":"list","member":{"shape":"Sa"}},"stage":{"shape":"Sn"}}}},"DeleteStage":{"http":{"requestUri":"/DeleteStage","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","members":{}}},"DisconnectParticipant":{"http":{"requestUri":"/DisconnectParticipant","responseCode":200},"input":{"type":"structure","required":["participantId","stageArn"],"members":{"participantId":{},"reason":{},"stageArn":{}}},"output":{"type":"structure","members":{}}},"GetStage":{"http":{"requestUri":"/GetStage","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","members":{"stage":{"shape":"Sn"}}}},"ListStages":{"http":{"requestUri":"/ListStages","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["stages"],"members":{"nextToken":{},"stages":{"type":"list","member":{"type":"structure","required":["arn"],"members":{"activeSessionId":{},"arn":{},"name":{},"tags":{"shape":"Si"}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"Si"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Si"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateStage":{"http":{"requestUri":"/UpdateStage","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{},"name":{}}},"output":{"type":"structure","members":{"stage":{"shape":"Sn"}}}}},"shapes":{"S2":{"type":"map","key":{},"value":{}},"S4":{"type":"list","member":{}},"Sa":{"type":"structure","members":{"attributes":{"shape":"S2"},"capabilities":{"shape":"S4"},"duration":{"type":"integer"},"expirationTime":{"type":"timestamp"},"participantId":{},"token":{},"userId":{}}},"Si":{"type":"map","key":{},"value":{}},"Sn":{"type":"structure","required":["arn"],"members":{"activeSessionId":{},"arn":{},"name":{},"tags":{"shape":"Si"}}}}}
|
|
61991
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-07-14","endpointPrefix":"ivsrealtime","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"ivsrealtime","serviceFullName":"Amazon Interactive Video Service RealTime","serviceId":"IVS RealTime","signatureVersion":"v4","signingName":"ivs","uid":"ivs-realtime-2020-07-14"},"operations":{"CreateParticipantToken":{"http":{"requestUri":"/CreateParticipantToken","responseCode":200},"input":{"type":"structure","required":["stageArn"],"members":{"attributes":{"shape":"S2"},"capabilities":{"shape":"S4"},"duration":{"type":"integer"},"stageArn":{},"userId":{}}},"output":{"type":"structure","members":{"participantToken":{"shape":"Sa"}}}},"CreateStage":{"http":{"requestUri":"/CreateStage","responseCode":200},"input":{"type":"structure","members":{"name":{},"participantTokenConfigurations":{"type":"list","member":{"type":"structure","members":{"attributes":{"shape":"S2"},"capabilities":{"shape":"S4"},"duration":{"type":"integer"},"userId":{}}}},"tags":{"shape":"Si"}}},"output":{"type":"structure","members":{"participantTokens":{"type":"list","member":{"shape":"Sa"}},"stage":{"shape":"Sn"}}}},"DeleteStage":{"http":{"requestUri":"/DeleteStage","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","members":{}}},"DisconnectParticipant":{"http":{"requestUri":"/DisconnectParticipant","responseCode":200},"input":{"type":"structure","required":["participantId","stageArn"],"members":{"participantId":{},"reason":{},"stageArn":{}}},"output":{"type":"structure","members":{}}},"GetStage":{"http":{"requestUri":"/GetStage","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{}}},"output":{"type":"structure","members":{"stage":{"shape":"Sn"}}}},"ListStages":{"http":{"requestUri":"/ListStages","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["stages"],"members":{"nextToken":{},"stages":{"type":"list","member":{"type":"structure","required":["arn"],"members":{"activeSessionId":{},"arn":{},"name":{},"tags":{"shape":"Si"}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","required":["tags"],"members":{"tags":{"shape":"Si"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Si"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateStage":{"http":{"requestUri":"/UpdateStage","responseCode":200},"input":{"type":"structure","required":["arn"],"members":{"arn":{},"name":{}}},"output":{"type":"structure","members":{"stage":{"shape":"Sn"}}}}},"shapes":{"S2":{"type":"map","key":{},"value":{}},"S4":{"type":"list","member":{}},"Sa":{"type":"structure","members":{"attributes":{"shape":"S2"},"capabilities":{"shape":"S4"},"duration":{"type":"integer"},"expirationTime":{"type":"timestamp","timestampFormat":"iso8601"},"participantId":{},"token":{"type":"string","sensitive":true},"userId":{}}},"Si":{"type":"map","key":{},"value":{}},"Sn":{"type":"structure","required":["arn"],"members":{"activeSessionId":{},"arn":{},"name":{},"tags":{"shape":"Si"}}}}}
|
|
61992
61992
|
|
|
61993
61993
|
/***/ }),
|
|
61994
61994
|
/* 1289 */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1351.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){
|
|
@@ -254874,7 +254874,7 @@ AWS.util.update(AWS, {
|
|
|
254874
254874
|
/**
|
|
254875
254875
|
* @constant
|
|
254876
254876
|
*/
|
|
254877
|
-
VERSION: '2.
|
|
254877
|
+
VERSION: '2.1351.0',
|
|
254878
254878
|
|
|
254879
254879
|
/**
|
|
254880
254880
|
* @api private
|
|
@@ -276991,7 +276991,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
276991
276991
|
}());
|
|
276992
276992
|
exports.LRUCache = LRUCache;
|
|
276993
276993
|
},{}],462:[function(require,module,exports){
|
|
276994
|
-
// AWS SDK for JavaScript v2.
|
|
276994
|
+
// AWS SDK for JavaScript v2.1351.0
|
|
276995
276995
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
276996
276996
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
276997
276997
|
require('./browser_loader');
|