aws-cdk 2.178.1 → 2.179.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/THIRD_PARTY_LICENSES +256 -234
- package/build-info.json +2 -2
- package/lib/api/aws-auth/credential-plugins.js +1 -2
- package/lib/api/cxapp/cloud-assembly.d.ts +18 -1
- package/lib/api/cxapp/cloud-assembly.js +38 -5
- package/lib/api/deployments/asset-publishing.d.ts +4 -27
- package/lib/api/deployments/asset-publishing.js +8 -34
- package/lib/api/deployments/cloudformation.d.ts +1 -0
- package/lib/api/deployments/cloudformation.js +9 -1
- package/lib/api/deployments/deployments.d.ts +0 -22
- package/lib/api/deployments/deployments.js +1 -29
- package/lib/api/garbage-collection/garbage-collector.js +3 -3
- package/lib/api/garbage-collection/progress-printer.js +8 -1
- package/lib/{import.d.ts → api/resource-import/importer.d.ts} +55 -12
- package/lib/api/resource-import/importer.js +332 -0
- package/lib/api/resource-import/index.d.ts +2 -0
- package/lib/api/resource-import/index.js +19 -0
- package/lib/{migrator.d.ts → api/resource-import/migrator.d.ts} +9 -6
- package/lib/api/resource-import/migrator.js +74 -0
- package/lib/cli/cdk-toolkit.d.ts +7 -0
- package/lib/cli/cdk-toolkit.js +20 -9
- package/lib/cli/cli.js +4 -3
- package/lib/cli/convert-to-user-input.js +1 -1
- package/lib/cli/messages.d.ts +30 -0
- package/lib/cli/messages.js +112 -0
- package/lib/cli/parse-command-line-arguments.js +1 -1
- package/lib/cli/user-configuration.js +2 -1
- package/lib/cli/user-input.js +1 -1
- package/lib/cli/util/yargs-helpers.js +2 -2
- package/lib/cli/version.d.ts +1 -1
- package/lib/cli/version.js +6 -3
- package/lib/commands/doctor.js +2 -2
- package/lib/index.js +126 -197
- package/lib/init-templates/.init-version.json +1 -1
- package/lib/init-templates/app/javascript/package.json +1 -1
- package/lib/init-templates/app/typescript/package.json +1 -1
- package/lib/init-templates/sample-app/javascript/package.json +1 -1
- package/lib/init-templates/sample-app/typescript/package.json +1 -1
- package/lib/init.d.ts +13 -1
- package/lib/init.js +37 -32
- package/lib/list-stacks.d.ts +1 -17
- package/lib/list-stacks.js +2 -37
- package/package.json +10 -10
- package/test/api/deployments/cloudformation-deployments.test.js +27 -3
- package/test/api/garbage-collection.test.js +23 -1
- package/test/api/resource-import/import.test.js +373 -0
- package/test/init.test.js +14 -1
- package/test/toolkit/cli-io-host.test.js +18 -10
- package/lib/import.js +0 -329
- package/lib/migrator.js +0 -67
- package/test/_helpers/prompts.d.ts +0 -11
- package/test/_helpers/prompts.js +0 -22
- package/test/import.test.js +0 -364
- /package/test/{import.test.d.ts → api/resource-import/import.test.d.ts} +0 -0
package/THIRD_PARTY_LICENSES
CHANGED
|
@@ -1442,7 +1442,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
1442
1442
|
|
|
1443
1443
|
----------------
|
|
1444
1444
|
|
|
1445
|
-
** @aws-sdk/client-cognito-identity@3.
|
|
1445
|
+
** @aws-sdk/client-cognito-identity@3.734.0 - https://www.npmjs.com/package/@aws-sdk/client-cognito-identity/v/3.734.0 | Apache-2.0
|
|
1446
1446
|
Apache License
|
|
1447
1447
|
Version 2.0, January 2004
|
|
1448
1448
|
http://www.apache.org/licenses/
|
|
@@ -1648,7 +1648,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
1648
1648
|
|
|
1649
1649
|
----------------
|
|
1650
1650
|
|
|
1651
|
-
** @aws-sdk/client-cognito-identity@3.
|
|
1651
|
+
** @aws-sdk/client-cognito-identity@3.744.0 - https://www.npmjs.com/package/@aws-sdk/client-cognito-identity/v/3.744.0 | Apache-2.0
|
|
1652
1652
|
Apache License
|
|
1653
1653
|
Version 2.0, January 2004
|
|
1654
1654
|
http://www.apache.org/licenses/
|
|
@@ -2266,7 +2266,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
2266
2266
|
|
|
2267
2267
|
----------------
|
|
2268
2268
|
|
|
2269
|
-
** @aws-sdk/client-
|
|
2269
|
+
** @aws-sdk/client-ecr@3.744.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.744.0 | Apache-2.0
|
|
2270
2270
|
Apache License
|
|
2271
2271
|
Version 2.0, January 2004
|
|
2272
2272
|
http://www.apache.org/licenses/
|
|
@@ -2472,7 +2472,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
2472
2472
|
|
|
2473
2473
|
----------------
|
|
2474
2474
|
|
|
2475
|
-
** @aws-sdk/client-
|
|
2475
|
+
** @aws-sdk/client-ecs@3.734.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.734.0 | Apache-2.0
|
|
2476
2476
|
Apache License
|
|
2477
2477
|
Version 2.0, January 2004
|
|
2478
2478
|
http://www.apache.org/licenses/
|
|
@@ -2678,7 +2678,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
2678
2678
|
|
|
2679
2679
|
----------------
|
|
2680
2680
|
|
|
2681
|
-
** @aws-sdk/client-
|
|
2681
|
+
** @aws-sdk/client-elastic-load-balancing-v2@3.734.0 - https://www.npmjs.com/package/@aws-sdk/client-elastic-load-balancing-v2/v/3.734.0 | Apache-2.0
|
|
2682
2682
|
Apache License
|
|
2683
2683
|
Version 2.0, January 2004
|
|
2684
2684
|
http://www.apache.org/licenses/
|
|
@@ -2884,7 +2884,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
2884
2884
|
|
|
2885
2885
|
----------------
|
|
2886
2886
|
|
|
2887
|
-
** @aws-sdk/client-
|
|
2887
|
+
** @aws-sdk/client-iam@3.734.0 - https://www.npmjs.com/package/@aws-sdk/client-iam/v/3.734.0 | Apache-2.0
|
|
2888
2888
|
Apache License
|
|
2889
2889
|
Version 2.0, January 2004
|
|
2890
2890
|
http://www.apache.org/licenses/
|
|
@@ -3090,7 +3090,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
3090
3090
|
|
|
3091
3091
|
----------------
|
|
3092
3092
|
|
|
3093
|
-
** @aws-sdk/client-
|
|
3093
|
+
** @aws-sdk/client-kms@3.734.0 - https://www.npmjs.com/package/@aws-sdk/client-kms/v/3.734.0 | Apache-2.0
|
|
3094
3094
|
Apache License
|
|
3095
3095
|
Version 2.0, January 2004
|
|
3096
3096
|
http://www.apache.org/licenses/
|
|
@@ -3296,7 +3296,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
3296
3296
|
|
|
3297
3297
|
----------------
|
|
3298
3298
|
|
|
3299
|
-
** @aws-sdk/client-
|
|
3299
|
+
** @aws-sdk/client-lambda@3.734.0 - https://www.npmjs.com/package/@aws-sdk/client-lambda/v/3.734.0 | Apache-2.0
|
|
3300
3300
|
Apache License
|
|
3301
3301
|
Version 2.0, January 2004
|
|
3302
3302
|
http://www.apache.org/licenses/
|
|
@@ -3502,7 +3502,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
3502
3502
|
|
|
3503
3503
|
----------------
|
|
3504
3504
|
|
|
3505
|
-
** @aws-sdk/client-
|
|
3505
|
+
** @aws-sdk/client-route-53@3.734.0 - https://www.npmjs.com/package/@aws-sdk/client-route-53/v/3.734.0 | Apache-2.0
|
|
3506
3506
|
Apache License
|
|
3507
3507
|
Version 2.0, January 2004
|
|
3508
3508
|
http://www.apache.org/licenses/
|
|
@@ -3914,7 +3914,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
3914
3914
|
|
|
3915
3915
|
----------------
|
|
3916
3916
|
|
|
3917
|
-
** @aws-sdk/client-
|
|
3917
|
+
** @aws-sdk/client-s3@3.744.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.744.0 | Apache-2.0
|
|
3918
3918
|
Apache License
|
|
3919
3919
|
Version 2.0, January 2004
|
|
3920
3920
|
http://www.apache.org/licenses/
|
|
@@ -4120,7 +4120,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
4120
4120
|
|
|
4121
4121
|
----------------
|
|
4122
4122
|
|
|
4123
|
-
** @aws-sdk/client-
|
|
4123
|
+
** @aws-sdk/client-secrets-manager@3.734.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.734.0 | Apache-2.0
|
|
4124
4124
|
Apache License
|
|
4125
4125
|
Version 2.0, January 2004
|
|
4126
4126
|
http://www.apache.org/licenses/
|
|
@@ -4326,7 +4326,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
4326
4326
|
|
|
4327
4327
|
----------------
|
|
4328
4328
|
|
|
4329
|
-
** @aws-sdk/client-
|
|
4329
|
+
** @aws-sdk/client-secrets-manager@3.744.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.744.0 | Apache-2.0
|
|
4330
4330
|
Apache License
|
|
4331
4331
|
Version 2.0, January 2004
|
|
4332
4332
|
http://www.apache.org/licenses/
|
|
@@ -4532,7 +4532,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
4532
4532
|
|
|
4533
4533
|
----------------
|
|
4534
4534
|
|
|
4535
|
-
** @aws-sdk/client-
|
|
4535
|
+
** @aws-sdk/client-sfn@3.734.0 - https://www.npmjs.com/package/@aws-sdk/client-sfn/v/3.734.0 | Apache-2.0
|
|
4536
4536
|
Apache License
|
|
4537
4537
|
Version 2.0, January 2004
|
|
4538
4538
|
http://www.apache.org/licenses/
|
|
@@ -4738,7 +4738,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
4738
4738
|
|
|
4739
4739
|
----------------
|
|
4740
4740
|
|
|
4741
|
-
** @aws-sdk/client-
|
|
4741
|
+
** @aws-sdk/client-ssm@3.734.0 - https://www.npmjs.com/package/@aws-sdk/client-ssm/v/3.734.0 | Apache-2.0
|
|
4742
4742
|
Apache License
|
|
4743
4743
|
Version 2.0, January 2004
|
|
4744
4744
|
http://www.apache.org/licenses/
|
|
@@ -4944,7 +4944,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
4944
4944
|
|
|
4945
4945
|
----------------
|
|
4946
4946
|
|
|
4947
|
-
** @aws-sdk/client-
|
|
4947
|
+
** @aws-sdk/client-sso@3.734.0 - https://www.npmjs.com/package/@aws-sdk/client-sso/v/3.734.0 | Apache-2.0
|
|
4948
4948
|
Apache License
|
|
4949
4949
|
Version 2.0, January 2004
|
|
4950
4950
|
http://www.apache.org/licenses/
|
|
@@ -5150,15 +5150,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
5150
5150
|
|
|
5151
5151
|
----------------
|
|
5152
5152
|
|
|
5153
|
-
** @aws-sdk/
|
|
5154
|
-
|
|
5155
|
-
----------------
|
|
5156
|
-
|
|
5157
|
-
** @aws-sdk/core@3.734.0 - https://www.npmjs.com/package/@aws-sdk/core/v/3.734.0 | Apache-2.0
|
|
5158
|
-
|
|
5159
|
-
----------------
|
|
5160
|
-
|
|
5161
|
-
** @aws-sdk/credential-provider-cognito-identity@3.731.1 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.731.1 | Apache-2.0
|
|
5153
|
+
** @aws-sdk/client-sso@3.744.0 - https://www.npmjs.com/package/@aws-sdk/client-sso/v/3.744.0 | Apache-2.0
|
|
5162
5154
|
Apache License
|
|
5163
5155
|
Version 2.0, January 2004
|
|
5164
5156
|
http://www.apache.org/licenses/
|
|
@@ -5364,7 +5356,7 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
5364
5356
|
|
|
5365
5357
|
----------------
|
|
5366
5358
|
|
|
5367
|
-
** @aws-sdk/
|
|
5359
|
+
** @aws-sdk/client-sts@3.734.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.734.0 | Apache-2.0
|
|
5368
5360
|
Apache License
|
|
5369
5361
|
Version 2.0, January 2004
|
|
5370
5362
|
http://www.apache.org/licenses/
|
|
@@ -5570,8 +5562,8 @@ The aws-cdk package includes the following third-party software/licensing:
|
|
|
5570
5562
|
|
|
5571
5563
|
----------------
|
|
5572
5564
|
|
|
5573
|
-
** @aws-sdk/
|
|
5574
|
-
Apache License
|
|
5565
|
+
** @aws-sdk/client-sts@3.744.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.744.0 | Apache-2.0
|
|
5566
|
+
Apache License
|
|
5575
5567
|
Version 2.0, January 2004
|
|
5576
5568
|
http://www.apache.org/licenses/
|
|
5577
5569
|
|
|
@@ -5773,10 +5765,19 @@ Apache License
|
|
|
5773
5765
|
See the License for the specific language governing permissions and
|
|
5774
5766
|
limitations under the License.
|
|
5775
5767
|
|
|
5768
|
+
|
|
5776
5769
|
----------------
|
|
5777
5770
|
|
|
5778
|
-
** @aws-sdk/
|
|
5779
|
-
|
|
5771
|
+
** @aws-sdk/core@3.734.0 - https://www.npmjs.com/package/@aws-sdk/core/v/3.734.0 | Apache-2.0
|
|
5772
|
+
|
|
5773
|
+
----------------
|
|
5774
|
+
|
|
5775
|
+
** @aws-sdk/core@3.744.0 - https://www.npmjs.com/package/@aws-sdk/core/v/3.744.0 | Apache-2.0
|
|
5776
|
+
|
|
5777
|
+
----------------
|
|
5778
|
+
|
|
5779
|
+
** @aws-sdk/credential-provider-cognito-identity@3.734.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.734.0 | Apache-2.0
|
|
5780
|
+
Apache License
|
|
5780
5781
|
Version 2.0, January 2004
|
|
5781
5782
|
http://www.apache.org/licenses/
|
|
5782
5783
|
|
|
@@ -5978,18 +5979,11 @@ Apache License
|
|
|
5978
5979
|
See the License for the specific language governing permissions and
|
|
5979
5980
|
limitations under the License.
|
|
5980
5981
|
|
|
5981
|
-
----------------
|
|
5982
|
-
|
|
5983
|
-
** @aws-sdk/credential-provider-http@3.731.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.731.0 | Apache-2.0
|
|
5984
5982
|
|
|
5985
5983
|
----------------
|
|
5986
5984
|
|
|
5987
|
-
** @aws-sdk/credential-provider-
|
|
5988
|
-
|
|
5989
|
-
----------------
|
|
5990
|
-
|
|
5991
|
-
** @aws-sdk/credential-provider-ini@3.731.1 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.731.1 | Apache-2.0
|
|
5992
|
-
Apache License
|
|
5985
|
+
** @aws-sdk/credential-provider-cognito-identity@3.744.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.744.0 | Apache-2.0
|
|
5986
|
+
Apache License
|
|
5993
5987
|
Version 2.0, January 2004
|
|
5994
5988
|
http://www.apache.org/licenses/
|
|
5995
5989
|
|
|
@@ -6191,9 +6185,10 @@ Apache License
|
|
|
6191
6185
|
See the License for the specific language governing permissions and
|
|
6192
6186
|
limitations under the License.
|
|
6193
6187
|
|
|
6188
|
+
|
|
6194
6189
|
----------------
|
|
6195
6190
|
|
|
6196
|
-
** @aws-sdk/credential-provider-
|
|
6191
|
+
** @aws-sdk/credential-provider-env@3.734.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.734.0 | Apache-2.0
|
|
6197
6192
|
Apache License
|
|
6198
6193
|
Version 2.0, January 2004
|
|
6199
6194
|
http://www.apache.org/licenses/
|
|
@@ -6398,7 +6393,7 @@ Apache License
|
|
|
6398
6393
|
|
|
6399
6394
|
----------------
|
|
6400
6395
|
|
|
6401
|
-
** @aws-sdk/credential-provider-
|
|
6396
|
+
** @aws-sdk/credential-provider-env@3.744.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.744.0 | Apache-2.0
|
|
6402
6397
|
Apache License
|
|
6403
6398
|
Version 2.0, January 2004
|
|
6404
6399
|
http://www.apache.org/licenses/
|
|
@@ -6603,7 +6598,15 @@ Apache License
|
|
|
6603
6598
|
|
|
6604
6599
|
----------------
|
|
6605
6600
|
|
|
6606
|
-
** @aws-sdk/credential-provider-
|
|
6601
|
+
** @aws-sdk/credential-provider-http@3.734.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.734.0 | Apache-2.0
|
|
6602
|
+
|
|
6603
|
+
----------------
|
|
6604
|
+
|
|
6605
|
+
** @aws-sdk/credential-provider-http@3.744.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.744.0 | Apache-2.0
|
|
6606
|
+
|
|
6607
|
+
----------------
|
|
6608
|
+
|
|
6609
|
+
** @aws-sdk/credential-provider-ini@3.734.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.734.0 | Apache-2.0
|
|
6607
6610
|
Apache License
|
|
6608
6611
|
Version 2.0, January 2004
|
|
6609
6612
|
http://www.apache.org/licenses/
|
|
@@ -6808,7 +6811,7 @@ Apache License
|
|
|
6808
6811
|
|
|
6809
6812
|
----------------
|
|
6810
6813
|
|
|
6811
|
-
** @aws-sdk/credential-provider-
|
|
6814
|
+
** @aws-sdk/credential-provider-ini@3.744.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.744.0 | Apache-2.0
|
|
6812
6815
|
Apache License
|
|
6813
6816
|
Version 2.0, January 2004
|
|
6814
6817
|
http://www.apache.org/licenses/
|
|
@@ -6997,7 +7000,7 @@ Apache License
|
|
|
6997
7000
|
same "printed page" as the copyright notice for easier
|
|
6998
7001
|
identification within third-party archives.
|
|
6999
7002
|
|
|
7000
|
-
Copyright
|
|
7003
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
7001
7004
|
|
|
7002
7005
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
7003
7006
|
you may not use this file except in compliance with the License.
|
|
@@ -7013,7 +7016,7 @@ Apache License
|
|
|
7013
7016
|
|
|
7014
7017
|
----------------
|
|
7015
7018
|
|
|
7016
|
-
** @aws-sdk/credential-provider-
|
|
7019
|
+
** @aws-sdk/credential-provider-node@3.734.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.734.0 | Apache-2.0
|
|
7017
7020
|
Apache License
|
|
7018
7021
|
Version 2.0, January 2004
|
|
7019
7022
|
http://www.apache.org/licenses/
|
|
@@ -7202,7 +7205,7 @@ Apache License
|
|
|
7202
7205
|
same "printed page" as the copyright notice for easier
|
|
7203
7206
|
identification within third-party archives.
|
|
7204
7207
|
|
|
7205
|
-
Copyright
|
|
7208
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
7206
7209
|
|
|
7207
7210
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
7208
7211
|
you may not use this file except in compliance with the License.
|
|
@@ -7218,7 +7221,7 @@ Apache License
|
|
|
7218
7221
|
|
|
7219
7222
|
----------------
|
|
7220
7223
|
|
|
7221
|
-
** @aws-sdk/credential-provider-
|
|
7224
|
+
** @aws-sdk/credential-provider-node@3.744.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.744.0 | Apache-2.0
|
|
7222
7225
|
Apache License
|
|
7223
7226
|
Version 2.0, January 2004
|
|
7224
7227
|
http://www.apache.org/licenses/
|
|
@@ -7407,7 +7410,7 @@ Apache License
|
|
|
7407
7410
|
same "printed page" as the copyright notice for easier
|
|
7408
7411
|
identification within third-party archives.
|
|
7409
7412
|
|
|
7410
|
-
Copyright
|
|
7413
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
7411
7414
|
|
|
7412
7415
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
7413
7416
|
you may not use this file except in compliance with the License.
|
|
@@ -7423,7 +7426,7 @@ Apache License
|
|
|
7423
7426
|
|
|
7424
7427
|
----------------
|
|
7425
7428
|
|
|
7426
|
-
** @aws-sdk/credential-provider-
|
|
7429
|
+
** @aws-sdk/credential-provider-process@3.734.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.734.0 | Apache-2.0
|
|
7427
7430
|
Apache License
|
|
7428
7431
|
Version 2.0, January 2004
|
|
7429
7432
|
http://www.apache.org/licenses/
|
|
@@ -7628,7 +7631,7 @@ Apache License
|
|
|
7628
7631
|
|
|
7629
7632
|
----------------
|
|
7630
7633
|
|
|
7631
|
-
** @aws-sdk/credential-provider-
|
|
7634
|
+
** @aws-sdk/credential-provider-process@3.744.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.744.0 | Apache-2.0
|
|
7632
7635
|
Apache License
|
|
7633
7636
|
Version 2.0, January 2004
|
|
7634
7637
|
http://www.apache.org/licenses/
|
|
@@ -7833,7 +7836,7 @@ Apache License
|
|
|
7833
7836
|
|
|
7834
7837
|
----------------
|
|
7835
7838
|
|
|
7836
|
-
** @aws-sdk/credential-provider-
|
|
7839
|
+
** @aws-sdk/credential-provider-sso@3.734.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.734.0 | Apache-2.0
|
|
7837
7840
|
Apache License
|
|
7838
7841
|
Version 2.0, January 2004
|
|
7839
7842
|
http://www.apache.org/licenses/
|
|
@@ -8038,7 +8041,7 @@ Apache License
|
|
|
8038
8041
|
|
|
8039
8042
|
----------------
|
|
8040
8043
|
|
|
8041
|
-
** @aws-sdk/credential-
|
|
8044
|
+
** @aws-sdk/credential-provider-sso@3.744.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.744.0 | Apache-2.0
|
|
8042
8045
|
Apache License
|
|
8043
8046
|
Version 2.0, January 2004
|
|
8044
8047
|
http://www.apache.org/licenses/
|
|
@@ -8227,7 +8230,7 @@ Apache License
|
|
|
8227
8230
|
same "printed page" as the copyright notice for easier
|
|
8228
8231
|
identification within third-party archives.
|
|
8229
8232
|
|
|
8230
|
-
Copyright
|
|
8233
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
8231
8234
|
|
|
8232
8235
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
8233
8236
|
you may not use this file except in compliance with the License.
|
|
@@ -8243,7 +8246,7 @@ Apache License
|
|
|
8243
8246
|
|
|
8244
8247
|
----------------
|
|
8245
8248
|
|
|
8246
|
-
** @aws-sdk/credential-
|
|
8249
|
+
** @aws-sdk/credential-provider-web-identity@3.734.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.734.0 | Apache-2.0
|
|
8247
8250
|
Apache License
|
|
8248
8251
|
Version 2.0, January 2004
|
|
8249
8252
|
http://www.apache.org/licenses/
|
|
@@ -8432,7 +8435,7 @@ Apache License
|
|
|
8432
8435
|
same "printed page" as the copyright notice for easier
|
|
8433
8436
|
identification within third-party archives.
|
|
8434
8437
|
|
|
8435
|
-
Copyright
|
|
8438
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
8436
8439
|
|
|
8437
8440
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
8438
8441
|
you may not use this file except in compliance with the License.
|
|
@@ -8448,7 +8451,7 @@ Apache License
|
|
|
8448
8451
|
|
|
8449
8452
|
----------------
|
|
8450
8453
|
|
|
8451
|
-
** @aws-sdk/
|
|
8454
|
+
** @aws-sdk/credential-provider-web-identity@3.744.0 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.744.0 | Apache-2.0
|
|
8452
8455
|
Apache License
|
|
8453
8456
|
Version 2.0, January 2004
|
|
8454
8457
|
http://www.apache.org/licenses/
|
|
@@ -8637,7 +8640,7 @@ Apache License
|
|
|
8637
8640
|
same "printed page" as the copyright notice for easier
|
|
8638
8641
|
identification within third-party archives.
|
|
8639
8642
|
|
|
8640
|
-
Copyright
|
|
8643
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
8641
8644
|
|
|
8642
8645
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
8643
8646
|
you may not use this file except in compliance with the License.
|
|
@@ -8653,7 +8656,7 @@ Apache License
|
|
|
8653
8656
|
|
|
8654
8657
|
----------------
|
|
8655
8658
|
|
|
8656
|
-
** @aws-sdk/
|
|
8659
|
+
** @aws-sdk/credential-providers@3.734.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.734.0 | Apache-2.0
|
|
8657
8660
|
Apache License
|
|
8658
8661
|
Version 2.0, January 2004
|
|
8659
8662
|
http://www.apache.org/licenses/
|
|
@@ -8858,7 +8861,7 @@ Apache License
|
|
|
8858
8861
|
|
|
8859
8862
|
----------------
|
|
8860
8863
|
|
|
8861
|
-
** @aws-sdk/
|
|
8864
|
+
** @aws-sdk/credential-providers@3.744.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.744.0 | Apache-2.0
|
|
8862
8865
|
Apache License
|
|
8863
8866
|
Version 2.0, January 2004
|
|
8864
8867
|
http://www.apache.org/licenses/
|
|
@@ -9063,8 +9066,8 @@ Apache License
|
|
|
9063
9066
|
|
|
9064
9067
|
----------------
|
|
9065
9068
|
|
|
9066
|
-
** @aws-sdk/
|
|
9067
|
-
|
|
9069
|
+
** @aws-sdk/ec2-metadata-service@3.734.0 - https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service/v/3.734.0 | Apache-2.0
|
|
9070
|
+
Apache License
|
|
9068
9071
|
Version 2.0, January 2004
|
|
9069
9072
|
http://www.apache.org/licenses/
|
|
9070
9073
|
|
|
@@ -9252,7 +9255,7 @@ Apache License
|
|
|
9252
9255
|
same "printed page" as the copyright notice for easier
|
|
9253
9256
|
identification within third-party archives.
|
|
9254
9257
|
|
|
9255
|
-
Copyright
|
|
9258
|
+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
9256
9259
|
|
|
9257
9260
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
9258
9261
|
you may not use this file except in compliance with the License.
|
|
@@ -9266,11 +9269,10 @@ Apache License
|
|
|
9266
9269
|
See the License for the specific language governing permissions and
|
|
9267
9270
|
limitations under the License.
|
|
9268
9271
|
|
|
9269
|
-
|
|
9270
9272
|
----------------
|
|
9271
9273
|
|
|
9272
|
-
** @aws-sdk/
|
|
9273
|
-
|
|
9274
|
+
** @aws-sdk/lib-storage@3.734.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.734.0 | Apache-2.0
|
|
9275
|
+
Apache License
|
|
9274
9276
|
Version 2.0, January 2004
|
|
9275
9277
|
http://www.apache.org/licenses/
|
|
9276
9278
|
|
|
@@ -9472,11 +9474,10 @@ Apache License
|
|
|
9472
9474
|
See the License for the specific language governing permissions and
|
|
9473
9475
|
limitations under the License.
|
|
9474
9476
|
|
|
9475
|
-
|
|
9476
9477
|
----------------
|
|
9477
9478
|
|
|
9478
|
-
** @aws-sdk/
|
|
9479
|
-
|
|
9479
|
+
** @aws-sdk/lib-storage@3.744.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.744.0 | Apache-2.0
|
|
9480
|
+
Apache License
|
|
9480
9481
|
Version 2.0, January 2004
|
|
9481
9482
|
http://www.apache.org/licenses/
|
|
9482
9483
|
|
|
@@ -9678,10 +9679,9 @@ Apache License
|
|
|
9678
9679
|
See the License for the specific language governing permissions and
|
|
9679
9680
|
limitations under the License.
|
|
9680
9681
|
|
|
9681
|
-
|
|
9682
9682
|
----------------
|
|
9683
9683
|
|
|
9684
|
-
** @aws-sdk/middleware-
|
|
9684
|
+
** @aws-sdk/middleware-bucket-endpoint@3.734.0 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.734.0 | Apache-2.0
|
|
9685
9685
|
Apache License
|
|
9686
9686
|
Version 2.0, January 2004
|
|
9687
9687
|
http://www.apache.org/licenses/
|
|
@@ -9887,7 +9887,7 @@ Apache License
|
|
|
9887
9887
|
|
|
9888
9888
|
----------------
|
|
9889
9889
|
|
|
9890
|
-
** @aws-sdk/middleware-
|
|
9890
|
+
** @aws-sdk/middleware-expect-continue@3.734.0 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.734.0 | Apache-2.0
|
|
9891
9891
|
Apache License
|
|
9892
9892
|
Version 2.0, January 2004
|
|
9893
9893
|
http://www.apache.org/licenses/
|
|
@@ -10076,7 +10076,7 @@ Apache License
|
|
|
10076
10076
|
same "printed page" as the copyright notice for easier
|
|
10077
10077
|
identification within third-party archives.
|
|
10078
10078
|
|
|
10079
|
-
Copyright 2018-
|
|
10079
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
10080
10080
|
|
|
10081
10081
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
10082
10082
|
you may not use this file except in compliance with the License.
|
|
@@ -10299,7 +10299,7 @@ Apache License
|
|
|
10299
10299
|
|
|
10300
10300
|
----------------
|
|
10301
10301
|
|
|
10302
|
-
** @aws-sdk/middleware-
|
|
10302
|
+
** @aws-sdk/middleware-flexible-checksums@3.744.0 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.744.0 | Apache-2.0
|
|
10303
10303
|
Apache License
|
|
10304
10304
|
Version 2.0, January 2004
|
|
10305
10305
|
http://www.apache.org/licenses/
|
|
@@ -10488,7 +10488,7 @@ Apache License
|
|
|
10488
10488
|
same "printed page" as the copyright notice for easier
|
|
10489
10489
|
identification within third-party archives.
|
|
10490
10490
|
|
|
10491
|
-
Copyright
|
|
10491
|
+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
10492
10492
|
|
|
10493
10493
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
10494
10494
|
you may not use this file except in compliance with the License.
|
|
@@ -10711,7 +10711,7 @@ Apache License
|
|
|
10711
10711
|
|
|
10712
10712
|
----------------
|
|
10713
10713
|
|
|
10714
|
-
** @aws-sdk/middleware-location-constraint@3.
|
|
10714
|
+
** @aws-sdk/middleware-location-constraint@3.734.0 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.734.0 | Apache-2.0
|
|
10715
10715
|
Apache License
|
|
10716
10716
|
Version 2.0, January 2004
|
|
10717
10717
|
http://www.apache.org/licenses/
|
|
@@ -10917,8 +10917,8 @@ Apache License
|
|
|
10917
10917
|
|
|
10918
10918
|
----------------
|
|
10919
10919
|
|
|
10920
|
-
** @aws-sdk/middleware-
|
|
10921
|
-
|
|
10920
|
+
** @aws-sdk/middleware-logger@3.734.0 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.734.0 | Apache-2.0
|
|
10921
|
+
Apache License
|
|
10922
10922
|
Version 2.0, January 2004
|
|
10923
10923
|
http://www.apache.org/licenses/
|
|
10924
10924
|
|
|
@@ -11106,7 +11106,7 @@ Apache License
|
|
|
11106
11106
|
same "printed page" as the copyright notice for easier
|
|
11107
11107
|
identification within third-party archives.
|
|
11108
11108
|
|
|
11109
|
-
Copyright
|
|
11109
|
+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11110
11110
|
|
|
11111
11111
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
11112
11112
|
you may not use this file except in compliance with the License.
|
|
@@ -11120,11 +11120,10 @@ Apache License
|
|
|
11120
11120
|
See the License for the specific language governing permissions and
|
|
11121
11121
|
limitations under the License.
|
|
11122
11122
|
|
|
11123
|
-
|
|
11124
11123
|
----------------
|
|
11125
11124
|
|
|
11126
|
-
** @aws-sdk/middleware-
|
|
11127
|
-
Apache License
|
|
11125
|
+
** @aws-sdk/middleware-recursion-detection@3.734.0 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.734.0 | Apache-2.0
|
|
11126
|
+
Apache License
|
|
11128
11127
|
Version 2.0, January 2004
|
|
11129
11128
|
http://www.apache.org/licenses/
|
|
11130
11129
|
|
|
@@ -11312,7 +11311,7 @@ Apache License
|
|
|
11312
11311
|
same "printed page" as the copyright notice for easier
|
|
11313
11312
|
identification within third-party archives.
|
|
11314
11313
|
|
|
11315
|
-
Copyright
|
|
11314
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11316
11315
|
|
|
11317
11316
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
11318
11317
|
you may not use this file except in compliance with the License.
|
|
@@ -11326,9 +11325,10 @@ Apache License
|
|
|
11326
11325
|
See the License for the specific language governing permissions and
|
|
11327
11326
|
limitations under the License.
|
|
11328
11327
|
|
|
11328
|
+
|
|
11329
11329
|
----------------
|
|
11330
11330
|
|
|
11331
|
-
** @aws-sdk/middleware-
|
|
11331
|
+
** @aws-sdk/middleware-sdk-ec2@3.734.0 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-ec2/v/3.734.0 | Apache-2.0
|
|
11332
11332
|
Apache License
|
|
11333
11333
|
Version 2.0, January 2004
|
|
11334
11334
|
http://www.apache.org/licenses/
|
|
@@ -11517,7 +11517,7 @@ Apache License
|
|
|
11517
11517
|
same "printed page" as the copyright notice for easier
|
|
11518
11518
|
identification within third-party archives.
|
|
11519
11519
|
|
|
11520
|
-
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11520
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11521
11521
|
|
|
11522
11522
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
11523
11523
|
you may not use this file except in compliance with the License.
|
|
@@ -11533,7 +11533,7 @@ Apache License
|
|
|
11533
11533
|
|
|
11534
11534
|
----------------
|
|
11535
11535
|
|
|
11536
|
-
** @aws-sdk/middleware-
|
|
11536
|
+
** @aws-sdk/middleware-sdk-route53@3.734.0 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-route53/v/3.734.0 | Apache-2.0
|
|
11537
11537
|
Apache License
|
|
11538
11538
|
Version 2.0, January 2004
|
|
11539
11539
|
http://www.apache.org/licenses/
|
|
@@ -11722,7 +11722,7 @@ Apache License
|
|
|
11722
11722
|
same "printed page" as the copyright notice for easier
|
|
11723
11723
|
identification within third-party archives.
|
|
11724
11724
|
|
|
11725
|
-
Copyright
|
|
11725
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11726
11726
|
|
|
11727
11727
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
11728
11728
|
you may not use this file except in compliance with the License.
|
|
@@ -11739,7 +11739,7 @@ Apache License
|
|
|
11739
11739
|
|
|
11740
11740
|
----------------
|
|
11741
11741
|
|
|
11742
|
-
** @aws-sdk/middleware-
|
|
11742
|
+
** @aws-sdk/middleware-sdk-s3@3.734.0 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.734.0 | Apache-2.0
|
|
11743
11743
|
Apache License
|
|
11744
11744
|
Version 2.0, January 2004
|
|
11745
11745
|
http://www.apache.org/licenses/
|
|
@@ -11945,8 +11945,8 @@ Apache License
|
|
|
11945
11945
|
|
|
11946
11946
|
----------------
|
|
11947
11947
|
|
|
11948
|
-
** @aws-sdk/middleware-sdk-
|
|
11949
|
-
Apache License
|
|
11948
|
+
** @aws-sdk/middleware-sdk-s3@3.744.0 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.744.0 | Apache-2.0
|
|
11949
|
+
Apache License
|
|
11950
11950
|
Version 2.0, January 2004
|
|
11951
11951
|
http://www.apache.org/licenses/
|
|
11952
11952
|
|
|
@@ -12134,7 +12134,7 @@ Apache License
|
|
|
12134
12134
|
same "printed page" as the copyright notice for easier
|
|
12135
12135
|
identification within third-party archives.
|
|
12136
12136
|
|
|
12137
|
-
Copyright
|
|
12137
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
12138
12138
|
|
|
12139
12139
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
12140
12140
|
you may not use this file except in compliance with the License.
|
|
@@ -12148,9 +12148,10 @@ Apache License
|
|
|
12148
12148
|
See the License for the specific language governing permissions and
|
|
12149
12149
|
limitations under the License.
|
|
12150
12150
|
|
|
12151
|
+
|
|
12151
12152
|
----------------
|
|
12152
12153
|
|
|
12153
|
-
** @aws-sdk/middleware-
|
|
12154
|
+
** @aws-sdk/middleware-ssec@3.734.0 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.734.0 | Apache-2.0
|
|
12154
12155
|
Apache License
|
|
12155
12156
|
Version 2.0, January 2004
|
|
12156
12157
|
http://www.apache.org/licenses/
|
|
@@ -12356,7 +12357,7 @@ Apache License
|
|
|
12356
12357
|
|
|
12357
12358
|
----------------
|
|
12358
12359
|
|
|
12359
|
-
** @aws-sdk/middleware-
|
|
12360
|
+
** @aws-sdk/middleware-user-agent@3.734.0 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.734.0 | Apache-2.0
|
|
12360
12361
|
Apache License
|
|
12361
12362
|
Version 2.0, January 2004
|
|
12362
12363
|
http://www.apache.org/licenses/
|
|
@@ -12562,7 +12563,7 @@ Apache License
|
|
|
12562
12563
|
|
|
12563
12564
|
----------------
|
|
12564
12565
|
|
|
12565
|
-
** @aws-sdk/middleware-
|
|
12566
|
+
** @aws-sdk/middleware-user-agent@3.744.0 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.744.0 | Apache-2.0
|
|
12566
12567
|
Apache License
|
|
12567
12568
|
Version 2.0, January 2004
|
|
12568
12569
|
http://www.apache.org/licenses/
|
|
@@ -12768,8 +12769,16 @@ Apache License
|
|
|
12768
12769
|
|
|
12769
12770
|
----------------
|
|
12770
12771
|
|
|
12771
|
-
** @aws-sdk/
|
|
12772
|
-
|
|
12772
|
+
** @aws-sdk/nested-clients@3.734.0 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.734.0 | Apache-2.0
|
|
12773
|
+
|
|
12774
|
+
----------------
|
|
12775
|
+
|
|
12776
|
+
** @aws-sdk/nested-clients@3.744.0 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.744.0 | Apache-2.0
|
|
12777
|
+
|
|
12778
|
+
----------------
|
|
12779
|
+
|
|
12780
|
+
** @aws-sdk/region-config-resolver@3.734.0 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.734.0 | Apache-2.0
|
|
12781
|
+
Apache License
|
|
12773
12782
|
Version 2.0, January 2004
|
|
12774
12783
|
http://www.apache.org/licenses/
|
|
12775
12784
|
|
|
@@ -12971,10 +12980,9 @@ Apache License
|
|
|
12971
12980
|
See the License for the specific language governing permissions and
|
|
12972
12981
|
limitations under the License.
|
|
12973
12982
|
|
|
12974
|
-
|
|
12975
12983
|
----------------
|
|
12976
12984
|
|
|
12977
|
-
** @aws-sdk/
|
|
12985
|
+
** @aws-sdk/signature-v4-multi-region@3.734.0 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.734.0 | Apache-2.0
|
|
12978
12986
|
Apache License
|
|
12979
12987
|
Version 2.0, January 2004
|
|
12980
12988
|
http://www.apache.org/licenses/
|
|
@@ -13163,7 +13171,7 @@ Apache License
|
|
|
13163
13171
|
same "printed page" as the copyright notice for easier
|
|
13164
13172
|
identification within third-party archives.
|
|
13165
13173
|
|
|
13166
|
-
Copyright
|
|
13174
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
13167
13175
|
|
|
13168
13176
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
13169
13177
|
you may not use this file except in compliance with the License.
|
|
@@ -13180,7 +13188,7 @@ Apache License
|
|
|
13180
13188
|
|
|
13181
13189
|
----------------
|
|
13182
13190
|
|
|
13183
|
-
** @aws-sdk/
|
|
13191
|
+
** @aws-sdk/signature-v4-multi-region@3.744.0 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.744.0 | Apache-2.0
|
|
13184
13192
|
Apache License
|
|
13185
13193
|
Version 2.0, January 2004
|
|
13186
13194
|
http://www.apache.org/licenses/
|
|
@@ -13386,8 +13394,8 @@ Apache License
|
|
|
13386
13394
|
|
|
13387
13395
|
----------------
|
|
13388
13396
|
|
|
13389
|
-
** @aws-sdk/
|
|
13390
|
-
|
|
13397
|
+
** @aws-sdk/token-providers@3.734.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.734.0 | Apache-2.0
|
|
13398
|
+
Apache License
|
|
13391
13399
|
Version 2.0, January 2004
|
|
13392
13400
|
http://www.apache.org/licenses/
|
|
13393
13401
|
|
|
@@ -13575,7 +13583,7 @@ Apache License
|
|
|
13575
13583
|
same "printed page" as the copyright notice for easier
|
|
13576
13584
|
identification within third-party archives.
|
|
13577
13585
|
|
|
13578
|
-
Copyright
|
|
13586
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
13579
13587
|
|
|
13580
13588
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
13581
13589
|
you may not use this file except in compliance with the License.
|
|
@@ -13589,18 +13597,9 @@ Apache License
|
|
|
13589
13597
|
See the License for the specific language governing permissions and
|
|
13590
13598
|
limitations under the License.
|
|
13591
13599
|
|
|
13592
|
-
|
|
13593
|
-
----------------
|
|
13594
|
-
|
|
13595
|
-
** @aws-sdk/nested-clients@3.731.1 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.731.1 | Apache-2.0
|
|
13596
|
-
|
|
13597
13600
|
----------------
|
|
13598
13601
|
|
|
13599
|
-
** @aws-sdk/
|
|
13600
|
-
|
|
13601
|
-
----------------
|
|
13602
|
-
|
|
13603
|
-
** @aws-sdk/region-config-resolver@3.731.0 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.731.0 | Apache-2.0
|
|
13602
|
+
** @aws-sdk/token-providers@3.744.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.744.0 | Apache-2.0
|
|
13604
13603
|
Apache License
|
|
13605
13604
|
Version 2.0, January 2004
|
|
13606
13605
|
http://www.apache.org/licenses/
|
|
@@ -13805,7 +13804,7 @@ Apache License
|
|
|
13805
13804
|
|
|
13806
13805
|
----------------
|
|
13807
13806
|
|
|
13808
|
-
** @aws-sdk/
|
|
13807
|
+
** @aws-sdk/util-arn-parser@3.723.0 - https://www.npmjs.com/package/@aws-sdk/util-arn-parser/v/3.723.0 | Apache-2.0
|
|
13809
13808
|
Apache License
|
|
13810
13809
|
Version 2.0, January 2004
|
|
13811
13810
|
http://www.apache.org/licenses/
|
|
@@ -14010,8 +14009,8 @@ Apache License
|
|
|
14010
14009
|
|
|
14011
14010
|
----------------
|
|
14012
14011
|
|
|
14013
|
-
** @aws-sdk/
|
|
14014
|
-
|
|
14012
|
+
** @aws-sdk/util-endpoints@3.734.0 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.734.0 | Apache-2.0
|
|
14013
|
+
Apache License
|
|
14015
14014
|
Version 2.0, January 2004
|
|
14016
14015
|
http://www.apache.org/licenses/
|
|
14017
14016
|
|
|
@@ -14199,7 +14198,7 @@ Apache License
|
|
|
14199
14198
|
same "printed page" as the copyright notice for easier
|
|
14200
14199
|
identification within third-party archives.
|
|
14201
14200
|
|
|
14202
|
-
Copyright
|
|
14201
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
14203
14202
|
|
|
14204
14203
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
14205
14204
|
you may not use this file except in compliance with the License.
|
|
@@ -14213,11 +14212,10 @@ Apache License
|
|
|
14213
14212
|
See the License for the specific language governing permissions and
|
|
14214
14213
|
limitations under the License.
|
|
14215
14214
|
|
|
14216
|
-
|
|
14217
14215
|
----------------
|
|
14218
14216
|
|
|
14219
|
-
** @aws-sdk/
|
|
14220
|
-
|
|
14217
|
+
** @aws-sdk/util-endpoints@3.743.0 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.743.0 | Apache-2.0
|
|
14218
|
+
Apache License
|
|
14221
14219
|
Version 2.0, January 2004
|
|
14222
14220
|
http://www.apache.org/licenses/
|
|
14223
14221
|
|
|
@@ -14405,7 +14403,7 @@ Apache License
|
|
|
14405
14403
|
same "printed page" as the copyright notice for easier
|
|
14406
14404
|
identification within third-party archives.
|
|
14407
14405
|
|
|
14408
|
-
Copyright
|
|
14406
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
14409
14407
|
|
|
14410
14408
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
14411
14409
|
you may not use this file except in compliance with the License.
|
|
@@ -14419,10 +14417,9 @@ Apache License
|
|
|
14419
14417
|
See the License for the specific language governing permissions and
|
|
14420
14418
|
limitations under the License.
|
|
14421
14419
|
|
|
14422
|
-
|
|
14423
14420
|
----------------
|
|
14424
14421
|
|
|
14425
|
-
** @aws-sdk/
|
|
14422
|
+
** @aws-sdk/util-format-url@3.734.0 - https://www.npmjs.com/package/@aws-sdk/util-format-url/v/3.734.0 | Apache-2.0
|
|
14426
14423
|
Apache License
|
|
14427
14424
|
Version 2.0, January 2004
|
|
14428
14425
|
http://www.apache.org/licenses/
|
|
@@ -14627,8 +14624,8 @@ Apache License
|
|
|
14627
14624
|
|
|
14628
14625
|
----------------
|
|
14629
14626
|
|
|
14630
|
-
** @aws-sdk/
|
|
14631
|
-
Apache License
|
|
14627
|
+
** @aws-sdk/util-user-agent-node@3.734.0 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.734.0 | Apache-2.0
|
|
14628
|
+
Apache License
|
|
14632
14629
|
Version 2.0, January 2004
|
|
14633
14630
|
http://www.apache.org/licenses/
|
|
14634
14631
|
|
|
@@ -14830,10 +14827,11 @@ Apache License
|
|
|
14830
14827
|
See the License for the specific language governing permissions and
|
|
14831
14828
|
limitations under the License.
|
|
14832
14829
|
|
|
14830
|
+
|
|
14833
14831
|
----------------
|
|
14834
14832
|
|
|
14835
|
-
** @aws-sdk/util-
|
|
14836
|
-
Apache License
|
|
14833
|
+
** @aws-sdk/util-user-agent-node@3.744.0 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.744.0 | Apache-2.0
|
|
14834
|
+
Apache License
|
|
14837
14835
|
Version 2.0, January 2004
|
|
14838
14836
|
http://www.apache.org/licenses/
|
|
14839
14837
|
|
|
@@ -15035,9 +15033,10 @@ Apache License
|
|
|
15035
15033
|
See the License for the specific language governing permissions and
|
|
15036
15034
|
limitations under the License.
|
|
15037
15035
|
|
|
15036
|
+
|
|
15038
15037
|
----------------
|
|
15039
15038
|
|
|
15040
|
-
** @aws-sdk/
|
|
15039
|
+
** @aws-sdk/xml-builder@3.734.0 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.734.0 | Apache-2.0
|
|
15041
15040
|
Apache License
|
|
15042
15041
|
Version 2.0, January 2004
|
|
15043
15042
|
http://www.apache.org/licenses/
|
|
@@ -15242,7 +15241,14 @@ Apache License
|
|
|
15242
15241
|
|
|
15243
15242
|
----------------
|
|
15244
15243
|
|
|
15245
|
-
** @
|
|
15244
|
+
** @jsii/check-node@1.106.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.106.0 | Apache-2.0
|
|
15245
|
+
jsii
|
|
15246
|
+
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
15247
|
+
|
|
15248
|
+
|
|
15249
|
+
----------------
|
|
15250
|
+
|
|
15251
|
+
** @smithy/abort-controller@4.0.1 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.0.1 | Apache-2.0
|
|
15246
15252
|
Apache License
|
|
15247
15253
|
Version 2.0, January 2004
|
|
15248
15254
|
http://www.apache.org/licenses/
|
|
@@ -15447,7 +15453,7 @@ Apache License
|
|
|
15447
15453
|
|
|
15448
15454
|
----------------
|
|
15449
15455
|
|
|
15450
|
-
** @
|
|
15456
|
+
** @smithy/config-resolver@3.0.13 - https://www.npmjs.com/package/@smithy/config-resolver/v/3.0.13 | Apache-2.0
|
|
15451
15457
|
Apache License
|
|
15452
15458
|
Version 2.0, January 2004
|
|
15453
15459
|
http://www.apache.org/licenses/
|
|
@@ -15652,8 +15658,8 @@ Apache License
|
|
|
15652
15658
|
|
|
15653
15659
|
----------------
|
|
15654
15660
|
|
|
15655
|
-
** @
|
|
15656
|
-
|
|
15661
|
+
** @smithy/config-resolver@4.0.1 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.0.1 | Apache-2.0
|
|
15662
|
+
Apache License
|
|
15657
15663
|
Version 2.0, January 2004
|
|
15658
15664
|
http://www.apache.org/licenses/
|
|
15659
15665
|
|
|
@@ -15855,10 +15861,9 @@ Apache License
|
|
|
15855
15861
|
See the License for the specific language governing permissions and
|
|
15856
15862
|
limitations under the License.
|
|
15857
15863
|
|
|
15858
|
-
|
|
15859
15864
|
----------------
|
|
15860
15865
|
|
|
15861
|
-
** @
|
|
15866
|
+
** @smithy/core@3.1.1 - https://www.npmjs.com/package/@smithy/core/v/3.1.1 | Apache-2.0
|
|
15862
15867
|
Apache License
|
|
15863
15868
|
Version 2.0, January 2004
|
|
15864
15869
|
http://www.apache.org/licenses/
|
|
@@ -16047,7 +16052,7 @@ Apache License
|
|
|
16047
16052
|
same "printed page" as the copyright notice for easier
|
|
16048
16053
|
identification within third-party archives.
|
|
16049
16054
|
|
|
16050
|
-
Copyright
|
|
16055
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
16051
16056
|
|
|
16052
16057
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
16053
16058
|
you may not use this file except in compliance with the License.
|
|
@@ -16064,8 +16069,8 @@ Apache License
|
|
|
16064
16069
|
|
|
16065
16070
|
----------------
|
|
16066
16071
|
|
|
16067
|
-
** @
|
|
16068
|
-
Apache License
|
|
16072
|
+
** @smithy/core@3.1.2 - https://www.npmjs.com/package/@smithy/core/v/3.1.2 | Apache-2.0
|
|
16073
|
+
Apache License
|
|
16069
16074
|
Version 2.0, January 2004
|
|
16070
16075
|
http://www.apache.org/licenses/
|
|
16071
16076
|
|
|
@@ -16253,7 +16258,7 @@ Apache License
|
|
|
16253
16258
|
same "printed page" as the copyright notice for easier
|
|
16254
16259
|
identification within third-party archives.
|
|
16255
16260
|
|
|
16256
|
-
Copyright
|
|
16261
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
16257
16262
|
|
|
16258
16263
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
16259
16264
|
you may not use this file except in compliance with the License.
|
|
@@ -16267,9 +16272,10 @@ Apache License
|
|
|
16267
16272
|
See the License for the specific language governing permissions and
|
|
16268
16273
|
limitations under the License.
|
|
16269
16274
|
|
|
16275
|
+
|
|
16270
16276
|
----------------
|
|
16271
16277
|
|
|
16272
|
-
** @
|
|
16278
|
+
** @smithy/credential-provider-imds@4.0.1 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.0.1 | Apache-2.0
|
|
16273
16279
|
Apache License
|
|
16274
16280
|
Version 2.0, January 2004
|
|
16275
16281
|
http://www.apache.org/licenses/
|
|
@@ -16474,15 +16480,8 @@ Apache License
|
|
|
16474
16480
|
|
|
16475
16481
|
----------------
|
|
16476
16482
|
|
|
16477
|
-
** @
|
|
16478
|
-
|
|
16479
|
-
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
16480
|
-
|
|
16481
|
-
|
|
16482
|
-
----------------
|
|
16483
|
-
|
|
16484
|
-
** @smithy/abort-controller@4.0.1 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.0.1 | Apache-2.0
|
|
16485
|
-
Apache License
|
|
16483
|
+
** @smithy/eventstream-codec@4.0.1 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.0.1 | Apache-2.0
|
|
16484
|
+
Apache License
|
|
16486
16485
|
Version 2.0, January 2004
|
|
16487
16486
|
http://www.apache.org/licenses/
|
|
16488
16487
|
|
|
@@ -16684,10 +16683,11 @@ Apache License
|
|
|
16684
16683
|
See the License for the specific language governing permissions and
|
|
16685
16684
|
limitations under the License.
|
|
16686
16685
|
|
|
16686
|
+
|
|
16687
16687
|
----------------
|
|
16688
16688
|
|
|
16689
|
-
** @smithy/config-resolver@
|
|
16690
|
-
Apache License
|
|
16689
|
+
** @smithy/eventstream-serde-config-resolver@4.0.1 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.0.1 | Apache-2.0
|
|
16690
|
+
Apache License
|
|
16691
16691
|
Version 2.0, January 2004
|
|
16692
16692
|
http://www.apache.org/licenses/
|
|
16693
16693
|
|
|
@@ -16875,7 +16875,7 @@ Apache License
|
|
|
16875
16875
|
same "printed page" as the copyright notice for easier
|
|
16876
16876
|
identification within third-party archives.
|
|
16877
16877
|
|
|
16878
|
-
Copyright
|
|
16878
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
16879
16879
|
|
|
16880
16880
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
16881
16881
|
you may not use this file except in compliance with the License.
|
|
@@ -16889,10 +16889,11 @@ Apache License
|
|
|
16889
16889
|
See the License for the specific language governing permissions and
|
|
16890
16890
|
limitations under the License.
|
|
16891
16891
|
|
|
16892
|
+
|
|
16892
16893
|
----------------
|
|
16893
16894
|
|
|
16894
|
-
** @smithy/
|
|
16895
|
-
Apache License
|
|
16895
|
+
** @smithy/eventstream-serde-node@4.0.1 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.0.1 | Apache-2.0
|
|
16896
|
+
Apache License
|
|
16896
16897
|
Version 2.0, January 2004
|
|
16897
16898
|
http://www.apache.org/licenses/
|
|
16898
16899
|
|
|
@@ -17080,7 +17081,7 @@ Apache License
|
|
|
17080
17081
|
same "printed page" as the copyright notice for easier
|
|
17081
17082
|
identification within third-party archives.
|
|
17082
17083
|
|
|
17083
|
-
Copyright
|
|
17084
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
17084
17085
|
|
|
17085
17086
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
17086
17087
|
you may not use this file except in compliance with the License.
|
|
@@ -17094,9 +17095,10 @@ Apache License
|
|
|
17094
17095
|
See the License for the specific language governing permissions and
|
|
17095
17096
|
limitations under the License.
|
|
17096
17097
|
|
|
17098
|
+
|
|
17097
17099
|
----------------
|
|
17098
17100
|
|
|
17099
|
-
** @smithy/
|
|
17101
|
+
** @smithy/eventstream-serde-universal@4.0.1 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.0.1 | Apache-2.0
|
|
17100
17102
|
Apache License
|
|
17101
17103
|
Version 2.0, January 2004
|
|
17102
17104
|
http://www.apache.org/licenses/
|
|
@@ -17302,7 +17304,7 @@ Apache License
|
|
|
17302
17304
|
|
|
17303
17305
|
----------------
|
|
17304
17306
|
|
|
17305
|
-
** @smithy/
|
|
17307
|
+
** @smithy/fetch-http-handler@5.0.1 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.0.1 | Apache-2.0
|
|
17306
17308
|
Apache License
|
|
17307
17309
|
Version 2.0, January 2004
|
|
17308
17310
|
http://www.apache.org/licenses/
|
|
@@ -17507,8 +17509,8 @@ Apache License
|
|
|
17507
17509
|
|
|
17508
17510
|
----------------
|
|
17509
17511
|
|
|
17510
|
-
** @smithy/
|
|
17511
|
-
|
|
17512
|
+
** @smithy/hash-node@4.0.1 - https://www.npmjs.com/package/@smithy/hash-node/v/4.0.1 | Apache-2.0
|
|
17513
|
+
Apache License
|
|
17512
17514
|
Version 2.0, January 2004
|
|
17513
17515
|
http://www.apache.org/licenses/
|
|
17514
17516
|
|
|
@@ -17710,11 +17712,10 @@ Apache License
|
|
|
17710
17712
|
See the License for the specific language governing permissions and
|
|
17711
17713
|
limitations under the License.
|
|
17712
17714
|
|
|
17713
|
-
|
|
17714
17715
|
----------------
|
|
17715
17716
|
|
|
17716
|
-
** @smithy/
|
|
17717
|
-
|
|
17717
|
+
** @smithy/hash-stream-node@4.0.1 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.0.1 | Apache-2.0
|
|
17718
|
+
Apache License
|
|
17718
17719
|
Version 2.0, January 2004
|
|
17719
17720
|
http://www.apache.org/licenses/
|
|
17720
17721
|
|
|
@@ -17902,7 +17903,7 @@ Apache License
|
|
|
17902
17903
|
same "printed page" as the copyright notice for easier
|
|
17903
17904
|
identification within third-party archives.
|
|
17904
17905
|
|
|
17905
|
-
Copyright
|
|
17906
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
17906
17907
|
|
|
17907
17908
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
17908
17909
|
you may not use this file except in compliance with the License.
|
|
@@ -17916,11 +17917,10 @@ Apache License
|
|
|
17916
17917
|
See the License for the specific language governing permissions and
|
|
17917
17918
|
limitations under the License.
|
|
17918
17919
|
|
|
17919
|
-
|
|
17920
17920
|
----------------
|
|
17921
17921
|
|
|
17922
|
-
** @smithy/
|
|
17923
|
-
|
|
17922
|
+
** @smithy/is-array-buffer@2.2.0 - https://www.npmjs.com/package/@smithy/is-array-buffer/v/2.2.0 | Apache-2.0
|
|
17923
|
+
Apache License
|
|
17924
17924
|
Version 2.0, January 2004
|
|
17925
17925
|
http://www.apache.org/licenses/
|
|
17926
17926
|
|
|
@@ -18108,7 +18108,7 @@ Apache License
|
|
|
18108
18108
|
same "printed page" as the copyright notice for easier
|
|
18109
18109
|
identification within third-party archives.
|
|
18110
18110
|
|
|
18111
|
-
Copyright
|
|
18111
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
18112
18112
|
|
|
18113
18113
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
18114
18114
|
you may not use this file except in compliance with the License.
|
|
@@ -18122,11 +18122,10 @@ Apache License
|
|
|
18122
18122
|
See the License for the specific language governing permissions and
|
|
18123
18123
|
limitations under the License.
|
|
18124
18124
|
|
|
18125
|
-
|
|
18126
18125
|
----------------
|
|
18127
18126
|
|
|
18128
|
-
** @smithy/
|
|
18129
|
-
|
|
18127
|
+
** @smithy/is-array-buffer@4.0.0 - https://www.npmjs.com/package/@smithy/is-array-buffer/v/4.0.0 | Apache-2.0
|
|
18128
|
+
Apache License
|
|
18130
18129
|
Version 2.0, January 2004
|
|
18131
18130
|
http://www.apache.org/licenses/
|
|
18132
18131
|
|
|
@@ -18314,7 +18313,7 @@ Apache License
|
|
|
18314
18313
|
same "printed page" as the copyright notice for easier
|
|
18315
18314
|
identification within third-party archives.
|
|
18316
18315
|
|
|
18317
|
-
Copyright
|
|
18316
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
18318
18317
|
|
|
18319
18318
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
18320
18319
|
you may not use this file except in compliance with the License.
|
|
@@ -18328,10 +18327,9 @@ Apache License
|
|
|
18328
18327
|
See the License for the specific language governing permissions and
|
|
18329
18328
|
limitations under the License.
|
|
18330
18329
|
|
|
18331
|
-
|
|
18332
18330
|
----------------
|
|
18333
18331
|
|
|
18334
|
-
** @smithy/
|
|
18332
|
+
** @smithy/middleware-content-length@4.0.1 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.0.1 | Apache-2.0
|
|
18335
18333
|
Apache License
|
|
18336
18334
|
Version 2.0, January 2004
|
|
18337
18335
|
http://www.apache.org/licenses/
|
|
@@ -18536,7 +18534,7 @@ Apache License
|
|
|
18536
18534
|
|
|
18537
18535
|
----------------
|
|
18538
18536
|
|
|
18539
|
-
** @smithy/
|
|
18537
|
+
** @smithy/middleware-endpoint@4.0.2 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.0.2 | Apache-2.0
|
|
18540
18538
|
Apache License
|
|
18541
18539
|
Version 2.0, January 2004
|
|
18542
18540
|
http://www.apache.org/licenses/
|
|
@@ -18741,7 +18739,7 @@ Apache License
|
|
|
18741
18739
|
|
|
18742
18740
|
----------------
|
|
18743
18741
|
|
|
18744
|
-
** @smithy/
|
|
18742
|
+
** @smithy/middleware-endpoint@4.0.3 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.0.3 | Apache-2.0
|
|
18745
18743
|
Apache License
|
|
18746
18744
|
Version 2.0, January 2004
|
|
18747
18745
|
http://www.apache.org/licenses/
|
|
@@ -18946,8 +18944,8 @@ Apache License
|
|
|
18946
18944
|
|
|
18947
18945
|
----------------
|
|
18948
18946
|
|
|
18949
|
-
** @smithy/
|
|
18950
|
-
Apache License
|
|
18947
|
+
** @smithy/middleware-retry@4.0.3 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.0.3 | Apache-2.0
|
|
18948
|
+
Apache License
|
|
18951
18949
|
Version 2.0, January 2004
|
|
18952
18950
|
http://www.apache.org/licenses/
|
|
18953
18951
|
|
|
@@ -19149,10 +19147,11 @@ Apache License
|
|
|
19149
19147
|
See the License for the specific language governing permissions and
|
|
19150
19148
|
limitations under the License.
|
|
19151
19149
|
|
|
19150
|
+
|
|
19152
19151
|
----------------
|
|
19153
19152
|
|
|
19154
|
-
** @smithy/
|
|
19155
|
-
Apache License
|
|
19153
|
+
** @smithy/middleware-retry@4.0.4 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.0.4 | Apache-2.0
|
|
19154
|
+
Apache License
|
|
19156
19155
|
Version 2.0, January 2004
|
|
19157
19156
|
http://www.apache.org/licenses/
|
|
19158
19157
|
|
|
@@ -19354,10 +19353,11 @@ Apache License
|
|
|
19354
19353
|
See the License for the specific language governing permissions and
|
|
19355
19354
|
limitations under the License.
|
|
19356
19355
|
|
|
19356
|
+
|
|
19357
19357
|
----------------
|
|
19358
19358
|
|
|
19359
|
-
** @smithy/middleware-
|
|
19360
|
-
Apache License
|
|
19359
|
+
** @smithy/middleware-serde@4.0.1 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.0.1 | Apache-2.0
|
|
19360
|
+
Apache License
|
|
19361
19361
|
Version 2.0, January 2004
|
|
19362
19362
|
http://www.apache.org/licenses/
|
|
19363
19363
|
|
|
@@ -19545,7 +19545,7 @@ Apache License
|
|
|
19545
19545
|
same "printed page" as the copyright notice for easier
|
|
19546
19546
|
identification within third-party archives.
|
|
19547
19547
|
|
|
19548
|
-
Copyright
|
|
19548
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
19549
19549
|
|
|
19550
19550
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
19551
19551
|
you may not use this file except in compliance with the License.
|
|
@@ -19559,10 +19559,11 @@ Apache License
|
|
|
19559
19559
|
See the License for the specific language governing permissions and
|
|
19560
19560
|
limitations under the License.
|
|
19561
19561
|
|
|
19562
|
+
|
|
19562
19563
|
----------------
|
|
19563
19564
|
|
|
19564
|
-
** @smithy/middleware-
|
|
19565
|
-
Apache License
|
|
19565
|
+
** @smithy/middleware-serde@4.0.2 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.0.2 | Apache-2.0
|
|
19566
|
+
Apache License
|
|
19566
19567
|
Version 2.0, January 2004
|
|
19567
19568
|
http://www.apache.org/licenses/
|
|
19568
19569
|
|
|
@@ -19750,7 +19751,7 @@ Apache License
|
|
|
19750
19751
|
same "printed page" as the copyright notice for easier
|
|
19751
19752
|
identification within third-party archives.
|
|
19752
19753
|
|
|
19753
|
-
Copyright
|
|
19754
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
19754
19755
|
|
|
19755
19756
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
19756
19757
|
you may not use this file except in compliance with the License.
|
|
@@ -19764,10 +19765,11 @@ Apache License
|
|
|
19764
19765
|
See the License for the specific language governing permissions and
|
|
19765
19766
|
limitations under the License.
|
|
19766
19767
|
|
|
19768
|
+
|
|
19767
19769
|
----------------
|
|
19768
19770
|
|
|
19769
|
-
** @smithy/middleware-
|
|
19770
|
-
|
|
19771
|
+
** @smithy/middleware-stack@4.0.1 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.0.1 | Apache-2.0
|
|
19772
|
+
Apache License
|
|
19771
19773
|
Version 2.0, January 2004
|
|
19772
19774
|
http://www.apache.org/licenses/
|
|
19773
19775
|
|
|
@@ -19969,11 +19971,10 @@ Apache License
|
|
|
19969
19971
|
See the License for the specific language governing permissions and
|
|
19970
19972
|
limitations under the License.
|
|
19971
19973
|
|
|
19972
|
-
|
|
19973
19974
|
----------------
|
|
19974
19975
|
|
|
19975
|
-
** @smithy/
|
|
19976
|
-
|
|
19976
|
+
** @smithy/node-config-provider@3.1.12 - https://www.npmjs.com/package/@smithy/node-config-provider/v/3.1.12 | Apache-2.0
|
|
19977
|
+
Apache License
|
|
19977
19978
|
Version 2.0, January 2004
|
|
19978
19979
|
http://www.apache.org/licenses/
|
|
19979
19980
|
|
|
@@ -20161,7 +20162,7 @@ Apache License
|
|
|
20161
20162
|
same "printed page" as the copyright notice for easier
|
|
20162
20163
|
identification within third-party archives.
|
|
20163
20164
|
|
|
20164
|
-
Copyright
|
|
20165
|
+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
20165
20166
|
|
|
20166
20167
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
20167
20168
|
you may not use this file except in compliance with the License.
|
|
@@ -20175,10 +20176,9 @@ Apache License
|
|
|
20175
20176
|
See the License for the specific language governing permissions and
|
|
20176
20177
|
limitations under the License.
|
|
20177
20178
|
|
|
20178
|
-
|
|
20179
20179
|
----------------
|
|
20180
20180
|
|
|
20181
|
-
** @smithy/
|
|
20181
|
+
** @smithy/node-config-provider@4.0.1 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.0.1 | Apache-2.0
|
|
20182
20182
|
Apache License
|
|
20183
20183
|
Version 2.0, January 2004
|
|
20184
20184
|
http://www.apache.org/licenses/
|
|
@@ -20367,7 +20367,7 @@ Apache License
|
|
|
20367
20367
|
same "printed page" as the copyright notice for easier
|
|
20368
20368
|
identification within third-party archives.
|
|
20369
20369
|
|
|
20370
|
-
Copyright
|
|
20370
|
+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
20371
20371
|
|
|
20372
20372
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
20373
20373
|
you may not use this file except in compliance with the License.
|
|
@@ -20383,7 +20383,7 @@ Apache License
|
|
|
20383
20383
|
|
|
20384
20384
|
----------------
|
|
20385
20385
|
|
|
20386
|
-
** @smithy/node-
|
|
20386
|
+
** @smithy/node-http-handler@4.0.2 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.0.2 | Apache-2.0
|
|
20387
20387
|
Apache License
|
|
20388
20388
|
Version 2.0, January 2004
|
|
20389
20389
|
http://www.apache.org/licenses/
|
|
@@ -20572,7 +20572,7 @@ Apache License
|
|
|
20572
20572
|
same "printed page" as the copyright notice for easier
|
|
20573
20573
|
identification within third-party archives.
|
|
20574
20574
|
|
|
20575
|
-
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
20575
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
20576
20576
|
|
|
20577
20577
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
20578
20578
|
you may not use this file except in compliance with the License.
|
|
@@ -20588,7 +20588,7 @@ Apache License
|
|
|
20588
20588
|
|
|
20589
20589
|
----------------
|
|
20590
20590
|
|
|
20591
|
-
** @smithy/
|
|
20591
|
+
** @smithy/property-provider@3.1.11 - https://www.npmjs.com/package/@smithy/property-provider/v/3.1.11 | Apache-2.0
|
|
20592
20592
|
Apache License
|
|
20593
20593
|
Version 2.0, January 2004
|
|
20594
20594
|
http://www.apache.org/licenses/
|
|
@@ -20777,7 +20777,7 @@ Apache License
|
|
|
20777
20777
|
same "printed page" as the copyright notice for easier
|
|
20778
20778
|
identification within third-party archives.
|
|
20779
20779
|
|
|
20780
|
-
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
20780
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
20781
20781
|
|
|
20782
20782
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
20783
20783
|
you may not use this file except in compliance with the License.
|
|
@@ -20793,7 +20793,7 @@ Apache License
|
|
|
20793
20793
|
|
|
20794
20794
|
----------------
|
|
20795
20795
|
|
|
20796
|
-
** @smithy/
|
|
20796
|
+
** @smithy/property-provider@4.0.1 - https://www.npmjs.com/package/@smithy/property-provider/v/4.0.1 | Apache-2.0
|
|
20797
20797
|
Apache License
|
|
20798
20798
|
Version 2.0, January 2004
|
|
20799
20799
|
http://www.apache.org/licenses/
|
|
@@ -20998,8 +20998,8 @@ Apache License
|
|
|
20998
20998
|
|
|
20999
20999
|
----------------
|
|
21000
21000
|
|
|
21001
|
-
** @smithy/
|
|
21002
|
-
Apache License
|
|
21001
|
+
** @smithy/protocol-http@5.0.1 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.0.1 | Apache-2.0
|
|
21002
|
+
Apache License
|
|
21003
21003
|
Version 2.0, January 2004
|
|
21004
21004
|
http://www.apache.org/licenses/
|
|
21005
21005
|
|
|
@@ -21187,7 +21187,7 @@ Apache License
|
|
|
21187
21187
|
same "printed page" as the copyright notice for easier
|
|
21188
21188
|
identification within third-party archives.
|
|
21189
21189
|
|
|
21190
|
-
Copyright
|
|
21190
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
21191
21191
|
|
|
21192
21192
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
21193
21193
|
you may not use this file except in compliance with the License.
|
|
@@ -21201,10 +21201,11 @@ Apache License
|
|
|
21201
21201
|
See the License for the specific language governing permissions and
|
|
21202
21202
|
limitations under the License.
|
|
21203
21203
|
|
|
21204
|
+
|
|
21204
21205
|
----------------
|
|
21205
21206
|
|
|
21206
|
-
** @smithy/
|
|
21207
|
-
Apache License
|
|
21207
|
+
** @smithy/querystring-builder@4.0.1 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.0.1 | Apache-2.0
|
|
21208
|
+
Apache License
|
|
21208
21209
|
Version 2.0, January 2004
|
|
21209
21210
|
http://www.apache.org/licenses/
|
|
21210
21211
|
|
|
@@ -21406,9 +21407,10 @@ Apache License
|
|
|
21406
21407
|
See the License for the specific language governing permissions and
|
|
21407
21408
|
limitations under the License.
|
|
21408
21409
|
|
|
21410
|
+
|
|
21409
21411
|
----------------
|
|
21410
21412
|
|
|
21411
|
-
** @smithy/
|
|
21413
|
+
** @smithy/querystring-parser@4.0.1 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.0.1 | Apache-2.0
|
|
21412
21414
|
Apache License
|
|
21413
21415
|
Version 2.0, January 2004
|
|
21414
21416
|
http://www.apache.org/licenses/
|
|
@@ -21597,7 +21599,7 @@ Apache License
|
|
|
21597
21599
|
same "printed page" as the copyright notice for easier
|
|
21598
21600
|
identification within third-party archives.
|
|
21599
21601
|
|
|
21600
|
-
Copyright
|
|
21602
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
21601
21603
|
|
|
21602
21604
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
21603
21605
|
you may not use this file except in compliance with the License.
|
|
@@ -21614,7 +21616,7 @@ Apache License
|
|
|
21614
21616
|
|
|
21615
21617
|
----------------
|
|
21616
21618
|
|
|
21617
|
-
** @smithy/
|
|
21619
|
+
** @smithy/service-error-classification@3.0.11 - https://www.npmjs.com/package/@smithy/service-error-classification/v/3.0.11 | Apache-2.0
|
|
21618
21620
|
Apache License
|
|
21619
21621
|
Version 2.0, January 2004
|
|
21620
21622
|
http://www.apache.org/licenses/
|
|
@@ -21820,7 +21822,7 @@ Apache License
|
|
|
21820
21822
|
|
|
21821
21823
|
----------------
|
|
21822
21824
|
|
|
21823
|
-
** @smithy/
|
|
21825
|
+
** @smithy/service-error-classification@4.0.1 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.0.1 | Apache-2.0
|
|
21824
21826
|
Apache License
|
|
21825
21827
|
Version 2.0, January 2004
|
|
21826
21828
|
http://www.apache.org/licenses/
|
|
@@ -22026,8 +22028,8 @@ Apache License
|
|
|
22026
22028
|
|
|
22027
22029
|
----------------
|
|
22028
22030
|
|
|
22029
|
-
** @smithy/
|
|
22030
|
-
|
|
22031
|
+
** @smithy/shared-ini-file-loader@3.1.12 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/3.1.12 | Apache-2.0
|
|
22032
|
+
Apache License
|
|
22031
22033
|
Version 2.0, January 2004
|
|
22032
22034
|
http://www.apache.org/licenses/
|
|
22033
22035
|
|
|
@@ -22229,11 +22231,10 @@ Apache License
|
|
|
22229
22231
|
See the License for the specific language governing permissions and
|
|
22230
22232
|
limitations under the License.
|
|
22231
22233
|
|
|
22232
|
-
|
|
22233
22234
|
----------------
|
|
22234
22235
|
|
|
22235
|
-
** @smithy/
|
|
22236
|
-
|
|
22236
|
+
** @smithy/shared-ini-file-loader@4.0.1 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.0.1 | Apache-2.0
|
|
22237
|
+
Apache License
|
|
22237
22238
|
Version 2.0, January 2004
|
|
22238
22239
|
http://www.apache.org/licenses/
|
|
22239
22240
|
|
|
@@ -22435,10 +22436,9 @@ Apache License
|
|
|
22435
22436
|
See the License for the specific language governing permissions and
|
|
22436
22437
|
limitations under the License.
|
|
22437
22438
|
|
|
22438
|
-
|
|
22439
22439
|
----------------
|
|
22440
22440
|
|
|
22441
|
-
** @smithy/
|
|
22441
|
+
** @smithy/signature-v4@5.0.1 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.0.1 | Apache-2.0
|
|
22442
22442
|
Apache License
|
|
22443
22443
|
Version 2.0, January 2004
|
|
22444
22444
|
http://www.apache.org/licenses/
|
|
@@ -22643,8 +22643,8 @@ Apache License
|
|
|
22643
22643
|
|
|
22644
22644
|
----------------
|
|
22645
22645
|
|
|
22646
|
-
** @smithy/
|
|
22647
|
-
Apache License
|
|
22646
|
+
** @smithy/smithy-client@4.1.2 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.1.2 | Apache-2.0
|
|
22647
|
+
Apache License
|
|
22648
22648
|
Version 2.0, January 2004
|
|
22649
22649
|
http://www.apache.org/licenses/
|
|
22650
22650
|
|
|
@@ -22832,7 +22832,7 @@ Apache License
|
|
|
22832
22832
|
same "printed page" as the copyright notice for easier
|
|
22833
22833
|
identification within third-party archives.
|
|
22834
22834
|
|
|
22835
|
-
Copyright
|
|
22835
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
22836
22836
|
|
|
22837
22837
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
22838
22838
|
you may not use this file except in compliance with the License.
|
|
@@ -22846,10 +22846,11 @@ Apache License
|
|
|
22846
22846
|
See the License for the specific language governing permissions and
|
|
22847
22847
|
limitations under the License.
|
|
22848
22848
|
|
|
22849
|
+
|
|
22849
22850
|
----------------
|
|
22850
22851
|
|
|
22851
|
-
** @smithy/
|
|
22852
|
-
Apache License
|
|
22852
|
+
** @smithy/smithy-client@4.1.3 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.1.3 | Apache-2.0
|
|
22853
|
+
Apache License
|
|
22853
22854
|
Version 2.0, January 2004
|
|
22854
22855
|
http://www.apache.org/licenses/
|
|
22855
22856
|
|
|
@@ -23037,7 +23038,7 @@ Apache License
|
|
|
23037
23038
|
same "printed page" as the copyright notice for easier
|
|
23038
23039
|
identification within third-party archives.
|
|
23039
23040
|
|
|
23040
|
-
Copyright
|
|
23041
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
23041
23042
|
|
|
23042
23043
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
23043
23044
|
you may not use this file except in compliance with the License.
|
|
@@ -23051,9 +23052,10 @@ Apache License
|
|
|
23051
23052
|
See the License for the specific language governing permissions and
|
|
23052
23053
|
limitations under the License.
|
|
23053
23054
|
|
|
23055
|
+
|
|
23054
23056
|
----------------
|
|
23055
23057
|
|
|
23056
|
-
** @smithy/
|
|
23058
|
+
** @smithy/types@3.5.0 - https://www.npmjs.com/package/@smithy/types/v/3.5.0 | Apache-2.0
|
|
23057
23059
|
Apache License
|
|
23058
23060
|
Version 2.0, January 2004
|
|
23059
23061
|
http://www.apache.org/licenses/
|
|
@@ -23259,7 +23261,7 @@ Apache License
|
|
|
23259
23261
|
|
|
23260
23262
|
----------------
|
|
23261
23263
|
|
|
23262
|
-
** @smithy/
|
|
23264
|
+
** @smithy/url-parser@4.0.1 - https://www.npmjs.com/package/@smithy/url-parser/v/4.0.1 | Apache-2.0
|
|
23263
23265
|
Apache License
|
|
23264
23266
|
Version 2.0, January 2004
|
|
23265
23267
|
http://www.apache.org/licenses/
|
|
@@ -23448,7 +23450,7 @@ Apache License
|
|
|
23448
23450
|
same "printed page" as the copyright notice for easier
|
|
23449
23451
|
identification within third-party archives.
|
|
23450
23452
|
|
|
23451
|
-
Copyright
|
|
23453
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
23452
23454
|
|
|
23453
23455
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
23454
23456
|
you may not use this file except in compliance with the License.
|
|
@@ -23465,8 +23467,8 @@ Apache License
|
|
|
23465
23467
|
|
|
23466
23468
|
----------------
|
|
23467
23469
|
|
|
23468
|
-
** @smithy/
|
|
23469
|
-
|
|
23470
|
+
** @smithy/util-base64@4.0.0 - https://www.npmjs.com/package/@smithy/util-base64/v/4.0.0 | Apache-2.0
|
|
23471
|
+
Apache License
|
|
23470
23472
|
Version 2.0, January 2004
|
|
23471
23473
|
http://www.apache.org/licenses/
|
|
23472
23474
|
|
|
@@ -23668,10 +23670,9 @@ Apache License
|
|
|
23668
23670
|
See the License for the specific language governing permissions and
|
|
23669
23671
|
limitations under the License.
|
|
23670
23672
|
|
|
23671
|
-
|
|
23672
23673
|
----------------
|
|
23673
23674
|
|
|
23674
|
-
** @smithy/util-
|
|
23675
|
+
** @smithy/util-body-length-node@4.0.0 - https://www.npmjs.com/package/@smithy/util-body-length-node/v/4.0.0 | Apache-2.0
|
|
23675
23676
|
Apache License
|
|
23676
23677
|
Version 2.0, January 2004
|
|
23677
23678
|
http://www.apache.org/licenses/
|
|
@@ -23876,7 +23877,7 @@ Apache License
|
|
|
23876
23877
|
|
|
23877
23878
|
----------------
|
|
23878
23879
|
|
|
23879
|
-
** @smithy/util-
|
|
23880
|
+
** @smithy/util-buffer-from@2.2.0 - https://www.npmjs.com/package/@smithy/util-buffer-from/v/2.2.0 | Apache-2.0
|
|
23880
23881
|
Apache License
|
|
23881
23882
|
Version 2.0, January 2004
|
|
23882
23883
|
http://www.apache.org/licenses/
|
|
@@ -24081,7 +24082,7 @@ Apache License
|
|
|
24081
24082
|
|
|
24082
24083
|
----------------
|
|
24083
24084
|
|
|
24084
|
-
** @smithy/util-buffer-from@
|
|
24085
|
+
** @smithy/util-buffer-from@4.0.0 - https://www.npmjs.com/package/@smithy/util-buffer-from/v/4.0.0 | Apache-2.0
|
|
24085
24086
|
Apache License
|
|
24086
24087
|
Version 2.0, January 2004
|
|
24087
24088
|
http://www.apache.org/licenses/
|
|
@@ -24286,7 +24287,7 @@ Apache License
|
|
|
24286
24287
|
|
|
24287
24288
|
----------------
|
|
24288
24289
|
|
|
24289
|
-
** @smithy/util-
|
|
24290
|
+
** @smithy/util-config-provider@3.0.0 - https://www.npmjs.com/package/@smithy/util-config-provider/v/3.0.0 | Apache-2.0
|
|
24290
24291
|
Apache License
|
|
24291
24292
|
Version 2.0, January 2004
|
|
24292
24293
|
http://www.apache.org/licenses/
|
|
@@ -24475,7 +24476,7 @@ Apache License
|
|
|
24475
24476
|
same "printed page" as the copyright notice for easier
|
|
24476
24477
|
identification within third-party archives.
|
|
24477
24478
|
|
|
24478
|
-
Copyright
|
|
24479
|
+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
24479
24480
|
|
|
24480
24481
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
24481
24482
|
you may not use this file except in compliance with the License.
|
|
@@ -24491,7 +24492,7 @@ Apache License
|
|
|
24491
24492
|
|
|
24492
24493
|
----------------
|
|
24493
24494
|
|
|
24494
|
-
** @smithy/util-config-provider@
|
|
24495
|
+
** @smithy/util-config-provider@4.0.0 - https://www.npmjs.com/package/@smithy/util-config-provider/v/4.0.0 | Apache-2.0
|
|
24495
24496
|
Apache License
|
|
24496
24497
|
Version 2.0, January 2004
|
|
24497
24498
|
http://www.apache.org/licenses/
|
|
@@ -24696,8 +24697,8 @@ Apache License
|
|
|
24696
24697
|
|
|
24697
24698
|
----------------
|
|
24698
24699
|
|
|
24699
|
-
** @smithy/util-
|
|
24700
|
-
Apache License
|
|
24700
|
+
** @smithy/util-defaults-mode-node@4.0.3 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.0.3 | Apache-2.0
|
|
24701
|
+
Apache License
|
|
24701
24702
|
Version 2.0, January 2004
|
|
24702
24703
|
http://www.apache.org/licenses/
|
|
24703
24704
|
|
|
@@ -24885,7 +24886,7 @@ Apache License
|
|
|
24885
24886
|
same "printed page" as the copyright notice for easier
|
|
24886
24887
|
identification within third-party archives.
|
|
24887
24888
|
|
|
24888
|
-
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
24889
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
24889
24890
|
|
|
24890
24891
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
24891
24892
|
you may not use this file except in compliance with the License.
|
|
@@ -24899,9 +24900,10 @@ Apache License
|
|
|
24899
24900
|
See the License for the specific language governing permissions and
|
|
24900
24901
|
limitations under the License.
|
|
24901
24902
|
|
|
24903
|
+
|
|
24902
24904
|
----------------
|
|
24903
24905
|
|
|
24904
|
-
** @smithy/util-defaults-mode-node@4.0.
|
|
24906
|
+
** @smithy/util-defaults-mode-node@4.0.4 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.0.4 | Apache-2.0
|
|
24905
24907
|
Apache License
|
|
24906
24908
|
Version 2.0, January 2004
|
|
24907
24909
|
http://www.apache.org/licenses/
|
|
@@ -30229,6 +30231,26 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
|
30229
30231
|
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
30230
30232
|
|
|
30231
30233
|
|
|
30234
|
+
----------------
|
|
30235
|
+
|
|
30236
|
+
** semver@7.7.1 - https://www.npmjs.com/package/semver/v/7.7.1 | ISC
|
|
30237
|
+
The ISC License
|
|
30238
|
+
|
|
30239
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
30240
|
+
|
|
30241
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
30242
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
30243
|
+
copyright notice and this permission notice appear in all copies.
|
|
30244
|
+
|
|
30245
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
30246
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
30247
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
30248
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
30249
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
30250
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
30251
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
30252
|
+
|
|
30253
|
+
|
|
30232
30254
|
----------------
|
|
30233
30255
|
|
|
30234
30256
|
** slice-ansi@4.0.0 - https://www.npmjs.com/package/slice-ansi/v/4.0.0 | MIT
|