@aws-cdk/integ-runner 2.197.3 → 2.197.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES +1259 -17
- package/lib/workers/extract/index.js +32085 -27241
- package/package.json +5 -5
package/THIRD_PARTY_LICENSES
CHANGED
|
@@ -1648,7 +1648,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li
|
|
|
1648
1648
|
|
|
1649
1649
|
----------------
|
|
1650
1650
|
|
|
1651
|
-
** @aws-sdk/client-codebuild@3.
|
|
1651
|
+
** @aws-sdk/client-codebuild@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/client-codebuild/v/3.1005.0 | Apache-2.0
|
|
1652
1652
|
Apache License
|
|
1653
1653
|
Version 2.0, January 2004
|
|
1654
1654
|
http://www.apache.org/licenses/
|
|
@@ -3296,7 +3296,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li
|
|
|
3296
3296
|
|
|
3297
3297
|
----------------
|
|
3298
3298
|
|
|
3299
|
-
** @aws-sdk/client-route-53@3.
|
|
3299
|
+
** @aws-sdk/client-route-53@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/client-route-53/v/3.1005.0 | Apache-2.0
|
|
3300
3300
|
Apache License
|
|
3301
3301
|
Version 2.0, January 2004
|
|
3302
3302
|
http://www.apache.org/licenses/
|
|
@@ -4120,7 +4120,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li
|
|
|
4120
4120
|
|
|
4121
4121
|
----------------
|
|
4122
4122
|
|
|
4123
|
-
** @aws-sdk/client-ssm@3.
|
|
4123
|
+
** @aws-sdk/client-ssm@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/client-ssm/v/3.1005.0 | Apache-2.0
|
|
4124
4124
|
Apache License
|
|
4125
4125
|
Version 2.0, January 2004
|
|
4126
4126
|
http://www.apache.org/licenses/
|
|
@@ -4532,7 +4532,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li
|
|
|
4532
4532
|
|
|
4533
4533
|
----------------
|
|
4534
4534
|
|
|
4535
|
-
** @aws-sdk/core@3.973.
|
|
4535
|
+
** @aws-sdk/core@3.973.19 - https://www.npmjs.com/package/@aws-sdk/core/v/3.973.19 | Apache-2.0
|
|
4536
4536
|
Apache License
|
|
4537
4537
|
Version 2.0, January 2004
|
|
4538
4538
|
http://www.apache.org/licenses/
|
|
@@ -5353,11 +5353,1048 @@ Apache License
|
|
|
5353
5353
|
|
|
5354
5354
|
----------------
|
|
5355
5355
|
|
|
5356
|
+
** @aws-sdk/credential-provider-env@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.17 | Apache-2.0
|
|
5357
|
+
Apache License
|
|
5358
|
+
Version 2.0, January 2004
|
|
5359
|
+
http://www.apache.org/licenses/
|
|
5360
|
+
|
|
5361
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
5362
|
+
|
|
5363
|
+
1. Definitions.
|
|
5364
|
+
|
|
5365
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
5366
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
5367
|
+
|
|
5368
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
5369
|
+
the copyright owner that is granting the License.
|
|
5370
|
+
|
|
5371
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
5372
|
+
other entities that control, are controlled by, or are under common
|
|
5373
|
+
control with that entity. For the purposes of this definition,
|
|
5374
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
5375
|
+
direction or management of such entity, whether by contract or
|
|
5376
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
5377
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
5378
|
+
|
|
5379
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
5380
|
+
exercising permissions granted by this License.
|
|
5381
|
+
|
|
5382
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
5383
|
+
including but not limited to software source code, documentation
|
|
5384
|
+
source, and configuration files.
|
|
5385
|
+
|
|
5386
|
+
"Object" form shall mean any form resulting from mechanical
|
|
5387
|
+
transformation or translation of a Source form, including but
|
|
5388
|
+
not limited to compiled object code, generated documentation,
|
|
5389
|
+
and conversions to other media types.
|
|
5390
|
+
|
|
5391
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
5392
|
+
Object form, made available under the License, as indicated by a
|
|
5393
|
+
copyright notice that is included in or attached to the work
|
|
5394
|
+
(an example is provided in the Appendix below).
|
|
5395
|
+
|
|
5396
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
5397
|
+
form, that is based on (or derived from) the Work and for which the
|
|
5398
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
5399
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
5400
|
+
of this License, Derivative Works shall not include works that remain
|
|
5401
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
5402
|
+
the Work and Derivative Works thereof.
|
|
5403
|
+
|
|
5404
|
+
"Contribution" shall mean any work of authorship, including
|
|
5405
|
+
the original version of the Work and any modifications or additions
|
|
5406
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
5407
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
5408
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
5409
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
5410
|
+
means any form of electronic, verbal, or written communication sent
|
|
5411
|
+
to the Licensor or its representatives, including but not limited to
|
|
5412
|
+
communication on electronic mailing lists, source code control systems,
|
|
5413
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
5414
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
5415
|
+
excluding communication that is conspicuously marked or otherwise
|
|
5416
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
5417
|
+
|
|
5418
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
5419
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
5420
|
+
subsequently incorporated within the Work.
|
|
5421
|
+
|
|
5422
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
5423
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
5424
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
5425
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
5426
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
5427
|
+
Work and such Derivative Works in Source or Object form.
|
|
5428
|
+
|
|
5429
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
5430
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
5431
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
5432
|
+
(except as stated in this section) patent license to make, have made,
|
|
5433
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
5434
|
+
where such license applies only to those patent claims licensable
|
|
5435
|
+
by such Contributor that are necessarily infringed by their
|
|
5436
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
5437
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
5438
|
+
institute patent litigation against any entity (including a
|
|
5439
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
5440
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
5441
|
+
or contributory patent infringement, then any patent licenses
|
|
5442
|
+
granted to You under this License for that Work shall terminate
|
|
5443
|
+
as of the date such litigation is filed.
|
|
5444
|
+
|
|
5445
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
5446
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
5447
|
+
modifications, and in Source or Object form, provided that You
|
|
5448
|
+
meet the following conditions:
|
|
5449
|
+
|
|
5450
|
+
(a) You must give any other recipients of the Work or
|
|
5451
|
+
Derivative Works a copy of this License; and
|
|
5452
|
+
|
|
5453
|
+
(b) You must cause any modified files to carry prominent notices
|
|
5454
|
+
stating that You changed the files; and
|
|
5455
|
+
|
|
5456
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
5457
|
+
that You distribute, all copyright, patent, trademark, and
|
|
5458
|
+
attribution notices from the Source form of the Work,
|
|
5459
|
+
excluding those notices that do not pertain to any part of
|
|
5460
|
+
the Derivative Works; and
|
|
5461
|
+
|
|
5462
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
5463
|
+
distribution, then any Derivative Works that You distribute must
|
|
5464
|
+
include a readable copy of the attribution notices contained
|
|
5465
|
+
within such NOTICE file, excluding those notices that do not
|
|
5466
|
+
pertain to any part of the Derivative Works, in at least one
|
|
5467
|
+
of the following places: within a NOTICE text file distributed
|
|
5468
|
+
as part of the Derivative Works; within the Source form or
|
|
5469
|
+
documentation, if provided along with the Derivative Works; or,
|
|
5470
|
+
within a display generated by the Derivative Works, if and
|
|
5471
|
+
wherever such third-party notices normally appear. The contents
|
|
5472
|
+
of the NOTICE file are for informational purposes only and
|
|
5473
|
+
do not modify the License. You may add Your own attribution
|
|
5474
|
+
notices within Derivative Works that You distribute, alongside
|
|
5475
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
5476
|
+
that such additional attribution notices cannot be construed
|
|
5477
|
+
as modifying the License.
|
|
5478
|
+
|
|
5479
|
+
You may add Your own copyright statement to Your modifications and
|
|
5480
|
+
may provide additional or different license terms and conditions
|
|
5481
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
5482
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
5483
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
5484
|
+
the conditions stated in this License.
|
|
5485
|
+
|
|
5486
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
5487
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
5488
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
5489
|
+
this License, without any additional terms or conditions.
|
|
5490
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
5491
|
+
the terms of any separate license agreement you may have executed
|
|
5492
|
+
with Licensor regarding such Contributions.
|
|
5493
|
+
|
|
5494
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
5495
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
5496
|
+
except as required for reasonable and customary use in describing the
|
|
5497
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
5498
|
+
|
|
5499
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
5500
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
5501
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
5502
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
5503
|
+
implied, including, without limitation, any warranties or conditions
|
|
5504
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
5505
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
5506
|
+
appropriateness of using or redistributing the Work and assume any
|
|
5507
|
+
risks associated with Your exercise of permissions under this License.
|
|
5508
|
+
|
|
5509
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
5510
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
5511
|
+
unless required by applicable law (such as deliberate and grossly
|
|
5512
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
5513
|
+
liable to You for damages, including any direct, indirect, special,
|
|
5514
|
+
incidental, or consequential damages of any character arising as a
|
|
5515
|
+
result of this License or out of the use or inability to use the
|
|
5516
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
5517
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
5518
|
+
other commercial damages or losses), even if such Contributor
|
|
5519
|
+
has been advised of the possibility of such damages.
|
|
5520
|
+
|
|
5521
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
5522
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
5523
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
5524
|
+
or other liability obligations and/or rights consistent with this
|
|
5525
|
+
License. However, in accepting such obligations, You may act only
|
|
5526
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
5527
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
5528
|
+
defend, and hold each Contributor harmless for any liability
|
|
5529
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
5530
|
+
of your accepting any such warranty or additional liability.
|
|
5531
|
+
|
|
5532
|
+
END OF TERMS AND CONDITIONS
|
|
5533
|
+
|
|
5534
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
5535
|
+
|
|
5536
|
+
To apply the Apache License to your work, attach the following
|
|
5537
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
5538
|
+
replaced with your own identifying information. (Don't include
|
|
5539
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
5540
|
+
comment syntax for the file format. We also recommend that a
|
|
5541
|
+
file or class name and description of purpose be included on the
|
|
5542
|
+
same "printed page" as the copyright notice for easier
|
|
5543
|
+
identification within third-party archives.
|
|
5544
|
+
|
|
5545
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
5546
|
+
|
|
5547
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5548
|
+
you may not use this file except in compliance with the License.
|
|
5549
|
+
You may obtain a copy of the License at
|
|
5550
|
+
|
|
5551
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
5552
|
+
|
|
5553
|
+
Unless required by applicable law or agreed to in writing, software
|
|
5554
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
5555
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
5556
|
+
See the License for the specific language governing permissions and
|
|
5557
|
+
limitations under the License.
|
|
5558
|
+
|
|
5559
|
+
----------------
|
|
5560
|
+
|
|
5356
5561
|
** @aws-sdk/credential-provider-http@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.18 | Apache-2.0
|
|
5357
5562
|
|
|
5358
5563
|
----------------
|
|
5359
5564
|
|
|
5360
|
-
** @aws-sdk/credential-provider-
|
|
5565
|
+
** @aws-sdk/credential-provider-http@3.972.19 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.19 | Apache-2.0
|
|
5566
|
+
|
|
5567
|
+
----------------
|
|
5568
|
+
|
|
5569
|
+
** @aws-sdk/credential-provider-ini@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.17 | Apache-2.0
|
|
5570
|
+
Apache License
|
|
5571
|
+
Version 2.0, January 2004
|
|
5572
|
+
http://www.apache.org/licenses/
|
|
5573
|
+
|
|
5574
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
5575
|
+
|
|
5576
|
+
1. Definitions.
|
|
5577
|
+
|
|
5578
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
5579
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
5580
|
+
|
|
5581
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
5582
|
+
the copyright owner that is granting the License.
|
|
5583
|
+
|
|
5584
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
5585
|
+
other entities that control, are controlled by, or are under common
|
|
5586
|
+
control with that entity. For the purposes of this definition,
|
|
5587
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
5588
|
+
direction or management of such entity, whether by contract or
|
|
5589
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
5590
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
5591
|
+
|
|
5592
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
5593
|
+
exercising permissions granted by this License.
|
|
5594
|
+
|
|
5595
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
5596
|
+
including but not limited to software source code, documentation
|
|
5597
|
+
source, and configuration files.
|
|
5598
|
+
|
|
5599
|
+
"Object" form shall mean any form resulting from mechanical
|
|
5600
|
+
transformation or translation of a Source form, including but
|
|
5601
|
+
not limited to compiled object code, generated documentation,
|
|
5602
|
+
and conversions to other media types.
|
|
5603
|
+
|
|
5604
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
5605
|
+
Object form, made available under the License, as indicated by a
|
|
5606
|
+
copyright notice that is included in or attached to the work
|
|
5607
|
+
(an example is provided in the Appendix below).
|
|
5608
|
+
|
|
5609
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
5610
|
+
form, that is based on (or derived from) the Work and for which the
|
|
5611
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
5612
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
5613
|
+
of this License, Derivative Works shall not include works that remain
|
|
5614
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
5615
|
+
the Work and Derivative Works thereof.
|
|
5616
|
+
|
|
5617
|
+
"Contribution" shall mean any work of authorship, including
|
|
5618
|
+
the original version of the Work and any modifications or additions
|
|
5619
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
5620
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
5621
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
5622
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
5623
|
+
means any form of electronic, verbal, or written communication sent
|
|
5624
|
+
to the Licensor or its representatives, including but not limited to
|
|
5625
|
+
communication on electronic mailing lists, source code control systems,
|
|
5626
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
5627
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
5628
|
+
excluding communication that is conspicuously marked or otherwise
|
|
5629
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
5630
|
+
|
|
5631
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
5632
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
5633
|
+
subsequently incorporated within the Work.
|
|
5634
|
+
|
|
5635
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
5636
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
5637
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
5638
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
5639
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
5640
|
+
Work and such Derivative Works in Source or Object form.
|
|
5641
|
+
|
|
5642
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
5643
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
5644
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
5645
|
+
(except as stated in this section) patent license to make, have made,
|
|
5646
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
5647
|
+
where such license applies only to those patent claims licensable
|
|
5648
|
+
by such Contributor that are necessarily infringed by their
|
|
5649
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
5650
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
5651
|
+
institute patent litigation against any entity (including a
|
|
5652
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
5653
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
5654
|
+
or contributory patent infringement, then any patent licenses
|
|
5655
|
+
granted to You under this License for that Work shall terminate
|
|
5656
|
+
as of the date such litigation is filed.
|
|
5657
|
+
|
|
5658
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
5659
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
5660
|
+
modifications, and in Source or Object form, provided that You
|
|
5661
|
+
meet the following conditions:
|
|
5662
|
+
|
|
5663
|
+
(a) You must give any other recipients of the Work or
|
|
5664
|
+
Derivative Works a copy of this License; and
|
|
5665
|
+
|
|
5666
|
+
(b) You must cause any modified files to carry prominent notices
|
|
5667
|
+
stating that You changed the files; and
|
|
5668
|
+
|
|
5669
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
5670
|
+
that You distribute, all copyright, patent, trademark, and
|
|
5671
|
+
attribution notices from the Source form of the Work,
|
|
5672
|
+
excluding those notices that do not pertain to any part of
|
|
5673
|
+
the Derivative Works; and
|
|
5674
|
+
|
|
5675
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
5676
|
+
distribution, then any Derivative Works that You distribute must
|
|
5677
|
+
include a readable copy of the attribution notices contained
|
|
5678
|
+
within such NOTICE file, excluding those notices that do not
|
|
5679
|
+
pertain to any part of the Derivative Works, in at least one
|
|
5680
|
+
of the following places: within a NOTICE text file distributed
|
|
5681
|
+
as part of the Derivative Works; within the Source form or
|
|
5682
|
+
documentation, if provided along with the Derivative Works; or,
|
|
5683
|
+
within a display generated by the Derivative Works, if and
|
|
5684
|
+
wherever such third-party notices normally appear. The contents
|
|
5685
|
+
of the NOTICE file are for informational purposes only and
|
|
5686
|
+
do not modify the License. You may add Your own attribution
|
|
5687
|
+
notices within Derivative Works that You distribute, alongside
|
|
5688
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
5689
|
+
that such additional attribution notices cannot be construed
|
|
5690
|
+
as modifying the License.
|
|
5691
|
+
|
|
5692
|
+
You may add Your own copyright statement to Your modifications and
|
|
5693
|
+
may provide additional or different license terms and conditions
|
|
5694
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
5695
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
5696
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
5697
|
+
the conditions stated in this License.
|
|
5698
|
+
|
|
5699
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
5700
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
5701
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
5702
|
+
this License, without any additional terms or conditions.
|
|
5703
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
5704
|
+
the terms of any separate license agreement you may have executed
|
|
5705
|
+
with Licensor regarding such Contributions.
|
|
5706
|
+
|
|
5707
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
5708
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
5709
|
+
except as required for reasonable and customary use in describing the
|
|
5710
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
5711
|
+
|
|
5712
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
5713
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
5714
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
5715
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
5716
|
+
implied, including, without limitation, any warranties or conditions
|
|
5717
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
5718
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
5719
|
+
appropriateness of using or redistributing the Work and assume any
|
|
5720
|
+
risks associated with Your exercise of permissions under this License.
|
|
5721
|
+
|
|
5722
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
5723
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
5724
|
+
unless required by applicable law (such as deliberate and grossly
|
|
5725
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
5726
|
+
liable to You for damages, including any direct, indirect, special,
|
|
5727
|
+
incidental, or consequential damages of any character arising as a
|
|
5728
|
+
result of this License or out of the use or inability to use the
|
|
5729
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
5730
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
5731
|
+
other commercial damages or losses), even if such Contributor
|
|
5732
|
+
has been advised of the possibility of such damages.
|
|
5733
|
+
|
|
5734
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
5735
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
5736
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
5737
|
+
or other liability obligations and/or rights consistent with this
|
|
5738
|
+
License. However, in accepting such obligations, You may act only
|
|
5739
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
5740
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
5741
|
+
defend, and hold each Contributor harmless for any liability
|
|
5742
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
5743
|
+
of your accepting any such warranty or additional liability.
|
|
5744
|
+
|
|
5745
|
+
END OF TERMS AND CONDITIONS
|
|
5746
|
+
|
|
5747
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
5748
|
+
|
|
5749
|
+
To apply the Apache License to your work, attach the following
|
|
5750
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
5751
|
+
replaced with your own identifying information. (Don't include
|
|
5752
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
5753
|
+
comment syntax for the file format. We also recommend that a
|
|
5754
|
+
file or class name and description of purpose be included on the
|
|
5755
|
+
same "printed page" as the copyright notice for easier
|
|
5756
|
+
identification within third-party archives.
|
|
5757
|
+
|
|
5758
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
5759
|
+
|
|
5760
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5761
|
+
you may not use this file except in compliance with the License.
|
|
5762
|
+
You may obtain a copy of the License at
|
|
5763
|
+
|
|
5764
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
5765
|
+
|
|
5766
|
+
Unless required by applicable law or agreed to in writing, software
|
|
5767
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
5768
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
5769
|
+
See the License for the specific language governing permissions and
|
|
5770
|
+
limitations under the License.
|
|
5771
|
+
|
|
5772
|
+
----------------
|
|
5773
|
+
|
|
5774
|
+
** @aws-sdk/credential-provider-ini@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.18 | Apache-2.0
|
|
5775
|
+
Apache License
|
|
5776
|
+
Version 2.0, January 2004
|
|
5777
|
+
http://www.apache.org/licenses/
|
|
5778
|
+
|
|
5779
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
5780
|
+
|
|
5781
|
+
1. Definitions.
|
|
5782
|
+
|
|
5783
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
5784
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
5785
|
+
|
|
5786
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
5787
|
+
the copyright owner that is granting the License.
|
|
5788
|
+
|
|
5789
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
5790
|
+
other entities that control, are controlled by, or are under common
|
|
5791
|
+
control with that entity. For the purposes of this definition,
|
|
5792
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
5793
|
+
direction or management of such entity, whether by contract or
|
|
5794
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
5795
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
5796
|
+
|
|
5797
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
5798
|
+
exercising permissions granted by this License.
|
|
5799
|
+
|
|
5800
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
5801
|
+
including but not limited to software source code, documentation
|
|
5802
|
+
source, and configuration files.
|
|
5803
|
+
|
|
5804
|
+
"Object" form shall mean any form resulting from mechanical
|
|
5805
|
+
transformation or translation of a Source form, including but
|
|
5806
|
+
not limited to compiled object code, generated documentation,
|
|
5807
|
+
and conversions to other media types.
|
|
5808
|
+
|
|
5809
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
5810
|
+
Object form, made available under the License, as indicated by a
|
|
5811
|
+
copyright notice that is included in or attached to the work
|
|
5812
|
+
(an example is provided in the Appendix below).
|
|
5813
|
+
|
|
5814
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
5815
|
+
form, that is based on (or derived from) the Work and for which the
|
|
5816
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
5817
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
5818
|
+
of this License, Derivative Works shall not include works that remain
|
|
5819
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
5820
|
+
the Work and Derivative Works thereof.
|
|
5821
|
+
|
|
5822
|
+
"Contribution" shall mean any work of authorship, including
|
|
5823
|
+
the original version of the Work and any modifications or additions
|
|
5824
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
5825
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
5826
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
5827
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
5828
|
+
means any form of electronic, verbal, or written communication sent
|
|
5829
|
+
to the Licensor or its representatives, including but not limited to
|
|
5830
|
+
communication on electronic mailing lists, source code control systems,
|
|
5831
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
5832
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
5833
|
+
excluding communication that is conspicuously marked or otherwise
|
|
5834
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
5835
|
+
|
|
5836
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
5837
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
5838
|
+
subsequently incorporated within the Work.
|
|
5839
|
+
|
|
5840
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
5841
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
5842
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
5843
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
5844
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
5845
|
+
Work and such Derivative Works in Source or Object form.
|
|
5846
|
+
|
|
5847
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
5848
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
5849
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
5850
|
+
(except as stated in this section) patent license to make, have made,
|
|
5851
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
5852
|
+
where such license applies only to those patent claims licensable
|
|
5853
|
+
by such Contributor that are necessarily infringed by their
|
|
5854
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
5855
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
5856
|
+
institute patent litigation against any entity (including a
|
|
5857
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
5858
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
5859
|
+
or contributory patent infringement, then any patent licenses
|
|
5860
|
+
granted to You under this License for that Work shall terminate
|
|
5861
|
+
as of the date such litigation is filed.
|
|
5862
|
+
|
|
5863
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
5864
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
5865
|
+
modifications, and in Source or Object form, provided that You
|
|
5866
|
+
meet the following conditions:
|
|
5867
|
+
|
|
5868
|
+
(a) You must give any other recipients of the Work or
|
|
5869
|
+
Derivative Works a copy of this License; and
|
|
5870
|
+
|
|
5871
|
+
(b) You must cause any modified files to carry prominent notices
|
|
5872
|
+
stating that You changed the files; and
|
|
5873
|
+
|
|
5874
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
5875
|
+
that You distribute, all copyright, patent, trademark, and
|
|
5876
|
+
attribution notices from the Source form of the Work,
|
|
5877
|
+
excluding those notices that do not pertain to any part of
|
|
5878
|
+
the Derivative Works; and
|
|
5879
|
+
|
|
5880
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
5881
|
+
distribution, then any Derivative Works that You distribute must
|
|
5882
|
+
include a readable copy of the attribution notices contained
|
|
5883
|
+
within such NOTICE file, excluding those notices that do not
|
|
5884
|
+
pertain to any part of the Derivative Works, in at least one
|
|
5885
|
+
of the following places: within a NOTICE text file distributed
|
|
5886
|
+
as part of the Derivative Works; within the Source form or
|
|
5887
|
+
documentation, if provided along with the Derivative Works; or,
|
|
5888
|
+
within a display generated by the Derivative Works, if and
|
|
5889
|
+
wherever such third-party notices normally appear. The contents
|
|
5890
|
+
of the NOTICE file are for informational purposes only and
|
|
5891
|
+
do not modify the License. You may add Your own attribution
|
|
5892
|
+
notices within Derivative Works that You distribute, alongside
|
|
5893
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
5894
|
+
that such additional attribution notices cannot be construed
|
|
5895
|
+
as modifying the License.
|
|
5896
|
+
|
|
5897
|
+
You may add Your own copyright statement to Your modifications and
|
|
5898
|
+
may provide additional or different license terms and conditions
|
|
5899
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
5900
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
5901
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
5902
|
+
the conditions stated in this License.
|
|
5903
|
+
|
|
5904
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
5905
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
5906
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
5907
|
+
this License, without any additional terms or conditions.
|
|
5908
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
5909
|
+
the terms of any separate license agreement you may have executed
|
|
5910
|
+
with Licensor regarding such Contributions.
|
|
5911
|
+
|
|
5912
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
5913
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
5914
|
+
except as required for reasonable and customary use in describing the
|
|
5915
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
5916
|
+
|
|
5917
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
5918
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
5919
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
5920
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
5921
|
+
implied, including, without limitation, any warranties or conditions
|
|
5922
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
5923
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
5924
|
+
appropriateness of using or redistributing the Work and assume any
|
|
5925
|
+
risks associated with Your exercise of permissions under this License.
|
|
5926
|
+
|
|
5927
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
5928
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
5929
|
+
unless required by applicable law (such as deliberate and grossly
|
|
5930
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
5931
|
+
liable to You for damages, including any direct, indirect, special,
|
|
5932
|
+
incidental, or consequential damages of any character arising as a
|
|
5933
|
+
result of this License or out of the use or inability to use the
|
|
5934
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
5935
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
5936
|
+
other commercial damages or losses), even if such Contributor
|
|
5937
|
+
has been advised of the possibility of such damages.
|
|
5938
|
+
|
|
5939
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
5940
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
5941
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
5942
|
+
or other liability obligations and/or rights consistent with this
|
|
5943
|
+
License. However, in accepting such obligations, You may act only
|
|
5944
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
5945
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
5946
|
+
defend, and hold each Contributor harmless for any liability
|
|
5947
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
5948
|
+
of your accepting any such warranty or additional liability.
|
|
5949
|
+
|
|
5950
|
+
END OF TERMS AND CONDITIONS
|
|
5951
|
+
|
|
5952
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
5953
|
+
|
|
5954
|
+
To apply the Apache License to your work, attach the following
|
|
5955
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
5956
|
+
replaced with your own identifying information. (Don't include
|
|
5957
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
5958
|
+
comment syntax for the file format. We also recommend that a
|
|
5959
|
+
file or class name and description of purpose be included on the
|
|
5960
|
+
same "printed page" as the copyright notice for easier
|
|
5961
|
+
identification within third-party archives.
|
|
5962
|
+
|
|
5963
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
5964
|
+
|
|
5965
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5966
|
+
you may not use this file except in compliance with the License.
|
|
5967
|
+
You may obtain a copy of the License at
|
|
5968
|
+
|
|
5969
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
5970
|
+
|
|
5971
|
+
Unless required by applicable law or agreed to in writing, software
|
|
5972
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
5973
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
5974
|
+
See the License for the specific language governing permissions and
|
|
5975
|
+
limitations under the License.
|
|
5976
|
+
|
|
5977
|
+
----------------
|
|
5978
|
+
|
|
5979
|
+
** @aws-sdk/credential-provider-login@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.17 | Apache-2.0
|
|
5980
|
+
|
|
5981
|
+
----------------
|
|
5982
|
+
|
|
5983
|
+
** @aws-sdk/credential-provider-login@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.18 | Apache-2.0
|
|
5984
|
+
|
|
5985
|
+
----------------
|
|
5986
|
+
|
|
5987
|
+
** @aws-sdk/credential-provider-node@3.972.19 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.19 | Apache-2.0
|
|
5988
|
+
Apache License
|
|
5989
|
+
Version 2.0, January 2004
|
|
5990
|
+
http://www.apache.org/licenses/
|
|
5991
|
+
|
|
5992
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
5993
|
+
|
|
5994
|
+
1. Definitions.
|
|
5995
|
+
|
|
5996
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
5997
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
5998
|
+
|
|
5999
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
6000
|
+
the copyright owner that is granting the License.
|
|
6001
|
+
|
|
6002
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
6003
|
+
other entities that control, are controlled by, or are under common
|
|
6004
|
+
control with that entity. For the purposes of this definition,
|
|
6005
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
6006
|
+
direction or management of such entity, whether by contract or
|
|
6007
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
6008
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
6009
|
+
|
|
6010
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
6011
|
+
exercising permissions granted by this License.
|
|
6012
|
+
|
|
6013
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
6014
|
+
including but not limited to software source code, documentation
|
|
6015
|
+
source, and configuration files.
|
|
6016
|
+
|
|
6017
|
+
"Object" form shall mean any form resulting from mechanical
|
|
6018
|
+
transformation or translation of a Source form, including but
|
|
6019
|
+
not limited to compiled object code, generated documentation,
|
|
6020
|
+
and conversions to other media types.
|
|
6021
|
+
|
|
6022
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
6023
|
+
Object form, made available under the License, as indicated by a
|
|
6024
|
+
copyright notice that is included in or attached to the work
|
|
6025
|
+
(an example is provided in the Appendix below).
|
|
6026
|
+
|
|
6027
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
6028
|
+
form, that is based on (or derived from) the Work and for which the
|
|
6029
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
6030
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
6031
|
+
of this License, Derivative Works shall not include works that remain
|
|
6032
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
6033
|
+
the Work and Derivative Works thereof.
|
|
6034
|
+
|
|
6035
|
+
"Contribution" shall mean any work of authorship, including
|
|
6036
|
+
the original version of the Work and any modifications or additions
|
|
6037
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
6038
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
6039
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
6040
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
6041
|
+
means any form of electronic, verbal, or written communication sent
|
|
6042
|
+
to the Licensor or its representatives, including but not limited to
|
|
6043
|
+
communication on electronic mailing lists, source code control systems,
|
|
6044
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
6045
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
6046
|
+
excluding communication that is conspicuously marked or otherwise
|
|
6047
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
6048
|
+
|
|
6049
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
6050
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
6051
|
+
subsequently incorporated within the Work.
|
|
6052
|
+
|
|
6053
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
6054
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
6055
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
6056
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
6057
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
6058
|
+
Work and such Derivative Works in Source or Object form.
|
|
6059
|
+
|
|
6060
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
6061
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
6062
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
6063
|
+
(except as stated in this section) patent license to make, have made,
|
|
6064
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
6065
|
+
where such license applies only to those patent claims licensable
|
|
6066
|
+
by such Contributor that are necessarily infringed by their
|
|
6067
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
6068
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
6069
|
+
institute patent litigation against any entity (including a
|
|
6070
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
6071
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
6072
|
+
or contributory patent infringement, then any patent licenses
|
|
6073
|
+
granted to You under this License for that Work shall terminate
|
|
6074
|
+
as of the date such litigation is filed.
|
|
6075
|
+
|
|
6076
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
6077
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
6078
|
+
modifications, and in Source or Object form, provided that You
|
|
6079
|
+
meet the following conditions:
|
|
6080
|
+
|
|
6081
|
+
(a) You must give any other recipients of the Work or
|
|
6082
|
+
Derivative Works a copy of this License; and
|
|
6083
|
+
|
|
6084
|
+
(b) You must cause any modified files to carry prominent notices
|
|
6085
|
+
stating that You changed the files; and
|
|
6086
|
+
|
|
6087
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
6088
|
+
that You distribute, all copyright, patent, trademark, and
|
|
6089
|
+
attribution notices from the Source form of the Work,
|
|
6090
|
+
excluding those notices that do not pertain to any part of
|
|
6091
|
+
the Derivative Works; and
|
|
6092
|
+
|
|
6093
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
6094
|
+
distribution, then any Derivative Works that You distribute must
|
|
6095
|
+
include a readable copy of the attribution notices contained
|
|
6096
|
+
within such NOTICE file, excluding those notices that do not
|
|
6097
|
+
pertain to any part of the Derivative Works, in at least one
|
|
6098
|
+
of the following places: within a NOTICE text file distributed
|
|
6099
|
+
as part of the Derivative Works; within the Source form or
|
|
6100
|
+
documentation, if provided along with the Derivative Works; or,
|
|
6101
|
+
within a display generated by the Derivative Works, if and
|
|
6102
|
+
wherever such third-party notices normally appear. The contents
|
|
6103
|
+
of the NOTICE file are for informational purposes only and
|
|
6104
|
+
do not modify the License. You may add Your own attribution
|
|
6105
|
+
notices within Derivative Works that You distribute, alongside
|
|
6106
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
6107
|
+
that such additional attribution notices cannot be construed
|
|
6108
|
+
as modifying the License.
|
|
6109
|
+
|
|
6110
|
+
You may add Your own copyright statement to Your modifications and
|
|
6111
|
+
may provide additional or different license terms and conditions
|
|
6112
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
6113
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
6114
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
6115
|
+
the conditions stated in this License.
|
|
6116
|
+
|
|
6117
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
6118
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
6119
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
6120
|
+
this License, without any additional terms or conditions.
|
|
6121
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
6122
|
+
the terms of any separate license agreement you may have executed
|
|
6123
|
+
with Licensor regarding such Contributions.
|
|
6124
|
+
|
|
6125
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
6126
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
6127
|
+
except as required for reasonable and customary use in describing the
|
|
6128
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
6129
|
+
|
|
6130
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
6131
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
6132
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
6133
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
6134
|
+
implied, including, without limitation, any warranties or conditions
|
|
6135
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
6136
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
6137
|
+
appropriateness of using or redistributing the Work and assume any
|
|
6138
|
+
risks associated with Your exercise of permissions under this License.
|
|
6139
|
+
|
|
6140
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
6141
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
6142
|
+
unless required by applicable law (such as deliberate and grossly
|
|
6143
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
6144
|
+
liable to You for damages, including any direct, indirect, special,
|
|
6145
|
+
incidental, or consequential damages of any character arising as a
|
|
6146
|
+
result of this License or out of the use or inability to use the
|
|
6147
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
6148
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
6149
|
+
other commercial damages or losses), even if such Contributor
|
|
6150
|
+
has been advised of the possibility of such damages.
|
|
6151
|
+
|
|
6152
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
6153
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
6154
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
6155
|
+
or other liability obligations and/or rights consistent with this
|
|
6156
|
+
License. However, in accepting such obligations, You may act only
|
|
6157
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
6158
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
6159
|
+
defend, and hold each Contributor harmless for any liability
|
|
6160
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
6161
|
+
of your accepting any such warranty or additional liability.
|
|
6162
|
+
|
|
6163
|
+
END OF TERMS AND CONDITIONS
|
|
6164
|
+
|
|
6165
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
6166
|
+
|
|
6167
|
+
To apply the Apache License to your work, attach the following
|
|
6168
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
6169
|
+
replaced with your own identifying information. (Don't include
|
|
6170
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
6171
|
+
comment syntax for the file format. We also recommend that a
|
|
6172
|
+
file or class name and description of purpose be included on the
|
|
6173
|
+
same "printed page" as the copyright notice for easier
|
|
6174
|
+
identification within third-party archives.
|
|
6175
|
+
|
|
6176
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
6177
|
+
|
|
6178
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
6179
|
+
you may not use this file except in compliance with the License.
|
|
6180
|
+
You may obtain a copy of the License at
|
|
6181
|
+
|
|
6182
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
6183
|
+
|
|
6184
|
+
Unless required by applicable law or agreed to in writing, software
|
|
6185
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
6186
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
6187
|
+
See the License for the specific language governing permissions and
|
|
6188
|
+
limitations under the License.
|
|
6189
|
+
|
|
6190
|
+
----------------
|
|
6191
|
+
|
|
6192
|
+
** @aws-sdk/credential-provider-process@3.972.16 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.16 | Apache-2.0
|
|
6193
|
+
Apache License
|
|
6194
|
+
Version 2.0, January 2004
|
|
6195
|
+
http://www.apache.org/licenses/
|
|
6196
|
+
|
|
6197
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6198
|
+
|
|
6199
|
+
1. Definitions.
|
|
6200
|
+
|
|
6201
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
6202
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
6203
|
+
|
|
6204
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
6205
|
+
the copyright owner that is granting the License.
|
|
6206
|
+
|
|
6207
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
6208
|
+
other entities that control, are controlled by, or are under common
|
|
6209
|
+
control with that entity. For the purposes of this definition,
|
|
6210
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
6211
|
+
direction or management of such entity, whether by contract or
|
|
6212
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
6213
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
6214
|
+
|
|
6215
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
6216
|
+
exercising permissions granted by this License.
|
|
6217
|
+
|
|
6218
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
6219
|
+
including but not limited to software source code, documentation
|
|
6220
|
+
source, and configuration files.
|
|
6221
|
+
|
|
6222
|
+
"Object" form shall mean any form resulting from mechanical
|
|
6223
|
+
transformation or translation of a Source form, including but
|
|
6224
|
+
not limited to compiled object code, generated documentation,
|
|
6225
|
+
and conversions to other media types.
|
|
6226
|
+
|
|
6227
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
6228
|
+
Object form, made available under the License, as indicated by a
|
|
6229
|
+
copyright notice that is included in or attached to the work
|
|
6230
|
+
(an example is provided in the Appendix below).
|
|
6231
|
+
|
|
6232
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
6233
|
+
form, that is based on (or derived from) the Work and for which the
|
|
6234
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
6235
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
6236
|
+
of this License, Derivative Works shall not include works that remain
|
|
6237
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
6238
|
+
the Work and Derivative Works thereof.
|
|
6239
|
+
|
|
6240
|
+
"Contribution" shall mean any work of authorship, including
|
|
6241
|
+
the original version of the Work and any modifications or additions
|
|
6242
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
6243
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
6244
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
6245
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
6246
|
+
means any form of electronic, verbal, or written communication sent
|
|
6247
|
+
to the Licensor or its representatives, including but not limited to
|
|
6248
|
+
communication on electronic mailing lists, source code control systems,
|
|
6249
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
6250
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
6251
|
+
excluding communication that is conspicuously marked or otherwise
|
|
6252
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
6253
|
+
|
|
6254
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
6255
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
6256
|
+
subsequently incorporated within the Work.
|
|
6257
|
+
|
|
6258
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
6259
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
6260
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
6261
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
6262
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
6263
|
+
Work and such Derivative Works in Source or Object form.
|
|
6264
|
+
|
|
6265
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
6266
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
6267
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
6268
|
+
(except as stated in this section) patent license to make, have made,
|
|
6269
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
6270
|
+
where such license applies only to those patent claims licensable
|
|
6271
|
+
by such Contributor that are necessarily infringed by their
|
|
6272
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
6273
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
6274
|
+
institute patent litigation against any entity (including a
|
|
6275
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
6276
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
6277
|
+
or contributory patent infringement, then any patent licenses
|
|
6278
|
+
granted to You under this License for that Work shall terminate
|
|
6279
|
+
as of the date such litigation is filed.
|
|
6280
|
+
|
|
6281
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
6282
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
6283
|
+
modifications, and in Source or Object form, provided that You
|
|
6284
|
+
meet the following conditions:
|
|
6285
|
+
|
|
6286
|
+
(a) You must give any other recipients of the Work or
|
|
6287
|
+
Derivative Works a copy of this License; and
|
|
6288
|
+
|
|
6289
|
+
(b) You must cause any modified files to carry prominent notices
|
|
6290
|
+
stating that You changed the files; and
|
|
6291
|
+
|
|
6292
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
6293
|
+
that You distribute, all copyright, patent, trademark, and
|
|
6294
|
+
attribution notices from the Source form of the Work,
|
|
6295
|
+
excluding those notices that do not pertain to any part of
|
|
6296
|
+
the Derivative Works; and
|
|
6297
|
+
|
|
6298
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
6299
|
+
distribution, then any Derivative Works that You distribute must
|
|
6300
|
+
include a readable copy of the attribution notices contained
|
|
6301
|
+
within such NOTICE file, excluding those notices that do not
|
|
6302
|
+
pertain to any part of the Derivative Works, in at least one
|
|
6303
|
+
of the following places: within a NOTICE text file distributed
|
|
6304
|
+
as part of the Derivative Works; within the Source form or
|
|
6305
|
+
documentation, if provided along with the Derivative Works; or,
|
|
6306
|
+
within a display generated by the Derivative Works, if and
|
|
6307
|
+
wherever such third-party notices normally appear. The contents
|
|
6308
|
+
of the NOTICE file are for informational purposes only and
|
|
6309
|
+
do not modify the License. You may add Your own attribution
|
|
6310
|
+
notices within Derivative Works that You distribute, alongside
|
|
6311
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
6312
|
+
that such additional attribution notices cannot be construed
|
|
6313
|
+
as modifying the License.
|
|
6314
|
+
|
|
6315
|
+
You may add Your own copyright statement to Your modifications and
|
|
6316
|
+
may provide additional or different license terms and conditions
|
|
6317
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
6318
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
6319
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
6320
|
+
the conditions stated in this License.
|
|
6321
|
+
|
|
6322
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
6323
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
6324
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
6325
|
+
this License, without any additional terms or conditions.
|
|
6326
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
6327
|
+
the terms of any separate license agreement you may have executed
|
|
6328
|
+
with Licensor regarding such Contributions.
|
|
6329
|
+
|
|
6330
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
6331
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
6332
|
+
except as required for reasonable and customary use in describing the
|
|
6333
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
6334
|
+
|
|
6335
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
6336
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
6337
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
6338
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
6339
|
+
implied, including, without limitation, any warranties or conditions
|
|
6340
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
6341
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
6342
|
+
appropriateness of using or redistributing the Work and assume any
|
|
6343
|
+
risks associated with Your exercise of permissions under this License.
|
|
6344
|
+
|
|
6345
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
6346
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
6347
|
+
unless required by applicable law (such as deliberate and grossly
|
|
6348
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
6349
|
+
liable to You for damages, including any direct, indirect, special,
|
|
6350
|
+
incidental, or consequential damages of any character arising as a
|
|
6351
|
+
result of this License or out of the use or inability to use the
|
|
6352
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
6353
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
6354
|
+
other commercial damages or losses), even if such Contributor
|
|
6355
|
+
has been advised of the possibility of such damages.
|
|
6356
|
+
|
|
6357
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
6358
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
6359
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
6360
|
+
or other liability obligations and/or rights consistent with this
|
|
6361
|
+
License. However, in accepting such obligations, You may act only
|
|
6362
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
6363
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
6364
|
+
defend, and hold each Contributor harmless for any liability
|
|
6365
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
6366
|
+
of your accepting any such warranty or additional liability.
|
|
6367
|
+
|
|
6368
|
+
END OF TERMS AND CONDITIONS
|
|
6369
|
+
|
|
6370
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
6371
|
+
|
|
6372
|
+
To apply the Apache License to your work, attach the following
|
|
6373
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
6374
|
+
replaced with your own identifying information. (Don't include
|
|
6375
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
6376
|
+
comment syntax for the file format. We also recommend that a
|
|
6377
|
+
file or class name and description of purpose be included on the
|
|
6378
|
+
same "printed page" as the copyright notice for easier
|
|
6379
|
+
identification within third-party archives.
|
|
6380
|
+
|
|
6381
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
6382
|
+
|
|
6383
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
6384
|
+
you may not use this file except in compliance with the License.
|
|
6385
|
+
You may obtain a copy of the License at
|
|
6386
|
+
|
|
6387
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
6388
|
+
|
|
6389
|
+
Unless required by applicable law or agreed to in writing, software
|
|
6390
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
6391
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
6392
|
+
See the License for the specific language governing permissions and
|
|
6393
|
+
limitations under the License.
|
|
6394
|
+
|
|
6395
|
+
----------------
|
|
6396
|
+
|
|
6397
|
+
** @aws-sdk/credential-provider-process@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.17 | Apache-2.0
|
|
5361
6398
|
Apache License
|
|
5362
6399
|
Version 2.0, January 2004
|
|
5363
6400
|
http://www.apache.org/licenses/
|
|
@@ -5546,7 +6583,7 @@ Apache License
|
|
|
5546
6583
|
same "printed page" as the copyright notice for easier
|
|
5547
6584
|
identification within third-party archives.
|
|
5548
6585
|
|
|
5549
|
-
Copyright
|
|
6586
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
5550
6587
|
|
|
5551
6588
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5552
6589
|
you may not use this file except in compliance with the License.
|
|
@@ -5562,11 +6599,7 @@ Apache License
|
|
|
5562
6599
|
|
|
5563
6600
|
----------------
|
|
5564
6601
|
|
|
5565
|
-
** @aws-sdk/credential-provider-
|
|
5566
|
-
|
|
5567
|
-
----------------
|
|
5568
|
-
|
|
5569
|
-
** @aws-sdk/credential-provider-node@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.18 | Apache-2.0
|
|
6602
|
+
** @aws-sdk/credential-provider-sso@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.17 | Apache-2.0
|
|
5570
6603
|
Apache License
|
|
5571
6604
|
Version 2.0, January 2004
|
|
5572
6605
|
http://www.apache.org/licenses/
|
|
@@ -5755,7 +6788,7 @@ Apache License
|
|
|
5755
6788
|
same "printed page" as the copyright notice for easier
|
|
5756
6789
|
identification within third-party archives.
|
|
5757
6790
|
|
|
5758
|
-
Copyright
|
|
6791
|
+
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
5759
6792
|
|
|
5760
6793
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5761
6794
|
you may not use this file except in compliance with the License.
|
|
@@ -5771,7 +6804,7 @@ Apache License
|
|
|
5771
6804
|
|
|
5772
6805
|
----------------
|
|
5773
6806
|
|
|
5774
|
-
** @aws-sdk/credential-provider-
|
|
6807
|
+
** @aws-sdk/credential-provider-sso@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.18 | Apache-2.0
|
|
5775
6808
|
Apache License
|
|
5776
6809
|
Version 2.0, January 2004
|
|
5777
6810
|
http://www.apache.org/licenses/
|
|
@@ -5976,7 +7009,7 @@ Apache License
|
|
|
5976
7009
|
|
|
5977
7010
|
----------------
|
|
5978
7011
|
|
|
5979
|
-
** @aws-sdk/credential-provider-
|
|
7012
|
+
** @aws-sdk/credential-provider-web-identity@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.17 | Apache-2.0
|
|
5980
7013
|
Apache License
|
|
5981
7014
|
Version 2.0, January 2004
|
|
5982
7015
|
http://www.apache.org/licenses/
|
|
@@ -6181,7 +7214,7 @@ Apache License
|
|
|
6181
7214
|
|
|
6182
7215
|
----------------
|
|
6183
7216
|
|
|
6184
|
-
** @aws-sdk/credential-provider-web-identity@3.972.
|
|
7217
|
+
** @aws-sdk/credential-provider-web-identity@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.18 | Apache-2.0
|
|
6185
7218
|
Apache License
|
|
6186
7219
|
Version 2.0, January 2004
|
|
6187
7220
|
http://www.apache.org/licenses/
|
|
@@ -9265,7 +10298,7 @@ Apache License
|
|
|
9265
10298
|
|
|
9266
10299
|
----------------
|
|
9267
10300
|
|
|
9268
|
-
** @aws-sdk/middleware-user-agent@3.972.
|
|
10301
|
+
** @aws-sdk/middleware-user-agent@3.972.20 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.20 | Apache-2.0
|
|
9269
10302
|
Apache License
|
|
9270
10303
|
Version 2.0, January 2004
|
|
9271
10304
|
http://www.apache.org/licenses/
|
|
@@ -9475,6 +10508,10 @@ Apache License
|
|
|
9475
10508
|
|
|
9476
10509
|
----------------
|
|
9477
10510
|
|
|
10511
|
+
** @aws-sdk/nested-clients@3.996.8 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.8 | Apache-2.0
|
|
10512
|
+
|
|
10513
|
+
----------------
|
|
10514
|
+
|
|
9478
10515
|
** @aws-sdk/region-config-resolver@3.972.7 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.7 | Apache-2.0
|
|
9479
10516
|
Apache License
|
|
9480
10517
|
Version 2.0, January 2004
|
|
@@ -10091,6 +11128,211 @@ Apache License
|
|
|
10091
11128
|
|
|
10092
11129
|
----------------
|
|
10093
11130
|
|
|
11131
|
+
** @aws-sdk/token-providers@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1005.0 | Apache-2.0
|
|
11132
|
+
Apache License
|
|
11133
|
+
Version 2.0, January 2004
|
|
11134
|
+
http://www.apache.org/licenses/
|
|
11135
|
+
|
|
11136
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
11137
|
+
|
|
11138
|
+
1. Definitions.
|
|
11139
|
+
|
|
11140
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11141
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11142
|
+
|
|
11143
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
11144
|
+
the copyright owner that is granting the License.
|
|
11145
|
+
|
|
11146
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
11147
|
+
other entities that control, are controlled by, or are under common
|
|
11148
|
+
control with that entity. For the purposes of this definition,
|
|
11149
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
11150
|
+
direction or management of such entity, whether by contract or
|
|
11151
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
11152
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
11153
|
+
|
|
11154
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
11155
|
+
exercising permissions granted by this License.
|
|
11156
|
+
|
|
11157
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
11158
|
+
including but not limited to software source code, documentation
|
|
11159
|
+
source, and configuration files.
|
|
11160
|
+
|
|
11161
|
+
"Object" form shall mean any form resulting from mechanical
|
|
11162
|
+
transformation or translation of a Source form, including but
|
|
11163
|
+
not limited to compiled object code, generated documentation,
|
|
11164
|
+
and conversions to other media types.
|
|
11165
|
+
|
|
11166
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
11167
|
+
Object form, made available under the License, as indicated by a
|
|
11168
|
+
copyright notice that is included in or attached to the work
|
|
11169
|
+
(an example is provided in the Appendix below).
|
|
11170
|
+
|
|
11171
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
11172
|
+
form, that is based on (or derived from) the Work and for which the
|
|
11173
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
11174
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
11175
|
+
of this License, Derivative Works shall not include works that remain
|
|
11176
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
11177
|
+
the Work and Derivative Works thereof.
|
|
11178
|
+
|
|
11179
|
+
"Contribution" shall mean any work of authorship, including
|
|
11180
|
+
the original version of the Work and any modifications or additions
|
|
11181
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
11182
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
11183
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
11184
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
11185
|
+
means any form of electronic, verbal, or written communication sent
|
|
11186
|
+
to the Licensor or its representatives, including but not limited to
|
|
11187
|
+
communication on electronic mailing lists, source code control systems,
|
|
11188
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
11189
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
11190
|
+
excluding communication that is conspicuously marked or otherwise
|
|
11191
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
11192
|
+
|
|
11193
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
11194
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
11195
|
+
subsequently incorporated within the Work.
|
|
11196
|
+
|
|
11197
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
11198
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
11199
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
11200
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
11201
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
11202
|
+
Work and such Derivative Works in Source or Object form.
|
|
11203
|
+
|
|
11204
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
11205
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
11206
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
11207
|
+
(except as stated in this section) patent license to make, have made,
|
|
11208
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
11209
|
+
where such license applies only to those patent claims licensable
|
|
11210
|
+
by such Contributor that are necessarily infringed by their
|
|
11211
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
11212
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
11213
|
+
institute patent litigation against any entity (including a
|
|
11214
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
11215
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
11216
|
+
or contributory patent infringement, then any patent licenses
|
|
11217
|
+
granted to You under this License for that Work shall terminate
|
|
11218
|
+
as of the date such litigation is filed.
|
|
11219
|
+
|
|
11220
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
11221
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
11222
|
+
modifications, and in Source or Object form, provided that You
|
|
11223
|
+
meet the following conditions:
|
|
11224
|
+
|
|
11225
|
+
(a) You must give any other recipients of the Work or
|
|
11226
|
+
Derivative Works a copy of this License; and
|
|
11227
|
+
|
|
11228
|
+
(b) You must cause any modified files to carry prominent notices
|
|
11229
|
+
stating that You changed the files; and
|
|
11230
|
+
|
|
11231
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
11232
|
+
that You distribute, all copyright, patent, trademark, and
|
|
11233
|
+
attribution notices from the Source form of the Work,
|
|
11234
|
+
excluding those notices that do not pertain to any part of
|
|
11235
|
+
the Derivative Works; and
|
|
11236
|
+
|
|
11237
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
11238
|
+
distribution, then any Derivative Works that You distribute must
|
|
11239
|
+
include a readable copy of the attribution notices contained
|
|
11240
|
+
within such NOTICE file, excluding those notices that do not
|
|
11241
|
+
pertain to any part of the Derivative Works, in at least one
|
|
11242
|
+
of the following places: within a NOTICE text file distributed
|
|
11243
|
+
as part of the Derivative Works; within the Source form or
|
|
11244
|
+
documentation, if provided along with the Derivative Works; or,
|
|
11245
|
+
within a display generated by the Derivative Works, if and
|
|
11246
|
+
wherever such third-party notices normally appear. The contents
|
|
11247
|
+
of the NOTICE file are for informational purposes only and
|
|
11248
|
+
do not modify the License. You may add Your own attribution
|
|
11249
|
+
notices within Derivative Works that You distribute, alongside
|
|
11250
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
11251
|
+
that such additional attribution notices cannot be construed
|
|
11252
|
+
as modifying the License.
|
|
11253
|
+
|
|
11254
|
+
You may add Your own copyright statement to Your modifications and
|
|
11255
|
+
may provide additional or different license terms and conditions
|
|
11256
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
11257
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
11258
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
11259
|
+
the conditions stated in this License.
|
|
11260
|
+
|
|
11261
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
11262
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
11263
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
11264
|
+
this License, without any additional terms or conditions.
|
|
11265
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
11266
|
+
the terms of any separate license agreement you may have executed
|
|
11267
|
+
with Licensor regarding such Contributions.
|
|
11268
|
+
|
|
11269
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
11270
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
11271
|
+
except as required for reasonable and customary use in describing the
|
|
11272
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
11273
|
+
|
|
11274
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
11275
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
11276
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
11277
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
11278
|
+
implied, including, without limitation, any warranties or conditions
|
|
11279
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
11280
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
11281
|
+
appropriateness of using or redistributing the Work and assume any
|
|
11282
|
+
risks associated with Your exercise of permissions under this License.
|
|
11283
|
+
|
|
11284
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
11285
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
11286
|
+
unless required by applicable law (such as deliberate and grossly
|
|
11287
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
11288
|
+
liable to You for damages, including any direct, indirect, special,
|
|
11289
|
+
incidental, or consequential damages of any character arising as a
|
|
11290
|
+
result of this License or out of the use or inability to use the
|
|
11291
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
11292
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
11293
|
+
other commercial damages or losses), even if such Contributor
|
|
11294
|
+
has been advised of the possibility of such damages.
|
|
11295
|
+
|
|
11296
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
11297
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
11298
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
11299
|
+
or other liability obligations and/or rights consistent with this
|
|
11300
|
+
License. However, in accepting such obligations, You may act only
|
|
11301
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
11302
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
11303
|
+
defend, and hold each Contributor harmless for any liability
|
|
11304
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
11305
|
+
of your accepting any such warranty or additional liability.
|
|
11306
|
+
|
|
11307
|
+
END OF TERMS AND CONDITIONS
|
|
11308
|
+
|
|
11309
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
11310
|
+
|
|
11311
|
+
To apply the Apache License to your work, attach the following
|
|
11312
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
11313
|
+
replaced with your own identifying information. (Don't include
|
|
11314
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
11315
|
+
comment syntax for the file format. We also recommend that a
|
|
11316
|
+
file or class name and description of purpose be included on the
|
|
11317
|
+
same "printed page" as the copyright notice for easier
|
|
11318
|
+
identification within third-party archives.
|
|
11319
|
+
|
|
11320
|
+
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11321
|
+
|
|
11322
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
11323
|
+
you may not use this file except in compliance with the License.
|
|
11324
|
+
You may obtain a copy of the License at
|
|
11325
|
+
|
|
11326
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
11327
|
+
|
|
11328
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11329
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
11330
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
11331
|
+
See the License for the specific language governing permissions and
|
|
11332
|
+
limitations under the License.
|
|
11333
|
+
|
|
11334
|
+
----------------
|
|
11335
|
+
|
|
10094
11336
|
** @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
|
|
10095
11337
|
Apache License
|
|
10096
11338
|
Version 2.0, January 2004
|
|
@@ -10706,7 +11948,7 @@ Apache License
|
|
|
10706
11948
|
|
|
10707
11949
|
----------------
|
|
10708
11950
|
|
|
10709
|
-
** @aws-sdk/util-user-agent-node@3.973.
|
|
11951
|
+
** @aws-sdk/util-user-agent-node@3.973.5 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.5 | Apache-2.0
|
|
10710
11952
|
Apache License
|
|
10711
11953
|
Version 2.0, January 2004
|
|
10712
11954
|
http://www.apache.org/licenses/
|