aws-cdk 2.1128.1 → 2.1129.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.
Files changed (53) hide show
  1. package/README.md +1 -0
  2. package/THIRD_PARTY_LICENSES +2352 -295
  3. package/build-info.json +2 -2
  4. package/docs/confirmation-prompts.md +79 -0
  5. package/lib/api-private.d.ts +1 -0
  6. package/lib/api-private.js +27 -3
  7. package/lib/cli/cdk-toolkit.d.ts +8 -1
  8. package/lib/cli/cdk-toolkit.js +156 -99
  9. package/lib/cli/cli-config.js +40 -4
  10. package/lib/cli/cli-type-registry.json +16 -1
  11. package/lib/cli/cli.js +48 -5
  12. package/lib/cli/convert-to-user-input.js +7 -1
  13. package/lib/cli/display-version.js +46 -7
  14. package/lib/cli/io-host/cli-io-host.d.ts +211 -23
  15. package/lib/cli/io-host/cli-io-host.js +321 -95
  16. package/lib/cli/parse-command-line-arguments.js +51 -3
  17. package/lib/cli/platform-warnings.js +36 -3
  18. package/lib/cli/pretty-print-error.d.ts +4 -1
  19. package/lib/cli/pretty-print-error.js +15 -7
  20. package/lib/cli/proxy-agent.js +36 -2
  21. package/lib/cli/root-dir.js +36 -3
  22. package/lib/cli/tables.js +35 -2
  23. package/lib/cli/telemetry/installation-id.js +36 -3
  24. package/lib/cli/telemetry/library-version.js +36 -3
  25. package/lib/cli/telemetry/messages.js +35 -2
  26. package/lib/cli/telemetry/session.js +9 -2
  27. package/lib/cli/telemetry/sink/endpoint-sink.js +5 -2
  28. package/lib/cli/telemetry/sink/file-sink.js +37 -2
  29. package/lib/cli/telemetry/sink/funnel.js +2 -1
  30. package/lib/cli/telemetry/sink/io-host-sink.js +2 -1
  31. package/lib/cli/telemetry/telemetry-state.js +36 -3
  32. package/lib/cli/user-configuration.js +51 -13
  33. package/lib/cli/user-input.d.ts +19 -1
  34. package/lib/cli/user-input.js +1 -1
  35. package/lib/cli/util/fs-util.js +35 -2
  36. package/lib/cli/version.js +35 -2
  37. package/lib/commands/context.js +11 -8
  38. package/lib/commands/docs.js +41 -5
  39. package/lib/commands/doctor.js +45 -9
  40. package/lib/commands/flags/flags.js +5 -1
  41. package/lib/commands/flags/interactive-handler.js +3 -1
  42. package/lib/commands/flags/operations.js +58 -14
  43. package/lib/commands/flags/router.js +4 -1
  44. package/lib/commands/flags/validator.js +2 -1
  45. package/lib/commands/init/init-hooks.js +35 -2
  46. package/lib/commands/init/init.js +63 -22
  47. package/lib/commands/init/os.js +40 -4
  48. package/lib/commands/migrate.js +44 -6
  49. package/lib/cxapp/cloud-assembly.js +35 -2
  50. package/lib/cxapp/cloud-executable.js +37 -2
  51. package/lib/cxapp/exec.js +38 -5
  52. package/lib/index.js +276730 -195908
  53. package/package.json +4 -4
@@ -206,7 +206,7 @@ The aws-cdk package includes the following third-party software/licensing:
206
206
 
207
207
  ----------------
208
208
 
209
- ** @aws-crypto/crc32c@5.2.0 - https://www.npmjs.com/package/@aws-crypto/crc32c/v/5.2.0 | Apache-2.0
209
+ ** @aws-crypto/util@5.2.0 - https://www.npmjs.com/package/@aws-crypto/util/v/5.2.0 | Apache-2.0
210
210
  Apache License
211
211
  Version 2.0, January 2004
212
212
  http://www.apache.org/licenses/
@@ -412,7 +412,7 @@ The aws-cdk package includes the following third-party software/licensing:
412
412
 
413
413
  ----------------
414
414
 
415
- ** @aws-crypto/util@5.2.0 - https://www.npmjs.com/package/@aws-crypto/util/v/5.2.0 | Apache-2.0
415
+ ** @aws-sdk/checksums@3.1000.10 - https://www.npmjs.com/package/@aws-sdk/checksums/v/3.1000.10 | Apache-2.0
416
416
  Apache License
417
417
  Version 2.0, January 2004
418
418
  http://www.apache.org/licenses/
@@ -601,7 +601,7 @@ The aws-cdk package includes the following third-party software/licensing:
601
601
  same "printed page" as the copyright notice for easier
602
602
  identification within third-party archives.
603
603
 
604
- Copyright {yyyy} {name of copyright owner}
604
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
605
605
 
606
606
  Licensed under the Apache License, Version 2.0 (the "License");
607
607
  you may not use this file except in compliance with the License.
@@ -1236,7 +1236,7 @@ The aws-cdk package includes the following third-party software/licensing:
1236
1236
 
1237
1237
  ----------------
1238
1238
 
1239
- ** @aws-sdk/client-cloudformation@3.1041.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudformation/v/3.1041.0 | Apache-2.0
1239
+ ** @aws-sdk/client-cloudformation@3.1077.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudformation/v/3.1077.0 | Apache-2.0
1240
1240
  Apache License
1241
1241
  Version 2.0, January 2004
1242
1242
  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-s3@3.1045.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.1045.0 | Apache-2.0
3505
+ ** @aws-sdk/client-s3@3.1077.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.1077.0 | Apache-2.0
3506
3506
  Apache License
3507
3507
  Version 2.0, January 2004
3508
3508
  http://www.apache.org/licenses/
@@ -4737,7 +4737,7 @@ Apache License
4737
4737
 
4738
4738
  ----------------
4739
4739
 
4740
- ** @aws-sdk/core@3.974.5 - https://www.npmjs.com/package/@aws-sdk/core/v/3.974.5 | Apache-2.0
4740
+ ** @aws-sdk/core@3.974.25 - https://www.npmjs.com/package/@aws-sdk/core/v/3.974.25 | Apache-2.0
4741
4741
  Apache License
4742
4742
  Version 2.0, January 2004
4743
4743
  http://www.apache.org/licenses/
@@ -4942,7 +4942,7 @@ Apache License
4942
4942
 
4943
4943
  ----------------
4944
4944
 
4945
- ** @aws-sdk/core@3.974.8 - https://www.npmjs.com/package/@aws-sdk/core/v/3.974.8 | Apache-2.0
4945
+ ** @aws-sdk/core@3.974.5 - https://www.npmjs.com/package/@aws-sdk/core/v/3.974.5 | Apache-2.0
4946
4946
  Apache License
4947
4947
  Version 2.0, January 2004
4948
4948
  http://www.apache.org/licenses/
@@ -5147,7 +5147,7 @@ Apache License
5147
5147
 
5148
5148
  ----------------
5149
5149
 
5150
- ** @aws-sdk/crc64-nvme@3.972.7 - https://www.npmjs.com/package/@aws-sdk/crc64-nvme/v/3.972.7 | Apache-2.0
5150
+ ** @aws-sdk/core@3.974.8 - https://www.npmjs.com/package/@aws-sdk/core/v/3.974.8 | Apache-2.0
5151
5151
  Apache License
5152
5152
  Version 2.0, January 2004
5153
5153
  http://www.apache.org/licenses/
@@ -5328,7 +5328,7 @@ Apache License
5328
5328
  APPENDIX: How to apply the Apache License to your work.
5329
5329
 
5330
5330
  To apply the Apache License to your work, attach the following
5331
- boilerplate notice, with the fields enclosed by brackets "{}"
5331
+ boilerplate notice, with the fields enclosed by brackets "[]"
5332
5332
  replaced with your own identifying information. (Don't include
5333
5333
  the brackets!) The text should be enclosed in the appropriate
5334
5334
  comment syntax for the file format. We also recommend that a
@@ -5336,7 +5336,7 @@ Apache License
5336
5336
  same "printed page" as the copyright notice for easier
5337
5337
  identification within third-party archives.
5338
5338
 
5339
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5339
+ Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5340
5340
 
5341
5341
  Licensed under the Apache License, Version 2.0 (the "License");
5342
5342
  you may not use this file except in compliance with the License.
@@ -6173,19 +6173,7 @@ Apache License
6173
6173
 
6174
6174
  ----------------
6175
6175
 
6176
- ** @aws-sdk/credential-provider-http@3.972.33 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.33 | Apache-2.0
6177
-
6178
- ----------------
6179
-
6180
- ** @aws-sdk/credential-provider-http@3.972.36 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.36 | Apache-2.0
6181
-
6182
- ----------------
6183
-
6184
- ** @aws-sdk/credential-provider-http@3.972.39 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.39 | Apache-2.0
6185
-
6186
- ----------------
6187
-
6188
- ** @aws-sdk/credential-provider-ini@3.972.35 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.35 | Apache-2.0
6176
+ ** @aws-sdk/credential-provider-env@3.972.51 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.51 | Apache-2.0
6189
6177
  Apache License
6190
6178
  Version 2.0, January 2004
6191
6179
  http://www.apache.org/licenses/
@@ -6390,7 +6378,23 @@ Apache License
6390
6378
 
6391
6379
  ----------------
6392
6380
 
6393
- ** @aws-sdk/credential-provider-ini@3.972.38 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.38 | Apache-2.0
6381
+ ** @aws-sdk/credential-provider-http@3.972.33 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.33 | Apache-2.0
6382
+
6383
+ ----------------
6384
+
6385
+ ** @aws-sdk/credential-provider-http@3.972.36 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.36 | Apache-2.0
6386
+
6387
+ ----------------
6388
+
6389
+ ** @aws-sdk/credential-provider-http@3.972.39 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.39 | Apache-2.0
6390
+
6391
+ ----------------
6392
+
6393
+ ** @aws-sdk/credential-provider-http@3.972.53 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.53 | Apache-2.0
6394
+
6395
+ ----------------
6396
+
6397
+ ** @aws-sdk/credential-provider-ini@3.972.35 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.35 | Apache-2.0
6394
6398
  Apache License
6395
6399
  Version 2.0, January 2004
6396
6400
  http://www.apache.org/licenses/
@@ -6595,7 +6599,7 @@ Apache License
6595
6599
 
6596
6600
  ----------------
6597
6601
 
6598
- ** @aws-sdk/credential-provider-ini@3.972.41 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.41 | Apache-2.0
6602
+ ** @aws-sdk/credential-provider-ini@3.972.38 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.38 | Apache-2.0
6599
6603
  Apache License
6600
6604
  Version 2.0, January 2004
6601
6605
  http://www.apache.org/licenses/
@@ -6800,19 +6804,7 @@ Apache License
6800
6804
 
6801
6805
  ----------------
6802
6806
 
6803
- ** @aws-sdk/credential-provider-login@3.972.35 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.35 | Apache-2.0
6804
-
6805
- ----------------
6806
-
6807
- ** @aws-sdk/credential-provider-login@3.972.38 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.38 | Apache-2.0
6808
-
6809
- ----------------
6810
-
6811
- ** @aws-sdk/credential-provider-login@3.972.41 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.41 | Apache-2.0
6812
-
6813
- ----------------
6814
-
6815
- ** @aws-sdk/credential-provider-node@3.972.36 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.36 | Apache-2.0
6807
+ ** @aws-sdk/credential-provider-ini@3.972.41 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.41 | Apache-2.0
6816
6808
  Apache License
6817
6809
  Version 2.0, January 2004
6818
6810
  http://www.apache.org/licenses/
@@ -7017,7 +7009,7 @@ Apache License
7017
7009
 
7018
7010
  ----------------
7019
7011
 
7020
- ** @aws-sdk/credential-provider-node@3.972.39 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.39 | Apache-2.0
7012
+ ** @aws-sdk/credential-provider-ini@3.972.58 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.58 | Apache-2.0
7021
7013
  Apache License
7022
7014
  Version 2.0, January 2004
7023
7015
  http://www.apache.org/licenses/
@@ -7222,7 +7214,23 @@ Apache License
7222
7214
 
7223
7215
  ----------------
7224
7216
 
7225
- ** @aws-sdk/credential-provider-node@3.972.42 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.42 | Apache-2.0
7217
+ ** @aws-sdk/credential-provider-login@3.972.35 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.35 | Apache-2.0
7218
+
7219
+ ----------------
7220
+
7221
+ ** @aws-sdk/credential-provider-login@3.972.38 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.38 | Apache-2.0
7222
+
7223
+ ----------------
7224
+
7225
+ ** @aws-sdk/credential-provider-login@3.972.41 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.41 | Apache-2.0
7226
+
7227
+ ----------------
7228
+
7229
+ ** @aws-sdk/credential-provider-login@3.972.57 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.57 | Apache-2.0
7230
+
7231
+ ----------------
7232
+
7233
+ ** @aws-sdk/credential-provider-node@3.972.36 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.36 | Apache-2.0
7226
7234
  Apache License
7227
7235
  Version 2.0, January 2004
7228
7236
  http://www.apache.org/licenses/
@@ -7427,7 +7435,7 @@ Apache License
7427
7435
 
7428
7436
  ----------------
7429
7437
 
7430
- ** @aws-sdk/credential-provider-process@3.972.31 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.31 | Apache-2.0
7438
+ ** @aws-sdk/credential-provider-node@3.972.39 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.39 | Apache-2.0
7431
7439
  Apache License
7432
7440
  Version 2.0, January 2004
7433
7441
  http://www.apache.org/licenses/
@@ -7616,7 +7624,7 @@ Apache License
7616
7624
  same "printed page" as the copyright notice for easier
7617
7625
  identification within third-party archives.
7618
7626
 
7619
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
7627
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
7620
7628
 
7621
7629
  Licensed under the Apache License, Version 2.0 (the "License");
7622
7630
  you may not use this file except in compliance with the License.
@@ -7632,7 +7640,7 @@ Apache License
7632
7640
 
7633
7641
  ----------------
7634
7642
 
7635
- ** @aws-sdk/credential-provider-process@3.972.34 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.34 | Apache-2.0
7643
+ ** @aws-sdk/credential-provider-node@3.972.42 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.42 | Apache-2.0
7636
7644
  Apache License
7637
7645
  Version 2.0, January 2004
7638
7646
  http://www.apache.org/licenses/
@@ -7821,7 +7829,7 @@ Apache License
7821
7829
  same "printed page" as the copyright notice for easier
7822
7830
  identification within third-party archives.
7823
7831
 
7824
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
7832
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
7825
7833
 
7826
7834
  Licensed under the Apache License, Version 2.0 (the "License");
7827
7835
  you may not use this file except in compliance with the License.
@@ -7837,7 +7845,7 @@ Apache License
7837
7845
 
7838
7846
  ----------------
7839
7847
 
7840
- ** @aws-sdk/credential-provider-process@3.972.37 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.37 | Apache-2.0
7848
+ ** @aws-sdk/credential-provider-node@3.972.60 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.60 | Apache-2.0
7841
7849
  Apache License
7842
7850
  Version 2.0, January 2004
7843
7851
  http://www.apache.org/licenses/
@@ -8026,7 +8034,7 @@ Apache License
8026
8034
  same "printed page" as the copyright notice for easier
8027
8035
  identification within third-party archives.
8028
8036
 
8029
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
8037
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
8030
8038
 
8031
8039
  Licensed under the Apache License, Version 2.0 (the "License");
8032
8040
  you may not use this file except in compliance with the License.
@@ -8042,7 +8050,7 @@ Apache License
8042
8050
 
8043
8051
  ----------------
8044
8052
 
8045
- ** @aws-sdk/credential-provider-sso@3.972.35 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.35 | Apache-2.0
8053
+ ** @aws-sdk/credential-provider-process@3.972.31 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.31 | Apache-2.0
8046
8054
  Apache License
8047
8055
  Version 2.0, January 2004
8048
8056
  http://www.apache.org/licenses/
@@ -8247,7 +8255,7 @@ Apache License
8247
8255
 
8248
8256
  ----------------
8249
8257
 
8250
- ** @aws-sdk/credential-provider-sso@3.972.38 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.38 | Apache-2.0
8258
+ ** @aws-sdk/credential-provider-process@3.972.34 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.34 | Apache-2.0
8251
8259
  Apache License
8252
8260
  Version 2.0, January 2004
8253
8261
  http://www.apache.org/licenses/
@@ -8452,7 +8460,7 @@ Apache License
8452
8460
 
8453
8461
  ----------------
8454
8462
 
8455
- ** @aws-sdk/credential-provider-sso@3.972.41 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.41 | Apache-2.0
8463
+ ** @aws-sdk/credential-provider-process@3.972.37 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.37 | Apache-2.0
8456
8464
  Apache License
8457
8465
  Version 2.0, January 2004
8458
8466
  http://www.apache.org/licenses/
@@ -8657,7 +8665,7 @@ Apache License
8657
8665
 
8658
8666
  ----------------
8659
8667
 
8660
- ** @aws-sdk/credential-provider-web-identity@3.972.35 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.35 | Apache-2.0
8668
+ ** @aws-sdk/credential-provider-process@3.972.51 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.51 | Apache-2.0
8661
8669
  Apache License
8662
8670
  Version 2.0, January 2004
8663
8671
  http://www.apache.org/licenses/
@@ -8862,7 +8870,7 @@ Apache License
8862
8870
 
8863
8871
  ----------------
8864
8872
 
8865
- ** @aws-sdk/credential-provider-web-identity@3.972.38 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.38 | Apache-2.0
8873
+ ** @aws-sdk/credential-provider-sso@3.972.35 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.35 | Apache-2.0
8866
8874
  Apache License
8867
8875
  Version 2.0, January 2004
8868
8876
  http://www.apache.org/licenses/
@@ -9067,7 +9075,7 @@ Apache License
9067
9075
 
9068
9076
  ----------------
9069
9077
 
9070
- ** @aws-sdk/credential-provider-web-identity@3.972.41 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.41 | Apache-2.0
9078
+ ** @aws-sdk/credential-provider-sso@3.972.38 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.38 | Apache-2.0
9071
9079
  Apache License
9072
9080
  Version 2.0, January 2004
9073
9081
  http://www.apache.org/licenses/
@@ -9272,7 +9280,7 @@ Apache License
9272
9280
 
9273
9281
  ----------------
9274
9282
 
9275
- ** @aws-sdk/credential-providers@3.1036.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.1036.0 | Apache-2.0
9283
+ ** @aws-sdk/credential-provider-sso@3.972.41 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.41 | Apache-2.0
9276
9284
  Apache License
9277
9285
  Version 2.0, January 2004
9278
9286
  http://www.apache.org/licenses/
@@ -9461,7 +9469,7 @@ Apache License
9461
9469
  same "printed page" as the copyright notice for easier
9462
9470
  identification within third-party archives.
9463
9471
 
9464
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
9472
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
9465
9473
 
9466
9474
  Licensed under the Apache License, Version 2.0 (the "License");
9467
9475
  you may not use this file except in compliance with the License.
@@ -9477,7 +9485,7 @@ Apache License
9477
9485
 
9478
9486
  ----------------
9479
9487
 
9480
- ** @aws-sdk/ec2-metadata-service@3.1036.0 - https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service/v/3.1036.0 | Apache-2.0
9488
+ ** @aws-sdk/credential-provider-sso@3.972.57 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.57 | Apache-2.0
9481
9489
  Apache License
9482
9490
  Version 2.0, January 2004
9483
9491
  http://www.apache.org/licenses/
@@ -9666,7 +9674,7 @@ Apache License
9666
9674
  same "printed page" as the copyright notice for easier
9667
9675
  identification within third-party archives.
9668
9676
 
9669
- Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
9677
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
9670
9678
 
9671
9679
  Licensed under the Apache License, Version 2.0 (the "License");
9672
9680
  you may not use this file except in compliance with the License.
@@ -9682,7 +9690,7 @@ Apache License
9682
9690
 
9683
9691
  ----------------
9684
9692
 
9685
- ** @aws-sdk/lib-storage@3.1058.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.1058.0 | Apache-2.0
9693
+ ** @aws-sdk/credential-provider-web-identity@3.972.35 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.35 | Apache-2.0
9686
9694
  Apache License
9687
9695
  Version 2.0, January 2004
9688
9696
  http://www.apache.org/licenses/
@@ -9871,7 +9879,7 @@ Apache License
9871
9879
  same "printed page" as the copyright notice for easier
9872
9880
  identification within third-party archives.
9873
9881
 
9874
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
9882
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
9875
9883
 
9876
9884
  Licensed under the Apache License, Version 2.0 (the "License");
9877
9885
  you may not use this file except in compliance with the License.
@@ -9887,8 +9895,8 @@ Apache License
9887
9895
 
9888
9896
  ----------------
9889
9897
 
9890
- ** @aws-sdk/middleware-bucket-endpoint@3.972.10 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.972.10 | Apache-2.0
9891
- Apache License
9898
+ ** @aws-sdk/credential-provider-web-identity@3.972.38 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.38 | Apache-2.0
9899
+ Apache License
9892
9900
  Version 2.0, January 2004
9893
9901
  http://www.apache.org/licenses/
9894
9902
 
@@ -10076,7 +10084,7 @@ Apache License
10076
10084
  same "printed page" as the copyright notice for easier
10077
10085
  identification within third-party archives.
10078
10086
 
10079
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
10087
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
10080
10088
 
10081
10089
  Licensed under the Apache License, Version 2.0 (the "License");
10082
10090
  you may not use this file except in compliance with the License.
@@ -10090,11 +10098,10 @@ Apache License
10090
10098
  See the License for the specific language governing permissions and
10091
10099
  limitations under the License.
10092
10100
 
10093
-
10094
10101
  ----------------
10095
10102
 
10096
- ** @aws-sdk/middleware-expect-continue@3.972.10 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.972.10 | Apache-2.0
10097
- Apache License
10103
+ ** @aws-sdk/credential-provider-web-identity@3.972.41 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.41 | Apache-2.0
10104
+ Apache License
10098
10105
  Version 2.0, January 2004
10099
10106
  http://www.apache.org/licenses/
10100
10107
 
@@ -10282,7 +10289,7 @@ Apache License
10282
10289
  same "printed page" as the copyright notice for easier
10283
10290
  identification within third-party archives.
10284
10291
 
10285
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
10292
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
10286
10293
 
10287
10294
  Licensed under the Apache License, Version 2.0 (the "License");
10288
10295
  you may not use this file except in compliance with the License.
@@ -10296,11 +10303,10 @@ Apache License
10296
10303
  See the License for the specific language governing permissions and
10297
10304
  limitations under the License.
10298
10305
 
10299
-
10300
10306
  ----------------
10301
10307
 
10302
- ** @aws-sdk/middleware-flexible-checksums@3.974.16 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.974.16 | Apache-2.0
10303
- Apache License
10308
+ ** @aws-sdk/credential-provider-web-identity@3.972.57 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.57 | Apache-2.0
10309
+ Apache License
10304
10310
  Version 2.0, January 2004
10305
10311
  http://www.apache.org/licenses/
10306
10312
 
@@ -10488,7 +10494,7 @@ Apache License
10488
10494
  same "printed page" as the copyright notice for easier
10489
10495
  identification within third-party archives.
10490
10496
 
10491
- Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
10497
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
10492
10498
 
10493
10499
  Licensed under the Apache License, Version 2.0 (the "License");
10494
10500
  you may not use this file except in compliance with the License.
@@ -10502,11 +10508,10 @@ Apache License
10502
10508
  See the License for the specific language governing permissions and
10503
10509
  limitations under the License.
10504
10510
 
10505
-
10506
10511
  ----------------
10507
10512
 
10508
- ** @aws-sdk/middleware-host-header@3.972.10 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.972.10 | Apache-2.0
10509
- Apache License
10513
+ ** @aws-sdk/credential-providers@3.1036.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.1036.0 | Apache-2.0
10514
+ Apache License
10510
10515
  Version 2.0, January 2004
10511
10516
  http://www.apache.org/licenses/
10512
10517
 
@@ -10694,7 +10699,7 @@ Apache License
10694
10699
  same "printed page" as the copyright notice for easier
10695
10700
  identification within third-party archives.
10696
10701
 
10697
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
10702
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
10698
10703
 
10699
10704
  Licensed under the Apache License, Version 2.0 (the "License");
10700
10705
  you may not use this file except in compliance with the License.
@@ -10708,11 +10713,10 @@ Apache License
10708
10713
  See the License for the specific language governing permissions and
10709
10714
  limitations under the License.
10710
10715
 
10711
-
10712
10716
  ----------------
10713
10717
 
10714
- ** @aws-sdk/middleware-location-constraint@3.972.10 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.972.10 | Apache-2.0
10715
- Apache License
10718
+ ** @aws-sdk/ec2-metadata-service@3.1036.0 - https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service/v/3.1036.0 | Apache-2.0
10719
+ Apache License
10716
10720
  Version 2.0, January 2004
10717
10721
  http://www.apache.org/licenses/
10718
10722
 
@@ -10900,7 +10904,7 @@ Apache License
10900
10904
  same "printed page" as the copyright notice for easier
10901
10905
  identification within third-party archives.
10902
10906
 
10903
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
10907
+ Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
10904
10908
 
10905
10909
  Licensed under the Apache License, Version 2.0 (the "License");
10906
10910
  you may not use this file except in compliance with the License.
@@ -10914,10 +10918,9 @@ Apache License
10914
10918
  See the License for the specific language governing permissions and
10915
10919
  limitations under the License.
10916
10920
 
10917
-
10918
10921
  ----------------
10919
10922
 
10920
- ** @aws-sdk/middleware-logger@3.972.10 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.972.10 | Apache-2.0
10923
+ ** @aws-sdk/lib-storage@3.1058.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.1058.0 | Apache-2.0
10921
10924
  Apache License
10922
10925
  Version 2.0, January 2004
10923
10926
  http://www.apache.org/licenses/
@@ -11106,7 +11109,7 @@ Apache License
11106
11109
  same "printed page" as the copyright notice for easier
11107
11110
  identification within third-party archives.
11108
11111
 
11109
- Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
11112
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
11110
11113
 
11111
11114
  Licensed under the Apache License, Version 2.0 (the "License");
11112
11115
  you may not use this file except in compliance with the License.
@@ -11122,7 +11125,7 @@ Apache License
11122
11125
 
11123
11126
  ----------------
11124
11127
 
11125
- ** @aws-sdk/middleware-recursion-detection@3.972.11 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.972.11 | Apache-2.0
11128
+ ** @aws-sdk/middleware-host-header@3.972.10 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.972.10 | Apache-2.0
11126
11129
  Apache License
11127
11130
  Version 2.0, January 2004
11128
11131
  http://www.apache.org/licenses/
@@ -11328,7 +11331,7 @@ Apache License
11328
11331
 
11329
11332
  ----------------
11330
11333
 
11331
- ** @aws-sdk/middleware-sdk-ec2@3.972.22 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-ec2/v/3.972.22 | Apache-2.0
11334
+ ** @aws-sdk/middleware-logger@3.972.10 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.972.10 | Apache-2.0
11332
11335
  Apache License
11333
11336
  Version 2.0, January 2004
11334
11337
  http://www.apache.org/licenses/
@@ -11517,7 +11520,7 @@ Apache License
11517
11520
  same "printed page" as the copyright notice for easier
11518
11521
  identification within third-party archives.
11519
11522
 
11520
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
11523
+ Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
11521
11524
 
11522
11525
  Licensed under the Apache License, Version 2.0 (the "License");
11523
11526
  you may not use this file except in compliance with the License.
@@ -11533,7 +11536,7 @@ Apache License
11533
11536
 
11534
11537
  ----------------
11535
11538
 
11536
- ** @aws-sdk/middleware-sdk-route53@3.972.12 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-route53/v/3.972.12 | Apache-2.0
11539
+ ** @aws-sdk/middleware-recursion-detection@3.972.11 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.972.11 | Apache-2.0
11537
11540
  Apache License
11538
11541
  Version 2.0, January 2004
11539
11542
  http://www.apache.org/licenses/
@@ -11722,7 +11725,7 @@ Apache License
11722
11725
  same "printed page" as the copyright notice for easier
11723
11726
  identification within third-party archives.
11724
11727
 
11725
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
11728
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
11726
11729
 
11727
11730
  Licensed under the Apache License, Version 2.0 (the "License");
11728
11731
  you may not use this file except in compliance with the License.
@@ -11739,8 +11742,8 @@ Apache License
11739
11742
 
11740
11743
  ----------------
11741
11744
 
11742
- ** @aws-sdk/middleware-sdk-s3@3.972.34 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.34 | Apache-2.0
11743
- Apache License
11745
+ ** @aws-sdk/middleware-sdk-ec2@3.972.22 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-ec2/v/3.972.22 | Apache-2.0
11746
+ Apache License
11744
11747
  Version 2.0, January 2004
11745
11748
  http://www.apache.org/licenses/
11746
11749
 
@@ -11928,7 +11931,7 @@ Apache License
11928
11931
  same "printed page" as the copyright notice for easier
11929
11932
  identification within third-party archives.
11930
11933
 
11931
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
11934
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
11932
11935
 
11933
11936
  Licensed under the Apache License, Version 2.0 (the "License");
11934
11937
  you may not use this file except in compliance with the License.
@@ -11942,10 +11945,9 @@ Apache License
11942
11945
  See the License for the specific language governing permissions and
11943
11946
  limitations under the License.
11944
11947
 
11945
-
11946
11948
  ----------------
11947
11949
 
11948
- ** @aws-sdk/middleware-sdk-s3@3.972.37 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.37 | Apache-2.0
11950
+ ** @aws-sdk/middleware-sdk-route53@3.972.12 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-route53/v/3.972.12 | Apache-2.0
11949
11951
  Apache License
11950
11952
  Version 2.0, January 2004
11951
11953
  http://www.apache.org/licenses/
@@ -12134,7 +12136,7 @@ Apache License
12134
12136
  same "printed page" as the copyright notice for easier
12135
12137
  identification within third-party archives.
12136
12138
 
12137
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
12139
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
12138
12140
 
12139
12141
  Licensed under the Apache License, Version 2.0 (the "License");
12140
12142
  you may not use this file except in compliance with the License.
@@ -12151,7 +12153,7 @@ Apache License
12151
12153
 
12152
12154
  ----------------
12153
12155
 
12154
- ** @aws-sdk/middleware-ssec@3.972.10 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.972.10 | Apache-2.0
12156
+ ** @aws-sdk/middleware-sdk-s3@3.972.34 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.34 | Apache-2.0
12155
12157
  Apache License
12156
12158
  Version 2.0, January 2004
12157
12159
  http://www.apache.org/licenses/
@@ -12340,7 +12342,7 @@ Apache License
12340
12342
  same "printed page" as the copyright notice for easier
12341
12343
  identification within third-party archives.
12342
12344
 
12343
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
12345
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
12344
12346
 
12345
12347
  Licensed under the Apache License, Version 2.0 (the "License");
12346
12348
  you may not use this file except in compliance with the License.
@@ -12357,7 +12359,7 @@ Apache License
12357
12359
 
12358
12360
  ----------------
12359
12361
 
12360
- ** @aws-sdk/middleware-user-agent@3.972.35 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.35 | Apache-2.0
12362
+ ** @aws-sdk/middleware-sdk-s3@3.972.37 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.37 | Apache-2.0
12361
12363
  Apache License
12362
12364
  Version 2.0, January 2004
12363
12365
  http://www.apache.org/licenses/
@@ -12563,7 +12565,7 @@ Apache License
12563
12565
 
12564
12566
  ----------------
12565
12567
 
12566
- ** @aws-sdk/middleware-user-agent@3.972.38 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.38 | Apache-2.0
12568
+ ** @aws-sdk/middleware-sdk-s3@3.972.56 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.56 | Apache-2.0
12567
12569
  Apache License
12568
12570
  Version 2.0, January 2004
12569
12571
  http://www.apache.org/licenses/
@@ -12769,20 +12771,8 @@ Apache License
12769
12771
 
12770
12772
  ----------------
12771
12773
 
12772
- ** @aws-sdk/nested-clients@3.997.3 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.997.3 | Apache-2.0
12773
-
12774
- ----------------
12775
-
12776
- ** @aws-sdk/nested-clients@3.997.6 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.997.6 | Apache-2.0
12777
-
12778
- ----------------
12779
-
12780
- ** @aws-sdk/nested-clients@3.997.9 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.997.9 | Apache-2.0
12781
-
12782
- ----------------
12783
-
12784
- ** @aws-sdk/region-config-resolver@3.972.13 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.13 | Apache-2.0
12785
- Apache License
12774
+ ** @aws-sdk/middleware-user-agent@3.972.35 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.35 | Apache-2.0
12775
+ Apache License
12786
12776
  Version 2.0, January 2004
12787
12777
  http://www.apache.org/licenses/
12788
12778
 
@@ -12970,7 +12960,7 @@ Apache License
12970
12960
  same "printed page" as the copyright notice for easier
12971
12961
  identification within third-party archives.
12972
12962
 
12973
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
12963
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
12974
12964
 
12975
12965
  Licensed under the Apache License, Version 2.0 (the "License");
12976
12966
  you may not use this file except in compliance with the License.
@@ -12984,9 +12974,10 @@ Apache License
12984
12974
  See the License for the specific language governing permissions and
12985
12975
  limitations under the License.
12986
12976
 
12977
+
12987
12978
  ----------------
12988
12979
 
12989
- ** @aws-sdk/signature-v4-multi-region@3.996.22 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.22 | Apache-2.0
12980
+ ** @aws-sdk/middleware-user-agent@3.972.38 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.38 | Apache-2.0
12990
12981
  Apache License
12991
12982
  Version 2.0, January 2004
12992
12983
  http://www.apache.org/licenses/
@@ -13192,8 +13183,24 @@ Apache License
13192
13183
 
13193
13184
  ----------------
13194
13185
 
13195
- ** @aws-sdk/signature-v4-multi-region@3.996.25 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.25 | Apache-2.0
13196
- Apache License
13186
+ ** @aws-sdk/nested-clients@3.997.25 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.997.25 | Apache-2.0
13187
+
13188
+ ----------------
13189
+
13190
+ ** @aws-sdk/nested-clients@3.997.3 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.997.3 | Apache-2.0
13191
+
13192
+ ----------------
13193
+
13194
+ ** @aws-sdk/nested-clients@3.997.6 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.997.6 | Apache-2.0
13195
+
13196
+ ----------------
13197
+
13198
+ ** @aws-sdk/nested-clients@3.997.9 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.997.9 | Apache-2.0
13199
+
13200
+ ----------------
13201
+
13202
+ ** @aws-sdk/region-config-resolver@3.972.13 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.13 | Apache-2.0
13203
+ Apache License
13197
13204
  Version 2.0, January 2004
13198
13205
  http://www.apache.org/licenses/
13199
13206
 
@@ -13381,7 +13388,7 @@ Apache License
13381
13388
  same "printed page" as the copyright notice for easier
13382
13389
  identification within third-party archives.
13383
13390
 
13384
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
13391
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
13385
13392
 
13386
13393
  Licensed under the Apache License, Version 2.0 (the "License");
13387
13394
  you may not use this file except in compliance with the License.
@@ -13395,10 +13402,9 @@ Apache License
13395
13402
  See the License for the specific language governing permissions and
13396
13403
  limitations under the License.
13397
13404
 
13398
-
13399
13405
  ----------------
13400
13406
 
13401
- ** @aws-sdk/signature-v4-multi-region@3.996.27 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.27 | Apache-2.0
13407
+ ** @aws-sdk/signature-v4-multi-region@3.996.22 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.22 | Apache-2.0
13402
13408
  Apache License
13403
13409
  Version 2.0, January 2004
13404
13410
  http://www.apache.org/licenses/
@@ -13604,8 +13610,8 @@ Apache License
13604
13610
 
13605
13611
  ----------------
13606
13612
 
13607
- ** @aws-sdk/token-providers@3.1036.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1036.0 | Apache-2.0
13608
- Apache License
13613
+ ** @aws-sdk/signature-v4-multi-region@3.996.25 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.25 | Apache-2.0
13614
+ Apache License
13609
13615
  Version 2.0, January 2004
13610
13616
  http://www.apache.org/licenses/
13611
13617
 
@@ -13793,7 +13799,7 @@ Apache License
13793
13799
  same "printed page" as the copyright notice for easier
13794
13800
  identification within third-party archives.
13795
13801
 
13796
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
13802
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
13797
13803
 
13798
13804
  Licensed under the Apache License, Version 2.0 (the "License");
13799
13805
  you may not use this file except in compliance with the License.
@@ -13807,10 +13813,11 @@ Apache License
13807
13813
  See the License for the specific language governing permissions and
13808
13814
  limitations under the License.
13809
13815
 
13816
+
13810
13817
  ----------------
13811
13818
 
13812
- ** @aws-sdk/token-providers@3.1041.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1041.0 | Apache-2.0
13813
- Apache License
13819
+ ** @aws-sdk/signature-v4-multi-region@3.996.27 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.27 | Apache-2.0
13820
+ Apache License
13814
13821
  Version 2.0, January 2004
13815
13822
  http://www.apache.org/licenses/
13816
13823
 
@@ -13998,7 +14005,7 @@ Apache License
13998
14005
  same "printed page" as the copyright notice for easier
13999
14006
  identification within third-party archives.
14000
14007
 
14001
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
14008
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
14002
14009
 
14003
14010
  Licensed under the Apache License, Version 2.0 (the "License");
14004
14011
  you may not use this file except in compliance with the License.
@@ -14012,10 +14019,11 @@ Apache License
14012
14019
  See the License for the specific language governing permissions and
14013
14020
  limitations under the License.
14014
14021
 
14022
+
14015
14023
  ----------------
14016
14024
 
14017
- ** @aws-sdk/token-providers@3.1048.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1048.0 | Apache-2.0
14018
- Apache License
14025
+ ** @aws-sdk/signature-v4-multi-region@3.996.37 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.37 | Apache-2.0
14026
+ Apache License
14019
14027
  Version 2.0, January 2004
14020
14028
  http://www.apache.org/licenses/
14021
14029
 
@@ -14203,7 +14211,7 @@ Apache License
14203
14211
  same "printed page" as the copyright notice for easier
14204
14212
  identification within third-party archives.
14205
14213
 
14206
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
14214
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
14207
14215
 
14208
14216
  Licensed under the Apache License, Version 2.0 (the "License");
14209
14217
  you may not use this file except in compliance with the License.
@@ -14217,9 +14225,10 @@ Apache License
14217
14225
  See the License for the specific language governing permissions and
14218
14226
  limitations under the License.
14219
14227
 
14228
+
14220
14229
  ----------------
14221
14230
 
14222
- ** @aws-sdk/util-arn-parser@3.972.3 - https://www.npmjs.com/package/@aws-sdk/util-arn-parser/v/3.972.3 | Apache-2.0
14231
+ ** @aws-sdk/token-providers@3.1036.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1036.0 | Apache-2.0
14223
14232
  Apache License
14224
14233
  Version 2.0, January 2004
14225
14234
  http://www.apache.org/licenses/
@@ -14424,7 +14433,7 @@ Apache License
14424
14433
 
14425
14434
  ----------------
14426
14435
 
14427
- ** @aws-sdk/util-endpoints@3.996.8 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.996.8 | Apache-2.0
14436
+ ** @aws-sdk/token-providers@3.1041.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1041.0 | Apache-2.0
14428
14437
  Apache License
14429
14438
  Version 2.0, January 2004
14430
14439
  http://www.apache.org/licenses/
@@ -14629,7 +14638,7 @@ Apache License
14629
14638
 
14630
14639
  ----------------
14631
14640
 
14632
- ** @aws-sdk/util-format-url@3.972.10 - https://www.npmjs.com/package/@aws-sdk/util-format-url/v/3.972.10 | Apache-2.0
14641
+ ** @aws-sdk/token-providers@3.1048.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1048.0 | Apache-2.0
14633
14642
  Apache License
14634
14643
  Version 2.0, January 2004
14635
14644
  http://www.apache.org/licenses/
@@ -14834,8 +14843,8 @@ Apache License
14834
14843
 
14835
14844
  ----------------
14836
14845
 
14837
- ** @aws-sdk/util-user-agent-node@3.973.21 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.21 | Apache-2.0
14838
- Apache License
14846
+ ** @aws-sdk/token-providers@3.1077.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1077.0 | Apache-2.0
14847
+ Apache License
14839
14848
  Version 2.0, January 2004
14840
14849
  http://www.apache.org/licenses/
14841
14850
 
@@ -15037,11 +15046,10 @@ Apache License
15037
15046
  See the License for the specific language governing permissions and
15038
15047
  limitations under the License.
15039
15048
 
15040
-
15041
15049
  ----------------
15042
15050
 
15043
- ** @aws-sdk/util-user-agent-node@3.973.24 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.24 | Apache-2.0
15044
- Apache License
15051
+ ** @aws-sdk/util-arn-parser@3.972.3 - https://www.npmjs.com/package/@aws-sdk/util-arn-parser/v/3.972.3 | Apache-2.0
15052
+ Apache License
15045
15053
  Version 2.0, January 2004
15046
15054
  http://www.apache.org/licenses/
15047
15055
 
@@ -15243,10 +15251,9 @@ Apache License
15243
15251
  See the License for the specific language governing permissions and
15244
15252
  limitations under the License.
15245
15253
 
15246
-
15247
15254
  ----------------
15248
15255
 
15249
- ** @aws-sdk/xml-builder@3.972.19 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.19 | Apache-2.0
15256
+ ** @aws-sdk/util-endpoints@3.996.8 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.996.8 | Apache-2.0
15250
15257
  Apache License
15251
15258
  Version 2.0, January 2004
15252
15259
  http://www.apache.org/licenses/
@@ -15451,7 +15458,7 @@ Apache License
15451
15458
 
15452
15459
  ----------------
15453
15460
 
15454
- ** @aws-sdk/xml-builder@3.972.22 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.22 | Apache-2.0
15461
+ ** @aws-sdk/util-format-url@3.972.10 - https://www.npmjs.com/package/@aws-sdk/util-format-url/v/3.972.10 | Apache-2.0
15455
15462
  Apache License
15456
15463
  Version 2.0, January 2004
15457
15464
  http://www.apache.org/licenses/
@@ -15656,9 +15663,9 @@ Apache License
15656
15663
 
15657
15664
  ----------------
15658
15665
 
15659
- ** @aws-sdk/xml-builder@3.972.24 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.24 | Apache-2.0
15660
- Apache License
15661
- Version 2.0, January 2004
15666
+ ** @aws-sdk/util-user-agent-node@3.973.21 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.21 | Apache-2.0
15667
+ Apache License
15668
+ Version 2.0, January 2004
15662
15669
  http://www.apache.org/licenses/
15663
15670
 
15664
15671
  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
@@ -15859,11 +15866,11 @@ Apache License
15859
15866
  See the License for the specific language governing permissions and
15860
15867
  limitations under the License.
15861
15868
 
15862
- ----------------
15863
15869
 
15864
- ** @aws/lambda-invoke-store@0.2.4 - https://www.npmjs.com/package/@aws/lambda-invoke-store/v/0.2.4 | Apache-2.0
15870
+ ----------------
15865
15871
 
15866
- Apache License
15872
+ ** @aws-sdk/util-user-agent-node@3.973.24 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.24 | Apache-2.0
15873
+ Apache License
15867
15874
  Version 2.0, January 2004
15868
15875
  http://www.apache.org/licenses/
15869
15876
 
@@ -16038,88 +16045,2142 @@ Apache License
16038
16045
  incurred by, or claims asserted against, such Contributor by reason
16039
16046
  of your accepting any such warranty or additional liability.
16040
16047
 
16048
+ END OF TERMS AND CONDITIONS
16041
16049
 
16042
- ----------------
16050
+ APPENDIX: How to apply the Apache License to your work.
16043
16051
 
16044
- ** @nodelib/fs.scandir@2.1.5 - https://www.npmjs.com/package/@nodelib/fs.scandir/v/2.1.5 | MIT
16045
- The MIT License (MIT)
16052
+ To apply the Apache License to your work, attach the following
16053
+ boilerplate notice, with the fields enclosed by brackets "{}"
16054
+ replaced with your own identifying information. (Don't include
16055
+ the brackets!) The text should be enclosed in the appropriate
16056
+ comment syntax for the file format. We also recommend that a
16057
+ file or class name and description of purpose be included on the
16058
+ same "printed page" as the copyright notice for easier
16059
+ identification within third-party archives.
16046
16060
 
16047
- Copyright (c) Denis Malinochkin
16061
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
16048
16062
 
16049
- Permission is hereby granted, free of charge, to any person obtaining a copy
16050
- of this software and associated documentation files (the "Software"), to deal
16051
- in the Software without restriction, including without limitation the rights
16052
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16053
- copies of the Software, and to permit persons to whom the Software is
16054
- furnished to do so, subject to the following conditions:
16063
+ Licensed under the Apache License, Version 2.0 (the "License");
16064
+ you may not use this file except in compliance with the License.
16065
+ You may obtain a copy of the License at
16055
16066
 
16056
- The above copyright notice and this permission notice shall be included in all
16057
- copies or substantial portions of the Software.
16067
+ http://www.apache.org/licenses/LICENSE-2.0
16058
16068
 
16059
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16060
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16061
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16062
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16063
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16064
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
16065
- SOFTWARE.
16069
+ Unless required by applicable law or agreed to in writing, software
16070
+ distributed under the License is distributed on an "AS IS" BASIS,
16071
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16072
+ See the License for the specific language governing permissions and
16073
+ limitations under the License.
16066
16074
 
16067
16075
 
16068
16076
  ----------------
16069
16077
 
16070
- ** @nodelib/fs.stat@2.0.5 - https://www.npmjs.com/package/@nodelib/fs.stat/v/2.0.5 | MIT
16071
- The MIT License (MIT)
16078
+ ** @aws-sdk/xml-builder@3.972.19 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.19 | Apache-2.0
16079
+ Apache License
16080
+ Version 2.0, January 2004
16081
+ http://www.apache.org/licenses/
16072
16082
 
16073
- Copyright (c) Denis Malinochkin
16083
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
16074
16084
 
16075
- Permission is hereby granted, free of charge, to any person obtaining a copy
16076
- of this software and associated documentation files (the "Software"), to deal
16077
- in the Software without restriction, including without limitation the rights
16078
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16079
- copies of the Software, and to permit persons to whom the Software is
16080
- furnished to do so, subject to the following conditions:
16085
+ 1. Definitions.
16086
+
16087
+ "License" shall mean the terms and conditions for use, reproduction,
16088
+ and distribution as defined by Sections 1 through 9 of this document.
16089
+
16090
+ "Licensor" shall mean the copyright owner or entity authorized by
16091
+ the copyright owner that is granting the License.
16092
+
16093
+ "Legal Entity" shall mean the union of the acting entity and all
16094
+ other entities that control, are controlled by, or are under common
16095
+ control with that entity. For the purposes of this definition,
16096
+ "control" means (i) the power, direct or indirect, to cause the
16097
+ direction or management of such entity, whether by contract or
16098
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
16099
+ outstanding shares, or (iii) beneficial ownership of such entity.
16100
+
16101
+ "You" (or "Your") shall mean an individual or Legal Entity
16102
+ exercising permissions granted by this License.
16103
+
16104
+ "Source" form shall mean the preferred form for making modifications,
16105
+ including but not limited to software source code, documentation
16106
+ source, and configuration files.
16107
+
16108
+ "Object" form shall mean any form resulting from mechanical
16109
+ transformation or translation of a Source form, including but
16110
+ not limited to compiled object code, generated documentation,
16111
+ and conversions to other media types.
16112
+
16113
+ "Work" shall mean the work of authorship, whether in Source or
16114
+ Object form, made available under the License, as indicated by a
16115
+ copyright notice that is included in or attached to the work
16116
+ (an example is provided in the Appendix below).
16117
+
16118
+ "Derivative Works" shall mean any work, whether in Source or Object
16119
+ form, that is based on (or derived from) the Work and for which the
16120
+ editorial revisions, annotations, elaborations, or other modifications
16121
+ represent, as a whole, an original work of authorship. For the purposes
16122
+ of this License, Derivative Works shall not include works that remain
16123
+ separable from, or merely link (or bind by name) to the interfaces of,
16124
+ the Work and Derivative Works thereof.
16125
+
16126
+ "Contribution" shall mean any work of authorship, including
16127
+ the original version of the Work and any modifications or additions
16128
+ to that Work or Derivative Works thereof, that is intentionally
16129
+ submitted to Licensor for inclusion in the Work by the copyright owner
16130
+ or by an individual or Legal Entity authorized to submit on behalf of
16131
+ the copyright owner. For the purposes of this definition, "submitted"
16132
+ means any form of electronic, verbal, or written communication sent
16133
+ to the Licensor or its representatives, including but not limited to
16134
+ communication on electronic mailing lists, source code control systems,
16135
+ and issue tracking systems that are managed by, or on behalf of, the
16136
+ Licensor for the purpose of discussing and improving the Work, but
16137
+ excluding communication that is conspicuously marked or otherwise
16138
+ designated in writing by the copyright owner as "Not a Contribution."
16139
+
16140
+ "Contributor" shall mean Licensor and any individual or Legal Entity
16141
+ on behalf of whom a Contribution has been received by Licensor and
16142
+ subsequently incorporated within the Work.
16143
+
16144
+ 2. Grant of Copyright License. Subject to the terms and conditions of
16145
+ this License, each Contributor hereby grants to You a perpetual,
16146
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16147
+ copyright license to reproduce, prepare Derivative Works of,
16148
+ publicly display, publicly perform, sublicense, and distribute the
16149
+ Work and such Derivative Works in Source or Object form.
16150
+
16151
+ 3. Grant of Patent License. Subject to the terms and conditions of
16152
+ this License, each Contributor hereby grants to You a perpetual,
16153
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16154
+ (except as stated in this section) patent license to make, have made,
16155
+ use, offer to sell, sell, import, and otherwise transfer the Work,
16156
+ where such license applies only to those patent claims licensable
16157
+ by such Contributor that are necessarily infringed by their
16158
+ Contribution(s) alone or by combination of their Contribution(s)
16159
+ with the Work to which such Contribution(s) was submitted. If You
16160
+ institute patent litigation against any entity (including a
16161
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
16162
+ or a Contribution incorporated within the Work constitutes direct
16163
+ or contributory patent infringement, then any patent licenses
16164
+ granted to You under this License for that Work shall terminate
16165
+ as of the date such litigation is filed.
16166
+
16167
+ 4. Redistribution. You may reproduce and distribute copies of the
16168
+ Work or Derivative Works thereof in any medium, with or without
16169
+ modifications, and in Source or Object form, provided that You
16170
+ meet the following conditions:
16171
+
16172
+ (a) You must give any other recipients of the Work or
16173
+ Derivative Works a copy of this License; and
16174
+
16175
+ (b) You must cause any modified files to carry prominent notices
16176
+ stating that You changed the files; and
16177
+
16178
+ (c) You must retain, in the Source form of any Derivative Works
16179
+ that You distribute, all copyright, patent, trademark, and
16180
+ attribution notices from the Source form of the Work,
16181
+ excluding those notices that do not pertain to any part of
16182
+ the Derivative Works; and
16183
+
16184
+ (d) If the Work includes a "NOTICE" text file as part of its
16185
+ distribution, then any Derivative Works that You distribute must
16186
+ include a readable copy of the attribution notices contained
16187
+ within such NOTICE file, excluding those notices that do not
16188
+ pertain to any part of the Derivative Works, in at least one
16189
+ of the following places: within a NOTICE text file distributed
16190
+ as part of the Derivative Works; within the Source form or
16191
+ documentation, if provided along with the Derivative Works; or,
16192
+ within a display generated by the Derivative Works, if and
16193
+ wherever such third-party notices normally appear. The contents
16194
+ of the NOTICE file are for informational purposes only and
16195
+ do not modify the License. You may add Your own attribution
16196
+ notices within Derivative Works that You distribute, alongside
16197
+ or as an addendum to the NOTICE text from the Work, provided
16198
+ that such additional attribution notices cannot be construed
16199
+ as modifying the License.
16200
+
16201
+ You may add Your own copyright statement to Your modifications and
16202
+ may provide additional or different license terms and conditions
16203
+ for use, reproduction, or distribution of Your modifications, or
16204
+ for any such Derivative Works as a whole, provided Your use,
16205
+ reproduction, and distribution of the Work otherwise complies with
16206
+ the conditions stated in this License.
16207
+
16208
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
16209
+ any Contribution intentionally submitted for inclusion in the Work
16210
+ by You to the Licensor shall be under the terms and conditions of
16211
+ this License, without any additional terms or conditions.
16212
+ Notwithstanding the above, nothing herein shall supersede or modify
16213
+ the terms of any separate license agreement you may have executed
16214
+ with Licensor regarding such Contributions.
16215
+
16216
+ 6. Trademarks. This License does not grant permission to use the trade
16217
+ names, trademarks, service marks, or product names of the Licensor,
16218
+ except as required for reasonable and customary use in describing the
16219
+ origin of the Work and reproducing the content of the NOTICE file.
16220
+
16221
+ 7. Disclaimer of Warranty. Unless required by applicable law or
16222
+ agreed to in writing, Licensor provides the Work (and each
16223
+ Contributor provides its Contributions) on an "AS IS" BASIS,
16224
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
16225
+ implied, including, without limitation, any warranties or conditions
16226
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
16227
+ PARTICULAR PURPOSE. You are solely responsible for determining the
16228
+ appropriateness of using or redistributing the Work and assume any
16229
+ risks associated with Your exercise of permissions under this License.
16230
+
16231
+ 8. Limitation of Liability. In no event and under no legal theory,
16232
+ whether in tort (including negligence), contract, or otherwise,
16233
+ unless required by applicable law (such as deliberate and grossly
16234
+ negligent acts) or agreed to in writing, shall any Contributor be
16235
+ liable to You for damages, including any direct, indirect, special,
16236
+ incidental, or consequential damages of any character arising as a
16237
+ result of this License or out of the use or inability to use the
16238
+ Work (including but not limited to damages for loss of goodwill,
16239
+ work stoppage, computer failure or malfunction, or any and all
16240
+ other commercial damages or losses), even if such Contributor
16241
+ has been advised of the possibility of such damages.
16242
+
16243
+ 9. Accepting Warranty or Additional Liability. While redistributing
16244
+ the Work or Derivative Works thereof, You may choose to offer,
16245
+ and charge a fee for, acceptance of support, warranty, indemnity,
16246
+ or other liability obligations and/or rights consistent with this
16247
+ License. However, in accepting such obligations, You may act only
16248
+ on Your own behalf and on Your sole responsibility, not on behalf
16249
+ of any other Contributor, and only if You agree to indemnify,
16250
+ defend, and hold each Contributor harmless for any liability
16251
+ incurred by, or claims asserted against, such Contributor by reason
16252
+ of your accepting any such warranty or additional liability.
16253
+
16254
+ END OF TERMS AND CONDITIONS
16255
+
16256
+ APPENDIX: How to apply the Apache License to your work.
16257
+
16258
+ To apply the Apache License to your work, attach the following
16259
+ boilerplate notice, with the fields enclosed by brackets "{}"
16260
+ replaced with your own identifying information. (Don't include
16261
+ the brackets!) The text should be enclosed in the appropriate
16262
+ comment syntax for the file format. We also recommend that a
16263
+ file or class name and description of purpose be included on the
16264
+ same "printed page" as the copyright notice for easier
16265
+ identification within third-party archives.
16266
+
16267
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
16268
+
16269
+ Licensed under the Apache License, Version 2.0 (the "License");
16270
+ you may not use this file except in compliance with the License.
16271
+ You may obtain a copy of the License at
16272
+
16273
+ http://www.apache.org/licenses/LICENSE-2.0
16274
+
16275
+ Unless required by applicable law or agreed to in writing, software
16276
+ distributed under the License is distributed on an "AS IS" BASIS,
16277
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16278
+ See the License for the specific language governing permissions and
16279
+ limitations under the License.
16280
+
16281
+ ----------------
16282
+
16283
+ ** @aws-sdk/xml-builder@3.972.22 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.22 | Apache-2.0
16284
+ Apache License
16285
+ Version 2.0, January 2004
16286
+ http://www.apache.org/licenses/
16287
+
16288
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
16289
+
16290
+ 1. Definitions.
16291
+
16292
+ "License" shall mean the terms and conditions for use, reproduction,
16293
+ and distribution as defined by Sections 1 through 9 of this document.
16294
+
16295
+ "Licensor" shall mean the copyright owner or entity authorized by
16296
+ the copyright owner that is granting the License.
16297
+
16298
+ "Legal Entity" shall mean the union of the acting entity and all
16299
+ other entities that control, are controlled by, or are under common
16300
+ control with that entity. For the purposes of this definition,
16301
+ "control" means (i) the power, direct or indirect, to cause the
16302
+ direction or management of such entity, whether by contract or
16303
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
16304
+ outstanding shares, or (iii) beneficial ownership of such entity.
16305
+
16306
+ "You" (or "Your") shall mean an individual or Legal Entity
16307
+ exercising permissions granted by this License.
16308
+
16309
+ "Source" form shall mean the preferred form for making modifications,
16310
+ including but not limited to software source code, documentation
16311
+ source, and configuration files.
16312
+
16313
+ "Object" form shall mean any form resulting from mechanical
16314
+ transformation or translation of a Source form, including but
16315
+ not limited to compiled object code, generated documentation,
16316
+ and conversions to other media types.
16317
+
16318
+ "Work" shall mean the work of authorship, whether in Source or
16319
+ Object form, made available under the License, as indicated by a
16320
+ copyright notice that is included in or attached to the work
16321
+ (an example is provided in the Appendix below).
16322
+
16323
+ "Derivative Works" shall mean any work, whether in Source or Object
16324
+ form, that is based on (or derived from) the Work and for which the
16325
+ editorial revisions, annotations, elaborations, or other modifications
16326
+ represent, as a whole, an original work of authorship. For the purposes
16327
+ of this License, Derivative Works shall not include works that remain
16328
+ separable from, or merely link (or bind by name) to the interfaces of,
16329
+ the Work and Derivative Works thereof.
16330
+
16331
+ "Contribution" shall mean any work of authorship, including
16332
+ the original version of the Work and any modifications or additions
16333
+ to that Work or Derivative Works thereof, that is intentionally
16334
+ submitted to Licensor for inclusion in the Work by the copyright owner
16335
+ or by an individual or Legal Entity authorized to submit on behalf of
16336
+ the copyright owner. For the purposes of this definition, "submitted"
16337
+ means any form of electronic, verbal, or written communication sent
16338
+ to the Licensor or its representatives, including but not limited to
16339
+ communication on electronic mailing lists, source code control systems,
16340
+ and issue tracking systems that are managed by, or on behalf of, the
16341
+ Licensor for the purpose of discussing and improving the Work, but
16342
+ excluding communication that is conspicuously marked or otherwise
16343
+ designated in writing by the copyright owner as "Not a Contribution."
16344
+
16345
+ "Contributor" shall mean Licensor and any individual or Legal Entity
16346
+ on behalf of whom a Contribution has been received by Licensor and
16347
+ subsequently incorporated within the Work.
16348
+
16349
+ 2. Grant of Copyright License. Subject to the terms and conditions of
16350
+ this License, each Contributor hereby grants to You a perpetual,
16351
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16352
+ copyright license to reproduce, prepare Derivative Works of,
16353
+ publicly display, publicly perform, sublicense, and distribute the
16354
+ Work and such Derivative Works in Source or Object form.
16355
+
16356
+ 3. Grant of Patent License. Subject to the terms and conditions of
16357
+ this License, each Contributor hereby grants to You a perpetual,
16358
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16359
+ (except as stated in this section) patent license to make, have made,
16360
+ use, offer to sell, sell, import, and otherwise transfer the Work,
16361
+ where such license applies only to those patent claims licensable
16362
+ by such Contributor that are necessarily infringed by their
16363
+ Contribution(s) alone or by combination of their Contribution(s)
16364
+ with the Work to which such Contribution(s) was submitted. If You
16365
+ institute patent litigation against any entity (including a
16366
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
16367
+ or a Contribution incorporated within the Work constitutes direct
16368
+ or contributory patent infringement, then any patent licenses
16369
+ granted to You under this License for that Work shall terminate
16370
+ as of the date such litigation is filed.
16371
+
16372
+ 4. Redistribution. You may reproduce and distribute copies of the
16373
+ Work or Derivative Works thereof in any medium, with or without
16374
+ modifications, and in Source or Object form, provided that You
16375
+ meet the following conditions:
16376
+
16377
+ (a) You must give any other recipients of the Work or
16378
+ Derivative Works a copy of this License; and
16379
+
16380
+ (b) You must cause any modified files to carry prominent notices
16381
+ stating that You changed the files; and
16382
+
16383
+ (c) You must retain, in the Source form of any Derivative Works
16384
+ that You distribute, all copyright, patent, trademark, and
16385
+ attribution notices from the Source form of the Work,
16386
+ excluding those notices that do not pertain to any part of
16387
+ the Derivative Works; and
16388
+
16389
+ (d) If the Work includes a "NOTICE" text file as part of its
16390
+ distribution, then any Derivative Works that You distribute must
16391
+ include a readable copy of the attribution notices contained
16392
+ within such NOTICE file, excluding those notices that do not
16393
+ pertain to any part of the Derivative Works, in at least one
16394
+ of the following places: within a NOTICE text file distributed
16395
+ as part of the Derivative Works; within the Source form or
16396
+ documentation, if provided along with the Derivative Works; or,
16397
+ within a display generated by the Derivative Works, if and
16398
+ wherever such third-party notices normally appear. The contents
16399
+ of the NOTICE file are for informational purposes only and
16400
+ do not modify the License. You may add Your own attribution
16401
+ notices within Derivative Works that You distribute, alongside
16402
+ or as an addendum to the NOTICE text from the Work, provided
16403
+ that such additional attribution notices cannot be construed
16404
+ as modifying the License.
16405
+
16406
+ You may add Your own copyright statement to Your modifications and
16407
+ may provide additional or different license terms and conditions
16408
+ for use, reproduction, or distribution of Your modifications, or
16409
+ for any such Derivative Works as a whole, provided Your use,
16410
+ reproduction, and distribution of the Work otherwise complies with
16411
+ the conditions stated in this License.
16412
+
16413
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
16414
+ any Contribution intentionally submitted for inclusion in the Work
16415
+ by You to the Licensor shall be under the terms and conditions of
16416
+ this License, without any additional terms or conditions.
16417
+ Notwithstanding the above, nothing herein shall supersede or modify
16418
+ the terms of any separate license agreement you may have executed
16419
+ with Licensor regarding such Contributions.
16420
+
16421
+ 6. Trademarks. This License does not grant permission to use the trade
16422
+ names, trademarks, service marks, or product names of the Licensor,
16423
+ except as required for reasonable and customary use in describing the
16424
+ origin of the Work and reproducing the content of the NOTICE file.
16425
+
16426
+ 7. Disclaimer of Warranty. Unless required by applicable law or
16427
+ agreed to in writing, Licensor provides the Work (and each
16428
+ Contributor provides its Contributions) on an "AS IS" BASIS,
16429
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
16430
+ implied, including, without limitation, any warranties or conditions
16431
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
16432
+ PARTICULAR PURPOSE. You are solely responsible for determining the
16433
+ appropriateness of using or redistributing the Work and assume any
16434
+ risks associated with Your exercise of permissions under this License.
16435
+
16436
+ 8. Limitation of Liability. In no event and under no legal theory,
16437
+ whether in tort (including negligence), contract, or otherwise,
16438
+ unless required by applicable law (such as deliberate and grossly
16439
+ negligent acts) or agreed to in writing, shall any Contributor be
16440
+ liable to You for damages, including any direct, indirect, special,
16441
+ incidental, or consequential damages of any character arising as a
16442
+ result of this License or out of the use or inability to use the
16443
+ Work (including but not limited to damages for loss of goodwill,
16444
+ work stoppage, computer failure or malfunction, or any and all
16445
+ other commercial damages or losses), even if such Contributor
16446
+ has been advised of the possibility of such damages.
16447
+
16448
+ 9. Accepting Warranty or Additional Liability. While redistributing
16449
+ the Work or Derivative Works thereof, You may choose to offer,
16450
+ and charge a fee for, acceptance of support, warranty, indemnity,
16451
+ or other liability obligations and/or rights consistent with this
16452
+ License. However, in accepting such obligations, You may act only
16453
+ on Your own behalf and on Your sole responsibility, not on behalf
16454
+ of any other Contributor, and only if You agree to indemnify,
16455
+ defend, and hold each Contributor harmless for any liability
16456
+ incurred by, or claims asserted against, such Contributor by reason
16457
+ of your accepting any such warranty or additional liability.
16458
+
16459
+ END OF TERMS AND CONDITIONS
16460
+
16461
+ APPENDIX: How to apply the Apache License to your work.
16462
+
16463
+ To apply the Apache License to your work, attach the following
16464
+ boilerplate notice, with the fields enclosed by brackets "{}"
16465
+ replaced with your own identifying information. (Don't include
16466
+ the brackets!) The text should be enclosed in the appropriate
16467
+ comment syntax for the file format. We also recommend that a
16468
+ file or class name and description of purpose be included on the
16469
+ same "printed page" as the copyright notice for easier
16470
+ identification within third-party archives.
16471
+
16472
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
16473
+
16474
+ Licensed under the Apache License, Version 2.0 (the "License");
16475
+ you may not use this file except in compliance with the License.
16476
+ You may obtain a copy of the License at
16477
+
16478
+ http://www.apache.org/licenses/LICENSE-2.0
16479
+
16480
+ Unless required by applicable law or agreed to in writing, software
16481
+ distributed under the License is distributed on an "AS IS" BASIS,
16482
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16483
+ See the License for the specific language governing permissions and
16484
+ limitations under the License.
16485
+
16486
+ ----------------
16487
+
16488
+ ** @aws-sdk/xml-builder@3.972.24 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.24 | Apache-2.0
16489
+ Apache License
16490
+ Version 2.0, January 2004
16491
+ http://www.apache.org/licenses/
16492
+
16493
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
16494
+
16495
+ 1. Definitions.
16496
+
16497
+ "License" shall mean the terms and conditions for use, reproduction,
16498
+ and distribution as defined by Sections 1 through 9 of this document.
16499
+
16500
+ "Licensor" shall mean the copyright owner or entity authorized by
16501
+ the copyright owner that is granting the License.
16502
+
16503
+ "Legal Entity" shall mean the union of the acting entity and all
16504
+ other entities that control, are controlled by, or are under common
16505
+ control with that entity. For the purposes of this definition,
16506
+ "control" means (i) the power, direct or indirect, to cause the
16507
+ direction or management of such entity, whether by contract or
16508
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
16509
+ outstanding shares, or (iii) beneficial ownership of such entity.
16510
+
16511
+ "You" (or "Your") shall mean an individual or Legal Entity
16512
+ exercising permissions granted by this License.
16513
+
16514
+ "Source" form shall mean the preferred form for making modifications,
16515
+ including but not limited to software source code, documentation
16516
+ source, and configuration files.
16517
+
16518
+ "Object" form shall mean any form resulting from mechanical
16519
+ transformation or translation of a Source form, including but
16520
+ not limited to compiled object code, generated documentation,
16521
+ and conversions to other media types.
16522
+
16523
+ "Work" shall mean the work of authorship, whether in Source or
16524
+ Object form, made available under the License, as indicated by a
16525
+ copyright notice that is included in or attached to the work
16526
+ (an example is provided in the Appendix below).
16527
+
16528
+ "Derivative Works" shall mean any work, whether in Source or Object
16529
+ form, that is based on (or derived from) the Work and for which the
16530
+ editorial revisions, annotations, elaborations, or other modifications
16531
+ represent, as a whole, an original work of authorship. For the purposes
16532
+ of this License, Derivative Works shall not include works that remain
16533
+ separable from, or merely link (or bind by name) to the interfaces of,
16534
+ the Work and Derivative Works thereof.
16535
+
16536
+ "Contribution" shall mean any work of authorship, including
16537
+ the original version of the Work and any modifications or additions
16538
+ to that Work or Derivative Works thereof, that is intentionally
16539
+ submitted to Licensor for inclusion in the Work by the copyright owner
16540
+ or by an individual or Legal Entity authorized to submit on behalf of
16541
+ the copyright owner. For the purposes of this definition, "submitted"
16542
+ means any form of electronic, verbal, or written communication sent
16543
+ to the Licensor or its representatives, including but not limited to
16544
+ communication on electronic mailing lists, source code control systems,
16545
+ and issue tracking systems that are managed by, or on behalf of, the
16546
+ Licensor for the purpose of discussing and improving the Work, but
16547
+ excluding communication that is conspicuously marked or otherwise
16548
+ designated in writing by the copyright owner as "Not a Contribution."
16549
+
16550
+ "Contributor" shall mean Licensor and any individual or Legal Entity
16551
+ on behalf of whom a Contribution has been received by Licensor and
16552
+ subsequently incorporated within the Work.
16553
+
16554
+ 2. Grant of Copyright License. Subject to the terms and conditions of
16555
+ this License, each Contributor hereby grants to You a perpetual,
16556
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16557
+ copyright license to reproduce, prepare Derivative Works of,
16558
+ publicly display, publicly perform, sublicense, and distribute the
16559
+ Work and such Derivative Works in Source or Object form.
16560
+
16561
+ 3. Grant of Patent License. Subject to the terms and conditions of
16562
+ this License, each Contributor hereby grants to You a perpetual,
16563
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16564
+ (except as stated in this section) patent license to make, have made,
16565
+ use, offer to sell, sell, import, and otherwise transfer the Work,
16566
+ where such license applies only to those patent claims licensable
16567
+ by such Contributor that are necessarily infringed by their
16568
+ Contribution(s) alone or by combination of their Contribution(s)
16569
+ with the Work to which such Contribution(s) was submitted. If You
16570
+ institute patent litigation against any entity (including a
16571
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
16572
+ or a Contribution incorporated within the Work constitutes direct
16573
+ or contributory patent infringement, then any patent licenses
16574
+ granted to You under this License for that Work shall terminate
16575
+ as of the date such litigation is filed.
16576
+
16577
+ 4. Redistribution. You may reproduce and distribute copies of the
16578
+ Work or Derivative Works thereof in any medium, with or without
16579
+ modifications, and in Source or Object form, provided that You
16580
+ meet the following conditions:
16581
+
16582
+ (a) You must give any other recipients of the Work or
16583
+ Derivative Works a copy of this License; and
16584
+
16585
+ (b) You must cause any modified files to carry prominent notices
16586
+ stating that You changed the files; and
16587
+
16588
+ (c) You must retain, in the Source form of any Derivative Works
16589
+ that You distribute, all copyright, patent, trademark, and
16590
+ attribution notices from the Source form of the Work,
16591
+ excluding those notices that do not pertain to any part of
16592
+ the Derivative Works; and
16593
+
16594
+ (d) If the Work includes a "NOTICE" text file as part of its
16595
+ distribution, then any Derivative Works that You distribute must
16596
+ include a readable copy of the attribution notices contained
16597
+ within such NOTICE file, excluding those notices that do not
16598
+ pertain to any part of the Derivative Works, in at least one
16599
+ of the following places: within a NOTICE text file distributed
16600
+ as part of the Derivative Works; within the Source form or
16601
+ documentation, if provided along with the Derivative Works; or,
16602
+ within a display generated by the Derivative Works, if and
16603
+ wherever such third-party notices normally appear. The contents
16604
+ of the NOTICE file are for informational purposes only and
16605
+ do not modify the License. You may add Your own attribution
16606
+ notices within Derivative Works that You distribute, alongside
16607
+ or as an addendum to the NOTICE text from the Work, provided
16608
+ that such additional attribution notices cannot be construed
16609
+ as modifying the License.
16610
+
16611
+ You may add Your own copyright statement to Your modifications and
16612
+ may provide additional or different license terms and conditions
16613
+ for use, reproduction, or distribution of Your modifications, or
16614
+ for any such Derivative Works as a whole, provided Your use,
16615
+ reproduction, and distribution of the Work otherwise complies with
16616
+ the conditions stated in this License.
16617
+
16618
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
16619
+ any Contribution intentionally submitted for inclusion in the Work
16620
+ by You to the Licensor shall be under the terms and conditions of
16621
+ this License, without any additional terms or conditions.
16622
+ Notwithstanding the above, nothing herein shall supersede or modify
16623
+ the terms of any separate license agreement you may have executed
16624
+ with Licensor regarding such Contributions.
16625
+
16626
+ 6. Trademarks. This License does not grant permission to use the trade
16627
+ names, trademarks, service marks, or product names of the Licensor,
16628
+ except as required for reasonable and customary use in describing the
16629
+ origin of the Work and reproducing the content of the NOTICE file.
16630
+
16631
+ 7. Disclaimer of Warranty. Unless required by applicable law or
16632
+ agreed to in writing, Licensor provides the Work (and each
16633
+ Contributor provides its Contributions) on an "AS IS" BASIS,
16634
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
16635
+ implied, including, without limitation, any warranties or conditions
16636
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
16637
+ PARTICULAR PURPOSE. You are solely responsible for determining the
16638
+ appropriateness of using or redistributing the Work and assume any
16639
+ risks associated with Your exercise of permissions under this License.
16640
+
16641
+ 8. Limitation of Liability. In no event and under no legal theory,
16642
+ whether in tort (including negligence), contract, or otherwise,
16643
+ unless required by applicable law (such as deliberate and grossly
16644
+ negligent acts) or agreed to in writing, shall any Contributor be
16645
+ liable to You for damages, including any direct, indirect, special,
16646
+ incidental, or consequential damages of any character arising as a
16647
+ result of this License or out of the use or inability to use the
16648
+ Work (including but not limited to damages for loss of goodwill,
16649
+ work stoppage, computer failure or malfunction, or any and all
16650
+ other commercial damages or losses), even if such Contributor
16651
+ has been advised of the possibility of such damages.
16652
+
16653
+ 9. Accepting Warranty or Additional Liability. While redistributing
16654
+ the Work or Derivative Works thereof, You may choose to offer,
16655
+ and charge a fee for, acceptance of support, warranty, indemnity,
16656
+ or other liability obligations and/or rights consistent with this
16657
+ License. However, in accepting such obligations, You may act only
16658
+ on Your own behalf and on Your sole responsibility, not on behalf
16659
+ of any other Contributor, and only if You agree to indemnify,
16660
+ defend, and hold each Contributor harmless for any liability
16661
+ incurred by, or claims asserted against, such Contributor by reason
16662
+ of your accepting any such warranty or additional liability.
16663
+
16664
+ END OF TERMS AND CONDITIONS
16665
+
16666
+ APPENDIX: How to apply the Apache License to your work.
16667
+
16668
+ To apply the Apache License to your work, attach the following
16669
+ boilerplate notice, with the fields enclosed by brackets "{}"
16670
+ replaced with your own identifying information. (Don't include
16671
+ the brackets!) The text should be enclosed in the appropriate
16672
+ comment syntax for the file format. We also recommend that a
16673
+ file or class name and description of purpose be included on the
16674
+ same "printed page" as the copyright notice for easier
16675
+ identification within third-party archives.
16676
+
16677
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
16678
+
16679
+ Licensed under the Apache License, Version 2.0 (the "License");
16680
+ you may not use this file except in compliance with the License.
16681
+ You may obtain a copy of the License at
16682
+
16683
+ http://www.apache.org/licenses/LICENSE-2.0
16684
+
16685
+ Unless required by applicable law or agreed to in writing, software
16686
+ distributed under the License is distributed on an "AS IS" BASIS,
16687
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16688
+ See the License for the specific language governing permissions and
16689
+ limitations under the License.
16690
+
16691
+ ----------------
16692
+
16693
+ ** @aws-sdk/xml-builder@3.972.32 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.32 | Apache-2.0
16694
+ Apache License
16695
+ Version 2.0, January 2004
16696
+ http://www.apache.org/licenses/
16697
+
16698
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
16699
+
16700
+ 1. Definitions.
16701
+
16702
+ "License" shall mean the terms and conditions for use, reproduction,
16703
+ and distribution as defined by Sections 1 through 9 of this document.
16704
+
16705
+ "Licensor" shall mean the copyright owner or entity authorized by
16706
+ the copyright owner that is granting the License.
16707
+
16708
+ "Legal Entity" shall mean the union of the acting entity and all
16709
+ other entities that control, are controlled by, or are under common
16710
+ control with that entity. For the purposes of this definition,
16711
+ "control" means (i) the power, direct or indirect, to cause the
16712
+ direction or management of such entity, whether by contract or
16713
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
16714
+ outstanding shares, or (iii) beneficial ownership of such entity.
16715
+
16716
+ "You" (or "Your") shall mean an individual or Legal Entity
16717
+ exercising permissions granted by this License.
16718
+
16719
+ "Source" form shall mean the preferred form for making modifications,
16720
+ including but not limited to software source code, documentation
16721
+ source, and configuration files.
16722
+
16723
+ "Object" form shall mean any form resulting from mechanical
16724
+ transformation or translation of a Source form, including but
16725
+ not limited to compiled object code, generated documentation,
16726
+ and conversions to other media types.
16727
+
16728
+ "Work" shall mean the work of authorship, whether in Source or
16729
+ Object form, made available under the License, as indicated by a
16730
+ copyright notice that is included in or attached to the work
16731
+ (an example is provided in the Appendix below).
16732
+
16733
+ "Derivative Works" shall mean any work, whether in Source or Object
16734
+ form, that is based on (or derived from) the Work and for which the
16735
+ editorial revisions, annotations, elaborations, or other modifications
16736
+ represent, as a whole, an original work of authorship. For the purposes
16737
+ of this License, Derivative Works shall not include works that remain
16738
+ separable from, or merely link (or bind by name) to the interfaces of,
16739
+ the Work and Derivative Works thereof.
16740
+
16741
+ "Contribution" shall mean any work of authorship, including
16742
+ the original version of the Work and any modifications or additions
16743
+ to that Work or Derivative Works thereof, that is intentionally
16744
+ submitted to Licensor for inclusion in the Work by the copyright owner
16745
+ or by an individual or Legal Entity authorized to submit on behalf of
16746
+ the copyright owner. For the purposes of this definition, "submitted"
16747
+ means any form of electronic, verbal, or written communication sent
16748
+ to the Licensor or its representatives, including but not limited to
16749
+ communication on electronic mailing lists, source code control systems,
16750
+ and issue tracking systems that are managed by, or on behalf of, the
16751
+ Licensor for the purpose of discussing and improving the Work, but
16752
+ excluding communication that is conspicuously marked or otherwise
16753
+ designated in writing by the copyright owner as "Not a Contribution."
16754
+
16755
+ "Contributor" shall mean Licensor and any individual or Legal Entity
16756
+ on behalf of whom a Contribution has been received by Licensor and
16757
+ subsequently incorporated within the Work.
16758
+
16759
+ 2. Grant of Copyright License. Subject to the terms and conditions of
16760
+ this License, each Contributor hereby grants to You a perpetual,
16761
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16762
+ copyright license to reproduce, prepare Derivative Works of,
16763
+ publicly display, publicly perform, sublicense, and distribute the
16764
+ Work and such Derivative Works in Source or Object form.
16765
+
16766
+ 3. Grant of Patent License. Subject to the terms and conditions of
16767
+ this License, each Contributor hereby grants to You a perpetual,
16768
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16769
+ (except as stated in this section) patent license to make, have made,
16770
+ use, offer to sell, sell, import, and otherwise transfer the Work,
16771
+ where such license applies only to those patent claims licensable
16772
+ by such Contributor that are necessarily infringed by their
16773
+ Contribution(s) alone or by combination of their Contribution(s)
16774
+ with the Work to which such Contribution(s) was submitted. If You
16775
+ institute patent litigation against any entity (including a
16776
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
16777
+ or a Contribution incorporated within the Work constitutes direct
16778
+ or contributory patent infringement, then any patent licenses
16779
+ granted to You under this License for that Work shall terminate
16780
+ as of the date such litigation is filed.
16781
+
16782
+ 4. Redistribution. You may reproduce and distribute copies of the
16783
+ Work or Derivative Works thereof in any medium, with or without
16784
+ modifications, and in Source or Object form, provided that You
16785
+ meet the following conditions:
16786
+
16787
+ (a) You must give any other recipients of the Work or
16788
+ Derivative Works a copy of this License; and
16789
+
16790
+ (b) You must cause any modified files to carry prominent notices
16791
+ stating that You changed the files; and
16792
+
16793
+ (c) You must retain, in the Source form of any Derivative Works
16794
+ that You distribute, all copyright, patent, trademark, and
16795
+ attribution notices from the Source form of the Work,
16796
+ excluding those notices that do not pertain to any part of
16797
+ the Derivative Works; and
16798
+
16799
+ (d) If the Work includes a "NOTICE" text file as part of its
16800
+ distribution, then any Derivative Works that You distribute must
16801
+ include a readable copy of the attribution notices contained
16802
+ within such NOTICE file, excluding those notices that do not
16803
+ pertain to any part of the Derivative Works, in at least one
16804
+ of the following places: within a NOTICE text file distributed
16805
+ as part of the Derivative Works; within the Source form or
16806
+ documentation, if provided along with the Derivative Works; or,
16807
+ within a display generated by the Derivative Works, if and
16808
+ wherever such third-party notices normally appear. The contents
16809
+ of the NOTICE file are for informational purposes only and
16810
+ do not modify the License. You may add Your own attribution
16811
+ notices within Derivative Works that You distribute, alongside
16812
+ or as an addendum to the NOTICE text from the Work, provided
16813
+ that such additional attribution notices cannot be construed
16814
+ as modifying the License.
16815
+
16816
+ You may add Your own copyright statement to Your modifications and
16817
+ may provide additional or different license terms and conditions
16818
+ for use, reproduction, or distribution of Your modifications, or
16819
+ for any such Derivative Works as a whole, provided Your use,
16820
+ reproduction, and distribution of the Work otherwise complies with
16821
+ the conditions stated in this License.
16822
+
16823
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
16824
+ any Contribution intentionally submitted for inclusion in the Work
16825
+ by You to the Licensor shall be under the terms and conditions of
16826
+ this License, without any additional terms or conditions.
16827
+ Notwithstanding the above, nothing herein shall supersede or modify
16828
+ the terms of any separate license agreement you may have executed
16829
+ with Licensor regarding such Contributions.
16830
+
16831
+ 6. Trademarks. This License does not grant permission to use the trade
16832
+ names, trademarks, service marks, or product names of the Licensor,
16833
+ except as required for reasonable and customary use in describing the
16834
+ origin of the Work and reproducing the content of the NOTICE file.
16835
+
16836
+ 7. Disclaimer of Warranty. Unless required by applicable law or
16837
+ agreed to in writing, Licensor provides the Work (and each
16838
+ Contributor provides its Contributions) on an "AS IS" BASIS,
16839
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
16840
+ implied, including, without limitation, any warranties or conditions
16841
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
16842
+ PARTICULAR PURPOSE. You are solely responsible for determining the
16843
+ appropriateness of using or redistributing the Work and assume any
16844
+ risks associated with Your exercise of permissions under this License.
16845
+
16846
+ 8. Limitation of Liability. In no event and under no legal theory,
16847
+ whether in tort (including negligence), contract, or otherwise,
16848
+ unless required by applicable law (such as deliberate and grossly
16849
+ negligent acts) or agreed to in writing, shall any Contributor be
16850
+ liable to You for damages, including any direct, indirect, special,
16851
+ incidental, or consequential damages of any character arising as a
16852
+ result of this License or out of the use or inability to use the
16853
+ Work (including but not limited to damages for loss of goodwill,
16854
+ work stoppage, computer failure or malfunction, or any and all
16855
+ other commercial damages or losses), even if such Contributor
16856
+ has been advised of the possibility of such damages.
16857
+
16858
+ 9. Accepting Warranty or Additional Liability. While redistributing
16859
+ the Work or Derivative Works thereof, You may choose to offer,
16860
+ and charge a fee for, acceptance of support, warranty, indemnity,
16861
+ or other liability obligations and/or rights consistent with this
16862
+ License. However, in accepting such obligations, You may act only
16863
+ on Your own behalf and on Your sole responsibility, not on behalf
16864
+ of any other Contributor, and only if You agree to indemnify,
16865
+ defend, and hold each Contributor harmless for any liability
16866
+ incurred by, or claims asserted against, such Contributor by reason
16867
+ of your accepting any such warranty or additional liability.
16868
+
16869
+ END OF TERMS AND CONDITIONS
16870
+
16871
+ APPENDIX: How to apply the Apache License to your work.
16872
+
16873
+ To apply the Apache License to your work, attach the following
16874
+ boilerplate notice, with the fields enclosed by brackets "{}"
16875
+ replaced with your own identifying information. (Don't include
16876
+ the brackets!) The text should be enclosed in the appropriate
16877
+ comment syntax for the file format. We also recommend that a
16878
+ file or class name and description of purpose be included on the
16879
+ same "printed page" as the copyright notice for easier
16880
+ identification within third-party archives.
16881
+
16882
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
16883
+
16884
+ Licensed under the Apache License, Version 2.0 (the "License");
16885
+ you may not use this file except in compliance with the License.
16886
+ You may obtain a copy of the License at
16887
+
16888
+ http://www.apache.org/licenses/LICENSE-2.0
16889
+
16890
+ Unless required by applicable law or agreed to in writing, software
16891
+ distributed under the License is distributed on an "AS IS" BASIS,
16892
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16893
+ See the License for the specific language governing permissions and
16894
+ limitations under the License.
16895
+
16896
+ ----------------
16897
+
16898
+ ** @aws/lambda-invoke-store@0.2.4 - https://www.npmjs.com/package/@aws/lambda-invoke-store/v/0.2.4 | Apache-2.0
16899
+
16900
+ Apache License
16901
+ Version 2.0, January 2004
16902
+ http://www.apache.org/licenses/
16903
+
16904
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
16905
+
16906
+ 1. Definitions.
16907
+
16908
+ "License" shall mean the terms and conditions for use, reproduction,
16909
+ and distribution as defined by Sections 1 through 9 of this document.
16910
+
16911
+ "Licensor" shall mean the copyright owner or entity authorized by
16912
+ the copyright owner that is granting the License.
16913
+
16914
+ "Legal Entity" shall mean the union of the acting entity and all
16915
+ other entities that control, are controlled by, or are under common
16916
+ control with that entity. For the purposes of this definition,
16917
+ "control" means (i) the power, direct or indirect, to cause the
16918
+ direction or management of such entity, whether by contract or
16919
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
16920
+ outstanding shares, or (iii) beneficial ownership of such entity.
16921
+
16922
+ "You" (or "Your") shall mean an individual or Legal Entity
16923
+ exercising permissions granted by this License.
16924
+
16925
+ "Source" form shall mean the preferred form for making modifications,
16926
+ including but not limited to software source code, documentation
16927
+ source, and configuration files.
16928
+
16929
+ "Object" form shall mean any form resulting from mechanical
16930
+ transformation or translation of a Source form, including but
16931
+ not limited to compiled object code, generated documentation,
16932
+ and conversions to other media types.
16933
+
16934
+ "Work" shall mean the work of authorship, whether in Source or
16935
+ Object form, made available under the License, as indicated by a
16936
+ copyright notice that is included in or attached to the work
16937
+ (an example is provided in the Appendix below).
16938
+
16939
+ "Derivative Works" shall mean any work, whether in Source or Object
16940
+ form, that is based on (or derived from) the Work and for which the
16941
+ editorial revisions, annotations, elaborations, or other modifications
16942
+ represent, as a whole, an original work of authorship. For the purposes
16943
+ of this License, Derivative Works shall not include works that remain
16944
+ separable from, or merely link (or bind by name) to the interfaces of,
16945
+ the Work and Derivative Works thereof.
16946
+
16947
+ "Contribution" shall mean any work of authorship, including
16948
+ the original version of the Work and any modifications or additions
16949
+ to that Work or Derivative Works thereof, that is intentionally
16950
+ submitted to Licensor for inclusion in the Work by the copyright owner
16951
+ or by an individual or Legal Entity authorized to submit on behalf of
16952
+ the copyright owner. For the purposes of this definition, "submitted"
16953
+ means any form of electronic, verbal, or written communication sent
16954
+ to the Licensor or its representatives, including but not limited to
16955
+ communication on electronic mailing lists, source code control systems,
16956
+ and issue tracking systems that are managed by, or on behalf of, the
16957
+ Licensor for the purpose of discussing and improving the Work, but
16958
+ excluding communication that is conspicuously marked or otherwise
16959
+ designated in writing by the copyright owner as "Not a Contribution."
16960
+
16961
+ "Contributor" shall mean Licensor and any individual or Legal Entity
16962
+ on behalf of whom a Contribution has been received by Licensor and
16963
+ subsequently incorporated within the Work.
16964
+
16965
+ 2. Grant of Copyright License. Subject to the terms and conditions of
16966
+ this License, each Contributor hereby grants to You a perpetual,
16967
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16968
+ copyright license to reproduce, prepare Derivative Works of,
16969
+ publicly display, publicly perform, sublicense, and distribute the
16970
+ Work and such Derivative Works in Source or Object form.
16971
+
16972
+ 3. Grant of Patent License. Subject to the terms and conditions of
16973
+ this License, each Contributor hereby grants to You a perpetual,
16974
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
16975
+ (except as stated in this section) patent license to make, have made,
16976
+ use, offer to sell, sell, import, and otherwise transfer the Work,
16977
+ where such license applies only to those patent claims licensable
16978
+ by such Contributor that are necessarily infringed by their
16979
+ Contribution(s) alone or by combination of their Contribution(s)
16980
+ with the Work to which such Contribution(s) was submitted. If You
16981
+ institute patent litigation against any entity (including a
16982
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
16983
+ or a Contribution incorporated within the Work constitutes direct
16984
+ or contributory patent infringement, then any patent licenses
16985
+ granted to You under this License for that Work shall terminate
16986
+ as of the date such litigation is filed.
16987
+
16988
+ 4. Redistribution. You may reproduce and distribute copies of the
16989
+ Work or Derivative Works thereof in any medium, with or without
16990
+ modifications, and in Source or Object form, provided that You
16991
+ meet the following conditions:
16992
+
16993
+ (a) You must give any other recipients of the Work or
16994
+ Derivative Works a copy of this License; and
16995
+
16996
+ (b) You must cause any modified files to carry prominent notices
16997
+ stating that You changed the files; and
16998
+
16999
+ (c) You must retain, in the Source form of any Derivative Works
17000
+ that You distribute, all copyright, patent, trademark, and
17001
+ attribution notices from the Source form of the Work,
17002
+ excluding those notices that do not pertain to any part of
17003
+ the Derivative Works; and
17004
+
17005
+ (d) If the Work includes a "NOTICE" text file as part of its
17006
+ distribution, then any Derivative Works that You distribute must
17007
+ include a readable copy of the attribution notices contained
17008
+ within such NOTICE file, excluding those notices that do not
17009
+ pertain to any part of the Derivative Works, in at least one
17010
+ of the following places: within a NOTICE text file distributed
17011
+ as part of the Derivative Works; within the Source form or
17012
+ documentation, if provided along with the Derivative Works; or,
17013
+ within a display generated by the Derivative Works, if and
17014
+ wherever such third-party notices normally appear. The contents
17015
+ of the NOTICE file are for informational purposes only and
17016
+ do not modify the License. You may add Your own attribution
17017
+ notices within Derivative Works that You distribute, alongside
17018
+ or as an addendum to the NOTICE text from the Work, provided
17019
+ that such additional attribution notices cannot be construed
17020
+ as modifying the License.
17021
+
17022
+ You may add Your own copyright statement to Your modifications and
17023
+ may provide additional or different license terms and conditions
17024
+ for use, reproduction, or distribution of Your modifications, or
17025
+ for any such Derivative Works as a whole, provided Your use,
17026
+ reproduction, and distribution of the Work otherwise complies with
17027
+ the conditions stated in this License.
17028
+
17029
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
17030
+ any Contribution intentionally submitted for inclusion in the Work
17031
+ by You to the Licensor shall be under the terms and conditions of
17032
+ this License, without any additional terms or conditions.
17033
+ Notwithstanding the above, nothing herein shall supersede or modify
17034
+ the terms of any separate license agreement you may have executed
17035
+ with Licensor regarding such Contributions.
17036
+
17037
+ 6. Trademarks. This License does not grant permission to use the trade
17038
+ names, trademarks, service marks, or product names of the Licensor,
17039
+ except as required for reasonable and customary use in describing the
17040
+ origin of the Work and reproducing the content of the NOTICE file.
17041
+
17042
+ 7. Disclaimer of Warranty. Unless required by applicable law or
17043
+ agreed to in writing, Licensor provides the Work (and each
17044
+ Contributor provides its Contributions) on an "AS IS" BASIS,
17045
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
17046
+ implied, including, without limitation, any warranties or conditions
17047
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
17048
+ PARTICULAR PURPOSE. You are solely responsible for determining the
17049
+ appropriateness of using or redistributing the Work and assume any
17050
+ risks associated with Your exercise of permissions under this License.
17051
+
17052
+ 8. Limitation of Liability. In no event and under no legal theory,
17053
+ whether in tort (including negligence), contract, or otherwise,
17054
+ unless required by applicable law (such as deliberate and grossly
17055
+ negligent acts) or agreed to in writing, shall any Contributor be
17056
+ liable to You for damages, including any direct, indirect, special,
17057
+ incidental, or consequential damages of any character arising as a
17058
+ result of this License or out of the use or inability to use the
17059
+ Work (including but not limited to damages for loss of goodwill,
17060
+ work stoppage, computer failure or malfunction, or any and all
17061
+ other commercial damages or losses), even if such Contributor
17062
+ has been advised of the possibility of such damages.
17063
+
17064
+ 9. Accepting Warranty or Additional Liability. While redistributing
17065
+ the Work or Derivative Works thereof, You may choose to offer,
17066
+ and charge a fee for, acceptance of support, warranty, indemnity,
17067
+ or other liability obligations and/or rights consistent with this
17068
+ License. However, in accepting such obligations, You may act only
17069
+ on Your own behalf and on Your sole responsibility, not on behalf
17070
+ of any other Contributor, and only if You agree to indemnify,
17071
+ defend, and hold each Contributor harmless for any liability
17072
+ incurred by, or claims asserted against, such Contributor by reason
17073
+ of your accepting any such warranty or additional liability.
17074
+
17075
+
17076
+ ----------------
17077
+
17078
+ ** @nodelib/fs.scandir@2.1.5 - https://www.npmjs.com/package/@nodelib/fs.scandir/v/2.1.5 | MIT
17079
+ The MIT License (MIT)
17080
+
17081
+ Copyright (c) Denis Malinochkin
17082
+
17083
+ Permission is hereby granted, free of charge, to any person obtaining a copy
17084
+ of this software and associated documentation files (the "Software"), to deal
17085
+ in the Software without restriction, including without limitation the rights
17086
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17087
+ copies of the Software, and to permit persons to whom the Software is
17088
+ furnished to do so, subject to the following conditions:
17089
+
17090
+ The above copyright notice and this permission notice shall be included in all
17091
+ copies or substantial portions of the Software.
17092
+
17093
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17094
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17095
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17096
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17097
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17098
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17099
+ SOFTWARE.
17100
+
17101
+
17102
+ ----------------
17103
+
17104
+ ** @nodelib/fs.stat@2.0.5 - https://www.npmjs.com/package/@nodelib/fs.stat/v/2.0.5 | MIT
17105
+ The MIT License (MIT)
17106
+
17107
+ Copyright (c) Denis Malinochkin
17108
+
17109
+ Permission is hereby granted, free of charge, to any person obtaining a copy
17110
+ of this software and associated documentation files (the "Software"), to deal
17111
+ in the Software without restriction, including without limitation the rights
17112
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17113
+ copies of the Software, and to permit persons to whom the Software is
17114
+ furnished to do so, subject to the following conditions:
17115
+
17116
+ The above copyright notice and this permission notice shall be included in all
17117
+ copies or substantial portions of the Software.
17118
+
17119
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17120
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17121
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17122
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17123
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17124
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17125
+ SOFTWARE.
17126
+
17127
+
17128
+ ----------------
17129
+
17130
+ ** @nodelib/fs.walk@1.2.8 - https://www.npmjs.com/package/@nodelib/fs.walk/v/1.2.8 | MIT
17131
+ The MIT License (MIT)
17132
+
17133
+ Copyright (c) Denis Malinochkin
17134
+
17135
+ Permission is hereby granted, free of charge, to any person obtaining a copy
17136
+ of this software and associated documentation files (the "Software"), to deal
17137
+ in the Software without restriction, including without limitation the rights
17138
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17139
+ copies of the Software, and to permit persons to whom the Software is
17140
+ furnished to do so, subject to the following conditions:
17141
+
17142
+ The above copyright notice and this permission notice shall be included in all
17143
+ copies or substantial portions of the Software.
17144
+
17145
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17146
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17147
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17148
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17149
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17150
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17151
+ SOFTWARE.
17152
+
17153
+
17154
+ ----------------
17155
+
17156
+ ** @smithy/config-resolver@4.4.17 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.17 | Apache-2.0
17157
+ Apache License
17158
+ Version 2.0, January 2004
17159
+ http://www.apache.org/licenses/
17160
+
17161
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
17162
+
17163
+ 1. Definitions.
17164
+
17165
+ "License" shall mean the terms and conditions for use, reproduction,
17166
+ and distribution as defined by Sections 1 through 9 of this document.
17167
+
17168
+ "Licensor" shall mean the copyright owner or entity authorized by
17169
+ the copyright owner that is granting the License.
17170
+
17171
+ "Legal Entity" shall mean the union of the acting entity and all
17172
+ other entities that control, are controlled by, or are under common
17173
+ control with that entity. For the purposes of this definition,
17174
+ "control" means (i) the power, direct or indirect, to cause the
17175
+ direction or management of such entity, whether by contract or
17176
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
17177
+ outstanding shares, or (iii) beneficial ownership of such entity.
17178
+
17179
+ "You" (or "Your") shall mean an individual or Legal Entity
17180
+ exercising permissions granted by this License.
17181
+
17182
+ "Source" form shall mean the preferred form for making modifications,
17183
+ including but not limited to software source code, documentation
17184
+ source, and configuration files.
17185
+
17186
+ "Object" form shall mean any form resulting from mechanical
17187
+ transformation or translation of a Source form, including but
17188
+ not limited to compiled object code, generated documentation,
17189
+ and conversions to other media types.
17190
+
17191
+ "Work" shall mean the work of authorship, whether in Source or
17192
+ Object form, made available under the License, as indicated by a
17193
+ copyright notice that is included in or attached to the work
17194
+ (an example is provided in the Appendix below).
17195
+
17196
+ "Derivative Works" shall mean any work, whether in Source or Object
17197
+ form, that is based on (or derived from) the Work and for which the
17198
+ editorial revisions, annotations, elaborations, or other modifications
17199
+ represent, as a whole, an original work of authorship. For the purposes
17200
+ of this License, Derivative Works shall not include works that remain
17201
+ separable from, or merely link (or bind by name) to the interfaces of,
17202
+ the Work and Derivative Works thereof.
17203
+
17204
+ "Contribution" shall mean any work of authorship, including
17205
+ the original version of the Work and any modifications or additions
17206
+ to that Work or Derivative Works thereof, that is intentionally
17207
+ submitted to Licensor for inclusion in the Work by the copyright owner
17208
+ or by an individual or Legal Entity authorized to submit on behalf of
17209
+ the copyright owner. For the purposes of this definition, "submitted"
17210
+ means any form of electronic, verbal, or written communication sent
17211
+ to the Licensor or its representatives, including but not limited to
17212
+ communication on electronic mailing lists, source code control systems,
17213
+ and issue tracking systems that are managed by, or on behalf of, the
17214
+ Licensor for the purpose of discussing and improving the Work, but
17215
+ excluding communication that is conspicuously marked or otherwise
17216
+ designated in writing by the copyright owner as "Not a Contribution."
17217
+
17218
+ "Contributor" shall mean Licensor and any individual or Legal Entity
17219
+ on behalf of whom a Contribution has been received by Licensor and
17220
+ subsequently incorporated within the Work.
17221
+
17222
+ 2. Grant of Copyright License. Subject to the terms and conditions of
17223
+ this License, each Contributor hereby grants to You a perpetual,
17224
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
17225
+ copyright license to reproduce, prepare Derivative Works of,
17226
+ publicly display, publicly perform, sublicense, and distribute the
17227
+ Work and such Derivative Works in Source or Object form.
17228
+
17229
+ 3. Grant of Patent License. Subject to the terms and conditions of
17230
+ this License, each Contributor hereby grants to You a perpetual,
17231
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
17232
+ (except as stated in this section) patent license to make, have made,
17233
+ use, offer to sell, sell, import, and otherwise transfer the Work,
17234
+ where such license applies only to those patent claims licensable
17235
+ by such Contributor that are necessarily infringed by their
17236
+ Contribution(s) alone or by combination of their Contribution(s)
17237
+ with the Work to which such Contribution(s) was submitted. If You
17238
+ institute patent litigation against any entity (including a
17239
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
17240
+ or a Contribution incorporated within the Work constitutes direct
17241
+ or contributory patent infringement, then any patent licenses
17242
+ granted to You under this License for that Work shall terminate
17243
+ as of the date such litigation is filed.
17244
+
17245
+ 4. Redistribution. You may reproduce and distribute copies of the
17246
+ Work or Derivative Works thereof in any medium, with or without
17247
+ modifications, and in Source or Object form, provided that You
17248
+ meet the following conditions:
17249
+
17250
+ (a) You must give any other recipients of the Work or
17251
+ Derivative Works a copy of this License; and
17252
+
17253
+ (b) You must cause any modified files to carry prominent notices
17254
+ stating that You changed the files; and
17255
+
17256
+ (c) You must retain, in the Source form of any Derivative Works
17257
+ that You distribute, all copyright, patent, trademark, and
17258
+ attribution notices from the Source form of the Work,
17259
+ excluding those notices that do not pertain to any part of
17260
+ the Derivative Works; and
17261
+
17262
+ (d) If the Work includes a "NOTICE" text file as part of its
17263
+ distribution, then any Derivative Works that You distribute must
17264
+ include a readable copy of the attribution notices contained
17265
+ within such NOTICE file, excluding those notices that do not
17266
+ pertain to any part of the Derivative Works, in at least one
17267
+ of the following places: within a NOTICE text file distributed
17268
+ as part of the Derivative Works; within the Source form or
17269
+ documentation, if provided along with the Derivative Works; or,
17270
+ within a display generated by the Derivative Works, if and
17271
+ wherever such third-party notices normally appear. The contents
17272
+ of the NOTICE file are for informational purposes only and
17273
+ do not modify the License. You may add Your own attribution
17274
+ notices within Derivative Works that You distribute, alongside
17275
+ or as an addendum to the NOTICE text from the Work, provided
17276
+ that such additional attribution notices cannot be construed
17277
+ as modifying the License.
17278
+
17279
+ You may add Your own copyright statement to Your modifications and
17280
+ may provide additional or different license terms and conditions
17281
+ for use, reproduction, or distribution of Your modifications, or
17282
+ for any such Derivative Works as a whole, provided Your use,
17283
+ reproduction, and distribution of the Work otherwise complies with
17284
+ the conditions stated in this License.
17285
+
17286
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
17287
+ any Contribution intentionally submitted for inclusion in the Work
17288
+ by You to the Licensor shall be under the terms and conditions of
17289
+ this License, without any additional terms or conditions.
17290
+ Notwithstanding the above, nothing herein shall supersede or modify
17291
+ the terms of any separate license agreement you may have executed
17292
+ with Licensor regarding such Contributions.
17293
+
17294
+ 6. Trademarks. This License does not grant permission to use the trade
17295
+ names, trademarks, service marks, or product names of the Licensor,
17296
+ except as required for reasonable and customary use in describing the
17297
+ origin of the Work and reproducing the content of the NOTICE file.
17298
+
17299
+ 7. Disclaimer of Warranty. Unless required by applicable law or
17300
+ agreed to in writing, Licensor provides the Work (and each
17301
+ Contributor provides its Contributions) on an "AS IS" BASIS,
17302
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
17303
+ implied, including, without limitation, any warranties or conditions
17304
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
17305
+ PARTICULAR PURPOSE. You are solely responsible for determining the
17306
+ appropriateness of using or redistributing the Work and assume any
17307
+ risks associated with Your exercise of permissions under this License.
17308
+
17309
+ 8. Limitation of Liability. In no event and under no legal theory,
17310
+ whether in tort (including negligence), contract, or otherwise,
17311
+ unless required by applicable law (such as deliberate and grossly
17312
+ negligent acts) or agreed to in writing, shall any Contributor be
17313
+ liable to You for damages, including any direct, indirect, special,
17314
+ incidental, or consequential damages of any character arising as a
17315
+ result of this License or out of the use or inability to use the
17316
+ Work (including but not limited to damages for loss of goodwill,
17317
+ work stoppage, computer failure or malfunction, or any and all
17318
+ other commercial damages or losses), even if such Contributor
17319
+ has been advised of the possibility of such damages.
17320
+
17321
+ 9. Accepting Warranty or Additional Liability. While redistributing
17322
+ the Work or Derivative Works thereof, You may choose to offer,
17323
+ and charge a fee for, acceptance of support, warranty, indemnity,
17324
+ or other liability obligations and/or rights consistent with this
17325
+ License. However, in accepting such obligations, You may act only
17326
+ on Your own behalf and on Your sole responsibility, not on behalf
17327
+ of any other Contributor, and only if You agree to indemnify,
17328
+ defend, and hold each Contributor harmless for any liability
17329
+ incurred by, or claims asserted against, such Contributor by reason
17330
+ of your accepting any such warranty or additional liability.
17331
+
17332
+ END OF TERMS AND CONDITIONS
17333
+
17334
+ APPENDIX: How to apply the Apache License to your work.
17335
+
17336
+ To apply the Apache License to your work, attach the following
17337
+ boilerplate notice, with the fields enclosed by brackets "{}"
17338
+ replaced with your own identifying information. (Don't include
17339
+ the brackets!) The text should be enclosed in the appropriate
17340
+ comment syntax for the file format. We also recommend that a
17341
+ file or class name and description of purpose be included on the
17342
+ same "printed page" as the copyright notice for easier
17343
+ identification within third-party archives.
17344
+
17345
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
17346
+
17347
+ Licensed under the Apache License, Version 2.0 (the "License");
17348
+ you may not use this file except in compliance with the License.
17349
+ You may obtain a copy of the License at
17350
+
17351
+ http://www.apache.org/licenses/LICENSE-2.0
17352
+
17353
+ Unless required by applicable law or agreed to in writing, software
17354
+ distributed under the License is distributed on an "AS IS" BASIS,
17355
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17356
+ See the License for the specific language governing permissions and
17357
+ limitations under the License.
17358
+
17359
+ ----------------
17360
+
17361
+ ** @smithy/config-resolver@4.6.1 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.6.1 | Apache-2.0
17362
+ Apache License
17363
+ Version 2.0, January 2004
17364
+ http://www.apache.org/licenses/
17365
+
17366
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
17367
+
17368
+ 1. Definitions.
17369
+
17370
+ "License" shall mean the terms and conditions for use, reproduction,
17371
+ and distribution as defined by Sections 1 through 9 of this document.
17372
+
17373
+ "Licensor" shall mean the copyright owner or entity authorized by
17374
+ the copyright owner that is granting the License.
17375
+
17376
+ "Legal Entity" shall mean the union of the acting entity and all
17377
+ other entities that control, are controlled by, or are under common
17378
+ control with that entity. For the purposes of this definition,
17379
+ "control" means (i) the power, direct or indirect, to cause the
17380
+ direction or management of such entity, whether by contract or
17381
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
17382
+ outstanding shares, or (iii) beneficial ownership of such entity.
17383
+
17384
+ "You" (or "Your") shall mean an individual or Legal Entity
17385
+ exercising permissions granted by this License.
17386
+
17387
+ "Source" form shall mean the preferred form for making modifications,
17388
+ including but not limited to software source code, documentation
17389
+ source, and configuration files.
17390
+
17391
+ "Object" form shall mean any form resulting from mechanical
17392
+ transformation or translation of a Source form, including but
17393
+ not limited to compiled object code, generated documentation,
17394
+ and conversions to other media types.
17395
+
17396
+ "Work" shall mean the work of authorship, whether in Source or
17397
+ Object form, made available under the License, as indicated by a
17398
+ copyright notice that is included in or attached to the work
17399
+ (an example is provided in the Appendix below).
17400
+
17401
+ "Derivative Works" shall mean any work, whether in Source or Object
17402
+ form, that is based on (or derived from) the Work and for which the
17403
+ editorial revisions, annotations, elaborations, or other modifications
17404
+ represent, as a whole, an original work of authorship. For the purposes
17405
+ of this License, Derivative Works shall not include works that remain
17406
+ separable from, or merely link (or bind by name) to the interfaces of,
17407
+ the Work and Derivative Works thereof.
17408
+
17409
+ "Contribution" shall mean any work of authorship, including
17410
+ the original version of the Work and any modifications or additions
17411
+ to that Work or Derivative Works thereof, that is intentionally
17412
+ submitted to Licensor for inclusion in the Work by the copyright owner
17413
+ or by an individual or Legal Entity authorized to submit on behalf of
17414
+ the copyright owner. For the purposes of this definition, "submitted"
17415
+ means any form of electronic, verbal, or written communication sent
17416
+ to the Licensor or its representatives, including but not limited to
17417
+ communication on electronic mailing lists, source code control systems,
17418
+ and issue tracking systems that are managed by, or on behalf of, the
17419
+ Licensor for the purpose of discussing and improving the Work, but
17420
+ excluding communication that is conspicuously marked or otherwise
17421
+ designated in writing by the copyright owner as "Not a Contribution."
17422
+
17423
+ "Contributor" shall mean Licensor and any individual or Legal Entity
17424
+ on behalf of whom a Contribution has been received by Licensor and
17425
+ subsequently incorporated within the Work.
17426
+
17427
+ 2. Grant of Copyright License. Subject to the terms and conditions of
17428
+ this License, each Contributor hereby grants to You a perpetual,
17429
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
17430
+ copyright license to reproduce, prepare Derivative Works of,
17431
+ publicly display, publicly perform, sublicense, and distribute the
17432
+ Work and such Derivative Works in Source or Object form.
17433
+
17434
+ 3. Grant of Patent License. Subject to the terms and conditions of
17435
+ this License, each Contributor hereby grants to You a perpetual,
17436
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
17437
+ (except as stated in this section) patent license to make, have made,
17438
+ use, offer to sell, sell, import, and otherwise transfer the Work,
17439
+ where such license applies only to those patent claims licensable
17440
+ by such Contributor that are necessarily infringed by their
17441
+ Contribution(s) alone or by combination of their Contribution(s)
17442
+ with the Work to which such Contribution(s) was submitted. If You
17443
+ institute patent litigation against any entity (including a
17444
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
17445
+ or a Contribution incorporated within the Work constitutes direct
17446
+ or contributory patent infringement, then any patent licenses
17447
+ granted to You under this License for that Work shall terminate
17448
+ as of the date such litigation is filed.
17449
+
17450
+ 4. Redistribution. You may reproduce and distribute copies of the
17451
+ Work or Derivative Works thereof in any medium, with or without
17452
+ modifications, and in Source or Object form, provided that You
17453
+ meet the following conditions:
17454
+
17455
+ (a) You must give any other recipients of the Work or
17456
+ Derivative Works a copy of this License; and
17457
+
17458
+ (b) You must cause any modified files to carry prominent notices
17459
+ stating that You changed the files; and
17460
+
17461
+ (c) You must retain, in the Source form of any Derivative Works
17462
+ that You distribute, all copyright, patent, trademark, and
17463
+ attribution notices from the Source form of the Work,
17464
+ excluding those notices that do not pertain to any part of
17465
+ the Derivative Works; and
17466
+
17467
+ (d) If the Work includes a "NOTICE" text file as part of its
17468
+ distribution, then any Derivative Works that You distribute must
17469
+ include a readable copy of the attribution notices contained
17470
+ within such NOTICE file, excluding those notices that do not
17471
+ pertain to any part of the Derivative Works, in at least one
17472
+ of the following places: within a NOTICE text file distributed
17473
+ as part of the Derivative Works; within the Source form or
17474
+ documentation, if provided along with the Derivative Works; or,
17475
+ within a display generated by the Derivative Works, if and
17476
+ wherever such third-party notices normally appear. The contents
17477
+ of the NOTICE file are for informational purposes only and
17478
+ do not modify the License. You may add Your own attribution
17479
+ notices within Derivative Works that You distribute, alongside
17480
+ or as an addendum to the NOTICE text from the Work, provided
17481
+ that such additional attribution notices cannot be construed
17482
+ as modifying the License.
17483
+
17484
+ You may add Your own copyright statement to Your modifications and
17485
+ may provide additional or different license terms and conditions
17486
+ for use, reproduction, or distribution of Your modifications, or
17487
+ for any such Derivative Works as a whole, provided Your use,
17488
+ reproduction, and distribution of the Work otherwise complies with
17489
+ the conditions stated in this License.
17490
+
17491
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
17492
+ any Contribution intentionally submitted for inclusion in the Work
17493
+ by You to the Licensor shall be under the terms and conditions of
17494
+ this License, without any additional terms or conditions.
17495
+ Notwithstanding the above, nothing herein shall supersede or modify
17496
+ the terms of any separate license agreement you may have executed
17497
+ with Licensor regarding such Contributions.
17498
+
17499
+ 6. Trademarks. This License does not grant permission to use the trade
17500
+ names, trademarks, service marks, or product names of the Licensor,
17501
+ except as required for reasonable and customary use in describing the
17502
+ origin of the Work and reproducing the content of the NOTICE file.
17503
+
17504
+ 7. Disclaimer of Warranty. Unless required by applicable law or
17505
+ agreed to in writing, Licensor provides the Work (and each
17506
+ Contributor provides its Contributions) on an "AS IS" BASIS,
17507
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
17508
+ implied, including, without limitation, any warranties or conditions
17509
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
17510
+ PARTICULAR PURPOSE. You are solely responsible for determining the
17511
+ appropriateness of using or redistributing the Work and assume any
17512
+ risks associated with Your exercise of permissions under this License.
17513
+
17514
+ 8. Limitation of Liability. In no event and under no legal theory,
17515
+ whether in tort (including negligence), contract, or otherwise,
17516
+ unless required by applicable law (such as deliberate and grossly
17517
+ negligent acts) or agreed to in writing, shall any Contributor be
17518
+ liable to You for damages, including any direct, indirect, special,
17519
+ incidental, or consequential damages of any character arising as a
17520
+ result of this License or out of the use or inability to use the
17521
+ Work (including but not limited to damages for loss of goodwill,
17522
+ work stoppage, computer failure or malfunction, or any and all
17523
+ other commercial damages or losses), even if such Contributor
17524
+ has been advised of the possibility of such damages.
17525
+
17526
+ 9. Accepting Warranty or Additional Liability. While redistributing
17527
+ the Work or Derivative Works thereof, You may choose to offer,
17528
+ and charge a fee for, acceptance of support, warranty, indemnity,
17529
+ or other liability obligations and/or rights consistent with this
17530
+ License. However, in accepting such obligations, You may act only
17531
+ on Your own behalf and on Your sole responsibility, not on behalf
17532
+ of any other Contributor, and only if You agree to indemnify,
17533
+ defend, and hold each Contributor harmless for any liability
17534
+ incurred by, or claims asserted against, such Contributor by reason
17535
+ of your accepting any such warranty or additional liability.
17536
+
17537
+ END OF TERMS AND CONDITIONS
17538
+
17539
+ APPENDIX: How to apply the Apache License to your work.
17540
+
17541
+ To apply the Apache License to your work, attach the following
17542
+ boilerplate notice, with the fields enclosed by brackets "{}"
17543
+ replaced with your own identifying information. (Don't include
17544
+ the brackets!) The text should be enclosed in the appropriate
17545
+ comment syntax for the file format. We also recommend that a
17546
+ file or class name and description of purpose be included on the
17547
+ same "printed page" as the copyright notice for easier
17548
+ identification within third-party archives.
17549
+
17550
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
17551
+
17552
+ Licensed under the Apache License, Version 2.0 (the "License");
17553
+ you may not use this file except in compliance with the License.
17554
+ You may obtain a copy of the License at
17555
+
17556
+ http://www.apache.org/licenses/LICENSE-2.0
17557
+
17558
+ Unless required by applicable law or agreed to in writing, software
17559
+ distributed under the License is distributed on an "AS IS" BASIS,
17560
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17561
+ See the License for the specific language governing permissions and
17562
+ limitations under the License.
17563
+
17564
+ ----------------
17565
+
17566
+ ** @smithy/core@3.25.1 - https://www.npmjs.com/package/@smithy/core/v/3.25.1 | Apache-2.0
17567
+ Apache License
17568
+ Version 2.0, January 2004
17569
+ http://www.apache.org/licenses/
17570
+
17571
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
17572
+
17573
+ 1. Definitions.
17574
+
17575
+ "License" shall mean the terms and conditions for use, reproduction,
17576
+ and distribution as defined by Sections 1 through 9 of this document.
17577
+
17578
+ "Licensor" shall mean the copyright owner or entity authorized by
17579
+ the copyright owner that is granting the License.
17580
+
17581
+ "Legal Entity" shall mean the union of the acting entity and all
17582
+ other entities that control, are controlled by, or are under common
17583
+ control with that entity. For the purposes of this definition,
17584
+ "control" means (i) the power, direct or indirect, to cause the
17585
+ direction or management of such entity, whether by contract or
17586
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
17587
+ outstanding shares, or (iii) beneficial ownership of such entity.
17588
+
17589
+ "You" (or "Your") shall mean an individual or Legal Entity
17590
+ exercising permissions granted by this License.
17591
+
17592
+ "Source" form shall mean the preferred form for making modifications,
17593
+ including but not limited to software source code, documentation
17594
+ source, and configuration files.
17595
+
17596
+ "Object" form shall mean any form resulting from mechanical
17597
+ transformation or translation of a Source form, including but
17598
+ not limited to compiled object code, generated documentation,
17599
+ and conversions to other media types.
17600
+
17601
+ "Work" shall mean the work of authorship, whether in Source or
17602
+ Object form, made available under the License, as indicated by a
17603
+ copyright notice that is included in or attached to the work
17604
+ (an example is provided in the Appendix below).
17605
+
17606
+ "Derivative Works" shall mean any work, whether in Source or Object
17607
+ form, that is based on (or derived from) the Work and for which the
17608
+ editorial revisions, annotations, elaborations, or other modifications
17609
+ represent, as a whole, an original work of authorship. For the purposes
17610
+ of this License, Derivative Works shall not include works that remain
17611
+ separable from, or merely link (or bind by name) to the interfaces of,
17612
+ the Work and Derivative Works thereof.
17613
+
17614
+ "Contribution" shall mean any work of authorship, including
17615
+ the original version of the Work and any modifications or additions
17616
+ to that Work or Derivative Works thereof, that is intentionally
17617
+ submitted to Licensor for inclusion in the Work by the copyright owner
17618
+ or by an individual or Legal Entity authorized to submit on behalf of
17619
+ the copyright owner. For the purposes of this definition, "submitted"
17620
+ means any form of electronic, verbal, or written communication sent
17621
+ to the Licensor or its representatives, including but not limited to
17622
+ communication on electronic mailing lists, source code control systems,
17623
+ and issue tracking systems that are managed by, or on behalf of, the
17624
+ Licensor for the purpose of discussing and improving the Work, but
17625
+ excluding communication that is conspicuously marked or otherwise
17626
+ designated in writing by the copyright owner as "Not a Contribution."
17627
+
17628
+ "Contributor" shall mean Licensor and any individual or Legal Entity
17629
+ on behalf of whom a Contribution has been received by Licensor and
17630
+ subsequently incorporated within the Work.
17631
+
17632
+ 2. Grant of Copyright License. Subject to the terms and conditions of
17633
+ this License, each Contributor hereby grants to You a perpetual,
17634
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
17635
+ copyright license to reproduce, prepare Derivative Works of,
17636
+ publicly display, publicly perform, sublicense, and distribute the
17637
+ Work and such Derivative Works in Source or Object form.
17638
+
17639
+ 3. Grant of Patent License. Subject to the terms and conditions of
17640
+ this License, each Contributor hereby grants to You a perpetual,
17641
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
17642
+ (except as stated in this section) patent license to make, have made,
17643
+ use, offer to sell, sell, import, and otherwise transfer the Work,
17644
+ where such license applies only to those patent claims licensable
17645
+ by such Contributor that are necessarily infringed by their
17646
+ Contribution(s) alone or by combination of their Contribution(s)
17647
+ with the Work to which such Contribution(s) was submitted. If You
17648
+ institute patent litigation against any entity (including a
17649
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
17650
+ or a Contribution incorporated within the Work constitutes direct
17651
+ or contributory patent infringement, then any patent licenses
17652
+ granted to You under this License for that Work shall terminate
17653
+ as of the date such litigation is filed.
17654
+
17655
+ 4. Redistribution. You may reproduce and distribute copies of the
17656
+ Work or Derivative Works thereof in any medium, with or without
17657
+ modifications, and in Source or Object form, provided that You
17658
+ meet the following conditions:
17659
+
17660
+ (a) You must give any other recipients of the Work or
17661
+ Derivative Works a copy of this License; and
17662
+
17663
+ (b) You must cause any modified files to carry prominent notices
17664
+ stating that You changed the files; and
17665
+
17666
+ (c) You must retain, in the Source form of any Derivative Works
17667
+ that You distribute, all copyright, patent, trademark, and
17668
+ attribution notices from the Source form of the Work,
17669
+ excluding those notices that do not pertain to any part of
17670
+ the Derivative Works; and
17671
+
17672
+ (d) If the Work includes a "NOTICE" text file as part of its
17673
+ distribution, then any Derivative Works that You distribute must
17674
+ include a readable copy of the attribution notices contained
17675
+ within such NOTICE file, excluding those notices that do not
17676
+ pertain to any part of the Derivative Works, in at least one
17677
+ of the following places: within a NOTICE text file distributed
17678
+ as part of the Derivative Works; within the Source form or
17679
+ documentation, if provided along with the Derivative Works; or,
17680
+ within a display generated by the Derivative Works, if and
17681
+ wherever such third-party notices normally appear. The contents
17682
+ of the NOTICE file are for informational purposes only and
17683
+ do not modify the License. You may add Your own attribution
17684
+ notices within Derivative Works that You distribute, alongside
17685
+ or as an addendum to the NOTICE text from the Work, provided
17686
+ that such additional attribution notices cannot be construed
17687
+ as modifying the License.
17688
+
17689
+ You may add Your own copyright statement to Your modifications and
17690
+ may provide additional or different license terms and conditions
17691
+ for use, reproduction, or distribution of Your modifications, or
17692
+ for any such Derivative Works as a whole, provided Your use,
17693
+ reproduction, and distribution of the Work otherwise complies with
17694
+ the conditions stated in this License.
17695
+
17696
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
17697
+ any Contribution intentionally submitted for inclusion in the Work
17698
+ by You to the Licensor shall be under the terms and conditions of
17699
+ this License, without any additional terms or conditions.
17700
+ Notwithstanding the above, nothing herein shall supersede or modify
17701
+ the terms of any separate license agreement you may have executed
17702
+ with Licensor regarding such Contributions.
17703
+
17704
+ 6. Trademarks. This License does not grant permission to use the trade
17705
+ names, trademarks, service marks, or product names of the Licensor,
17706
+ except as required for reasonable and customary use in describing the
17707
+ origin of the Work and reproducing the content of the NOTICE file.
17708
+
17709
+ 7. Disclaimer of Warranty. Unless required by applicable law or
17710
+ agreed to in writing, Licensor provides the Work (and each
17711
+ Contributor provides its Contributions) on an "AS IS" BASIS,
17712
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
17713
+ implied, including, without limitation, any warranties or conditions
17714
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
17715
+ PARTICULAR PURPOSE. You are solely responsible for determining the
17716
+ appropriateness of using or redistributing the Work and assume any
17717
+ risks associated with Your exercise of permissions under this License.
17718
+
17719
+ 8. Limitation of Liability. In no event and under no legal theory,
17720
+ whether in tort (including negligence), contract, or otherwise,
17721
+ unless required by applicable law (such as deliberate and grossly
17722
+ negligent acts) or agreed to in writing, shall any Contributor be
17723
+ liable to You for damages, including any direct, indirect, special,
17724
+ incidental, or consequential damages of any character arising as a
17725
+ result of this License or out of the use or inability to use the
17726
+ Work (including but not limited to damages for loss of goodwill,
17727
+ work stoppage, computer failure or malfunction, or any and all
17728
+ other commercial damages or losses), even if such Contributor
17729
+ has been advised of the possibility of such damages.
17730
+
17731
+ 9. Accepting Warranty or Additional Liability. While redistributing
17732
+ the Work or Derivative Works thereof, You may choose to offer,
17733
+ and charge a fee for, acceptance of support, warranty, indemnity,
17734
+ or other liability obligations and/or rights consistent with this
17735
+ License. However, in accepting such obligations, You may act only
17736
+ on Your own behalf and on Your sole responsibility, not on behalf
17737
+ of any other Contributor, and only if You agree to indemnify,
17738
+ defend, and hold each Contributor harmless for any liability
17739
+ incurred by, or claims asserted against, such Contributor by reason
17740
+ of your accepting any such warranty or additional liability.
17741
+
17742
+ END OF TERMS AND CONDITIONS
17743
+
17744
+ APPENDIX: How to apply the Apache License to your work.
17745
+
17746
+ To apply the Apache License to your work, attach the following
17747
+ boilerplate notice, with the fields enclosed by brackets "{}"
17748
+ replaced with your own identifying information. (Don't include
17749
+ the brackets!) The text should be enclosed in the appropriate
17750
+ comment syntax for the file format. We also recommend that a
17751
+ file or class name and description of purpose be included on the
17752
+ same "printed page" as the copyright notice for easier
17753
+ identification within third-party archives.
17754
+
17755
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
17756
+
17757
+ Licensed under the Apache License, Version 2.0 (the "License");
17758
+ you may not use this file except in compliance with the License.
17759
+ You may obtain a copy of the License at
17760
+
17761
+ http://www.apache.org/licenses/LICENSE-2.0
17762
+
17763
+ Unless required by applicable law or agreed to in writing, software
17764
+ distributed under the License is distributed on an "AS IS" BASIS,
17765
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17766
+ See the License for the specific language governing permissions and
17767
+ limitations under the License.
17768
+
17769
+
17770
+ ----------------
17771
+
17772
+ ** @smithy/core@3.28.0 - https://www.npmjs.com/package/@smithy/core/v/3.28.0 | Apache-2.0
17773
+ Apache License
17774
+ Version 2.0, January 2004
17775
+ http://www.apache.org/licenses/
17776
+
17777
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
17778
+
17779
+ 1. Definitions.
17780
+
17781
+ "License" shall mean the terms and conditions for use, reproduction,
17782
+ and distribution as defined by Sections 1 through 9 of this document.
17783
+
17784
+ "Licensor" shall mean the copyright owner or entity authorized by
17785
+ the copyright owner that is granting the License.
17786
+
17787
+ "Legal Entity" shall mean the union of the acting entity and all
17788
+ other entities that control, are controlled by, or are under common
17789
+ control with that entity. For the purposes of this definition,
17790
+ "control" means (i) the power, direct or indirect, to cause the
17791
+ direction or management of such entity, whether by contract or
17792
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
17793
+ outstanding shares, or (iii) beneficial ownership of such entity.
17794
+
17795
+ "You" (or "Your") shall mean an individual or Legal Entity
17796
+ exercising permissions granted by this License.
17797
+
17798
+ "Source" form shall mean the preferred form for making modifications,
17799
+ including but not limited to software source code, documentation
17800
+ source, and configuration files.
17801
+
17802
+ "Object" form shall mean any form resulting from mechanical
17803
+ transformation or translation of a Source form, including but
17804
+ not limited to compiled object code, generated documentation,
17805
+ and conversions to other media types.
17806
+
17807
+ "Work" shall mean the work of authorship, whether in Source or
17808
+ Object form, made available under the License, as indicated by a
17809
+ copyright notice that is included in or attached to the work
17810
+ (an example is provided in the Appendix below).
17811
+
17812
+ "Derivative Works" shall mean any work, whether in Source or Object
17813
+ form, that is based on (or derived from) the Work and for which the
17814
+ editorial revisions, annotations, elaborations, or other modifications
17815
+ represent, as a whole, an original work of authorship. For the purposes
17816
+ of this License, Derivative Works shall not include works that remain
17817
+ separable from, or merely link (or bind by name) to the interfaces of,
17818
+ the Work and Derivative Works thereof.
17819
+
17820
+ "Contribution" shall mean any work of authorship, including
17821
+ the original version of the Work and any modifications or additions
17822
+ to that Work or Derivative Works thereof, that is intentionally
17823
+ submitted to Licensor for inclusion in the Work by the copyright owner
17824
+ or by an individual or Legal Entity authorized to submit on behalf of
17825
+ the copyright owner. For the purposes of this definition, "submitted"
17826
+ means any form of electronic, verbal, or written communication sent
17827
+ to the Licensor or its representatives, including but not limited to
17828
+ communication on electronic mailing lists, source code control systems,
17829
+ and issue tracking systems that are managed by, or on behalf of, the
17830
+ Licensor for the purpose of discussing and improving the Work, but
17831
+ excluding communication that is conspicuously marked or otherwise
17832
+ designated in writing by the copyright owner as "Not a Contribution."
17833
+
17834
+ "Contributor" shall mean Licensor and any individual or Legal Entity
17835
+ on behalf of whom a Contribution has been received by Licensor and
17836
+ subsequently incorporated within the Work.
17837
+
17838
+ 2. Grant of Copyright License. Subject to the terms and conditions of
17839
+ this License, each Contributor hereby grants to You a perpetual,
17840
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
17841
+ copyright license to reproduce, prepare Derivative Works of,
17842
+ publicly display, publicly perform, sublicense, and distribute the
17843
+ Work and such Derivative Works in Source or Object form.
17844
+
17845
+ 3. Grant of Patent License. Subject to the terms and conditions of
17846
+ this License, each Contributor hereby grants to You a perpetual,
17847
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
17848
+ (except as stated in this section) patent license to make, have made,
17849
+ use, offer to sell, sell, import, and otherwise transfer the Work,
17850
+ where such license applies only to those patent claims licensable
17851
+ by such Contributor that are necessarily infringed by their
17852
+ Contribution(s) alone or by combination of their Contribution(s)
17853
+ with the Work to which such Contribution(s) was submitted. If You
17854
+ institute patent litigation against any entity (including a
17855
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
17856
+ or a Contribution incorporated within the Work constitutes direct
17857
+ or contributory patent infringement, then any patent licenses
17858
+ granted to You under this License for that Work shall terminate
17859
+ as of the date such litigation is filed.
17860
+
17861
+ 4. Redistribution. You may reproduce and distribute copies of the
17862
+ Work or Derivative Works thereof in any medium, with or without
17863
+ modifications, and in Source or Object form, provided that You
17864
+ meet the following conditions:
17865
+
17866
+ (a) You must give any other recipients of the Work or
17867
+ Derivative Works a copy of this License; and
17868
+
17869
+ (b) You must cause any modified files to carry prominent notices
17870
+ stating that You changed the files; and
17871
+
17872
+ (c) You must retain, in the Source form of any Derivative Works
17873
+ that You distribute, all copyright, patent, trademark, and
17874
+ attribution notices from the Source form of the Work,
17875
+ excluding those notices that do not pertain to any part of
17876
+ the Derivative Works; and
17877
+
17878
+ (d) If the Work includes a "NOTICE" text file as part of its
17879
+ distribution, then any Derivative Works that You distribute must
17880
+ include a readable copy of the attribution notices contained
17881
+ within such NOTICE file, excluding those notices that do not
17882
+ pertain to any part of the Derivative Works, in at least one
17883
+ of the following places: within a NOTICE text file distributed
17884
+ as part of the Derivative Works; within the Source form or
17885
+ documentation, if provided along with the Derivative Works; or,
17886
+ within a display generated by the Derivative Works, if and
17887
+ wherever such third-party notices normally appear. The contents
17888
+ of the NOTICE file are for informational purposes only and
17889
+ do not modify the License. You may add Your own attribution
17890
+ notices within Derivative Works that You distribute, alongside
17891
+ or as an addendum to the NOTICE text from the Work, provided
17892
+ that such additional attribution notices cannot be construed
17893
+ as modifying the License.
17894
+
17895
+ You may add Your own copyright statement to Your modifications and
17896
+ may provide additional or different license terms and conditions
17897
+ for use, reproduction, or distribution of Your modifications, or
17898
+ for any such Derivative Works as a whole, provided Your use,
17899
+ reproduction, and distribution of the Work otherwise complies with
17900
+ the conditions stated in this License.
17901
+
17902
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
17903
+ any Contribution intentionally submitted for inclusion in the Work
17904
+ by You to the Licensor shall be under the terms and conditions of
17905
+ this License, without any additional terms or conditions.
17906
+ Notwithstanding the above, nothing herein shall supersede or modify
17907
+ the terms of any separate license agreement you may have executed
17908
+ with Licensor regarding such Contributions.
17909
+
17910
+ 6. Trademarks. This License does not grant permission to use the trade
17911
+ names, trademarks, service marks, or product names of the Licensor,
17912
+ except as required for reasonable and customary use in describing the
17913
+ origin of the Work and reproducing the content of the NOTICE file.
17914
+
17915
+ 7. Disclaimer of Warranty. Unless required by applicable law or
17916
+ agreed to in writing, Licensor provides the Work (and each
17917
+ Contributor provides its Contributions) on an "AS IS" BASIS,
17918
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
17919
+ implied, including, without limitation, any warranties or conditions
17920
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
17921
+ PARTICULAR PURPOSE. You are solely responsible for determining the
17922
+ appropriateness of using or redistributing the Work and assume any
17923
+ risks associated with Your exercise of permissions under this License.
17924
+
17925
+ 8. Limitation of Liability. In no event and under no legal theory,
17926
+ whether in tort (including negligence), contract, or otherwise,
17927
+ unless required by applicable law (such as deliberate and grossly
17928
+ negligent acts) or agreed to in writing, shall any Contributor be
17929
+ liable to You for damages, including any direct, indirect, special,
17930
+ incidental, or consequential damages of any character arising as a
17931
+ result of this License or out of the use or inability to use the
17932
+ Work (including but not limited to damages for loss of goodwill,
17933
+ work stoppage, computer failure or malfunction, or any and all
17934
+ other commercial damages or losses), even if such Contributor
17935
+ has been advised of the possibility of such damages.
17936
+
17937
+ 9. Accepting Warranty or Additional Liability. While redistributing
17938
+ the Work or Derivative Works thereof, You may choose to offer,
17939
+ and charge a fee for, acceptance of support, warranty, indemnity,
17940
+ or other liability obligations and/or rights consistent with this
17941
+ License. However, in accepting such obligations, You may act only
17942
+ on Your own behalf and on Your sole responsibility, not on behalf
17943
+ of any other Contributor, and only if You agree to indemnify,
17944
+ defend, and hold each Contributor harmless for any liability
17945
+ incurred by, or claims asserted against, such Contributor by reason
17946
+ of your accepting any such warranty or additional liability.
17947
+
17948
+ END OF TERMS AND CONDITIONS
17949
+
17950
+ APPENDIX: How to apply the Apache License to your work.
17951
+
17952
+ To apply the Apache License to your work, attach the following
17953
+ boilerplate notice, with the fields enclosed by brackets "{}"
17954
+ replaced with your own identifying information. (Don't include
17955
+ the brackets!) The text should be enclosed in the appropriate
17956
+ comment syntax for the file format. We also recommend that a
17957
+ file or class name and description of purpose be included on the
17958
+ same "printed page" as the copyright notice for easier
17959
+ identification within third-party archives.
17960
+
17961
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
17962
+
17963
+ Licensed under the Apache License, Version 2.0 (the "License");
17964
+ you may not use this file except in compliance with the License.
17965
+ You may obtain a copy of the License at
17966
+
17967
+ http://www.apache.org/licenses/LICENSE-2.0
17968
+
17969
+ Unless required by applicable law or agreed to in writing, software
17970
+ distributed under the License is distributed on an "AS IS" BASIS,
17971
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17972
+ See the License for the specific language governing permissions and
17973
+ limitations under the License.
17974
+
17975
+
17976
+ ----------------
17977
+
17978
+ ** @smithy/credential-provider-imds@4.2.14 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.2.14 | Apache-2.0
17979
+ Apache License
17980
+ Version 2.0, January 2004
17981
+ http://www.apache.org/licenses/
17982
+
17983
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
17984
+
17985
+ 1. Definitions.
17986
+
17987
+ "License" shall mean the terms and conditions for use, reproduction,
17988
+ and distribution as defined by Sections 1 through 9 of this document.
17989
+
17990
+ "Licensor" shall mean the copyright owner or entity authorized by
17991
+ the copyright owner that is granting the License.
17992
+
17993
+ "Legal Entity" shall mean the union of the acting entity and all
17994
+ other entities that control, are controlled by, or are under common
17995
+ control with that entity. For the purposes of this definition,
17996
+ "control" means (i) the power, direct or indirect, to cause the
17997
+ direction or management of such entity, whether by contract or
17998
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
17999
+ outstanding shares, or (iii) beneficial ownership of such entity.
18000
+
18001
+ "You" (or "Your") shall mean an individual or Legal Entity
18002
+ exercising permissions granted by this License.
18003
+
18004
+ "Source" form shall mean the preferred form for making modifications,
18005
+ including but not limited to software source code, documentation
18006
+ source, and configuration files.
18007
+
18008
+ "Object" form shall mean any form resulting from mechanical
18009
+ transformation or translation of a Source form, including but
18010
+ not limited to compiled object code, generated documentation,
18011
+ and conversions to other media types.
18012
+
18013
+ "Work" shall mean the work of authorship, whether in Source or
18014
+ Object form, made available under the License, as indicated by a
18015
+ copyright notice that is included in or attached to the work
18016
+ (an example is provided in the Appendix below).
18017
+
18018
+ "Derivative Works" shall mean any work, whether in Source or Object
18019
+ form, that is based on (or derived from) the Work and for which the
18020
+ editorial revisions, annotations, elaborations, or other modifications
18021
+ represent, as a whole, an original work of authorship. For the purposes
18022
+ of this License, Derivative Works shall not include works that remain
18023
+ separable from, or merely link (or bind by name) to the interfaces of,
18024
+ the Work and Derivative Works thereof.
18025
+
18026
+ "Contribution" shall mean any work of authorship, including
18027
+ the original version of the Work and any modifications or additions
18028
+ to that Work or Derivative Works thereof, that is intentionally
18029
+ submitted to Licensor for inclusion in the Work by the copyright owner
18030
+ or by an individual or Legal Entity authorized to submit on behalf of
18031
+ the copyright owner. For the purposes of this definition, "submitted"
18032
+ means any form of electronic, verbal, or written communication sent
18033
+ to the Licensor or its representatives, including but not limited to
18034
+ communication on electronic mailing lists, source code control systems,
18035
+ and issue tracking systems that are managed by, or on behalf of, the
18036
+ Licensor for the purpose of discussing and improving the Work, but
18037
+ excluding communication that is conspicuously marked or otherwise
18038
+ designated in writing by the copyright owner as "Not a Contribution."
18039
+
18040
+ "Contributor" shall mean Licensor and any individual or Legal Entity
18041
+ on behalf of whom a Contribution has been received by Licensor and
18042
+ subsequently incorporated within the Work.
18043
+
18044
+ 2. Grant of Copyright License. Subject to the terms and conditions of
18045
+ this License, each Contributor hereby grants to You a perpetual,
18046
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
18047
+ copyright license to reproduce, prepare Derivative Works of,
18048
+ publicly display, publicly perform, sublicense, and distribute the
18049
+ Work and such Derivative Works in Source or Object form.
18050
+
18051
+ 3. Grant of Patent License. Subject to the terms and conditions of
18052
+ this License, each Contributor hereby grants to You a perpetual,
18053
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
18054
+ (except as stated in this section) patent license to make, have made,
18055
+ use, offer to sell, sell, import, and otherwise transfer the Work,
18056
+ where such license applies only to those patent claims licensable
18057
+ by such Contributor that are necessarily infringed by their
18058
+ Contribution(s) alone or by combination of their Contribution(s)
18059
+ with the Work to which such Contribution(s) was submitted. If You
18060
+ institute patent litigation against any entity (including a
18061
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
18062
+ or a Contribution incorporated within the Work constitutes direct
18063
+ or contributory patent infringement, then any patent licenses
18064
+ granted to You under this License for that Work shall terminate
18065
+ as of the date such litigation is filed.
18066
+
18067
+ 4. Redistribution. You may reproduce and distribute copies of the
18068
+ Work or Derivative Works thereof in any medium, with or without
18069
+ modifications, and in Source or Object form, provided that You
18070
+ meet the following conditions:
18071
+
18072
+ (a) You must give any other recipients of the Work or
18073
+ Derivative Works a copy of this License; and
18074
+
18075
+ (b) You must cause any modified files to carry prominent notices
18076
+ stating that You changed the files; and
18077
+
18078
+ (c) You must retain, in the Source form of any Derivative Works
18079
+ that You distribute, all copyright, patent, trademark, and
18080
+ attribution notices from the Source form of the Work,
18081
+ excluding those notices that do not pertain to any part of
18082
+ the Derivative Works; and
18083
+
18084
+ (d) If the Work includes a "NOTICE" text file as part of its
18085
+ distribution, then any Derivative Works that You distribute must
18086
+ include a readable copy of the attribution notices contained
18087
+ within such NOTICE file, excluding those notices that do not
18088
+ pertain to any part of the Derivative Works, in at least one
18089
+ of the following places: within a NOTICE text file distributed
18090
+ as part of the Derivative Works; within the Source form or
18091
+ documentation, if provided along with the Derivative Works; or,
18092
+ within a display generated by the Derivative Works, if and
18093
+ wherever such third-party notices normally appear. The contents
18094
+ of the NOTICE file are for informational purposes only and
18095
+ do not modify the License. You may add Your own attribution
18096
+ notices within Derivative Works that You distribute, alongside
18097
+ or as an addendum to the NOTICE text from the Work, provided
18098
+ that such additional attribution notices cannot be construed
18099
+ as modifying the License.
18100
+
18101
+ You may add Your own copyright statement to Your modifications and
18102
+ may provide additional or different license terms and conditions
18103
+ for use, reproduction, or distribution of Your modifications, or
18104
+ for any such Derivative Works as a whole, provided Your use,
18105
+ reproduction, and distribution of the Work otherwise complies with
18106
+ the conditions stated in this License.
18107
+
18108
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
18109
+ any Contribution intentionally submitted for inclusion in the Work
18110
+ by You to the Licensor shall be under the terms and conditions of
18111
+ this License, without any additional terms or conditions.
18112
+ Notwithstanding the above, nothing herein shall supersede or modify
18113
+ the terms of any separate license agreement you may have executed
18114
+ with Licensor regarding such Contributions.
16081
18115
 
16082
- The above copyright notice and this permission notice shall be included in all
16083
- copies or substantial portions of the Software.
18116
+ 6. Trademarks. This License does not grant permission to use the trade
18117
+ names, trademarks, service marks, or product names of the Licensor,
18118
+ except as required for reasonable and customary use in describing the
18119
+ origin of the Work and reproducing the content of the NOTICE file.
16084
18120
 
16085
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16086
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16087
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16088
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16089
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16090
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
16091
- SOFTWARE.
18121
+ 7. Disclaimer of Warranty. Unless required by applicable law or
18122
+ agreed to in writing, Licensor provides the Work (and each
18123
+ Contributor provides its Contributions) on an "AS IS" BASIS,
18124
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
18125
+ implied, including, without limitation, any warranties or conditions
18126
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
18127
+ PARTICULAR PURPOSE. You are solely responsible for determining the
18128
+ appropriateness of using or redistributing the Work and assume any
18129
+ risks associated with Your exercise of permissions under this License.
16092
18130
 
18131
+ 8. Limitation of Liability. In no event and under no legal theory,
18132
+ whether in tort (including negligence), contract, or otherwise,
18133
+ unless required by applicable law (such as deliberate and grossly
18134
+ negligent acts) or agreed to in writing, shall any Contributor be
18135
+ liable to You for damages, including any direct, indirect, special,
18136
+ incidental, or consequential damages of any character arising as a
18137
+ result of this License or out of the use or inability to use the
18138
+ Work (including but not limited to damages for loss of goodwill,
18139
+ work stoppage, computer failure or malfunction, or any and all
18140
+ other commercial damages or losses), even if such Contributor
18141
+ has been advised of the possibility of such damages.
16093
18142
 
16094
- ----------------
18143
+ 9. Accepting Warranty or Additional Liability. While redistributing
18144
+ the Work or Derivative Works thereof, You may choose to offer,
18145
+ and charge a fee for, acceptance of support, warranty, indemnity,
18146
+ or other liability obligations and/or rights consistent with this
18147
+ License. However, in accepting such obligations, You may act only
18148
+ on Your own behalf and on Your sole responsibility, not on behalf
18149
+ of any other Contributor, and only if You agree to indemnify,
18150
+ defend, and hold each Contributor harmless for any liability
18151
+ incurred by, or claims asserted against, such Contributor by reason
18152
+ of your accepting any such warranty or additional liability.
16095
18153
 
16096
- ** @nodelib/fs.walk@1.2.8 - https://www.npmjs.com/package/@nodelib/fs.walk/v/1.2.8 | MIT
16097
- The MIT License (MIT)
18154
+ END OF TERMS AND CONDITIONS
16098
18155
 
16099
- Copyright (c) Denis Malinochkin
18156
+ APPENDIX: How to apply the Apache License to your work.
16100
18157
 
16101
- Permission is hereby granted, free of charge, to any person obtaining a copy
16102
- of this software and associated documentation files (the "Software"), to deal
16103
- in the Software without restriction, including without limitation the rights
16104
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16105
- copies of the Software, and to permit persons to whom the Software is
16106
- furnished to do so, subject to the following conditions:
18158
+ To apply the Apache License to your work, attach the following
18159
+ boilerplate notice, with the fields enclosed by brackets "{}"
18160
+ replaced with your own identifying information. (Don't include
18161
+ the brackets!) The text should be enclosed in the appropriate
18162
+ comment syntax for the file format. We also recommend that a
18163
+ file or class name and description of purpose be included on the
18164
+ same "printed page" as the copyright notice for easier
18165
+ identification within third-party archives.
16107
18166
 
16108
- The above copyright notice and this permission notice shall be included in all
16109
- copies or substantial portions of the Software.
18167
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
16110
18168
 
16111
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16112
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16113
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16114
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16115
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16116
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
16117
- SOFTWARE.
18169
+ Licensed under the Apache License, Version 2.0 (the "License");
18170
+ you may not use this file except in compliance with the License.
18171
+ You may obtain a copy of the License at
18172
+
18173
+ http://www.apache.org/licenses/LICENSE-2.0
16118
18174
 
18175
+ Unless required by applicable law or agreed to in writing, software
18176
+ distributed under the License is distributed on an "AS IS" BASIS,
18177
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18178
+ See the License for the specific language governing permissions and
18179
+ limitations under the License.
16119
18180
 
16120
18181
  ----------------
16121
18182
 
16122
- ** @smithy/config-resolver@4.4.17 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.17 | Apache-2.0
18183
+ ** @smithy/credential-provider-imds@4.3.3 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.3.3 | Apache-2.0
16123
18184
  Apache License
16124
18185
  Version 2.0, January 2004
16125
18186
  http://www.apache.org/licenses/
@@ -16324,8 +18385,8 @@ Apache License
16324
18385
 
16325
18386
  ----------------
16326
18387
 
16327
- ** @smithy/core@3.23.17 - https://www.npmjs.com/package/@smithy/core/v/3.23.17 | Apache-2.0
16328
- Apache License
18388
+ ** @smithy/credential-provider-imds@4.4.4 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.4.4 | Apache-2.0
18389
+ Apache License
16329
18390
  Version 2.0, January 2004
16330
18391
  http://www.apache.org/licenses/
16331
18392
 
@@ -16513,7 +18574,7 @@ Apache License
16513
18574
  same "printed page" as the copyright notice for easier
16514
18575
  identification within third-party archives.
16515
18576
 
16516
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
18577
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
16517
18578
 
16518
18579
  Licensed under the Apache License, Version 2.0 (the "License");
16519
18580
  you may not use this file except in compliance with the License.
@@ -16527,10 +18588,9 @@ Apache License
16527
18588
  See the License for the specific language governing permissions and
16528
18589
  limitations under the License.
16529
18590
 
16530
-
16531
18591
  ----------------
16532
18592
 
16533
- ** @smithy/core@3.24.2 - https://www.npmjs.com/package/@smithy/core/v/3.24.2 | Apache-2.0
18593
+ ** @smithy/eventstream-codec@4.2.14 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.14 | Apache-2.0
16534
18594
  Apache License
16535
18595
  Version 2.0, January 2004
16536
18596
  http://www.apache.org/licenses/
@@ -16719,7 +18779,7 @@ Apache License
16719
18779
  same "printed page" as the copyright notice for easier
16720
18780
  identification within third-party archives.
16721
18781
 
16722
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
18782
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
16723
18783
 
16724
18784
  Licensed under the Apache License, Version 2.0 (the "License");
16725
18785
  you may not use this file except in compliance with the License.
@@ -16736,7 +18796,7 @@ Apache License
16736
18796
 
16737
18797
  ----------------
16738
18798
 
16739
- ** @smithy/core@3.24.3 - https://www.npmjs.com/package/@smithy/core/v/3.24.3 | Apache-2.0
18799
+ ** @smithy/eventstream-serde-config-resolver@4.3.14 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.14 | Apache-2.0
16740
18800
  Apache License
16741
18801
  Version 2.0, January 2004
16742
18802
  http://www.apache.org/licenses/
@@ -16942,7 +19002,7 @@ Apache License
16942
19002
 
16943
19003
  ----------------
16944
19004
 
16945
- ** @smithy/core@3.24.5 - https://www.npmjs.com/package/@smithy/core/v/3.24.5 | Apache-2.0
19005
+ ** @smithy/eventstream-serde-node@4.2.14 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.14 | Apache-2.0
16946
19006
  Apache License
16947
19007
  Version 2.0, January 2004
16948
19008
  http://www.apache.org/licenses/
@@ -17148,7 +19208,7 @@ Apache License
17148
19208
 
17149
19209
  ----------------
17150
19210
 
17151
- ** @smithy/core@3.24.6 - https://www.npmjs.com/package/@smithy/core/v/3.24.6 | Apache-2.0
19211
+ ** @smithy/eventstream-serde-universal@4.2.14 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.14 | Apache-2.0
17152
19212
  Apache License
17153
19213
  Version 2.0, January 2004
17154
19214
  http://www.apache.org/licenses/
@@ -17354,7 +19414,7 @@ Apache License
17354
19414
 
17355
19415
  ----------------
17356
19416
 
17357
- ** @smithy/credential-provider-imds@4.2.14 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.2.14 | Apache-2.0
19417
+ ** @smithy/fetch-http-handler@5.3.17 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.17 | Apache-2.0
17358
19418
  Apache License
17359
19419
  Version 2.0, January 2004
17360
19420
  http://www.apache.org/licenses/
@@ -17559,7 +19619,7 @@ Apache License
17559
19619
 
17560
19620
  ----------------
17561
19621
 
17562
- ** @smithy/credential-provider-imds@4.3.3 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.3.3 | Apache-2.0
19622
+ ** @smithy/hash-node@4.2.14 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.14 | Apache-2.0
17563
19623
  Apache License
17564
19624
  Version 2.0, January 2004
17565
19625
  http://www.apache.org/licenses/
@@ -17764,8 +19824,8 @@ Apache License
17764
19824
 
17765
19825
  ----------------
17766
19826
 
17767
- ** @smithy/eventstream-codec@4.2.14 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.14 | Apache-2.0
17768
- Apache License
19827
+ ** @smithy/is-array-buffer@2.2.0 - https://www.npmjs.com/package/@smithy/is-array-buffer/v/2.2.0 | Apache-2.0
19828
+ Apache License
17769
19829
  Version 2.0, January 2004
17770
19830
  http://www.apache.org/licenses/
17771
19831
 
@@ -17967,11 +20027,10 @@ Apache License
17967
20027
  See the License for the specific language governing permissions and
17968
20028
  limitations under the License.
17969
20029
 
17970
-
17971
20030
  ----------------
17972
20031
 
17973
- ** @smithy/eventstream-serde-config-resolver@4.3.14 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.14 | Apache-2.0
17974
- Apache License
20032
+ ** @smithy/is-array-buffer@4.2.2 - https://www.npmjs.com/package/@smithy/is-array-buffer/v/4.2.2 | Apache-2.0
20033
+ Apache License
17975
20034
  Version 2.0, January 2004
17976
20035
  http://www.apache.org/licenses/
17977
20036
 
@@ -18159,7 +20218,7 @@ Apache License
18159
20218
  same "printed page" as the copyright notice for easier
18160
20219
  identification within third-party archives.
18161
20220
 
18162
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
20221
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
18163
20222
 
18164
20223
  Licensed under the Apache License, Version 2.0 (the "License");
18165
20224
  you may not use this file except in compliance with the License.
@@ -18173,11 +20232,10 @@ Apache License
18173
20232
  See the License for the specific language governing permissions and
18174
20233
  limitations under the License.
18175
20234
 
18176
-
18177
20235
  ----------------
18178
20236
 
18179
- ** @smithy/eventstream-serde-node@4.2.14 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.14 | Apache-2.0
18180
- Apache License
20237
+ ** @smithy/middleware-content-length@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.14 | Apache-2.0
20238
+ Apache License
18181
20239
  Version 2.0, January 2004
18182
20240
  http://www.apache.org/licenses/
18183
20241
 
@@ -18365,7 +20423,7 @@ Apache License
18365
20423
  same "printed page" as the copyright notice for easier
18366
20424
  identification within third-party archives.
18367
20425
 
18368
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
20426
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
18369
20427
 
18370
20428
  Licensed under the Apache License, Version 2.0 (the "License");
18371
20429
  you may not use this file except in compliance with the License.
@@ -18379,11 +20437,10 @@ Apache License
18379
20437
  See the License for the specific language governing permissions and
18380
20438
  limitations under the License.
18381
20439
 
18382
-
18383
20440
  ----------------
18384
20441
 
18385
- ** @smithy/eventstream-serde-universal@4.2.14 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.14 | Apache-2.0
18386
- Apache License
20442
+ ** @smithy/middleware-endpoint@4.4.32 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.32 | Apache-2.0
20443
+ Apache License
18387
20444
  Version 2.0, January 2004
18388
20445
  http://www.apache.org/licenses/
18389
20446
 
@@ -18571,7 +20628,7 @@ Apache License
18571
20628
  same "printed page" as the copyright notice for easier
18572
20629
  identification within third-party archives.
18573
20630
 
18574
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
20631
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
18575
20632
 
18576
20633
  Licensed under the Apache License, Version 2.0 (the "License");
18577
20634
  you may not use this file except in compliance with the License.
@@ -18585,10 +20642,9 @@ Apache License
18585
20642
  See the License for the specific language governing permissions and
18586
20643
  limitations under the License.
18587
20644
 
18588
-
18589
20645
  ----------------
18590
20646
 
18591
- ** @smithy/fetch-http-handler@5.3.17 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.17 | Apache-2.0
20647
+ ** @smithy/middleware-endpoint@4.6.1 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.6.1 | Apache-2.0
18592
20648
  Apache License
18593
20649
  Version 2.0, January 2004
18594
20650
  http://www.apache.org/licenses/
@@ -18793,8 +20849,8 @@ Apache License
18793
20849
 
18794
20850
  ----------------
18795
20851
 
18796
- ** @smithy/hash-node@4.2.14 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.14 | Apache-2.0
18797
- Apache License
20852
+ ** @smithy/middleware-retry@4.5.5 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.5.5 | Apache-2.0
20853
+ Apache License
18798
20854
  Version 2.0, January 2004
18799
20855
  http://www.apache.org/licenses/
18800
20856
 
@@ -18996,10 +21052,11 @@ Apache License
18996
21052
  See the License for the specific language governing permissions and
18997
21053
  limitations under the License.
18998
21054
 
21055
+
18999
21056
  ----------------
19000
21057
 
19001
- ** @smithy/hash-stream-node@4.2.14 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.2.14 | Apache-2.0
19002
- Apache License
21058
+ ** @smithy/middleware-retry@4.5.7 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.5.7 | Apache-2.0
21059
+ Apache License
19003
21060
  Version 2.0, January 2004
19004
21061
  http://www.apache.org/licenses/
19005
21062
 
@@ -19201,10 +21258,11 @@ Apache License
19201
21258
  See the License for the specific language governing permissions and
19202
21259
  limitations under the License.
19203
21260
 
21261
+
19204
21262
  ----------------
19205
21263
 
19206
- ** @smithy/is-array-buffer@2.2.0 - https://www.npmjs.com/package/@smithy/is-array-buffer/v/2.2.0 | Apache-2.0
19207
- Apache License
21264
+ ** @smithy/middleware-serde@4.2.20 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.20 | Apache-2.0
21265
+ Apache License
19208
21266
  Version 2.0, January 2004
19209
21267
  http://www.apache.org/licenses/
19210
21268
 
@@ -19392,7 +21450,7 @@ Apache License
19392
21450
  same "printed page" as the copyright notice for easier
19393
21451
  identification within third-party archives.
19394
21452
 
19395
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
21453
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
19396
21454
 
19397
21455
  Licensed under the Apache License, Version 2.0 (the "License");
19398
21456
  you may not use this file except in compliance with the License.
@@ -19406,9 +21464,10 @@ Apache License
19406
21464
  See the License for the specific language governing permissions and
19407
21465
  limitations under the License.
19408
21466
 
21467
+
19409
21468
  ----------------
19410
21469
 
19411
- ** @smithy/is-array-buffer@4.2.2 - https://www.npmjs.com/package/@smithy/is-array-buffer/v/4.2.2 | Apache-2.0
21470
+ ** @smithy/middleware-stack@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.14 | Apache-2.0
19412
21471
  Apache License
19413
21472
  Version 2.0, January 2004
19414
21473
  http://www.apache.org/licenses/
@@ -19613,7 +21672,7 @@ Apache License
19613
21672
 
19614
21673
  ----------------
19615
21674
 
19616
- ** @smithy/middleware-content-length@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.14 | Apache-2.0
21675
+ ** @smithy/node-config-provider@4.3.14 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.14 | Apache-2.0
19617
21676
  Apache License
19618
21677
  Version 2.0, January 2004
19619
21678
  http://www.apache.org/licenses/
@@ -19802,7 +21861,7 @@ Apache License
19802
21861
  same "printed page" as the copyright notice for easier
19803
21862
  identification within third-party archives.
19804
21863
 
19805
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
21864
+ Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
19806
21865
 
19807
21866
  Licensed under the Apache License, Version 2.0 (the "License");
19808
21867
  you may not use this file except in compliance with the License.
@@ -19818,7 +21877,7 @@ Apache License
19818
21877
 
19819
21878
  ----------------
19820
21879
 
19821
- ** @smithy/middleware-endpoint@4.4.32 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.32 | Apache-2.0
21880
+ ** @smithy/node-config-provider@4.5.1 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.5.1 | Apache-2.0
19822
21881
  Apache License
19823
21882
  Version 2.0, January 2004
19824
21883
  http://www.apache.org/licenses/
@@ -20007,7 +22066,7 @@ Apache License
20007
22066
  same "printed page" as the copyright notice for easier
20008
22067
  identification within third-party archives.
20009
22068
 
20010
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22069
+ Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
20011
22070
 
20012
22071
  Licensed under the Apache License, Version 2.0 (the "License");
20013
22072
  you may not use this file except in compliance with the License.
@@ -20023,8 +22082,8 @@ Apache License
20023
22082
 
20024
22083
  ----------------
20025
22084
 
20026
- ** @smithy/middleware-retry@4.5.5 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.5.5 | Apache-2.0
20027
- Apache License
22085
+ ** @smithy/node-http-handler@4.6.1 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.6.1 | Apache-2.0
22086
+ Apache License
20028
22087
  Version 2.0, January 2004
20029
22088
  http://www.apache.org/licenses/
20030
22089
 
@@ -20226,11 +22285,10 @@ Apache License
20226
22285
  See the License for the specific language governing permissions and
20227
22286
  limitations under the License.
20228
22287
 
20229
-
20230
22288
  ----------------
20231
22289
 
20232
- ** @smithy/middleware-retry@4.5.7 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.5.7 | Apache-2.0
20233
- Apache License
22290
+ ** @smithy/node-http-handler@4.7.3 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.7.3 | Apache-2.0
22291
+ Apache License
20234
22292
  Version 2.0, January 2004
20235
22293
  http://www.apache.org/licenses/
20236
22294
 
@@ -20432,11 +22490,10 @@ Apache License
20432
22490
  See the License for the specific language governing permissions and
20433
22491
  limitations under the License.
20434
22492
 
20435
-
20436
22493
  ----------------
20437
22494
 
20438
- ** @smithy/middleware-serde@4.2.20 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.20 | Apache-2.0
20439
- Apache License
22495
+ ** @smithy/node-http-handler@4.9.1 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.9.1 | Apache-2.0
22496
+ Apache License
20440
22497
  Version 2.0, January 2004
20441
22498
  http://www.apache.org/licenses/
20442
22499
 
@@ -20624,7 +22681,7 @@ Apache License
20624
22681
  same "printed page" as the copyright notice for easier
20625
22682
  identification within third-party archives.
20626
22683
 
20627
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22684
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
20628
22685
 
20629
22686
  Licensed under the Apache License, Version 2.0 (the "License");
20630
22687
  you may not use this file except in compliance with the License.
@@ -20638,10 +22695,9 @@ Apache License
20638
22695
  See the License for the specific language governing permissions and
20639
22696
  limitations under the License.
20640
22697
 
20641
-
20642
22698
  ----------------
20643
22699
 
20644
- ** @smithy/middleware-stack@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.14 | Apache-2.0
22700
+ ** @smithy/property-provider@4.2.14 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.14 | Apache-2.0
20645
22701
  Apache License
20646
22702
  Version 2.0, January 2004
20647
22703
  http://www.apache.org/licenses/
@@ -20846,7 +22902,7 @@ Apache License
20846
22902
 
20847
22903
  ----------------
20848
22904
 
20849
- ** @smithy/node-config-provider@4.3.14 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.14 | Apache-2.0
22905
+ ** @smithy/property-provider@4.4.1 - https://www.npmjs.com/package/@smithy/property-provider/v/4.4.1 | Apache-2.0
20850
22906
  Apache License
20851
22907
  Version 2.0, January 2004
20852
22908
  http://www.apache.org/licenses/
@@ -21035,7 +23091,7 @@ Apache License
21035
23091
  same "printed page" as the copyright notice for easier
21036
23092
  identification within third-party archives.
21037
23093
 
21038
- Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
23094
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
21039
23095
 
21040
23096
  Licensed under the Apache License, Version 2.0 (the "License");
21041
23097
  you may not use this file except in compliance with the License.
@@ -21051,8 +23107,8 @@ Apache License
21051
23107
 
21052
23108
  ----------------
21053
23109
 
21054
- ** @smithy/node-http-handler@4.6.1 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.6.1 | Apache-2.0
21055
- Apache License
23110
+ ** @smithy/protocol-http@5.3.14 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.14 | Apache-2.0
23111
+ Apache License
21056
23112
  Version 2.0, January 2004
21057
23113
  http://www.apache.org/licenses/
21058
23114
 
@@ -21240,7 +23296,7 @@ Apache License
21240
23296
  same "printed page" as the copyright notice for easier
21241
23297
  identification within third-party archives.
21242
23298
 
21243
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
23299
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
21244
23300
 
21245
23301
  Licensed under the Apache License, Version 2.0 (the "License");
21246
23302
  you may not use this file except in compliance with the License.
@@ -21254,10 +23310,11 @@ Apache License
21254
23310
  See the License for the specific language governing permissions and
21255
23311
  limitations under the License.
21256
23312
 
23313
+
21257
23314
  ----------------
21258
23315
 
21259
- ** @smithy/node-http-handler@4.7.3 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.7.3 | Apache-2.0
21260
- Apache License
23316
+ ** @smithy/querystring-builder@4.2.14 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.14 | Apache-2.0
23317
+ Apache License
21261
23318
  Version 2.0, January 2004
21262
23319
  http://www.apache.org/licenses/
21263
23320
 
@@ -21459,10 +23516,11 @@ Apache License
21459
23516
  See the License for the specific language governing permissions and
21460
23517
  limitations under the License.
21461
23518
 
23519
+
21462
23520
  ----------------
21463
23521
 
21464
- ** @smithy/property-provider@4.2.14 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.14 | Apache-2.0
21465
- Apache License
23522
+ ** @smithy/querystring-parser@4.2.14 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.14 | Apache-2.0
23523
+ Apache License
21466
23524
  Version 2.0, January 2004
21467
23525
  http://www.apache.org/licenses/
21468
23526
 
@@ -21664,9 +23722,10 @@ Apache License
21664
23722
  See the License for the specific language governing permissions and
21665
23723
  limitations under the License.
21666
23724
 
23725
+
21667
23726
  ----------------
21668
23727
 
21669
- ** @smithy/protocol-http@5.3.14 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.14 | Apache-2.0
23728
+ ** @smithy/service-error-classification@4.3.0 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.3.0 | Apache-2.0
21670
23729
  Apache License
21671
23730
  Version 2.0, January 2004
21672
23731
  http://www.apache.org/licenses/
@@ -21855,7 +23914,7 @@ Apache License
21855
23914
  same "printed page" as the copyright notice for easier
21856
23915
  identification within third-party archives.
21857
23916
 
21858
- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
23917
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
21859
23918
 
21860
23919
  Licensed under the Apache License, Version 2.0 (the "License");
21861
23920
  you may not use this file except in compliance with the License.
@@ -21872,7 +23931,7 @@ Apache License
21872
23931
 
21873
23932
  ----------------
21874
23933
 
21875
- ** @smithy/querystring-builder@4.2.14 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.14 | Apache-2.0
23934
+ ** @smithy/service-error-classification@4.3.1 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.3.1 | Apache-2.0
21876
23935
  Apache License
21877
23936
  Version 2.0, January 2004
21878
23937
  http://www.apache.org/licenses/
@@ -22078,8 +24137,8 @@ Apache License
22078
24137
 
22079
24138
  ----------------
22080
24139
 
22081
- ** @smithy/querystring-parser@4.2.14 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.14 | Apache-2.0
22082
- Apache License
24140
+ ** @smithy/shared-ini-file-loader@4.4.9 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.9 | Apache-2.0
24141
+ Apache License
22083
24142
  Version 2.0, January 2004
22084
24143
  http://www.apache.org/licenses/
22085
24144
 
@@ -22281,11 +24340,10 @@ Apache License
22281
24340
  See the License for the specific language governing permissions and
22282
24341
  limitations under the License.
22283
24342
 
22284
-
22285
24343
  ----------------
22286
24344
 
22287
- ** @smithy/service-error-classification@4.3.0 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.3.0 | Apache-2.0
22288
- Apache License
24345
+ ** @smithy/shared-ini-file-loader@4.6.1 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.6.1 | Apache-2.0
24346
+ Apache License
22289
24347
  Version 2.0, January 2004
22290
24348
  http://www.apache.org/licenses/
22291
24349
 
@@ -22487,11 +24545,10 @@ Apache License
22487
24545
  See the License for the specific language governing permissions and
22488
24546
  limitations under the License.
22489
24547
 
22490
-
22491
24548
  ----------------
22492
24549
 
22493
- ** @smithy/service-error-classification@4.3.1 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.3.1 | Apache-2.0
22494
- Apache License
24550
+ ** @smithy/signature-v4@5.3.14 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.14 | Apache-2.0
24551
+ Apache License
22495
24552
  Version 2.0, January 2004
22496
24553
  http://www.apache.org/licenses/
22497
24554
 
@@ -22693,10 +24750,9 @@ Apache License
22693
24750
  See the License for the specific language governing permissions and
22694
24751
  limitations under the License.
22695
24752
 
22696
-
22697
24753
  ----------------
22698
24754
 
22699
- ** @smithy/shared-ini-file-loader@4.4.9 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.9 | Apache-2.0
24755
+ ** @smithy/signature-v4@5.4.3 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.4.3 | Apache-2.0
22700
24756
  Apache License
22701
24757
  Version 2.0, January 2004
22702
24758
  http://www.apache.org/licenses/
@@ -22901,7 +24957,7 @@ Apache License
22901
24957
 
22902
24958
  ----------------
22903
24959
 
22904
- ** @smithy/signature-v4@5.3.14 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.14 | Apache-2.0
24960
+ ** @smithy/signature-v4@5.6.0 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.6.0 | Apache-2.0
22905
24961
  Apache License
22906
24962
  Version 2.0, January 2004
22907
24963
  http://www.apache.org/licenses/
@@ -23106,8 +25162,8 @@ Apache License
23106
25162
 
23107
25163
  ----------------
23108
25164
 
23109
- ** @smithy/signature-v4@5.4.3 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.4.3 | Apache-2.0
23110
- Apache License
25165
+ ** @smithy/smithy-client@4.12.13 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.13 | Apache-2.0
25166
+ Apache License
23111
25167
  Version 2.0, January 2004
23112
25168
  http://www.apache.org/licenses/
23113
25169
 
@@ -23295,7 +25351,7 @@ Apache License
23295
25351
  same "printed page" as the copyright notice for easier
23296
25352
  identification within third-party archives.
23297
25353
 
23298
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
25354
+ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
23299
25355
 
23300
25356
  Licensed under the Apache License, Version 2.0 (the "License");
23301
25357
  you may not use this file except in compliance with the License.
@@ -23309,9 +25365,10 @@ Apache License
23309
25365
  See the License for the specific language governing permissions and
23310
25366
  limitations under the License.
23311
25367
 
25368
+
23312
25369
  ----------------
23313
25370
 
23314
- ** @smithy/smithy-client@4.12.13 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.13 | Apache-2.0
25371
+ ** @smithy/smithy-client@4.14.1 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.14.1 | Apache-2.0
23315
25372
  Apache License
23316
25373
  Version 2.0, January 2004
23317
25374
  http://www.apache.org/licenses/
@@ -23517,7 +25574,7 @@ Apache License
23517
25574
 
23518
25575
  ----------------
23519
25576
 
23520
- ** @smithy/types@4.14.3 - https://www.npmjs.com/package/@smithy/types/v/4.14.3 | Apache-2.0
25577
+ ** @smithy/types@4.15.0 - https://www.npmjs.com/package/@smithy/types/v/4.15.0 | Apache-2.0
23521
25578
  Apache License
23522
25579
  Version 2.0, January 2004
23523
25580
  http://www.apache.org/licenses/
@@ -24134,7 +26191,7 @@ Apache License
24134
26191
 
24135
26192
  ----------------
24136
26193
 
24137
- ** @smithy/util-body-length-browser@4.2.2 - https://www.npmjs.com/package/@smithy/util-body-length-browser/v/4.2.2 | Apache-2.0
26194
+ ** @smithy/util-body-length-node@4.2.3 - https://www.npmjs.com/package/@smithy/util-body-length-node/v/4.2.3 | Apache-2.0
24138
26195
  Apache License
24139
26196
  Version 2.0, January 2004
24140
26197
  http://www.apache.org/licenses/
@@ -24339,7 +26396,7 @@ Apache License
24339
26396
 
24340
26397
  ----------------
24341
26398
 
24342
- ** @smithy/util-body-length-node@4.2.3 - https://www.npmjs.com/package/@smithy/util-body-length-node/v/4.2.3 | Apache-2.0
26399
+ ** @smithy/util-buffer-from@2.2.0 - https://www.npmjs.com/package/@smithy/util-buffer-from/v/2.2.0 | Apache-2.0
24343
26400
  Apache License
24344
26401
  Version 2.0, January 2004
24345
26402
  http://www.apache.org/licenses/
@@ -24544,7 +26601,7 @@ Apache License
24544
26601
 
24545
26602
  ----------------
24546
26603
 
24547
- ** @smithy/util-buffer-from@2.2.0 - https://www.npmjs.com/package/@smithy/util-buffer-from/v/2.2.0 | Apache-2.0
26604
+ ** @smithy/util-buffer-from@4.2.2 - https://www.npmjs.com/package/@smithy/util-buffer-from/v/4.2.2 | Apache-2.0
24548
26605
  Apache License
24549
26606
  Version 2.0, January 2004
24550
26607
  http://www.apache.org/licenses/
@@ -24749,7 +26806,7 @@ Apache License
24749
26806
 
24750
26807
  ----------------
24751
26808
 
24752
- ** @smithy/util-buffer-from@4.2.2 - https://www.npmjs.com/package/@smithy/util-buffer-from/v/4.2.2 | Apache-2.0
26809
+ ** @smithy/util-config-provider@4.2.2 - https://www.npmjs.com/package/@smithy/util-config-provider/v/4.2.2 | Apache-2.0
24753
26810
  Apache License
24754
26811
  Version 2.0, January 2004
24755
26812
  http://www.apache.org/licenses/
@@ -24938,7 +26995,7 @@ Apache License
24938
26995
  same "printed page" as the copyright notice for easier
24939
26996
  identification within third-party archives.
24940
26997
 
24941
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
26998
+ Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
24942
26999
 
24943
27000
  Licensed under the Apache License, Version 2.0 (the "License");
24944
27001
  you may not use this file except in compliance with the License.
@@ -24954,8 +27011,8 @@ Apache License
24954
27011
 
24955
27012
  ----------------
24956
27013
 
24957
- ** @smithy/util-config-provider@4.2.2 - https://www.npmjs.com/package/@smithy/util-config-provider/v/4.2.2 | Apache-2.0
24958
- Apache License
27014
+ ** @smithy/util-defaults-mode-node@4.2.54 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.2.54 | Apache-2.0
27015
+ Apache License
24959
27016
  Version 2.0, January 2004
24960
27017
  http://www.apache.org/licenses/
24961
27018
 
@@ -25143,7 +27200,7 @@ Apache License
25143
27200
  same "printed page" as the copyright notice for easier
25144
27201
  identification within third-party archives.
25145
27202
 
25146
- Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
27203
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
25147
27204
 
25148
27205
  Licensed under the Apache License, Version 2.0 (the "License");
25149
27206
  you may not use this file except in compliance with the License.
@@ -25157,10 +27214,11 @@ Apache License
25157
27214
  See the License for the specific language governing permissions and
25158
27215
  limitations under the License.
25159
27216
 
27217
+
25160
27218
  ----------------
25161
27219
 
25162
- ** @smithy/util-defaults-mode-node@4.2.54 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.2.54 | Apache-2.0
25163
- Apache License
27220
+ ** @smithy/util-endpoints@3.4.2 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.4.2 | Apache-2.0
27221
+ Apache License
25164
27222
  Version 2.0, January 2004
25165
27223
  http://www.apache.org/licenses/
25166
27224
 
@@ -25348,7 +27406,7 @@ Apache License
25348
27406
  same "printed page" as the copyright notice for easier
25349
27407
  identification within third-party archives.
25350
27408
 
25351
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
27409
+ Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
25352
27410
 
25353
27411
  Licensed under the Apache License, Version 2.0 (the "License");
25354
27412
  you may not use this file except in compliance with the License.
@@ -25362,10 +27420,9 @@ Apache License
25362
27420
  See the License for the specific language governing permissions and
25363
27421
  limitations under the License.
25364
27422
 
25365
-
25366
27423
  ----------------
25367
27424
 
25368
- ** @smithy/util-endpoints@3.4.2 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.4.2 | Apache-2.0
27425
+ ** @smithy/util-hex-encoding@4.2.2 - https://www.npmjs.com/package/@smithy/util-hex-encoding/v/4.2.2 | Apache-2.0
25369
27426
  Apache License
25370
27427
  Version 2.0, January 2004
25371
27428
  http://www.apache.org/licenses/
@@ -25554,7 +27611,7 @@ Apache License
25554
27611
  same "printed page" as the copyright notice for easier
25555
27612
  identification within third-party archives.
25556
27613
 
25557
- Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
27614
+ Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
25558
27615
 
25559
27616
  Licensed under the Apache License, Version 2.0 (the "License");
25560
27617
  you may not use this file except in compliance with the License.
@@ -25570,7 +27627,7 @@ Apache License
25570
27627
 
25571
27628
  ----------------
25572
27629
 
25573
- ** @smithy/util-hex-encoding@4.2.2 - https://www.npmjs.com/package/@smithy/util-hex-encoding/v/4.2.2 | Apache-2.0
27630
+ ** @smithy/util-middleware@4.2.14 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.2.14 | Apache-2.0
25574
27631
  Apache License
25575
27632
  Version 2.0, January 2004
25576
27633
  http://www.apache.org/licenses/
@@ -25759,7 +27816,7 @@ Apache License
25759
27816
  same "printed page" as the copyright notice for easier
25760
27817
  identification within third-party archives.
25761
27818
 
25762
- Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
27819
+ Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
25763
27820
 
25764
27821
  Licensed under the Apache License, Version 2.0 (the "License");
25765
27822
  you may not use this file except in compliance with the License.
@@ -25775,7 +27832,7 @@ Apache License
25775
27832
 
25776
27833
  ----------------
25777
27834
 
25778
- ** @smithy/util-middleware@4.2.14 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.2.14 | Apache-2.0
27835
+ ** @smithy/util-retry@4.4.6 - https://www.npmjs.com/package/@smithy/util-retry/v/4.4.6 | Apache-2.0
25779
27836
  Apache License
25780
27837
  Version 2.0, January 2004
25781
27838
  http://www.apache.org/licenses/
@@ -25980,7 +28037,7 @@ Apache License
25980
28037
 
25981
28038
  ----------------
25982
28039
 
25983
- ** @smithy/util-retry@4.4.6 - https://www.npmjs.com/package/@smithy/util-retry/v/4.4.6 | Apache-2.0
28040
+ ** @smithy/util-retry@4.5.1 - https://www.npmjs.com/package/@smithy/util-retry/v/4.5.1 | Apache-2.0
25984
28041
  Apache License
25985
28042
  Version 2.0, January 2004
25986
28043
  http://www.apache.org/licenses/