@rio-cloud/cdk-v2-constructs 6.11.0 → 6.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +144 -45
- package/docs/API.md +138 -0
- package/docs/changelog.md +9 -0
- package/esbuild.mjs +4 -0
- package/lib/datadogv2/datadog-lambda-instrumentation.d.ts +1 -0
- package/lib/datadogv2/datadog-lambda-instrumentation.js +7 -13
- package/lib/datadogv2/datadog-shared-secrets.d.ts +19 -0
- package/lib/datadogv2/datadog-shared-secrets.js +86 -0
- package/lib/datadogv2/index.d.ts +1 -0
- package/lib/datadogv2/index.js +2 -1
- package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +24031 -0
- package/lib/datadogv2/secret-locator-custom-resource/on-create.d.ts +3 -0
- package/lib/datadogv2/secret-locator-custom-resource/on-create.js +42 -0
- package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +4499 -4310
- package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +4499 -4310
- package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +1947 -1834
- package/lib/fargate/rio-fargate-service-blue-green-alpha.js +10 -16
- package/node_modules/@aws-sdk/client-cloudformation/README.md +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +94 -264
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +12 -18
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateOrganizationsAccessCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateTypeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CancelUpdateStackCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ContinueUpdateRollbackCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateChangeSetCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackInstancesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackSetCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateOrganizationsAccessCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateTypeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteChangeSetCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackInstancesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackSetCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeregisterTypeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeAccountLimitsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetHooksCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeOrganizationsAccessCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribePublisherCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackEventsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackInstanceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceDriftsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourcesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetOperationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStacksCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeRegistrationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackDriftCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackResourceDriftCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackSetDriftCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/EstimateTemplateCostCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteChangeSetCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetStackPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateSummaryCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ImportStacksToStackSetCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListChangeSetsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListExportsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListImportsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstancesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackResourcesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationResultsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStacksCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeRegistrationsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeVersionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/PublishTypeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RecordHandlerProgressCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterPublisherCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterTypeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RollbackStackCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetStackPolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeConfigurationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeDefaultVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SignalResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StopStackSetOperationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/TestTypeCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackInstancesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackSetCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateTerminationProtectionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ValidateTemplateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +7 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +4 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +14 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +15 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +16 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +21 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +30 -13
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +16 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +15 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +16 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +21 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +13 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +17 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +22 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +16 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +22 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +25 -12
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +18 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +32 -16
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +23 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +35 -18
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +20 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +19 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +16 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +15 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +14 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +21 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +15 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +18 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +17 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +26 -10
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +19 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +23 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +16 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +30 -16
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +18 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +25 -12
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +17 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +18 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +14 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +2118 -1689
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +425 -351
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +6 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListExportsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListImportsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
- package/node_modules/@aws-sdk/client-cloudformation/package.json +37 -37
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-codedeploy/package.json +36 -36
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.js +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +210 -13
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -1
- package/node_modules/@aws-sdk/client-ecs/package.json +20 -20
- package/node_modules/@aws-sdk/client-organizations/README.md +716 -0
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/index.js +4417 -0
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.js +50 -0
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.shared.js +34 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/Organizations.js +117 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/OrganizationsClient.js +46 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/AcceptHandshakeCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/AttachPolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CancelHandshakeCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CloseAccountCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateAccountCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateGovCloudAccountCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateOrganizationCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreateOrganizationalUnitCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/CreatePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeclineHandshakeCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeleteOrganizationCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeleteOrganizationalUnitCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeletePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeleteResourcePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeAccountCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeCreateAccountStatusCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeEffectivePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeHandshakeCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeOrganizationCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeOrganizationalUnitCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DescribeResourcePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DetachPolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DisableAWSServiceAccessCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/DisablePolicyTypeCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/EnableAWSServiceAccessCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/EnableAllFeaturesCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/EnablePolicyTypeCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/InviteAccountToOrganizationCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/LeaveOrganizationCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListAccountsCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListAccountsForParentCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListChildrenCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListCreateAccountStatusCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListDelegatedAdministratorsCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListDelegatedServicesForAccountCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListHandshakesForAccountCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListHandshakesForOrganizationCommand.js +23 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListParentsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListPoliciesCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListPoliciesForTargetCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListRootsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListTagsForResourceCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/ListTargetsForPolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/MoveAccountCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/PutResourcePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/RegisterDelegatedAdministratorCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/RemoveAccountFromOrganizationCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/TagResourceCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/UntagResourceCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/UpdateOrganizationalUnitCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/UpdatePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/commands/index.js +55 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/models/OrganizationsServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/models/models_0.js +926 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListAWSServiceAccessForOrganizationPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListAccountsForParentPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListAccountsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListChildrenPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListCreateAccountStatusPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListDelegatedAdministratorsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListDelegatedServicesForAccountPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListHandshakesForAccountPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListHandshakesForOrganizationPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListOrganizationalUnitsForParentPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListParentsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListPoliciesForTargetPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListPoliciesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListRootsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListTagsForResourcePaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/ListTargetsForPolicyPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/pagination/index.js +17 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/protocols/Aws_json1_1.js +1842 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.js +45 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.shared.js +30 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/Organizations.d.ts +480 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/OrganizationsClient.d.ts +295 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/AcceptHandshakeCommand.d.ts +389 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/AttachPolicyCommand.d.ts +473 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CancelHandshakeCommand.d.ts +300 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CloseAccountCommand.d.ts +453 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateAccountCommand.d.ts +513 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateGovCloudAccountCommand.d.ts +545 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateOrganizationCommand.d.ts +478 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +443 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreatePolicyCommand.d.ts +467 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeclineHandshakeCommand.d.ts +296 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteOrganizationCommand.d.ts +199 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +220 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeletePolicyCommand.d.ts +224 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteResourcePolicyCommand.d.ts +292 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +417 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeAccountCommand.d.ts +231 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +233 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +418 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeHandshakeCommand.d.ts +283 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeOrganizationCommand.d.ts +139 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +225 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribePolicyCommand.d.ts +239 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeResourcePolicyCommand.d.ts +298 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DetachPolicyCommand.d.ts +437 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +449 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DisablePolicyTypeCommand.d.ts +454 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +414 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnableAllFeaturesCommand.d.ts +340 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnablePolicyTypeCommand.d.ts +462 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +594 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/LeaveOrganizationCommand.d.ts +474 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +407 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAccountsCommand.d.ts +269 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAccountsForParentCommand.d.ts +260 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListChildrenCommand.d.ts +245 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListCreateAccountStatusCommand.d.ts +277 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +410 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +412 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListHandshakesForAccountCommand.d.ts +300 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +349 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +244 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListParentsCommand.d.ts +243 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListPoliciesCommand.d.ts +261 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListPoliciesForTargetCommand.d.ts +253 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListRootsCommand.d.ts +252 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListTagsForResourceCommand.d.ts +223 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListTargetsForPolicyCommand.d.ts +257 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/MoveAccountCommand.d.ts +230 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/PutResourcePolicyCommand.d.ts +410 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +413 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +443 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/TagResourceCommand.d.ts +419 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UntagResourceCommand.d.ts +416 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +235 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UpdatePolicyCommand.d.ts +485 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/index.d.ts +55 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/index.d.ts +85 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/models/OrganizationsServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/models/models_0.d.ts +4659 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/Interfaces.d.ts +8 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAccountsForParentPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListAccountsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListChildrenPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListCreateAccountStatusPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListDelegatedAdministratorsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListDelegatedServicesForAccountPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListHandshakesForAccountPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListHandshakesForOrganizationPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListParentsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListPoliciesForTargetPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListPoliciesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListRootsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListTagsForResourcePaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/ListTargetsForPolicyPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/pagination/index.d.ts +17 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/protocols/Aws_json1_1.d.ts +497 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.browser.d.ts +48 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.d.ts +48 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.native.d.ts +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/Organizations.d.ts +962 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/OrganizationsClient.d.ts +449 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +44 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +44 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +44 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListParentsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListRootsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/commands/index.d.ts +55 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/models/OrganizationsServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/models/models_0.d.ts +1212 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListAccountsForParentPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListChildrenPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListCreateAccountStatusPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListDelegatedAdministratorsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListDelegatedServicesForAccountPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListHandshakesForAccountPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListHandshakesForOrganizationPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListParentsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListPoliciesForTargetPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListRootsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/ListTargetsForPolicyPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/pagination/index.d.ts +17 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +665 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.d.ts +94 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.native.d.ts +87 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/package.json +101 -0
- package/node_modules/@aws-sdk/client-secrets-manager/README.md +415 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +1756 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +50 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +34 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +53 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +46 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +23 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +23 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +23 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +23 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +23 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +23 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +22 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/index.js +23 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/SecretsManagerServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +210 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/BatchGetSecretValuePaginator.js +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/ListSecretVersionIdsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/ListSecretsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/pagination/index.js +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/protocols/Aws_json1_1.js +834 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +45 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +30 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +199 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +217 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/BatchGetSecretValueCommand.d.ts +197 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CancelRotateSecretCommand.d.ts +135 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CreateSecretCommand.d.ts +206 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteResourcePolicyCommand.d.ts +124 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteSecretCommand.d.ts +149 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DescribeSecretCommand.d.ts +174 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetRandomPasswordCommand.d.ts +130 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetResourcePolicyCommand.d.ts +128 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetSecretValueCommand.d.ts +151 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretVersionIdsCommand.d.ts +149 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretsCommand.d.ts +192 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutResourcePolicyCommand.d.ts +136 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutSecretValueCommand.d.ts +177 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +117 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +150 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RestoreSecretCommand.d.ts +124 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RotateSecretCommand.d.ts +164 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/StopReplicationToReplicaCommand.d.ts +106 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/TagResourceCommand.d.ts +139 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UntagResourceCommand.d.ts +129 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretCommand.d.ts +210 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +184 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ValidateResourcePolicyCommand.d.ts +147 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/index.d.ts +23 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +39 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/SecretsManagerServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +1986 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/BatchGetSecretValuePaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/Interfaces.d.ts +8 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretVersionIdsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/protocols/Aws_json1_1.d.ts +209 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +48 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +48 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +47 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManager.d.ts +401 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +257 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/BatchGetSecretValueCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/CancelRotateSecretCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/CreateSecretCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/DeleteSecretCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/DescribeSecretCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/GetRandomPasswordCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/GetSecretValueCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ListSecretVersionIdsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ListSecretsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/PutSecretValueCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/RemoveRegionsFromReplicationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ReplicateSecretToRegionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/RestoreSecretCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/RotateSecretCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/StopReplicationToReplicaCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/UpdateSecretCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/UpdateSecretVersionStageCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/ValidateResourcePolicyCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/commands/index.d.ts +23 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/SecretsManagerServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +446 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/BatchGetSecretValuePaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/ListSecretVersionIdsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/ListSecretsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +94 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +87 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/CHANGELOG.md +274 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/LICENSE.md +9 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/README.md +466 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/native.js +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/rng.js +18 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/stringify.js +33 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v35.js +66 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v4.js +29 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/native.js +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/stringify.js +33 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v35.js +66 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v4.js +29 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/index.js +79 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/md5-browser.js +223 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/native-browser.js +11 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/native.js +15 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/nil.js +8 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/parse.js +45 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/regex.js +8 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/rng-browser.js +25 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/rng.js +24 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/stringify.js +44 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v35.js +80 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v4.js +43 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/validate.js +17 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/version.js +21 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/package.json +135 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/wrapper.mjs +10 -0
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +103 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +154 -438
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +12 -18
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +1 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/endpointResolver.js +7 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +13 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +47 -8
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +25 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +19 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +25 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +14 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +35 -16
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +17 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +25 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +25 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +25 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +177 -102
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +72 -32
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +42 -31
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +6 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +6 -8
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +10 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
- package/node_modules/@aws-sdk/client-ssm/package.json +37 -37
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +20 -35
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +12 -18
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +7 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -6
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +2 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +6 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +16 -30
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +12 -18
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +7 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +2 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +6 -8
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +12 -18
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +6 -2
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +26 -28
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +12 -18
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +1 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +17 -4
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +7 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +2 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +13 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -8
- package/node_modules/@aws-sdk/client-sts/package.json +34 -34
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +29 -2
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +87 -10
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +14 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +3 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +6 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +26 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +18 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +7 -1
- package/node_modules/@aws-sdk/core/package.json +17 -11
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -4
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -9
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +56 -41
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +25 -22
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +10 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -12
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -5
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +8 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -5
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +112 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -5
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +11 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +4 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +7 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +4 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +9 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +46 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -4
- package/node_modules/@types/uuid/LICENSE +21 -0
- package/node_modules/@types/uuid/README.md +15 -0
- package/node_modules/@types/uuid/index.d.mts +12 -0
- package/node_modules/@types/uuid/index.d.ts +86 -0
- package/node_modules/@types/uuid/package.json +54 -0
- package/package.json +9 -5
- package/version.json +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/README.md +0 -252
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -612
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -47
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -46
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +0 -14
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -215
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -42
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -182
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -94
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -95
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -94
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -54
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -54
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -53
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -137
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -43
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -109
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -109
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -103
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso/package.json +0 -98
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +0 -64
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -39
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -49
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +0 -40
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -46
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +0 -58
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +0 -14
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -233
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -432
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -34
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -44
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +0 -36
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -75
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -210
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -175
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -50
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +0 -14
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -55
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -55
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -54
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +0 -32
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +0 -17
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -142
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -44
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -216
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -112
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -116
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -106
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/README.md +0 -273
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -50
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +0 -67
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +0 -20
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1450
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -39
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -63
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -40
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +0 -25
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -46
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +0 -60
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -22
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -85
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +0 -16
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +0 -14
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -130
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -885
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -34
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -58
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -11
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -36
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +0 -21
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -71
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -180
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -71
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -269
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -303
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -43
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +0 -46
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -17
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +0 -14
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1213
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -74
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -56
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -54
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -55
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -32
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +0 -17
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -143
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -163
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -54
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -19
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -33
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -57
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -206
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -101
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -118
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -111
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -112
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -51
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/client-sts/package.json +0 -102
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/README.md +0 -39
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/client.js +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/index.js +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +0 -97
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +0 -47
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +0 -298
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +0 -228
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/index.js +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +0 -15
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +0 -24
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +0 -13
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -72
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -82
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +0 -53
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +0 -10
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +0 -51
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +0 -57
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/index.d.ts +0 -22
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -30
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -14
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -42
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -95
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -10
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +0 -18
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -15
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -39
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -55
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -13
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +0 -13
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/httpAuthSchemes.js +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/package.json +0 -112
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/core/protocols.js +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -74
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +0 -27
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +0 -36
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +0 -12
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-env/package.json +0 -60
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/README.md +0 -10
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -46
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -31
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -67
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -54
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -17
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +0 -42
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +0 -27
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +0 -62
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +0 -49
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +0 -13
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +0 -69
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +0 -11
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +0 -10
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +0 -18
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-http/package.json +0 -67
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -247
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +0 -76
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +0 -28
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +0 -28
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +0 -13
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +0 -16
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +0 -13
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +0 -48
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +0 -47
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +0 -12
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +0 -16
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +0 -12
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +0 -20
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +0 -18
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +0 -26
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +0 -26
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -10
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +0 -16
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +0 -14
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -70
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -154
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -62
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -58
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -11
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -25
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -107
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +0 -27
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +0 -35
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +0 -12
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +0 -15
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-process/package.json +0 -61
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -234
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +0 -69
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +0 -75
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +0 -69
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -16
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +0 -20
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +0 -13
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +0 -14
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +0 -22
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -63
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -27
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -49
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -28
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -23
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -22
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -18
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -145
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -16
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -40
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -71
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -71
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -20
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-host-header/package.json +0 -55
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -80
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-logger/package.json +0 -56
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -68
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -34
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -18
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -18
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -55
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -123
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -72
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -31
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -17
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -20
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -57
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/README.md +0 -12
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -116
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +0 -25
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +0 -16
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +0 -14
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/region-config-resolver/package.json +0 -58
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/README.md +0 -53
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -209
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -79
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -12
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/token-providers/package.json +0 -68
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/README.md +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -295
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/checksum.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/connection.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/encode.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/extensions/index.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/index.js +0 -32
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/profile.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/request.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/retry.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/stream.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/token.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/uri.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -49
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -32
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -12
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -32
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -40
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/types/package.json +0 -56
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -417
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -223
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -223
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/package.json +0 -56
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -17
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -17
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -13
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -6
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -53
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -95
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -39
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -7
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +0 -9
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -20
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +0 -3
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -63
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/README.md +0 -252
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -611
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -48
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -46
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +0 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +0 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -43
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +0 -21
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -182
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -94
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -95
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -94
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +0 -40
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -55
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -55
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -54
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -137
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -43
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -51
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -113
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -112
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -107
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso/package.json +0 -98
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +0 -64
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -39
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -50
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +0 -40
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -46
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +0 -58
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +0 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +0 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -233
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -427
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -34
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -45
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +0 -36
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +0 -21
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -75
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -210
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -175
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +0 -40
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -50
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -56
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -55
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +0 -32
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -142
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -44
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -51
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -216
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -116
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -119
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -110
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/README.md +0 -273
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -50
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +0 -67
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +0 -20
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1450
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -39
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -64
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -40
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +0 -25
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -46
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +0 -60
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -22
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -85
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +0 -16
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +0 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -130
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -885
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -34
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -59
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -36
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +0 -21
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -71
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -180
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -71
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -269
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -303
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -43
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +0 -46
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1213
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -74
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -57
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -55
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -56
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -32
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -143
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -163
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -54
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -19
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -33
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -57
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -206
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -101
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -122
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -114
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -116
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -51
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/client-sts/package.json +0 -102
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/README.md +0 -39
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/client.js +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/index.js +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +0 -97
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +0 -62
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +0 -298
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +0 -228
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/index.js +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +0 -15
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +0 -24
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +0 -13
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +0 -20
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -72
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +0 -25
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -82
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +0 -53
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +0 -10
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +0 -51
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +0 -57
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/index.d.ts +0 -22
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -30
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -10
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -42
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -38
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -95
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -10
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -15
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -39
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -55
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/httpAuthSchemes.js +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/package.json +0 -117
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/protocols.js +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -74
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +0 -27
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +0 -36
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-env/package.json +0 -60
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/README.md +0 -10
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -46
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -31
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -67
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -54
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -17
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +0 -42
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +0 -27
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +0 -62
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +0 -49
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +0 -13
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +0 -69
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +0 -10
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-http/package.json +0 -67
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -247
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +0 -76
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +0 -28
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +0 -28
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +0 -13
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +0 -16
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +0 -13
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +0 -48
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +0 -47
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +0 -16
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +0 -20
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +0 -26
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +0 -26
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -10
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +0 -16
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -70
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -154
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -62
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -58
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -25
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-node/package.json +0 -69
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -107
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +0 -27
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +0 -35
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +0 -15
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-process/package.json +0 -61
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -234
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +0 -69
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +0 -75
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +0 -69
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -16
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +0 -20
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +0 -22
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -63
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -27
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -49
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -28
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -22
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -145
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -16
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -40
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -71
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -71
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -20
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-host-header/package.json +0 -55
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -80
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-logger/package.json +0 -56
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -68
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -34
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -55
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -179
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -28
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -80
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -44
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -21
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -21
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -58
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/README.md +0 -12
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -116
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +0 -25
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +0 -16
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/region-config-resolver/package.json +0 -58
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/README.md +0 -53
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -209
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -79
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/token-providers/package.json +0 -68
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/README.md +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -295
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/checksum.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/connection.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/encode.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/extensions/index.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/index.js +0 -33
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/profile.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/request.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/retry.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/stream.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/token.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/uri.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -49
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +0 -54
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -33
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -13
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +0 -51
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -33
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -47
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/types/package.json +0 -56
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -417
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -223
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -223
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-endpoints/package.json +0 -56
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -26
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -17
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -21
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -13
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -12
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -6
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -53
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -102
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +0 -3
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -64
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-cjs/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-cjs/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/models/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-organizations}/dist-es/pagination/Interfaces.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-es/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso-oidc → client-organizations}/dist-types/ts3.4/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-cjs/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-cjs/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/models/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/pagination/Interfaces.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-es/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/client-sso → client-secrets-manager}/dist-types/ts3.4/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/account-id-endpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/client.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/dist-es/submodules/client/setFeature.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/dist-types/submodules/client/setFeature.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/dist-types/ts3.4/submodules/client/setFeature.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-codedeploy/node_modules/@aws-sdk/core → core}/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/httpAuthSchemes.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/core → core}/protocols.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/middleware-user-agent → middleware-user-agent}/dist-es/encode-features.js +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/middleware-user-agent → middleware-user-agent}/dist-types/encode-features.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/middleware-user-agent → middleware-user-agent}/dist-types/ts3.4/encode-features.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/types → types}/dist-es/feature-ids.js +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-es/defaultUserAgent.js +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-es/nodeAppIdConfigOptions.js +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-types/defaultUserAgent.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-types/nodeAppIdConfigOptions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-types/ts3.4/defaultUserAgent.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-ecs/node_modules/@aws-sdk/util-user-agent-node → util-user-agent-node}/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +0 -0
|
@@ -393,9 +393,9 @@ var require_dist_cjs2 = __commonJS({
|
|
|
393
393
|
}
|
|
394
394
|
});
|
|
395
395
|
|
|
396
|
-
// node_modules/@aws-sdk/
|
|
396
|
+
// node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js
|
|
397
397
|
var require_dist_cjs3 = __commonJS({
|
|
398
|
-
"node_modules/@aws-sdk/
|
|
398
|
+
"node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js"(exports, module2) {
|
|
399
399
|
"use strict";
|
|
400
400
|
var __defProp2 = Object.defineProperty;
|
|
401
401
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -459,9 +459,9 @@ var require_dist_cjs3 = __commonJS({
|
|
|
459
459
|
}
|
|
460
460
|
});
|
|
461
461
|
|
|
462
|
-
// node_modules/@aws-sdk/
|
|
462
|
+
// node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js
|
|
463
463
|
var require_dist_cjs4 = __commonJS({
|
|
464
|
-
"node_modules/@aws-sdk/
|
|
464
|
+
"node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js"(exports, module2) {
|
|
465
465
|
"use strict";
|
|
466
466
|
var __defProp2 = Object.defineProperty;
|
|
467
467
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -533,9 +533,9 @@ var require_dist_cjs4 = __commonJS({
|
|
|
533
533
|
}
|
|
534
534
|
});
|
|
535
535
|
|
|
536
|
-
// node_modules/@aws-sdk/
|
|
536
|
+
// node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js
|
|
537
537
|
var require_dist_cjs5 = __commonJS({
|
|
538
|
-
"node_modules/@aws-sdk/
|
|
538
|
+
"node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js"(exports, module2) {
|
|
539
539
|
"use strict";
|
|
540
540
|
var __defProp2 = Object.defineProperty;
|
|
541
541
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -7058,9 +7058,9 @@ var require_dist_cjs29 = __commonJS({
|
|
|
7058
7058
|
}
|
|
7059
7059
|
});
|
|
7060
7060
|
|
|
7061
|
-
// node_modules/@aws-sdk/
|
|
7061
|
+
// node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js
|
|
7062
7062
|
var require_dist_cjs30 = __commonJS({
|
|
7063
|
-
"node_modules/@aws-sdk/
|
|
7063
|
+
"node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js"(exports, module2) {
|
|
7064
7064
|
"use strict";
|
|
7065
7065
|
var __defProp2 = Object.defineProperty;
|
|
7066
7066
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -7427,9 +7427,272 @@ var require_dist_cjs30 = __commonJS({
|
|
|
7427
7427
|
}
|
|
7428
7428
|
});
|
|
7429
7429
|
|
|
7430
|
-
// node_modules/@aws-sdk/
|
|
7430
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
|
|
7431
|
+
var warningEmitted, emitWarningIfUnsupportedVersion;
|
|
7432
|
+
var init_emitWarningIfUnsupportedVersion = __esm({
|
|
7433
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js"() {
|
|
7434
|
+
"use strict";
|
|
7435
|
+
warningEmitted = false;
|
|
7436
|
+
emitWarningIfUnsupportedVersion = (version3) => {
|
|
7437
|
+
if (version3 && !warningEmitted && parseInt(version3.substring(1, version3.indexOf("."))) < 18) {
|
|
7438
|
+
warningEmitted = true;
|
|
7439
|
+
process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
|
|
7440
|
+
no longer support Node.js 16.x on January 6, 2025.
|
|
7441
|
+
|
|
7442
|
+
To continue receiving updates to AWS services, bug fixes, and security
|
|
7443
|
+
updates please upgrade to a supported Node.js LTS version.
|
|
7444
|
+
|
|
7445
|
+
More information can be found at: https://a.co/74kJMmI`);
|
|
7446
|
+
}
|
|
7447
|
+
};
|
|
7448
|
+
}
|
|
7449
|
+
});
|
|
7450
|
+
|
|
7451
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js
|
|
7452
|
+
function setCredentialFeature(credentials, feature, value) {
|
|
7453
|
+
if (!credentials.$source) {
|
|
7454
|
+
credentials.$source = {};
|
|
7455
|
+
}
|
|
7456
|
+
credentials.$source[feature] = value;
|
|
7457
|
+
return credentials;
|
|
7458
|
+
}
|
|
7459
|
+
var init_setCredentialFeature = __esm({
|
|
7460
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js"() {
|
|
7461
|
+
"use strict";
|
|
7462
|
+
}
|
|
7463
|
+
});
|
|
7464
|
+
|
|
7465
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js
|
|
7466
|
+
function setFeature(context, feature, value) {
|
|
7467
|
+
if (!context.__aws_sdk_context) {
|
|
7468
|
+
context.__aws_sdk_context = {
|
|
7469
|
+
features: {}
|
|
7470
|
+
};
|
|
7471
|
+
} else if (!context.__aws_sdk_context.features) {
|
|
7472
|
+
context.__aws_sdk_context.features = {};
|
|
7473
|
+
}
|
|
7474
|
+
context.__aws_sdk_context.features[feature] = value;
|
|
7475
|
+
}
|
|
7476
|
+
var init_setFeature = __esm({
|
|
7477
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js"() {
|
|
7478
|
+
"use strict";
|
|
7479
|
+
}
|
|
7480
|
+
});
|
|
7481
|
+
|
|
7482
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/client/index.js
|
|
7483
|
+
var client_exports = {};
|
|
7484
|
+
__export(client_exports, {
|
|
7485
|
+
emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
|
|
7486
|
+
setCredentialFeature: () => setCredentialFeature,
|
|
7487
|
+
setFeature: () => setFeature
|
|
7488
|
+
});
|
|
7489
|
+
var init_client = __esm({
|
|
7490
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
|
|
7491
|
+
"use strict";
|
|
7492
|
+
init_emitWarningIfUnsupportedVersion();
|
|
7493
|
+
init_setCredentialFeature();
|
|
7494
|
+
init_setFeature();
|
|
7495
|
+
}
|
|
7496
|
+
});
|
|
7497
|
+
|
|
7498
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
|
|
7499
|
+
var import_protocol_http5, getDateHeader;
|
|
7500
|
+
var init_getDateHeader = __esm({
|
|
7501
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js"() {
|
|
7502
|
+
"use strict";
|
|
7503
|
+
import_protocol_http5 = __toESM(require_dist_cjs2());
|
|
7504
|
+
getDateHeader = (response) => import_protocol_http5.HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : void 0;
|
|
7505
|
+
}
|
|
7506
|
+
});
|
|
7507
|
+
|
|
7508
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
|
|
7509
|
+
var getSkewCorrectedDate;
|
|
7510
|
+
var init_getSkewCorrectedDate = __esm({
|
|
7511
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js"() {
|
|
7512
|
+
"use strict";
|
|
7513
|
+
getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
|
|
7514
|
+
}
|
|
7515
|
+
});
|
|
7516
|
+
|
|
7517
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
|
|
7518
|
+
var isClockSkewed;
|
|
7519
|
+
var init_isClockSkewed = __esm({
|
|
7520
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js"() {
|
|
7521
|
+
"use strict";
|
|
7522
|
+
init_getSkewCorrectedDate();
|
|
7523
|
+
isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 3e5;
|
|
7524
|
+
}
|
|
7525
|
+
});
|
|
7526
|
+
|
|
7527
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
|
|
7528
|
+
var getUpdatedSystemClockOffset;
|
|
7529
|
+
var init_getUpdatedSystemClockOffset = __esm({
|
|
7530
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js"() {
|
|
7531
|
+
"use strict";
|
|
7532
|
+
init_isClockSkewed();
|
|
7533
|
+
getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
|
|
7534
|
+
const clockTimeInMs = Date.parse(clockTime);
|
|
7535
|
+
if (isClockSkewed(clockTimeInMs, currentSystemClockOffset)) {
|
|
7536
|
+
return clockTimeInMs - Date.now();
|
|
7537
|
+
}
|
|
7538
|
+
return currentSystemClockOffset;
|
|
7539
|
+
};
|
|
7540
|
+
}
|
|
7541
|
+
});
|
|
7542
|
+
|
|
7543
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js
|
|
7544
|
+
var init_utils = __esm({
|
|
7545
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js"() {
|
|
7546
|
+
"use strict";
|
|
7547
|
+
init_getDateHeader();
|
|
7548
|
+
init_getSkewCorrectedDate();
|
|
7549
|
+
init_getUpdatedSystemClockOffset();
|
|
7550
|
+
}
|
|
7551
|
+
});
|
|
7552
|
+
|
|
7553
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
|
|
7554
|
+
var import_protocol_http6, throwSigningPropertyError, validateSigningProperties, AwsSdkSigV4Signer, AWSSDKSigV4Signer;
|
|
7555
|
+
var init_AwsSdkSigV4Signer = __esm({
|
|
7556
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js"() {
|
|
7557
|
+
"use strict";
|
|
7558
|
+
import_protocol_http6 = __toESM(require_dist_cjs2());
|
|
7559
|
+
init_utils();
|
|
7560
|
+
throwSigningPropertyError = (name, property) => {
|
|
7561
|
+
if (!property) {
|
|
7562
|
+
throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
|
|
7563
|
+
}
|
|
7564
|
+
return property;
|
|
7565
|
+
};
|
|
7566
|
+
validateSigningProperties = async (signingProperties) => {
|
|
7567
|
+
const context = throwSigningPropertyError("context", signingProperties.context);
|
|
7568
|
+
const config = throwSigningPropertyError("config", signingProperties.config);
|
|
7569
|
+
const authScheme = context.endpointV2?.properties?.authSchemes?.[0];
|
|
7570
|
+
const signerFunction = throwSigningPropertyError("signer", config.signer);
|
|
7571
|
+
const signer = await signerFunction(authScheme);
|
|
7572
|
+
const signingRegion = signingProperties?.signingRegion;
|
|
7573
|
+
const signingRegionSet = signingProperties?.signingRegionSet;
|
|
7574
|
+
const signingName = signingProperties?.signingName;
|
|
7575
|
+
return {
|
|
7576
|
+
config,
|
|
7577
|
+
signer,
|
|
7578
|
+
signingRegion,
|
|
7579
|
+
signingRegionSet,
|
|
7580
|
+
signingName
|
|
7581
|
+
};
|
|
7582
|
+
};
|
|
7583
|
+
AwsSdkSigV4Signer = class {
|
|
7584
|
+
async sign(httpRequest, identity, signingProperties) {
|
|
7585
|
+
if (!import_protocol_http6.HttpRequest.isInstance(httpRequest)) {
|
|
7586
|
+
throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");
|
|
7587
|
+
}
|
|
7588
|
+
const validatedProps = await validateSigningProperties(signingProperties);
|
|
7589
|
+
const { config, signer } = validatedProps;
|
|
7590
|
+
let { signingRegion, signingName } = validatedProps;
|
|
7591
|
+
const handlerExecutionContext = signingProperties.context;
|
|
7592
|
+
if (handlerExecutionContext?.authSchemes?.length ?? 0 > 1) {
|
|
7593
|
+
const [first, second] = handlerExecutionContext.authSchemes;
|
|
7594
|
+
if (first?.name === "sigv4a" && second?.name === "sigv4") {
|
|
7595
|
+
signingRegion = second?.signingRegion ?? signingRegion;
|
|
7596
|
+
signingName = second?.signingName ?? signingName;
|
|
7597
|
+
}
|
|
7598
|
+
}
|
|
7599
|
+
const signedRequest = await signer.sign(httpRequest, {
|
|
7600
|
+
signingDate: getSkewCorrectedDate(config.systemClockOffset),
|
|
7601
|
+
signingRegion,
|
|
7602
|
+
signingService: signingName
|
|
7603
|
+
});
|
|
7604
|
+
return signedRequest;
|
|
7605
|
+
}
|
|
7606
|
+
errorHandler(signingProperties) {
|
|
7607
|
+
return (error) => {
|
|
7608
|
+
const serverTime = error.ServerTime ?? getDateHeader(error.$response);
|
|
7609
|
+
if (serverTime) {
|
|
7610
|
+
const config = throwSigningPropertyError("config", signingProperties.config);
|
|
7611
|
+
const initialSystemClockOffset = config.systemClockOffset;
|
|
7612
|
+
config.systemClockOffset = getUpdatedSystemClockOffset(serverTime, config.systemClockOffset);
|
|
7613
|
+
const clockSkewCorrected = config.systemClockOffset !== initialSystemClockOffset;
|
|
7614
|
+
if (clockSkewCorrected && error.$metadata) {
|
|
7615
|
+
error.$metadata.clockSkewCorrected = true;
|
|
7616
|
+
}
|
|
7617
|
+
}
|
|
7618
|
+
throw error;
|
|
7619
|
+
};
|
|
7620
|
+
}
|
|
7621
|
+
successHandler(httpResponse, signingProperties) {
|
|
7622
|
+
const dateHeader = getDateHeader(httpResponse);
|
|
7623
|
+
if (dateHeader) {
|
|
7624
|
+
const config = throwSigningPropertyError("config", signingProperties.config);
|
|
7625
|
+
config.systemClockOffset = getUpdatedSystemClockOffset(dateHeader, config.systemClockOffset);
|
|
7626
|
+
}
|
|
7627
|
+
}
|
|
7628
|
+
};
|
|
7629
|
+
AWSSDKSigV4Signer = AwsSdkSigV4Signer;
|
|
7630
|
+
}
|
|
7631
|
+
});
|
|
7632
|
+
|
|
7633
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
|
|
7634
|
+
var import_protocol_http7, AwsSdkSigV4ASigner;
|
|
7635
|
+
var init_AwsSdkSigV4ASigner = __esm({
|
|
7636
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js"() {
|
|
7637
|
+
"use strict";
|
|
7638
|
+
import_protocol_http7 = __toESM(require_dist_cjs2());
|
|
7639
|
+
init_utils();
|
|
7640
|
+
init_AwsSdkSigV4Signer();
|
|
7641
|
+
AwsSdkSigV4ASigner = class extends AwsSdkSigV4Signer {
|
|
7642
|
+
async sign(httpRequest, identity, signingProperties) {
|
|
7643
|
+
if (!import_protocol_http7.HttpRequest.isInstance(httpRequest)) {
|
|
7644
|
+
throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");
|
|
7645
|
+
}
|
|
7646
|
+
const { config, signer, signingRegion, signingRegionSet, signingName } = await validateSigningProperties(signingProperties);
|
|
7647
|
+
const configResolvedSigningRegionSet = await config.sigv4aSigningRegionSet?.();
|
|
7648
|
+
const multiRegionOverride = (configResolvedSigningRegionSet ?? signingRegionSet ?? [signingRegion]).join(",");
|
|
7649
|
+
const signedRequest = await signer.sign(httpRequest, {
|
|
7650
|
+
signingDate: getSkewCorrectedDate(config.systemClockOffset),
|
|
7651
|
+
signingRegion: multiRegionOverride,
|
|
7652
|
+
signingService: signingName
|
|
7653
|
+
});
|
|
7654
|
+
return signedRequest;
|
|
7655
|
+
}
|
|
7656
|
+
};
|
|
7657
|
+
}
|
|
7658
|
+
});
|
|
7659
|
+
|
|
7660
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
|
|
7661
|
+
var import_property_provider, resolveAwsSdkSigV4AConfig, NODE_SIGV4A_CONFIG_OPTIONS;
|
|
7662
|
+
var init_resolveAwsSdkSigV4AConfig = __esm({
|
|
7663
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js"() {
|
|
7664
|
+
"use strict";
|
|
7665
|
+
init_dist_es();
|
|
7666
|
+
import_property_provider = __toESM(require_dist_cjs7());
|
|
7667
|
+
resolveAwsSdkSigV4AConfig = (config) => {
|
|
7668
|
+
config.sigv4aSigningRegionSet = normalizeProvider(config.sigv4aSigningRegionSet);
|
|
7669
|
+
return config;
|
|
7670
|
+
};
|
|
7671
|
+
NODE_SIGV4A_CONFIG_OPTIONS = {
|
|
7672
|
+
environmentVariableSelector(env) {
|
|
7673
|
+
if (env.AWS_SIGV4A_SIGNING_REGION_SET) {
|
|
7674
|
+
return env.AWS_SIGV4A_SIGNING_REGION_SET.split(",").map((_) => _.trim());
|
|
7675
|
+
}
|
|
7676
|
+
throw new import_property_provider.ProviderError("AWS_SIGV4A_SIGNING_REGION_SET not set in env.", {
|
|
7677
|
+
tryNextLink: true
|
|
7678
|
+
});
|
|
7679
|
+
},
|
|
7680
|
+
configFileSelector(profile) {
|
|
7681
|
+
if (profile.sigv4a_signing_region_set) {
|
|
7682
|
+
return (profile.sigv4a_signing_region_set ?? "").split(",").map((_) => _.trim());
|
|
7683
|
+
}
|
|
7684
|
+
throw new import_property_provider.ProviderError("sigv4a_signing_region_set not set in profile.", {
|
|
7685
|
+
tryNextLink: true
|
|
7686
|
+
});
|
|
7687
|
+
},
|
|
7688
|
+
default: void 0
|
|
7689
|
+
};
|
|
7690
|
+
}
|
|
7691
|
+
});
|
|
7692
|
+
|
|
7693
|
+
// node_modules/@smithy/signature-v4/dist-cjs/index.js
|
|
7431
7694
|
var require_dist_cjs31 = __commonJS({
|
|
7432
|
-
"node_modules/@
|
|
7695
|
+
"node_modules/@smithy/signature-v4/dist-cjs/index.js"(exports, module2) {
|
|
7433
7696
|
"use strict";
|
|
7434
7697
|
var __defProp2 = Object.defineProperty;
|
|
7435
7698
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -7451,872 +7714,157 @@ var require_dist_cjs31 = __commonJS({
|
|
|
7451
7714
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
7452
7715
|
var src_exports = {};
|
|
7453
7716
|
__export2(src_exports, {
|
|
7454
|
-
|
|
7455
|
-
|
|
7456
|
-
|
|
7457
|
-
|
|
7458
|
-
|
|
7717
|
+
SignatureV4: () => SignatureV42,
|
|
7718
|
+
clearCredentialCache: () => clearCredentialCache,
|
|
7719
|
+
createScope: () => createScope,
|
|
7720
|
+
getCanonicalHeaders: () => getCanonicalHeaders,
|
|
7721
|
+
getCanonicalQuery: () => getCanonicalQuery,
|
|
7722
|
+
getPayloadHash: () => getPayloadHash,
|
|
7723
|
+
getSigningKey: () => getSigningKey,
|
|
7724
|
+
moveHeadersToQuery: () => moveHeadersToQuery,
|
|
7725
|
+
prepareRequest: () => prepareRequest
|
|
7459
7726
|
});
|
|
7460
7727
|
module2.exports = __toCommonJS2(src_exports);
|
|
7461
|
-
var
|
|
7462
|
-
var
|
|
7463
|
-
|
|
7464
|
-
|
|
7465
|
-
|
|
7466
|
-
|
|
7467
|
-
|
|
7468
|
-
|
|
7469
|
-
|
|
7470
|
-
|
|
7471
|
-
|
|
7472
|
-
|
|
7473
|
-
|
|
7474
|
-
|
|
7475
|
-
|
|
7476
|
-
|
|
7477
|
-
|
|
7478
|
-
|
|
7479
|
-
|
|
7480
|
-
|
|
7481
|
-
|
|
7482
|
-
|
|
7483
|
-
|
|
7484
|
-
|
|
7485
|
-
|
|
7486
|
-
|
|
7728
|
+
var import_util_middleware3 = require_dist_cjs6();
|
|
7729
|
+
var import_util_utf84 = require_dist_cjs19();
|
|
7730
|
+
var ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm";
|
|
7731
|
+
var CREDENTIAL_QUERY_PARAM = "X-Amz-Credential";
|
|
7732
|
+
var AMZ_DATE_QUERY_PARAM = "X-Amz-Date";
|
|
7733
|
+
var SIGNED_HEADERS_QUERY_PARAM = "X-Amz-SignedHeaders";
|
|
7734
|
+
var EXPIRES_QUERY_PARAM = "X-Amz-Expires";
|
|
7735
|
+
var SIGNATURE_QUERY_PARAM = "X-Amz-Signature";
|
|
7736
|
+
var TOKEN_QUERY_PARAM = "X-Amz-Security-Token";
|
|
7737
|
+
var AUTH_HEADER = "authorization";
|
|
7738
|
+
var AMZ_DATE_HEADER = AMZ_DATE_QUERY_PARAM.toLowerCase();
|
|
7739
|
+
var DATE_HEADER = "date";
|
|
7740
|
+
var GENERATED_HEADERS = [AUTH_HEADER, AMZ_DATE_HEADER, DATE_HEADER];
|
|
7741
|
+
var SIGNATURE_HEADER = SIGNATURE_QUERY_PARAM.toLowerCase();
|
|
7742
|
+
var SHA256_HEADER = "x-amz-content-sha256";
|
|
7743
|
+
var TOKEN_HEADER = TOKEN_QUERY_PARAM.toLowerCase();
|
|
7744
|
+
var ALWAYS_UNSIGNABLE_HEADERS = {
|
|
7745
|
+
authorization: true,
|
|
7746
|
+
"cache-control": true,
|
|
7747
|
+
connection: true,
|
|
7748
|
+
expect: true,
|
|
7749
|
+
from: true,
|
|
7750
|
+
"keep-alive": true,
|
|
7751
|
+
"max-forwards": true,
|
|
7752
|
+
pragma: true,
|
|
7753
|
+
referer: true,
|
|
7754
|
+
te: true,
|
|
7755
|
+
trailer: true,
|
|
7756
|
+
"transfer-encoding": true,
|
|
7757
|
+
upgrade: true,
|
|
7758
|
+
"user-agent": true,
|
|
7759
|
+
"x-amzn-trace-id": true
|
|
7760
|
+
};
|
|
7761
|
+
var PROXY_HEADER_PATTERN = /^proxy-/;
|
|
7762
|
+
var SEC_HEADER_PATTERN = /^sec-/;
|
|
7763
|
+
var ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256";
|
|
7764
|
+
var EVENT_ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256-PAYLOAD";
|
|
7765
|
+
var UNSIGNED_PAYLOAD = "UNSIGNED-PAYLOAD";
|
|
7766
|
+
var MAX_CACHE_SIZE = 50;
|
|
7767
|
+
var KEY_TYPE_IDENTIFIER = "aws4_request";
|
|
7768
|
+
var MAX_PRESIGNED_TTL = 60 * 60 * 24 * 7;
|
|
7769
|
+
var import_util_hex_encoding = require_dist_cjs25();
|
|
7770
|
+
var import_util_utf8 = require_dist_cjs19();
|
|
7771
|
+
var signingKeyCache = {};
|
|
7772
|
+
var cacheQueue = [];
|
|
7773
|
+
var createScope = /* @__PURE__ */ __name((shortDate, region, service) => `${shortDate}/${region}/${service}/${KEY_TYPE_IDENTIFIER}`, "createScope");
|
|
7774
|
+
var getSigningKey = /* @__PURE__ */ __name(async (sha256Constructor, credentials, shortDate, region, service) => {
|
|
7775
|
+
const credsHash = await hmac(sha256Constructor, credentials.secretAccessKey, credentials.accessKeyId);
|
|
7776
|
+
const cacheKey = `${shortDate}:${region}:${service}:${(0, import_util_hex_encoding.toHex)(credsHash)}:${credentials.sessionToken}`;
|
|
7777
|
+
if (cacheKey in signingKeyCache) {
|
|
7778
|
+
return signingKeyCache[cacheKey];
|
|
7779
|
+
}
|
|
7780
|
+
cacheQueue.push(cacheKey);
|
|
7781
|
+
while (cacheQueue.length > MAX_CACHE_SIZE) {
|
|
7782
|
+
delete signingKeyCache[cacheQueue.shift()];
|
|
7783
|
+
}
|
|
7784
|
+
let key = `AWS4${credentials.secretAccessKey}`;
|
|
7785
|
+
for (const signable of [shortDate, region, service, KEY_TYPE_IDENTIFIER]) {
|
|
7786
|
+
key = await hmac(sha256Constructor, key, signable);
|
|
7787
|
+
}
|
|
7788
|
+
return signingKeyCache[cacheKey] = key;
|
|
7789
|
+
}, "getSigningKey");
|
|
7790
|
+
var clearCredentialCache = /* @__PURE__ */ __name(() => {
|
|
7791
|
+
cacheQueue.length = 0;
|
|
7792
|
+
Object.keys(signingKeyCache).forEach((cacheKey) => {
|
|
7793
|
+
delete signingKeyCache[cacheKey];
|
|
7794
|
+
});
|
|
7795
|
+
}, "clearCredentialCache");
|
|
7796
|
+
var hmac = /* @__PURE__ */ __name((ctor, secret, data) => {
|
|
7797
|
+
const hash = new ctor(secret);
|
|
7798
|
+
hash.update((0, import_util_utf8.toUint8Array)(data));
|
|
7799
|
+
return hash.digest();
|
|
7800
|
+
}, "hmac");
|
|
7801
|
+
var getCanonicalHeaders = /* @__PURE__ */ __name(({ headers }, unsignableHeaders, signableHeaders) => {
|
|
7802
|
+
const canonical = {};
|
|
7803
|
+
for (const headerName of Object.keys(headers).sort()) {
|
|
7804
|
+
if (headers[headerName] == void 0) {
|
|
7805
|
+
continue;
|
|
7487
7806
|
}
|
|
7488
|
-
|
|
7489
|
-
|
|
7490
|
-
|
|
7491
|
-
|
|
7492
|
-
var import_protocol_http8 = require_dist_cjs2();
|
|
7493
|
-
var USER_AGENT = "user-agent";
|
|
7494
|
-
var X_AMZ_USER_AGENT = "x-amz-user-agent";
|
|
7495
|
-
var SPACE = " ";
|
|
7496
|
-
var UA_NAME_SEPARATOR = "/";
|
|
7497
|
-
var UA_NAME_ESCAPE_REGEX = /[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w]/g;
|
|
7498
|
-
var UA_VALUE_ESCAPE_REGEX = /[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w\#]/g;
|
|
7499
|
-
var UA_ESCAPE_CHAR = "-";
|
|
7500
|
-
var BYTE_LIMIT = 1024;
|
|
7501
|
-
function encodeFeatures(features) {
|
|
7502
|
-
let buffer = "";
|
|
7503
|
-
for (const key in features) {
|
|
7504
|
-
const val2 = features[key];
|
|
7505
|
-
if (buffer.length + val2.length + 1 <= BYTE_LIMIT) {
|
|
7506
|
-
if (buffer.length) {
|
|
7507
|
-
buffer += "," + val2;
|
|
7508
|
-
} else {
|
|
7509
|
-
buffer += val2;
|
|
7807
|
+
const canonicalHeaderName = headerName.toLowerCase();
|
|
7808
|
+
if (canonicalHeaderName in ALWAYS_UNSIGNABLE_HEADERS || (unsignableHeaders == null ? void 0 : unsignableHeaders.has(canonicalHeaderName)) || PROXY_HEADER_PATTERN.test(canonicalHeaderName) || SEC_HEADER_PATTERN.test(canonicalHeaderName)) {
|
|
7809
|
+
if (!signableHeaders || signableHeaders && !signableHeaders.has(canonicalHeaderName)) {
|
|
7810
|
+
continue;
|
|
7510
7811
|
}
|
|
7511
|
-
continue;
|
|
7512
7812
|
}
|
|
7513
|
-
|
|
7514
|
-
}
|
|
7515
|
-
return buffer;
|
|
7516
|
-
}
|
|
7517
|
-
__name(encodeFeatures, "encodeFeatures");
|
|
7518
|
-
var userAgentMiddleware = /* @__PURE__ */ __name((options) => (next, context) => async (args) => {
|
|
7519
|
-
var _a, _b, _c, _d;
|
|
7520
|
-
const { request } = args;
|
|
7521
|
-
if (!import_protocol_http8.HttpRequest.isInstance(request)) {
|
|
7522
|
-
return next(args);
|
|
7813
|
+
canonical[canonicalHeaderName] = headers[headerName].trim().replace(/\s+/g, " ");
|
|
7523
7814
|
}
|
|
7524
|
-
|
|
7525
|
-
|
|
7526
|
-
|
|
7527
|
-
|
|
7528
|
-
|
|
7529
|
-
|
|
7530
|
-
|
|
7531
|
-
)
|
|
7532
|
-
|
|
7533
|
-
|
|
7534
|
-
|
|
7535
|
-
|
|
7536
|
-
|
|
7815
|
+
return canonical;
|
|
7816
|
+
}, "getCanonicalHeaders");
|
|
7817
|
+
var import_util_uri_escape = require_dist_cjs21();
|
|
7818
|
+
var getCanonicalQuery = /* @__PURE__ */ __name(({ query = {} }) => {
|
|
7819
|
+
const keys = [];
|
|
7820
|
+
const serialized = {};
|
|
7821
|
+
for (const key of Object.keys(query)) {
|
|
7822
|
+
if (key.toLowerCase() === SIGNATURE_HEADER) {
|
|
7823
|
+
continue;
|
|
7824
|
+
}
|
|
7825
|
+
const encodedKey = (0, import_util_uri_escape.escapeUri)(key);
|
|
7826
|
+
keys.push(encodedKey);
|
|
7827
|
+
const value = query[key];
|
|
7828
|
+
if (typeof value === "string") {
|
|
7829
|
+
serialized[encodedKey] = `${encodedKey}=${(0, import_util_uri_escape.escapeUri)(value)}`;
|
|
7830
|
+
} else if (Array.isArray(value)) {
|
|
7831
|
+
serialized[encodedKey] = value.slice(0).reduce((encoded, value2) => encoded.concat([`${encodedKey}=${(0, import_util_uri_escape.escapeUri)(value2)}`]), []).sort().join("&");
|
|
7832
|
+
}
|
|
7537
7833
|
}
|
|
7538
|
-
|
|
7539
|
-
|
|
7540
|
-
|
|
7541
|
-
|
|
7542
|
-
|
|
7543
|
-
|
|
7544
|
-
|
|
7545
|
-
|
|
7546
|
-
headers[X_AMZ_USER_AGENT] = headers[X_AMZ_USER_AGENT] ? `${headers[USER_AGENT]} ${normalUAValue}` : normalUAValue;
|
|
7834
|
+
return keys.sort().map((key) => serialized[key]).filter((serialized2) => serialized2).join("&");
|
|
7835
|
+
}, "getCanonicalQuery");
|
|
7836
|
+
var import_is_array_buffer = require_dist_cjs17();
|
|
7837
|
+
var import_util_utf82 = require_dist_cjs19();
|
|
7838
|
+
var getPayloadHash = /* @__PURE__ */ __name(async ({ headers, body }, hashConstructor) => {
|
|
7839
|
+
for (const headerName of Object.keys(headers)) {
|
|
7840
|
+
if (headerName.toLowerCase() === SHA256_HEADER) {
|
|
7841
|
+
return headers[headerName];
|
|
7547
7842
|
}
|
|
7548
|
-
headers[USER_AGENT] = sdkUserAgentValue;
|
|
7549
|
-
} else {
|
|
7550
|
-
headers[X_AMZ_USER_AGENT] = sdkUserAgentValue;
|
|
7551
7843
|
}
|
|
7552
|
-
|
|
7553
|
-
|
|
7554
|
-
|
|
7555
|
-
|
|
7556
|
-
|
|
7557
|
-
|
|
7558
|
-
var _a;
|
|
7559
|
-
const name = userAgentPair[0].split(UA_NAME_SEPARATOR).map((part) => part.replace(UA_NAME_ESCAPE_REGEX, UA_ESCAPE_CHAR)).join(UA_NAME_SEPARATOR);
|
|
7560
|
-
const version3 = (_a = userAgentPair[1]) == null ? void 0 : _a.replace(UA_VALUE_ESCAPE_REGEX, UA_ESCAPE_CHAR);
|
|
7561
|
-
const prefixSeparatorIndex = name.indexOf(UA_NAME_SEPARATOR);
|
|
7562
|
-
const prefix = name.substring(0, prefixSeparatorIndex);
|
|
7563
|
-
let uaName = name.substring(prefixSeparatorIndex + 1);
|
|
7564
|
-
if (prefix === "api") {
|
|
7565
|
-
uaName = uaName.toLowerCase();
|
|
7844
|
+
if (body == void 0) {
|
|
7845
|
+
return "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";
|
|
7846
|
+
} else if (typeof body === "string" || ArrayBuffer.isView(body) || (0, import_is_array_buffer.isArrayBuffer)(body)) {
|
|
7847
|
+
const hashCtor = new hashConstructor();
|
|
7848
|
+
hashCtor.update((0, import_util_utf82.toUint8Array)(body));
|
|
7849
|
+
return (0, import_util_hex_encoding.toHex)(await hashCtor.digest());
|
|
7566
7850
|
}
|
|
7567
|
-
return
|
|
7568
|
-
|
|
7569
|
-
|
|
7570
|
-
|
|
7571
|
-
|
|
7572
|
-
|
|
7573
|
-
|
|
7574
|
-
|
|
7851
|
+
return UNSIGNED_PAYLOAD;
|
|
7852
|
+
}, "getPayloadHash");
|
|
7853
|
+
var import_util_utf83 = require_dist_cjs19();
|
|
7854
|
+
var _HeaderFormatter = class _HeaderFormatter {
|
|
7855
|
+
format(headers) {
|
|
7856
|
+
const chunks = [];
|
|
7857
|
+
for (const headerName of Object.keys(headers)) {
|
|
7858
|
+
const bytes = (0, import_util_utf83.fromUtf8)(headerName);
|
|
7859
|
+
chunks.push(Uint8Array.from([bytes.byteLength]), bytes, this.formatHeaderValue(headers[headerName]));
|
|
7575
7860
|
}
|
|
7576
|
-
|
|
7577
|
-
|
|
7578
|
-
|
|
7579
|
-
|
|
7580
|
-
|
|
7581
|
-
|
|
7582
|
-
|
|
7583
|
-
override: true
|
|
7584
|
-
};
|
|
7585
|
-
var getUserAgentPlugin = /* @__PURE__ */ __name((config) => ({
|
|
7586
|
-
applyToStack: (clientStack) => {
|
|
7587
|
-
clientStack.add(userAgentMiddleware(config), getUserAgentMiddlewareOptions);
|
|
7588
|
-
}
|
|
7589
|
-
}), "getUserAgentPlugin");
|
|
7590
|
-
}
|
|
7591
|
-
});
|
|
7592
|
-
|
|
7593
|
-
// node_modules/@smithy/util-config-provider/dist-cjs/index.js
|
|
7594
|
-
var require_dist_cjs32 = __commonJS({
|
|
7595
|
-
"node_modules/@smithy/util-config-provider/dist-cjs/index.js"(exports, module2) {
|
|
7596
|
-
"use strict";
|
|
7597
|
-
var __defProp2 = Object.defineProperty;
|
|
7598
|
-
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
7599
|
-
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
7600
|
-
var __hasOwnProp2 = Object.prototype.hasOwnProperty;
|
|
7601
|
-
var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
|
|
7602
|
-
var __export2 = (target, all) => {
|
|
7603
|
-
for (var name in all)
|
|
7604
|
-
__defProp2(target, name, { get: all[name], enumerable: true });
|
|
7605
|
-
};
|
|
7606
|
-
var __copyProps2 = (to, from, except, desc) => {
|
|
7607
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7608
|
-
for (let key of __getOwnPropNames2(from))
|
|
7609
|
-
if (!__hasOwnProp2.call(to, key) && key !== except)
|
|
7610
|
-
__defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
|
|
7611
|
-
}
|
|
7612
|
-
return to;
|
|
7613
|
-
};
|
|
7614
|
-
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
7615
|
-
var src_exports = {};
|
|
7616
|
-
__export2(src_exports, {
|
|
7617
|
-
SelectorType: () => SelectorType,
|
|
7618
|
-
booleanSelector: () => booleanSelector,
|
|
7619
|
-
numberSelector: () => numberSelector
|
|
7620
|
-
});
|
|
7621
|
-
module2.exports = __toCommonJS2(src_exports);
|
|
7622
|
-
var booleanSelector = /* @__PURE__ */ __name((obj, key, type) => {
|
|
7623
|
-
if (!(key in obj))
|
|
7624
|
-
return void 0;
|
|
7625
|
-
if (obj[key] === "true")
|
|
7626
|
-
return true;
|
|
7627
|
-
if (obj[key] === "false")
|
|
7628
|
-
return false;
|
|
7629
|
-
throw new Error(`Cannot load ${type} "${key}". Expected "true" or "false", got ${obj[key]}.`);
|
|
7630
|
-
}, "booleanSelector");
|
|
7631
|
-
var numberSelector = /* @__PURE__ */ __name((obj, key, type) => {
|
|
7632
|
-
if (!(key in obj))
|
|
7633
|
-
return void 0;
|
|
7634
|
-
const numberValue = parseInt(obj[key], 10);
|
|
7635
|
-
if (Number.isNaN(numberValue)) {
|
|
7636
|
-
throw new TypeError(`Cannot load ${type} '${key}'. Expected number, got '${obj[key]}'.`);
|
|
7637
|
-
}
|
|
7638
|
-
return numberValue;
|
|
7639
|
-
}, "numberSelector");
|
|
7640
|
-
var SelectorType = /* @__PURE__ */ ((SelectorType2) => {
|
|
7641
|
-
SelectorType2["ENV"] = "env";
|
|
7642
|
-
SelectorType2["CONFIG"] = "shared config entry";
|
|
7643
|
-
return SelectorType2;
|
|
7644
|
-
})(SelectorType || {});
|
|
7645
|
-
}
|
|
7646
|
-
});
|
|
7647
|
-
|
|
7648
|
-
// node_modules/@smithy/config-resolver/dist-cjs/index.js
|
|
7649
|
-
var require_dist_cjs33 = __commonJS({
|
|
7650
|
-
"node_modules/@smithy/config-resolver/dist-cjs/index.js"(exports, module2) {
|
|
7651
|
-
"use strict";
|
|
7652
|
-
var __defProp2 = Object.defineProperty;
|
|
7653
|
-
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
7654
|
-
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
7655
|
-
var __hasOwnProp2 = Object.prototype.hasOwnProperty;
|
|
7656
|
-
var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
|
|
7657
|
-
var __export2 = (target, all) => {
|
|
7658
|
-
for (var name in all)
|
|
7659
|
-
__defProp2(target, name, { get: all[name], enumerable: true });
|
|
7660
|
-
};
|
|
7661
|
-
var __copyProps2 = (to, from, except, desc) => {
|
|
7662
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7663
|
-
for (let key of __getOwnPropNames2(from))
|
|
7664
|
-
if (!__hasOwnProp2.call(to, key) && key !== except)
|
|
7665
|
-
__defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
|
|
7666
|
-
}
|
|
7667
|
-
return to;
|
|
7668
|
-
};
|
|
7669
|
-
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
7670
|
-
var src_exports = {};
|
|
7671
|
-
__export2(src_exports, {
|
|
7672
|
-
CONFIG_USE_DUALSTACK_ENDPOINT: () => CONFIG_USE_DUALSTACK_ENDPOINT,
|
|
7673
|
-
CONFIG_USE_FIPS_ENDPOINT: () => CONFIG_USE_FIPS_ENDPOINT,
|
|
7674
|
-
DEFAULT_USE_DUALSTACK_ENDPOINT: () => DEFAULT_USE_DUALSTACK_ENDPOINT,
|
|
7675
|
-
DEFAULT_USE_FIPS_ENDPOINT: () => DEFAULT_USE_FIPS_ENDPOINT,
|
|
7676
|
-
ENV_USE_DUALSTACK_ENDPOINT: () => ENV_USE_DUALSTACK_ENDPOINT,
|
|
7677
|
-
ENV_USE_FIPS_ENDPOINT: () => ENV_USE_FIPS_ENDPOINT,
|
|
7678
|
-
NODE_REGION_CONFIG_FILE_OPTIONS: () => NODE_REGION_CONFIG_FILE_OPTIONS,
|
|
7679
|
-
NODE_REGION_CONFIG_OPTIONS: () => NODE_REGION_CONFIG_OPTIONS,
|
|
7680
|
-
NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: () => NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
7681
|
-
NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS: () => NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
7682
|
-
REGION_ENV_NAME: () => REGION_ENV_NAME,
|
|
7683
|
-
REGION_INI_NAME: () => REGION_INI_NAME,
|
|
7684
|
-
getRegionInfo: () => getRegionInfo,
|
|
7685
|
-
resolveCustomEndpointsConfig: () => resolveCustomEndpointsConfig,
|
|
7686
|
-
resolveEndpointsConfig: () => resolveEndpointsConfig,
|
|
7687
|
-
resolveRegionConfig: () => resolveRegionConfig
|
|
7688
|
-
});
|
|
7689
|
-
module2.exports = __toCommonJS2(src_exports);
|
|
7690
|
-
var import_util_config_provider = require_dist_cjs32();
|
|
7691
|
-
var ENV_USE_DUALSTACK_ENDPOINT = "AWS_USE_DUALSTACK_ENDPOINT";
|
|
7692
|
-
var CONFIG_USE_DUALSTACK_ENDPOINT = "use_dualstack_endpoint";
|
|
7693
|
-
var DEFAULT_USE_DUALSTACK_ENDPOINT = false;
|
|
7694
|
-
var NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS = {
|
|
7695
|
-
environmentVariableSelector: (env) => (0, import_util_config_provider.booleanSelector)(env, ENV_USE_DUALSTACK_ENDPOINT, import_util_config_provider.SelectorType.ENV),
|
|
7696
|
-
configFileSelector: (profile) => (0, import_util_config_provider.booleanSelector)(profile, CONFIG_USE_DUALSTACK_ENDPOINT, import_util_config_provider.SelectorType.CONFIG),
|
|
7697
|
-
default: false
|
|
7698
|
-
};
|
|
7699
|
-
var ENV_USE_FIPS_ENDPOINT = "AWS_USE_FIPS_ENDPOINT";
|
|
7700
|
-
var CONFIG_USE_FIPS_ENDPOINT = "use_fips_endpoint";
|
|
7701
|
-
var DEFAULT_USE_FIPS_ENDPOINT = false;
|
|
7702
|
-
var NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = {
|
|
7703
|
-
environmentVariableSelector: (env) => (0, import_util_config_provider.booleanSelector)(env, ENV_USE_FIPS_ENDPOINT, import_util_config_provider.SelectorType.ENV),
|
|
7704
|
-
configFileSelector: (profile) => (0, import_util_config_provider.booleanSelector)(profile, CONFIG_USE_FIPS_ENDPOINT, import_util_config_provider.SelectorType.CONFIG),
|
|
7705
|
-
default: false
|
|
7706
|
-
};
|
|
7707
|
-
var import_util_middleware3 = require_dist_cjs6();
|
|
7708
|
-
var resolveCustomEndpointsConfig = /* @__PURE__ */ __name((input) => {
|
|
7709
|
-
const { endpoint, urlParser } = input;
|
|
7710
|
-
return {
|
|
7711
|
-
...input,
|
|
7712
|
-
tls: input.tls ?? true,
|
|
7713
|
-
endpoint: (0, import_util_middleware3.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint),
|
|
7714
|
-
isCustomEndpoint: true,
|
|
7715
|
-
useDualstackEndpoint: (0, import_util_middleware3.normalizeProvider)(input.useDualstackEndpoint ?? false)
|
|
7716
|
-
};
|
|
7717
|
-
}, "resolveCustomEndpointsConfig");
|
|
7718
|
-
var getEndpointFromRegion = /* @__PURE__ */ __name(async (input) => {
|
|
7719
|
-
const { tls = true } = input;
|
|
7720
|
-
const region = await input.region();
|
|
7721
|
-
const dnsHostRegex = new RegExp(/^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9])$/);
|
|
7722
|
-
if (!dnsHostRegex.test(region)) {
|
|
7723
|
-
throw new Error("Invalid region in client config");
|
|
7724
|
-
}
|
|
7725
|
-
const useDualstackEndpoint = await input.useDualstackEndpoint();
|
|
7726
|
-
const useFipsEndpoint = await input.useFipsEndpoint();
|
|
7727
|
-
const { hostname } = await input.regionInfoProvider(region, { useDualstackEndpoint, useFipsEndpoint }) ?? {};
|
|
7728
|
-
if (!hostname) {
|
|
7729
|
-
throw new Error("Cannot resolve hostname from client config");
|
|
7730
|
-
}
|
|
7731
|
-
return input.urlParser(`${tls ? "https:" : "http:"}//${hostname}`);
|
|
7732
|
-
}, "getEndpointFromRegion");
|
|
7733
|
-
var resolveEndpointsConfig = /* @__PURE__ */ __name((input) => {
|
|
7734
|
-
const useDualstackEndpoint = (0, import_util_middleware3.normalizeProvider)(input.useDualstackEndpoint ?? false);
|
|
7735
|
-
const { endpoint, useFipsEndpoint, urlParser } = input;
|
|
7736
|
-
return {
|
|
7737
|
-
...input,
|
|
7738
|
-
tls: input.tls ?? true,
|
|
7739
|
-
endpoint: endpoint ? (0, import_util_middleware3.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint) : () => getEndpointFromRegion({ ...input, useDualstackEndpoint, useFipsEndpoint }),
|
|
7740
|
-
isCustomEndpoint: !!endpoint,
|
|
7741
|
-
useDualstackEndpoint
|
|
7742
|
-
};
|
|
7743
|
-
}, "resolveEndpointsConfig");
|
|
7744
|
-
var REGION_ENV_NAME = "AWS_REGION";
|
|
7745
|
-
var REGION_INI_NAME = "region";
|
|
7746
|
-
var NODE_REGION_CONFIG_OPTIONS = {
|
|
7747
|
-
environmentVariableSelector: (env) => env[REGION_ENV_NAME],
|
|
7748
|
-
configFileSelector: (profile) => profile[REGION_INI_NAME],
|
|
7749
|
-
default: () => {
|
|
7750
|
-
throw new Error("Region is missing");
|
|
7751
|
-
}
|
|
7752
|
-
};
|
|
7753
|
-
var NODE_REGION_CONFIG_FILE_OPTIONS = {
|
|
7754
|
-
preferredFile: "credentials"
|
|
7755
|
-
};
|
|
7756
|
-
var isFipsRegion = /* @__PURE__ */ __name((region) => typeof region === "string" && (region.startsWith("fips-") || region.endsWith("-fips")), "isFipsRegion");
|
|
7757
|
-
var getRealRegion = /* @__PURE__ */ __name((region) => isFipsRegion(region) ? ["fips-aws-global", "aws-fips"].includes(region) ? "us-east-1" : region.replace(/fips-(dkr-|prod-)?|-fips/, "") : region, "getRealRegion");
|
|
7758
|
-
var resolveRegionConfig = /* @__PURE__ */ __name((input) => {
|
|
7759
|
-
const { region, useFipsEndpoint } = input;
|
|
7760
|
-
if (!region) {
|
|
7761
|
-
throw new Error("Region is missing");
|
|
7762
|
-
}
|
|
7763
|
-
return {
|
|
7764
|
-
...input,
|
|
7765
|
-
region: async () => {
|
|
7766
|
-
if (typeof region === "string") {
|
|
7767
|
-
return getRealRegion(region);
|
|
7768
|
-
}
|
|
7769
|
-
const providedRegion = await region();
|
|
7770
|
-
return getRealRegion(providedRegion);
|
|
7771
|
-
},
|
|
7772
|
-
useFipsEndpoint: async () => {
|
|
7773
|
-
const providedRegion = typeof region === "string" ? region : await region();
|
|
7774
|
-
if (isFipsRegion(providedRegion)) {
|
|
7775
|
-
return true;
|
|
7776
|
-
}
|
|
7777
|
-
return typeof useFipsEndpoint !== "function" ? Promise.resolve(!!useFipsEndpoint) : useFipsEndpoint();
|
|
7778
|
-
}
|
|
7779
|
-
};
|
|
7780
|
-
}, "resolveRegionConfig");
|
|
7781
|
-
var getHostnameFromVariants = /* @__PURE__ */ __name((variants = [], { useFipsEndpoint, useDualstackEndpoint }) => {
|
|
7782
|
-
var _a;
|
|
7783
|
-
return (_a = variants.find(
|
|
7784
|
-
({ tags }) => useFipsEndpoint === tags.includes("fips") && useDualstackEndpoint === tags.includes("dualstack")
|
|
7785
|
-
)) == null ? void 0 : _a.hostname;
|
|
7786
|
-
}, "getHostnameFromVariants");
|
|
7787
|
-
var getResolvedHostname = /* @__PURE__ */ __name((resolvedRegion, { regionHostname, partitionHostname }) => regionHostname ? regionHostname : partitionHostname ? partitionHostname.replace("{region}", resolvedRegion) : void 0, "getResolvedHostname");
|
|
7788
|
-
var getResolvedPartition = /* @__PURE__ */ __name((region, { partitionHash }) => Object.keys(partitionHash || {}).find((key) => partitionHash[key].regions.includes(region)) ?? "aws", "getResolvedPartition");
|
|
7789
|
-
var getResolvedSigningRegion = /* @__PURE__ */ __name((hostname, { signingRegion, regionRegex, useFipsEndpoint }) => {
|
|
7790
|
-
if (signingRegion) {
|
|
7791
|
-
return signingRegion;
|
|
7792
|
-
} else if (useFipsEndpoint) {
|
|
7793
|
-
const regionRegexJs = regionRegex.replace("\\\\", "\\").replace(/^\^/g, "\\.").replace(/\$$/g, "\\.");
|
|
7794
|
-
const regionRegexmatchArray = hostname.match(regionRegexJs);
|
|
7795
|
-
if (regionRegexmatchArray) {
|
|
7796
|
-
return regionRegexmatchArray[0].slice(1, -1);
|
|
7797
|
-
}
|
|
7798
|
-
}
|
|
7799
|
-
}, "getResolvedSigningRegion");
|
|
7800
|
-
var getRegionInfo = /* @__PURE__ */ __name((region, {
|
|
7801
|
-
useFipsEndpoint = false,
|
|
7802
|
-
useDualstackEndpoint = false,
|
|
7803
|
-
signingService,
|
|
7804
|
-
regionHash,
|
|
7805
|
-
partitionHash
|
|
7806
|
-
}) => {
|
|
7807
|
-
var _a, _b, _c, _d, _e;
|
|
7808
|
-
const partition = getResolvedPartition(region, { partitionHash });
|
|
7809
|
-
const resolvedRegion = region in regionHash ? region : ((_a = partitionHash[partition]) == null ? void 0 : _a.endpoint) ?? region;
|
|
7810
|
-
const hostnameOptions = { useFipsEndpoint, useDualstackEndpoint };
|
|
7811
|
-
const regionHostname = getHostnameFromVariants((_b = regionHash[resolvedRegion]) == null ? void 0 : _b.variants, hostnameOptions);
|
|
7812
|
-
const partitionHostname = getHostnameFromVariants((_c = partitionHash[partition]) == null ? void 0 : _c.variants, hostnameOptions);
|
|
7813
|
-
const hostname = getResolvedHostname(resolvedRegion, { regionHostname, partitionHostname });
|
|
7814
|
-
if (hostname === void 0) {
|
|
7815
|
-
throw new Error(`Endpoint resolution failed for: ${{ resolvedRegion, useFipsEndpoint, useDualstackEndpoint }}`);
|
|
7816
|
-
}
|
|
7817
|
-
const signingRegion = getResolvedSigningRegion(hostname, {
|
|
7818
|
-
signingRegion: (_d = regionHash[resolvedRegion]) == null ? void 0 : _d.signingRegion,
|
|
7819
|
-
regionRegex: partitionHash[partition].regionRegex,
|
|
7820
|
-
useFipsEndpoint
|
|
7821
|
-
});
|
|
7822
|
-
return {
|
|
7823
|
-
partition,
|
|
7824
|
-
signingService,
|
|
7825
|
-
hostname,
|
|
7826
|
-
...signingRegion && { signingRegion },
|
|
7827
|
-
...((_e = regionHash[resolvedRegion]) == null ? void 0 : _e.signingService) && {
|
|
7828
|
-
signingService: regionHash[resolvedRegion].signingService
|
|
7829
|
-
}
|
|
7830
|
-
};
|
|
7831
|
-
}, "getRegionInfo");
|
|
7832
|
-
}
|
|
7833
|
-
});
|
|
7834
|
-
|
|
7835
|
-
// node_modules/@smithy/middleware-content-length/dist-cjs/index.js
|
|
7836
|
-
var require_dist_cjs34 = __commonJS({
|
|
7837
|
-
"node_modules/@smithy/middleware-content-length/dist-cjs/index.js"(exports, module2) {
|
|
7838
|
-
"use strict";
|
|
7839
|
-
var __defProp2 = Object.defineProperty;
|
|
7840
|
-
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
7841
|
-
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
7842
|
-
var __hasOwnProp2 = Object.prototype.hasOwnProperty;
|
|
7843
|
-
var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
|
|
7844
|
-
var __export2 = (target, all) => {
|
|
7845
|
-
for (var name in all)
|
|
7846
|
-
__defProp2(target, name, { get: all[name], enumerable: true });
|
|
7847
|
-
};
|
|
7848
|
-
var __copyProps2 = (to, from, except, desc) => {
|
|
7849
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7850
|
-
for (let key of __getOwnPropNames2(from))
|
|
7851
|
-
if (!__hasOwnProp2.call(to, key) && key !== except)
|
|
7852
|
-
__defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
|
|
7853
|
-
}
|
|
7854
|
-
return to;
|
|
7855
|
-
};
|
|
7856
|
-
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
7857
|
-
var src_exports = {};
|
|
7858
|
-
__export2(src_exports, {
|
|
7859
|
-
contentLengthMiddleware: () => contentLengthMiddleware,
|
|
7860
|
-
contentLengthMiddlewareOptions: () => contentLengthMiddlewareOptions,
|
|
7861
|
-
getContentLengthPlugin: () => getContentLengthPlugin
|
|
7862
|
-
});
|
|
7863
|
-
module2.exports = __toCommonJS2(src_exports);
|
|
7864
|
-
var import_protocol_http8 = require_dist_cjs2();
|
|
7865
|
-
var CONTENT_LENGTH_HEADER = "content-length";
|
|
7866
|
-
function contentLengthMiddleware(bodyLengthChecker) {
|
|
7867
|
-
return (next) => async (args) => {
|
|
7868
|
-
const request = args.request;
|
|
7869
|
-
if (import_protocol_http8.HttpRequest.isInstance(request)) {
|
|
7870
|
-
const { body, headers } = request;
|
|
7871
|
-
if (body && Object.keys(headers).map((str) => str.toLowerCase()).indexOf(CONTENT_LENGTH_HEADER) === -1) {
|
|
7872
|
-
try {
|
|
7873
|
-
const length = bodyLengthChecker(body);
|
|
7874
|
-
request.headers = {
|
|
7875
|
-
...request.headers,
|
|
7876
|
-
[CONTENT_LENGTH_HEADER]: String(length)
|
|
7877
|
-
};
|
|
7878
|
-
} catch (error) {
|
|
7879
|
-
}
|
|
7880
|
-
}
|
|
7881
|
-
}
|
|
7882
|
-
return next({
|
|
7883
|
-
...args,
|
|
7884
|
-
request
|
|
7885
|
-
});
|
|
7886
|
-
};
|
|
7887
|
-
}
|
|
7888
|
-
__name(contentLengthMiddleware, "contentLengthMiddleware");
|
|
7889
|
-
var contentLengthMiddlewareOptions = {
|
|
7890
|
-
step: "build",
|
|
7891
|
-
tags: ["SET_CONTENT_LENGTH", "CONTENT_LENGTH"],
|
|
7892
|
-
name: "contentLengthMiddleware",
|
|
7893
|
-
override: true
|
|
7894
|
-
};
|
|
7895
|
-
var getContentLengthPlugin = /* @__PURE__ */ __name((options) => ({
|
|
7896
|
-
applyToStack: (clientStack) => {
|
|
7897
|
-
clientStack.add(contentLengthMiddleware(options.bodyLengthChecker), contentLengthMiddlewareOptions);
|
|
7898
|
-
}
|
|
7899
|
-
}), "getContentLengthPlugin");
|
|
7900
|
-
}
|
|
7901
|
-
});
|
|
7902
|
-
|
|
7903
|
-
// node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
|
|
7904
|
-
var warningEmitted, emitWarningIfUnsupportedVersion;
|
|
7905
|
-
var init_emitWarningIfUnsupportedVersion = __esm({
|
|
7906
|
-
"node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js"() {
|
|
7907
|
-
"use strict";
|
|
7908
|
-
warningEmitted = false;
|
|
7909
|
-
emitWarningIfUnsupportedVersion = (version3) => {
|
|
7910
|
-
if (version3 && !warningEmitted && parseInt(version3.substring(1, version3.indexOf("."))) < 18) {
|
|
7911
|
-
warningEmitted = true;
|
|
7912
|
-
process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
|
|
7913
|
-
no longer support Node.js 16.x on January 6, 2025.
|
|
7914
|
-
|
|
7915
|
-
To continue receiving updates to AWS services, bug fixes, and security
|
|
7916
|
-
updates please upgrade to a supported Node.js LTS version.
|
|
7917
|
-
|
|
7918
|
-
More information can be found at: https://a.co/74kJMmI`);
|
|
7919
|
-
}
|
|
7920
|
-
};
|
|
7921
|
-
}
|
|
7922
|
-
});
|
|
7923
|
-
|
|
7924
|
-
// node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js
|
|
7925
|
-
function setFeature(context, feature, value) {
|
|
7926
|
-
if (!context.__aws_sdk_context) {
|
|
7927
|
-
context.__aws_sdk_context = {
|
|
7928
|
-
features: {}
|
|
7929
|
-
};
|
|
7930
|
-
} else if (!context.__aws_sdk_context.features) {
|
|
7931
|
-
context.__aws_sdk_context.features = {};
|
|
7932
|
-
}
|
|
7933
|
-
context.__aws_sdk_context.features[feature] = value;
|
|
7934
|
-
}
|
|
7935
|
-
var init_setFeature = __esm({
|
|
7936
|
-
"node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js"() {
|
|
7937
|
-
"use strict";
|
|
7938
|
-
}
|
|
7939
|
-
});
|
|
7940
|
-
|
|
7941
|
-
// node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js
|
|
7942
|
-
var init_client = __esm({
|
|
7943
|
-
"node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
|
|
7944
|
-
"use strict";
|
|
7945
|
-
init_emitWarningIfUnsupportedVersion();
|
|
7946
|
-
init_setFeature();
|
|
7947
|
-
}
|
|
7948
|
-
});
|
|
7949
|
-
|
|
7950
|
-
// node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
|
|
7951
|
-
var import_protocol_http5, getDateHeader;
|
|
7952
|
-
var init_getDateHeader = __esm({
|
|
7953
|
-
"node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js"() {
|
|
7954
|
-
"use strict";
|
|
7955
|
-
import_protocol_http5 = __toESM(require_dist_cjs2());
|
|
7956
|
-
getDateHeader = (response) => import_protocol_http5.HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : void 0;
|
|
7957
|
-
}
|
|
7958
|
-
});
|
|
7959
|
-
|
|
7960
|
-
// node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
|
|
7961
|
-
var getSkewCorrectedDate;
|
|
7962
|
-
var init_getSkewCorrectedDate = __esm({
|
|
7963
|
-
"node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js"() {
|
|
7964
|
-
"use strict";
|
|
7965
|
-
getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
|
|
7966
|
-
}
|
|
7967
|
-
});
|
|
7968
|
-
|
|
7969
|
-
// node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
|
|
7970
|
-
var isClockSkewed;
|
|
7971
|
-
var init_isClockSkewed = __esm({
|
|
7972
|
-
"node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js"() {
|
|
7973
|
-
"use strict";
|
|
7974
|
-
init_getSkewCorrectedDate();
|
|
7975
|
-
isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 3e5;
|
|
7976
|
-
}
|
|
7977
|
-
});
|
|
7978
|
-
|
|
7979
|
-
// node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
|
|
7980
|
-
var getUpdatedSystemClockOffset;
|
|
7981
|
-
var init_getUpdatedSystemClockOffset = __esm({
|
|
7982
|
-
"node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js"() {
|
|
7983
|
-
"use strict";
|
|
7984
|
-
init_isClockSkewed();
|
|
7985
|
-
getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
|
|
7986
|
-
const clockTimeInMs = Date.parse(clockTime);
|
|
7987
|
-
if (isClockSkewed(clockTimeInMs, currentSystemClockOffset)) {
|
|
7988
|
-
return clockTimeInMs - Date.now();
|
|
7989
|
-
}
|
|
7990
|
-
return currentSystemClockOffset;
|
|
7991
|
-
};
|
|
7992
|
-
}
|
|
7993
|
-
});
|
|
7994
|
-
|
|
7995
|
-
// node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js
|
|
7996
|
-
var init_utils = __esm({
|
|
7997
|
-
"node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js"() {
|
|
7998
|
-
"use strict";
|
|
7999
|
-
init_getDateHeader();
|
|
8000
|
-
init_getSkewCorrectedDate();
|
|
8001
|
-
init_getUpdatedSystemClockOffset();
|
|
8002
|
-
}
|
|
8003
|
-
});
|
|
8004
|
-
|
|
8005
|
-
// node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
|
|
8006
|
-
var import_protocol_http6, throwSigningPropertyError, validateSigningProperties, AwsSdkSigV4Signer, AWSSDKSigV4Signer;
|
|
8007
|
-
var init_AwsSdkSigV4Signer = __esm({
|
|
8008
|
-
"node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js"() {
|
|
8009
|
-
"use strict";
|
|
8010
|
-
import_protocol_http6 = __toESM(require_dist_cjs2());
|
|
8011
|
-
init_utils();
|
|
8012
|
-
throwSigningPropertyError = (name, property) => {
|
|
8013
|
-
if (!property) {
|
|
8014
|
-
throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
|
|
8015
|
-
}
|
|
8016
|
-
return property;
|
|
8017
|
-
};
|
|
8018
|
-
validateSigningProperties = async (signingProperties) => {
|
|
8019
|
-
const context = throwSigningPropertyError("context", signingProperties.context);
|
|
8020
|
-
const config = throwSigningPropertyError("config", signingProperties.config);
|
|
8021
|
-
const authScheme = context.endpointV2?.properties?.authSchemes?.[0];
|
|
8022
|
-
const signerFunction = throwSigningPropertyError("signer", config.signer);
|
|
8023
|
-
const signer = await signerFunction(authScheme);
|
|
8024
|
-
const signingRegion = signingProperties?.signingRegion;
|
|
8025
|
-
const signingRegionSet = signingProperties?.signingRegionSet;
|
|
8026
|
-
const signingName = signingProperties?.signingName;
|
|
8027
|
-
return {
|
|
8028
|
-
config,
|
|
8029
|
-
signer,
|
|
8030
|
-
signingRegion,
|
|
8031
|
-
signingRegionSet,
|
|
8032
|
-
signingName
|
|
8033
|
-
};
|
|
8034
|
-
};
|
|
8035
|
-
AwsSdkSigV4Signer = class {
|
|
8036
|
-
async sign(httpRequest, identity, signingProperties) {
|
|
8037
|
-
if (!import_protocol_http6.HttpRequest.isInstance(httpRequest)) {
|
|
8038
|
-
throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");
|
|
8039
|
-
}
|
|
8040
|
-
const validatedProps = await validateSigningProperties(signingProperties);
|
|
8041
|
-
const { config, signer } = validatedProps;
|
|
8042
|
-
let { signingRegion, signingName } = validatedProps;
|
|
8043
|
-
const handlerExecutionContext = signingProperties.context;
|
|
8044
|
-
if (handlerExecutionContext?.authSchemes?.length ?? 0 > 1) {
|
|
8045
|
-
const [first, second] = handlerExecutionContext.authSchemes;
|
|
8046
|
-
if (first?.name === "sigv4a" && second?.name === "sigv4") {
|
|
8047
|
-
signingRegion = second?.signingRegion ?? signingRegion;
|
|
8048
|
-
signingName = second?.signingName ?? signingName;
|
|
8049
|
-
}
|
|
8050
|
-
}
|
|
8051
|
-
const signedRequest = await signer.sign(httpRequest, {
|
|
8052
|
-
signingDate: getSkewCorrectedDate(config.systemClockOffset),
|
|
8053
|
-
signingRegion,
|
|
8054
|
-
signingService: signingName
|
|
8055
|
-
});
|
|
8056
|
-
return signedRequest;
|
|
8057
|
-
}
|
|
8058
|
-
errorHandler(signingProperties) {
|
|
8059
|
-
return (error) => {
|
|
8060
|
-
const serverTime = error.ServerTime ?? getDateHeader(error.$response);
|
|
8061
|
-
if (serverTime) {
|
|
8062
|
-
const config = throwSigningPropertyError("config", signingProperties.config);
|
|
8063
|
-
const initialSystemClockOffset = config.systemClockOffset;
|
|
8064
|
-
config.systemClockOffset = getUpdatedSystemClockOffset(serverTime, config.systemClockOffset);
|
|
8065
|
-
const clockSkewCorrected = config.systemClockOffset !== initialSystemClockOffset;
|
|
8066
|
-
if (clockSkewCorrected && error.$metadata) {
|
|
8067
|
-
error.$metadata.clockSkewCorrected = true;
|
|
8068
|
-
}
|
|
8069
|
-
}
|
|
8070
|
-
throw error;
|
|
8071
|
-
};
|
|
8072
|
-
}
|
|
8073
|
-
successHandler(httpResponse, signingProperties) {
|
|
8074
|
-
const dateHeader = getDateHeader(httpResponse);
|
|
8075
|
-
if (dateHeader) {
|
|
8076
|
-
const config = throwSigningPropertyError("config", signingProperties.config);
|
|
8077
|
-
config.systemClockOffset = getUpdatedSystemClockOffset(dateHeader, config.systemClockOffset);
|
|
8078
|
-
}
|
|
8079
|
-
}
|
|
8080
|
-
};
|
|
8081
|
-
AWSSDKSigV4Signer = AwsSdkSigV4Signer;
|
|
8082
|
-
}
|
|
8083
|
-
});
|
|
8084
|
-
|
|
8085
|
-
// node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
|
|
8086
|
-
var import_protocol_http7, AwsSdkSigV4ASigner;
|
|
8087
|
-
var init_AwsSdkSigV4ASigner = __esm({
|
|
8088
|
-
"node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js"() {
|
|
8089
|
-
"use strict";
|
|
8090
|
-
import_protocol_http7 = __toESM(require_dist_cjs2());
|
|
8091
|
-
init_utils();
|
|
8092
|
-
init_AwsSdkSigV4Signer();
|
|
8093
|
-
AwsSdkSigV4ASigner = class extends AwsSdkSigV4Signer {
|
|
8094
|
-
async sign(httpRequest, identity, signingProperties) {
|
|
8095
|
-
if (!import_protocol_http7.HttpRequest.isInstance(httpRequest)) {
|
|
8096
|
-
throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");
|
|
8097
|
-
}
|
|
8098
|
-
const { config, signer, signingRegion, signingRegionSet, signingName } = await validateSigningProperties(signingProperties);
|
|
8099
|
-
const configResolvedSigningRegionSet = await config.sigv4aSigningRegionSet?.();
|
|
8100
|
-
const multiRegionOverride = (configResolvedSigningRegionSet ?? signingRegionSet ?? [signingRegion]).join(",");
|
|
8101
|
-
const signedRequest = await signer.sign(httpRequest, {
|
|
8102
|
-
signingDate: getSkewCorrectedDate(config.systemClockOffset),
|
|
8103
|
-
signingRegion: multiRegionOverride,
|
|
8104
|
-
signingService: signingName
|
|
8105
|
-
});
|
|
8106
|
-
return signedRequest;
|
|
8107
|
-
}
|
|
8108
|
-
};
|
|
8109
|
-
}
|
|
8110
|
-
});
|
|
8111
|
-
|
|
8112
|
-
// node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
|
|
8113
|
-
var import_property_provider, resolveAwsSdkSigV4AConfig, NODE_SIGV4A_CONFIG_OPTIONS;
|
|
8114
|
-
var init_resolveAwsSdkSigV4AConfig = __esm({
|
|
8115
|
-
"node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js"() {
|
|
8116
|
-
"use strict";
|
|
8117
|
-
init_dist_es();
|
|
8118
|
-
import_property_provider = __toESM(require_dist_cjs7());
|
|
8119
|
-
resolveAwsSdkSigV4AConfig = (config) => {
|
|
8120
|
-
config.sigv4aSigningRegionSet = normalizeProvider(config.sigv4aSigningRegionSet);
|
|
8121
|
-
return config;
|
|
8122
|
-
};
|
|
8123
|
-
NODE_SIGV4A_CONFIG_OPTIONS = {
|
|
8124
|
-
environmentVariableSelector(env) {
|
|
8125
|
-
if (env.AWS_SIGV4A_SIGNING_REGION_SET) {
|
|
8126
|
-
return env.AWS_SIGV4A_SIGNING_REGION_SET.split(",").map((_) => _.trim());
|
|
8127
|
-
}
|
|
8128
|
-
throw new import_property_provider.ProviderError("AWS_SIGV4A_SIGNING_REGION_SET not set in env.", {
|
|
8129
|
-
tryNextLink: true
|
|
8130
|
-
});
|
|
8131
|
-
},
|
|
8132
|
-
configFileSelector(profile) {
|
|
8133
|
-
if (profile.sigv4a_signing_region_set) {
|
|
8134
|
-
return (profile.sigv4a_signing_region_set ?? "").split(",").map((_) => _.trim());
|
|
8135
|
-
}
|
|
8136
|
-
throw new import_property_provider.ProviderError("sigv4a_signing_region_set not set in profile.", {
|
|
8137
|
-
tryNextLink: true
|
|
8138
|
-
});
|
|
8139
|
-
},
|
|
8140
|
-
default: void 0
|
|
8141
|
-
};
|
|
8142
|
-
}
|
|
8143
|
-
});
|
|
8144
|
-
|
|
8145
|
-
// node_modules/@smithy/signature-v4/dist-cjs/index.js
|
|
8146
|
-
var require_dist_cjs35 = __commonJS({
|
|
8147
|
-
"node_modules/@smithy/signature-v4/dist-cjs/index.js"(exports, module2) {
|
|
8148
|
-
"use strict";
|
|
8149
|
-
var __defProp2 = Object.defineProperty;
|
|
8150
|
-
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
8151
|
-
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
8152
|
-
var __hasOwnProp2 = Object.prototype.hasOwnProperty;
|
|
8153
|
-
var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
|
|
8154
|
-
var __export2 = (target, all) => {
|
|
8155
|
-
for (var name in all)
|
|
8156
|
-
__defProp2(target, name, { get: all[name], enumerable: true });
|
|
8157
|
-
};
|
|
8158
|
-
var __copyProps2 = (to, from, except, desc) => {
|
|
8159
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8160
|
-
for (let key of __getOwnPropNames2(from))
|
|
8161
|
-
if (!__hasOwnProp2.call(to, key) && key !== except)
|
|
8162
|
-
__defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
|
|
8163
|
-
}
|
|
8164
|
-
return to;
|
|
8165
|
-
};
|
|
8166
|
-
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
8167
|
-
var src_exports = {};
|
|
8168
|
-
__export2(src_exports, {
|
|
8169
|
-
SignatureV4: () => SignatureV42,
|
|
8170
|
-
clearCredentialCache: () => clearCredentialCache,
|
|
8171
|
-
createScope: () => createScope,
|
|
8172
|
-
getCanonicalHeaders: () => getCanonicalHeaders,
|
|
8173
|
-
getCanonicalQuery: () => getCanonicalQuery,
|
|
8174
|
-
getPayloadHash: () => getPayloadHash,
|
|
8175
|
-
getSigningKey: () => getSigningKey,
|
|
8176
|
-
moveHeadersToQuery: () => moveHeadersToQuery,
|
|
8177
|
-
prepareRequest: () => prepareRequest
|
|
8178
|
-
});
|
|
8179
|
-
module2.exports = __toCommonJS2(src_exports);
|
|
8180
|
-
var import_util_middleware3 = require_dist_cjs6();
|
|
8181
|
-
var import_util_utf84 = require_dist_cjs19();
|
|
8182
|
-
var ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm";
|
|
8183
|
-
var CREDENTIAL_QUERY_PARAM = "X-Amz-Credential";
|
|
8184
|
-
var AMZ_DATE_QUERY_PARAM = "X-Amz-Date";
|
|
8185
|
-
var SIGNED_HEADERS_QUERY_PARAM = "X-Amz-SignedHeaders";
|
|
8186
|
-
var EXPIRES_QUERY_PARAM = "X-Amz-Expires";
|
|
8187
|
-
var SIGNATURE_QUERY_PARAM = "X-Amz-Signature";
|
|
8188
|
-
var TOKEN_QUERY_PARAM = "X-Amz-Security-Token";
|
|
8189
|
-
var AUTH_HEADER = "authorization";
|
|
8190
|
-
var AMZ_DATE_HEADER = AMZ_DATE_QUERY_PARAM.toLowerCase();
|
|
8191
|
-
var DATE_HEADER = "date";
|
|
8192
|
-
var GENERATED_HEADERS = [AUTH_HEADER, AMZ_DATE_HEADER, DATE_HEADER];
|
|
8193
|
-
var SIGNATURE_HEADER = SIGNATURE_QUERY_PARAM.toLowerCase();
|
|
8194
|
-
var SHA256_HEADER = "x-amz-content-sha256";
|
|
8195
|
-
var TOKEN_HEADER = TOKEN_QUERY_PARAM.toLowerCase();
|
|
8196
|
-
var ALWAYS_UNSIGNABLE_HEADERS = {
|
|
8197
|
-
authorization: true,
|
|
8198
|
-
"cache-control": true,
|
|
8199
|
-
connection: true,
|
|
8200
|
-
expect: true,
|
|
8201
|
-
from: true,
|
|
8202
|
-
"keep-alive": true,
|
|
8203
|
-
"max-forwards": true,
|
|
8204
|
-
pragma: true,
|
|
8205
|
-
referer: true,
|
|
8206
|
-
te: true,
|
|
8207
|
-
trailer: true,
|
|
8208
|
-
"transfer-encoding": true,
|
|
8209
|
-
upgrade: true,
|
|
8210
|
-
"user-agent": true,
|
|
8211
|
-
"x-amzn-trace-id": true
|
|
8212
|
-
};
|
|
8213
|
-
var PROXY_HEADER_PATTERN = /^proxy-/;
|
|
8214
|
-
var SEC_HEADER_PATTERN = /^sec-/;
|
|
8215
|
-
var ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256";
|
|
8216
|
-
var EVENT_ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256-PAYLOAD";
|
|
8217
|
-
var UNSIGNED_PAYLOAD = "UNSIGNED-PAYLOAD";
|
|
8218
|
-
var MAX_CACHE_SIZE = 50;
|
|
8219
|
-
var KEY_TYPE_IDENTIFIER = "aws4_request";
|
|
8220
|
-
var MAX_PRESIGNED_TTL = 60 * 60 * 24 * 7;
|
|
8221
|
-
var import_util_hex_encoding = require_dist_cjs25();
|
|
8222
|
-
var import_util_utf8 = require_dist_cjs19();
|
|
8223
|
-
var signingKeyCache = {};
|
|
8224
|
-
var cacheQueue = [];
|
|
8225
|
-
var createScope = /* @__PURE__ */ __name((shortDate, region, service) => `${shortDate}/${region}/${service}/${KEY_TYPE_IDENTIFIER}`, "createScope");
|
|
8226
|
-
var getSigningKey = /* @__PURE__ */ __name(async (sha256Constructor, credentials, shortDate, region, service) => {
|
|
8227
|
-
const credsHash = await hmac(sha256Constructor, credentials.secretAccessKey, credentials.accessKeyId);
|
|
8228
|
-
const cacheKey = `${shortDate}:${region}:${service}:${(0, import_util_hex_encoding.toHex)(credsHash)}:${credentials.sessionToken}`;
|
|
8229
|
-
if (cacheKey in signingKeyCache) {
|
|
8230
|
-
return signingKeyCache[cacheKey];
|
|
8231
|
-
}
|
|
8232
|
-
cacheQueue.push(cacheKey);
|
|
8233
|
-
while (cacheQueue.length > MAX_CACHE_SIZE) {
|
|
8234
|
-
delete signingKeyCache[cacheQueue.shift()];
|
|
8235
|
-
}
|
|
8236
|
-
let key = `AWS4${credentials.secretAccessKey}`;
|
|
8237
|
-
for (const signable of [shortDate, region, service, KEY_TYPE_IDENTIFIER]) {
|
|
8238
|
-
key = await hmac(sha256Constructor, key, signable);
|
|
8239
|
-
}
|
|
8240
|
-
return signingKeyCache[cacheKey] = key;
|
|
8241
|
-
}, "getSigningKey");
|
|
8242
|
-
var clearCredentialCache = /* @__PURE__ */ __name(() => {
|
|
8243
|
-
cacheQueue.length = 0;
|
|
8244
|
-
Object.keys(signingKeyCache).forEach((cacheKey) => {
|
|
8245
|
-
delete signingKeyCache[cacheKey];
|
|
8246
|
-
});
|
|
8247
|
-
}, "clearCredentialCache");
|
|
8248
|
-
var hmac = /* @__PURE__ */ __name((ctor, secret, data) => {
|
|
8249
|
-
const hash = new ctor(secret);
|
|
8250
|
-
hash.update((0, import_util_utf8.toUint8Array)(data));
|
|
8251
|
-
return hash.digest();
|
|
8252
|
-
}, "hmac");
|
|
8253
|
-
var getCanonicalHeaders = /* @__PURE__ */ __name(({ headers }, unsignableHeaders, signableHeaders) => {
|
|
8254
|
-
const canonical = {};
|
|
8255
|
-
for (const headerName of Object.keys(headers).sort()) {
|
|
8256
|
-
if (headers[headerName] == void 0) {
|
|
8257
|
-
continue;
|
|
8258
|
-
}
|
|
8259
|
-
const canonicalHeaderName = headerName.toLowerCase();
|
|
8260
|
-
if (canonicalHeaderName in ALWAYS_UNSIGNABLE_HEADERS || (unsignableHeaders == null ? void 0 : unsignableHeaders.has(canonicalHeaderName)) || PROXY_HEADER_PATTERN.test(canonicalHeaderName) || SEC_HEADER_PATTERN.test(canonicalHeaderName)) {
|
|
8261
|
-
if (!signableHeaders || signableHeaders && !signableHeaders.has(canonicalHeaderName)) {
|
|
8262
|
-
continue;
|
|
8263
|
-
}
|
|
8264
|
-
}
|
|
8265
|
-
canonical[canonicalHeaderName] = headers[headerName].trim().replace(/\s+/g, " ");
|
|
8266
|
-
}
|
|
8267
|
-
return canonical;
|
|
8268
|
-
}, "getCanonicalHeaders");
|
|
8269
|
-
var import_util_uri_escape = require_dist_cjs21();
|
|
8270
|
-
var getCanonicalQuery = /* @__PURE__ */ __name(({ query = {} }) => {
|
|
8271
|
-
const keys = [];
|
|
8272
|
-
const serialized = {};
|
|
8273
|
-
for (const key of Object.keys(query)) {
|
|
8274
|
-
if (key.toLowerCase() === SIGNATURE_HEADER) {
|
|
8275
|
-
continue;
|
|
8276
|
-
}
|
|
8277
|
-
const encodedKey = (0, import_util_uri_escape.escapeUri)(key);
|
|
8278
|
-
keys.push(encodedKey);
|
|
8279
|
-
const value = query[key];
|
|
8280
|
-
if (typeof value === "string") {
|
|
8281
|
-
serialized[encodedKey] = `${encodedKey}=${(0, import_util_uri_escape.escapeUri)(value)}`;
|
|
8282
|
-
} else if (Array.isArray(value)) {
|
|
8283
|
-
serialized[encodedKey] = value.slice(0).reduce((encoded, value2) => encoded.concat([`${encodedKey}=${(0, import_util_uri_escape.escapeUri)(value2)}`]), []).sort().join("&");
|
|
8284
|
-
}
|
|
8285
|
-
}
|
|
8286
|
-
return keys.sort().map((key) => serialized[key]).filter((serialized2) => serialized2).join("&");
|
|
8287
|
-
}, "getCanonicalQuery");
|
|
8288
|
-
var import_is_array_buffer = require_dist_cjs17();
|
|
8289
|
-
var import_util_utf82 = require_dist_cjs19();
|
|
8290
|
-
var getPayloadHash = /* @__PURE__ */ __name(async ({ headers, body }, hashConstructor) => {
|
|
8291
|
-
for (const headerName of Object.keys(headers)) {
|
|
8292
|
-
if (headerName.toLowerCase() === SHA256_HEADER) {
|
|
8293
|
-
return headers[headerName];
|
|
8294
|
-
}
|
|
8295
|
-
}
|
|
8296
|
-
if (body == void 0) {
|
|
8297
|
-
return "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";
|
|
8298
|
-
} else if (typeof body === "string" || ArrayBuffer.isView(body) || (0, import_is_array_buffer.isArrayBuffer)(body)) {
|
|
8299
|
-
const hashCtor = new hashConstructor();
|
|
8300
|
-
hashCtor.update((0, import_util_utf82.toUint8Array)(body));
|
|
8301
|
-
return (0, import_util_hex_encoding.toHex)(await hashCtor.digest());
|
|
8302
|
-
}
|
|
8303
|
-
return UNSIGNED_PAYLOAD;
|
|
8304
|
-
}, "getPayloadHash");
|
|
8305
|
-
var import_util_utf83 = require_dist_cjs19();
|
|
8306
|
-
var _HeaderFormatter = class _HeaderFormatter {
|
|
8307
|
-
format(headers) {
|
|
8308
|
-
const chunks = [];
|
|
8309
|
-
for (const headerName of Object.keys(headers)) {
|
|
8310
|
-
const bytes = (0, import_util_utf83.fromUtf8)(headerName);
|
|
8311
|
-
chunks.push(Uint8Array.from([bytes.byteLength]), bytes, this.formatHeaderValue(headers[headerName]));
|
|
8312
|
-
}
|
|
8313
|
-
const out = new Uint8Array(chunks.reduce((carry, bytes) => carry + bytes.byteLength, 0));
|
|
8314
|
-
let position = 0;
|
|
8315
|
-
for (const chunk of chunks) {
|
|
8316
|
-
out.set(chunk, position);
|
|
8317
|
-
position += chunk.byteLength;
|
|
8318
|
-
}
|
|
8319
|
-
return out;
|
|
7861
|
+
const out = new Uint8Array(chunks.reduce((carry, bytes) => carry + bytes.byteLength, 0));
|
|
7862
|
+
let position = 0;
|
|
7863
|
+
for (const chunk of chunks) {
|
|
7864
|
+
out.set(chunk, position);
|
|
7865
|
+
position += chunk.byteLength;
|
|
7866
|
+
}
|
|
7867
|
+
return out;
|
|
8320
7868
|
}
|
|
8321
7869
|
formatHeaderValue(header) {
|
|
8322
7870
|
switch (header.type) {
|
|
@@ -8699,16 +8247,19 @@ ${(0, import_util_hex_encoding.toHex)(hashedRequest)}`;
|
|
|
8699
8247
|
}
|
|
8700
8248
|
});
|
|
8701
8249
|
|
|
8702
|
-
// node_modules/@aws-sdk/
|
|
8250
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
|
|
8703
8251
|
var import_signature_v4, resolveAwsSdkSigV4Config, resolveAWSSDKSigV4Config;
|
|
8704
8252
|
var init_resolveAwsSdkSigV4Config = __esm({
|
|
8705
|
-
"node_modules/@aws-sdk/
|
|
8253
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js"() {
|
|
8706
8254
|
"use strict";
|
|
8255
|
+
init_client();
|
|
8707
8256
|
init_dist_es();
|
|
8708
|
-
import_signature_v4 = __toESM(
|
|
8257
|
+
import_signature_v4 = __toESM(require_dist_cjs31());
|
|
8709
8258
|
resolveAwsSdkSigV4Config = (config) => {
|
|
8259
|
+
let isUserSupplied = false;
|
|
8710
8260
|
let normalizedCreds;
|
|
8711
8261
|
if (config.credentials) {
|
|
8262
|
+
isUserSupplied = true;
|
|
8712
8263
|
normalizedCreds = memoizeIdentityProvider(config.credentials, isIdentityExpired, doesIdentityRequireRefresh);
|
|
8713
8264
|
}
|
|
8714
8265
|
if (!normalizedCreds) {
|
|
@@ -8776,7 +8327,7 @@ var init_resolveAwsSdkSigV4Config = __esm({
|
|
|
8776
8327
|
...config,
|
|
8777
8328
|
systemClockOffset,
|
|
8778
8329
|
signingEscapePath,
|
|
8779
|
-
credentials: normalizedCreds,
|
|
8330
|
+
credentials: isUserSupplied ? async () => normalizedCreds().then((creds) => setCredentialFeature(creds, "CREDENTIALS_CODE", "e")) : normalizedCreds,
|
|
8780
8331
|
signer
|
|
8781
8332
|
};
|
|
8782
8333
|
};
|
|
@@ -8784,9 +8335,9 @@ var init_resolveAwsSdkSigV4Config = __esm({
|
|
|
8784
8335
|
}
|
|
8785
8336
|
});
|
|
8786
8337
|
|
|
8787
|
-
// node_modules/@aws-sdk/
|
|
8338
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js
|
|
8788
8339
|
var init_aws_sdk = __esm({
|
|
8789
|
-
"node_modules/@aws-sdk/
|
|
8340
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js"() {
|
|
8790
8341
|
"use strict";
|
|
8791
8342
|
init_AwsSdkSigV4Signer();
|
|
8792
8343
|
init_AwsSdkSigV4ASigner();
|
|
@@ -8795,18 +8346,18 @@ var init_aws_sdk = __esm({
|
|
|
8795
8346
|
}
|
|
8796
8347
|
});
|
|
8797
8348
|
|
|
8798
|
-
// node_modules/@aws-sdk/
|
|
8349
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js
|
|
8799
8350
|
var init_httpAuthSchemes2 = __esm({
|
|
8800
|
-
"node_modules/@aws-sdk/
|
|
8351
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js"() {
|
|
8801
8352
|
"use strict";
|
|
8802
8353
|
init_aws_sdk();
|
|
8803
8354
|
}
|
|
8804
8355
|
});
|
|
8805
8356
|
|
|
8806
|
-
// node_modules/@aws-sdk/
|
|
8357
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js
|
|
8807
8358
|
var _toStr, _toBool, _toNum;
|
|
8808
8359
|
var init_coercing_serializers = __esm({
|
|
8809
|
-
"node_modules/@aws-sdk/
|
|
8360
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js"() {
|
|
8810
8361
|
"use strict";
|
|
8811
8362
|
_toStr = (val2) => {
|
|
8812
8363
|
if (val2 == null) {
|
|
@@ -8864,10 +8415,10 @@ var init_coercing_serializers = __esm({
|
|
|
8864
8415
|
}
|
|
8865
8416
|
});
|
|
8866
8417
|
|
|
8867
|
-
// node_modules/@aws-sdk/
|
|
8418
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js
|
|
8868
8419
|
var import_smithy_client2, awsExpectUnion;
|
|
8869
8420
|
var init_awsExpectUnion = __esm({
|
|
8870
|
-
"node_modules/@aws-sdk/
|
|
8421
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js"() {
|
|
8871
8422
|
"use strict";
|
|
8872
8423
|
import_smithy_client2 = __toESM(require_dist_cjs27());
|
|
8873
8424
|
awsExpectUnion = (value) => {
|
|
@@ -8882,20 +8433,20 @@ var init_awsExpectUnion = __esm({
|
|
|
8882
8433
|
}
|
|
8883
8434
|
});
|
|
8884
8435
|
|
|
8885
|
-
// node_modules/@aws-sdk/
|
|
8436
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js
|
|
8886
8437
|
var import_smithy_client3, collectBodyString;
|
|
8887
8438
|
var init_common = __esm({
|
|
8888
|
-
"node_modules/@aws-sdk/
|
|
8439
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js"() {
|
|
8889
8440
|
"use strict";
|
|
8890
8441
|
import_smithy_client3 = __toESM(require_dist_cjs27());
|
|
8891
8442
|
collectBodyString = (streamBody, context) => (0, import_smithy_client3.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
8892
8443
|
}
|
|
8893
8444
|
});
|
|
8894
8445
|
|
|
8895
|
-
// node_modules/@aws-sdk/
|
|
8446
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js
|
|
8896
8447
|
var parseJsonBody, parseJsonErrorBody, loadRestJsonErrorCode;
|
|
8897
8448
|
var init_parseJsonBody = __esm({
|
|
8898
|
-
"node_modules/@aws-sdk/
|
|
8449
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js"() {
|
|
8899
8450
|
"use strict";
|
|
8900
8451
|
init_common();
|
|
8901
8452
|
parseJsonBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
@@ -9928,856 +9479,1380 @@ var require_OrderedObjParser = __commonJS({
|
|
|
9928
9479
|
}
|
|
9929
9480
|
}
|
|
9930
9481
|
} else {
|
|
9931
|
-
textData += xmlData[i];
|
|
9482
|
+
textData += xmlData[i];
|
|
9483
|
+
}
|
|
9484
|
+
}
|
|
9485
|
+
return xmlObj.child;
|
|
9486
|
+
};
|
|
9487
|
+
function addChild(currentNode, childNode, jPath) {
|
|
9488
|
+
const result = this.options.updateTag(childNode.tagname, jPath, childNode[":@"]);
|
|
9489
|
+
if (result === false) {
|
|
9490
|
+
} else if (typeof result === "string") {
|
|
9491
|
+
childNode.tagname = result;
|
|
9492
|
+
currentNode.addChild(childNode);
|
|
9493
|
+
} else {
|
|
9494
|
+
currentNode.addChild(childNode);
|
|
9495
|
+
}
|
|
9496
|
+
}
|
|
9497
|
+
var replaceEntitiesValue = function(val2) {
|
|
9498
|
+
if (this.options.processEntities) {
|
|
9499
|
+
for (let entityName2 in this.docTypeEntities) {
|
|
9500
|
+
const entity = this.docTypeEntities[entityName2];
|
|
9501
|
+
val2 = val2.replace(entity.regx, entity.val);
|
|
9502
|
+
}
|
|
9503
|
+
for (let entityName2 in this.lastEntities) {
|
|
9504
|
+
const entity = this.lastEntities[entityName2];
|
|
9505
|
+
val2 = val2.replace(entity.regex, entity.val);
|
|
9506
|
+
}
|
|
9507
|
+
if (this.options.htmlEntities) {
|
|
9508
|
+
for (let entityName2 in this.htmlEntities) {
|
|
9509
|
+
const entity = this.htmlEntities[entityName2];
|
|
9510
|
+
val2 = val2.replace(entity.regex, entity.val);
|
|
9511
|
+
}
|
|
9512
|
+
}
|
|
9513
|
+
val2 = val2.replace(this.ampEntity.regex, this.ampEntity.val);
|
|
9514
|
+
}
|
|
9515
|
+
return val2;
|
|
9516
|
+
};
|
|
9517
|
+
function saveTextToParentTag(textData, currentNode, jPath, isLeafNode) {
|
|
9518
|
+
if (textData) {
|
|
9519
|
+
if (isLeafNode === void 0)
|
|
9520
|
+
isLeafNode = Object.keys(currentNode.child).length === 0;
|
|
9521
|
+
textData = this.parseTextData(
|
|
9522
|
+
textData,
|
|
9523
|
+
currentNode.tagname,
|
|
9524
|
+
jPath,
|
|
9525
|
+
false,
|
|
9526
|
+
currentNode[":@"] ? Object.keys(currentNode[":@"]).length !== 0 : false,
|
|
9527
|
+
isLeafNode
|
|
9528
|
+
);
|
|
9529
|
+
if (textData !== void 0 && textData !== "")
|
|
9530
|
+
currentNode.add(this.options.textNodeName, textData);
|
|
9531
|
+
textData = "";
|
|
9532
|
+
}
|
|
9533
|
+
return textData;
|
|
9534
|
+
}
|
|
9535
|
+
function isItStopNode(stopNodes, jPath, currentTagName) {
|
|
9536
|
+
const allNodesExp = "*." + currentTagName;
|
|
9537
|
+
for (const stopNodePath in stopNodes) {
|
|
9538
|
+
const stopNodeExp = stopNodes[stopNodePath];
|
|
9539
|
+
if (allNodesExp === stopNodeExp || jPath === stopNodeExp)
|
|
9540
|
+
return true;
|
|
9541
|
+
}
|
|
9542
|
+
return false;
|
|
9543
|
+
}
|
|
9544
|
+
function tagExpWithClosingIndex(xmlData, i, closingChar = ">") {
|
|
9545
|
+
let attrBoundary;
|
|
9546
|
+
let tagExp = "";
|
|
9547
|
+
for (let index = i; index < xmlData.length; index++) {
|
|
9548
|
+
let ch = xmlData[index];
|
|
9549
|
+
if (attrBoundary) {
|
|
9550
|
+
if (ch === attrBoundary)
|
|
9551
|
+
attrBoundary = "";
|
|
9552
|
+
} else if (ch === '"' || ch === "'") {
|
|
9553
|
+
attrBoundary = ch;
|
|
9554
|
+
} else if (ch === closingChar[0]) {
|
|
9555
|
+
if (closingChar[1]) {
|
|
9556
|
+
if (xmlData[index + 1] === closingChar[1]) {
|
|
9557
|
+
return {
|
|
9558
|
+
data: tagExp,
|
|
9559
|
+
index
|
|
9560
|
+
};
|
|
9561
|
+
}
|
|
9562
|
+
} else {
|
|
9563
|
+
return {
|
|
9564
|
+
data: tagExp,
|
|
9565
|
+
index
|
|
9566
|
+
};
|
|
9567
|
+
}
|
|
9568
|
+
} else if (ch === " ") {
|
|
9569
|
+
ch = " ";
|
|
9570
|
+
}
|
|
9571
|
+
tagExp += ch;
|
|
9572
|
+
}
|
|
9573
|
+
}
|
|
9574
|
+
function findClosingIndex(xmlData, str, i, errMsg) {
|
|
9575
|
+
const closingIndex = xmlData.indexOf(str, i);
|
|
9576
|
+
if (closingIndex === -1) {
|
|
9577
|
+
throw new Error(errMsg);
|
|
9578
|
+
} else {
|
|
9579
|
+
return closingIndex + str.length - 1;
|
|
9580
|
+
}
|
|
9581
|
+
}
|
|
9582
|
+
function readTagExp(xmlData, i, removeNSPrefix, closingChar = ">") {
|
|
9583
|
+
const result = tagExpWithClosingIndex(xmlData, i + 1, closingChar);
|
|
9584
|
+
if (!result)
|
|
9585
|
+
return;
|
|
9586
|
+
let tagExp = result.data;
|
|
9587
|
+
const closeIndex = result.index;
|
|
9588
|
+
const separatorIndex = tagExp.search(/\s/);
|
|
9589
|
+
let tagName = tagExp;
|
|
9590
|
+
let attrExpPresent = true;
|
|
9591
|
+
if (separatorIndex !== -1) {
|
|
9592
|
+
tagName = tagExp.substring(0, separatorIndex);
|
|
9593
|
+
tagExp = tagExp.substring(separatorIndex + 1).trimStart();
|
|
9594
|
+
}
|
|
9595
|
+
const rawTagName = tagName;
|
|
9596
|
+
if (removeNSPrefix) {
|
|
9597
|
+
const colonIndex = tagName.indexOf(":");
|
|
9598
|
+
if (colonIndex !== -1) {
|
|
9599
|
+
tagName = tagName.substr(colonIndex + 1);
|
|
9600
|
+
attrExpPresent = tagName !== result.data.substr(colonIndex + 1);
|
|
9601
|
+
}
|
|
9602
|
+
}
|
|
9603
|
+
return {
|
|
9604
|
+
tagName,
|
|
9605
|
+
tagExp,
|
|
9606
|
+
closeIndex,
|
|
9607
|
+
attrExpPresent,
|
|
9608
|
+
rawTagName
|
|
9609
|
+
};
|
|
9610
|
+
}
|
|
9611
|
+
function readStopNodeData(xmlData, tagName, i) {
|
|
9612
|
+
const startIndex = i;
|
|
9613
|
+
let openTagCount = 1;
|
|
9614
|
+
for (; i < xmlData.length; i++) {
|
|
9615
|
+
if (xmlData[i] === "<") {
|
|
9616
|
+
if (xmlData[i + 1] === "/") {
|
|
9617
|
+
const closeIndex = findClosingIndex(xmlData, ">", i, `${tagName} is not closed`);
|
|
9618
|
+
let closeTagName = xmlData.substring(i + 2, closeIndex).trim();
|
|
9619
|
+
if (closeTagName === tagName) {
|
|
9620
|
+
openTagCount--;
|
|
9621
|
+
if (openTagCount === 0) {
|
|
9622
|
+
return {
|
|
9623
|
+
tagContent: xmlData.substring(startIndex, i),
|
|
9624
|
+
i: closeIndex
|
|
9625
|
+
};
|
|
9626
|
+
}
|
|
9627
|
+
}
|
|
9628
|
+
i = closeIndex;
|
|
9629
|
+
} else if (xmlData[i + 1] === "?") {
|
|
9630
|
+
const closeIndex = findClosingIndex(xmlData, "?>", i + 1, "StopNode is not closed.");
|
|
9631
|
+
i = closeIndex;
|
|
9632
|
+
} else if (xmlData.substr(i + 1, 3) === "!--") {
|
|
9633
|
+
const closeIndex = findClosingIndex(xmlData, "-->", i + 3, "StopNode is not closed.");
|
|
9634
|
+
i = closeIndex;
|
|
9635
|
+
} else if (xmlData.substr(i + 1, 2) === "![") {
|
|
9636
|
+
const closeIndex = findClosingIndex(xmlData, "]]>", i, "StopNode is not closed.") - 2;
|
|
9637
|
+
i = closeIndex;
|
|
9638
|
+
} else {
|
|
9639
|
+
const tagData = readTagExp(xmlData, i, ">");
|
|
9640
|
+
if (tagData) {
|
|
9641
|
+
const openTagName = tagData && tagData.tagName;
|
|
9642
|
+
if (openTagName === tagName && tagData.tagExp[tagData.tagExp.length - 1] !== "/") {
|
|
9643
|
+
openTagCount++;
|
|
9644
|
+
}
|
|
9645
|
+
i = tagData.closeIndex;
|
|
9646
|
+
}
|
|
9647
|
+
}
|
|
9648
|
+
}
|
|
9649
|
+
}
|
|
9650
|
+
}
|
|
9651
|
+
function parseValue(val2, shouldParse, options) {
|
|
9652
|
+
if (shouldParse && typeof val2 === "string") {
|
|
9653
|
+
const newval = val2.trim();
|
|
9654
|
+
if (newval === "true")
|
|
9655
|
+
return true;
|
|
9656
|
+
else if (newval === "false")
|
|
9657
|
+
return false;
|
|
9658
|
+
else
|
|
9659
|
+
return toNumber(val2, options);
|
|
9660
|
+
} else {
|
|
9661
|
+
if (util.isExist(val2)) {
|
|
9662
|
+
return val2;
|
|
9663
|
+
} else {
|
|
9664
|
+
return "";
|
|
9665
|
+
}
|
|
9666
|
+
}
|
|
9667
|
+
}
|
|
9668
|
+
module2.exports = OrderedObjParser;
|
|
9669
|
+
}
|
|
9670
|
+
});
|
|
9671
|
+
|
|
9672
|
+
// node_modules/fast-xml-parser/src/xmlparser/node2json.js
|
|
9673
|
+
var require_node2json = __commonJS({
|
|
9674
|
+
"node_modules/fast-xml-parser/src/xmlparser/node2json.js"(exports) {
|
|
9675
|
+
"use strict";
|
|
9676
|
+
function prettify(node, options) {
|
|
9677
|
+
return compress(node, options);
|
|
9678
|
+
}
|
|
9679
|
+
function compress(arr, options, jPath) {
|
|
9680
|
+
let text;
|
|
9681
|
+
const compressedObj = {};
|
|
9682
|
+
for (let i = 0; i < arr.length; i++) {
|
|
9683
|
+
const tagObj = arr[i];
|
|
9684
|
+
const property = propName(tagObj);
|
|
9685
|
+
let newJpath = "";
|
|
9686
|
+
if (jPath === void 0)
|
|
9687
|
+
newJpath = property;
|
|
9688
|
+
else
|
|
9689
|
+
newJpath = jPath + "." + property;
|
|
9690
|
+
if (property === options.textNodeName) {
|
|
9691
|
+
if (text === void 0)
|
|
9692
|
+
text = tagObj[property];
|
|
9693
|
+
else
|
|
9694
|
+
text += "" + tagObj[property];
|
|
9695
|
+
} else if (property === void 0) {
|
|
9696
|
+
continue;
|
|
9697
|
+
} else if (tagObj[property]) {
|
|
9698
|
+
let val2 = compress(tagObj[property], options, newJpath);
|
|
9699
|
+
const isLeaf = isLeafTag(val2, options);
|
|
9700
|
+
if (tagObj[":@"]) {
|
|
9701
|
+
assignAttributes(val2, tagObj[":@"], newJpath, options);
|
|
9702
|
+
} else if (Object.keys(val2).length === 1 && val2[options.textNodeName] !== void 0 && !options.alwaysCreateTextNode) {
|
|
9703
|
+
val2 = val2[options.textNodeName];
|
|
9704
|
+
} else if (Object.keys(val2).length === 0) {
|
|
9705
|
+
if (options.alwaysCreateTextNode)
|
|
9706
|
+
val2[options.textNodeName] = "";
|
|
9707
|
+
else
|
|
9708
|
+
val2 = "";
|
|
9709
|
+
}
|
|
9710
|
+
if (compressedObj[property] !== void 0 && compressedObj.hasOwnProperty(property)) {
|
|
9711
|
+
if (!Array.isArray(compressedObj[property])) {
|
|
9712
|
+
compressedObj[property] = [compressedObj[property]];
|
|
9713
|
+
}
|
|
9714
|
+
compressedObj[property].push(val2);
|
|
9715
|
+
} else {
|
|
9716
|
+
if (options.isArray(property, newJpath, isLeaf)) {
|
|
9717
|
+
compressedObj[property] = [val2];
|
|
9718
|
+
} else {
|
|
9719
|
+
compressedObj[property] = val2;
|
|
9720
|
+
}
|
|
9721
|
+
}
|
|
9722
|
+
}
|
|
9723
|
+
}
|
|
9724
|
+
if (typeof text === "string") {
|
|
9725
|
+
if (text.length > 0)
|
|
9726
|
+
compressedObj[options.textNodeName] = text;
|
|
9727
|
+
} else if (text !== void 0)
|
|
9728
|
+
compressedObj[options.textNodeName] = text;
|
|
9729
|
+
return compressedObj;
|
|
9730
|
+
}
|
|
9731
|
+
function propName(obj) {
|
|
9732
|
+
const keys = Object.keys(obj);
|
|
9733
|
+
for (let i = 0; i < keys.length; i++) {
|
|
9734
|
+
const key = keys[i];
|
|
9735
|
+
if (key !== ":@")
|
|
9736
|
+
return key;
|
|
9737
|
+
}
|
|
9738
|
+
}
|
|
9739
|
+
function assignAttributes(obj, attrMap, jpath, options) {
|
|
9740
|
+
if (attrMap) {
|
|
9741
|
+
const keys = Object.keys(attrMap);
|
|
9742
|
+
const len = keys.length;
|
|
9743
|
+
for (let i = 0; i < len; i++) {
|
|
9744
|
+
const atrrName = keys[i];
|
|
9745
|
+
if (options.isArray(atrrName, jpath + "." + atrrName, true, true)) {
|
|
9746
|
+
obj[atrrName] = [attrMap[atrrName]];
|
|
9747
|
+
} else {
|
|
9748
|
+
obj[atrrName] = attrMap[atrrName];
|
|
9749
|
+
}
|
|
9750
|
+
}
|
|
9751
|
+
}
|
|
9752
|
+
}
|
|
9753
|
+
function isLeafTag(obj, options) {
|
|
9754
|
+
const { textNodeName } = options;
|
|
9755
|
+
const propCount = Object.keys(obj).length;
|
|
9756
|
+
if (propCount === 0) {
|
|
9757
|
+
return true;
|
|
9758
|
+
}
|
|
9759
|
+
if (propCount === 1 && (obj[textNodeName] || typeof obj[textNodeName] === "boolean" || obj[textNodeName] === 0)) {
|
|
9760
|
+
return true;
|
|
9761
|
+
}
|
|
9762
|
+
return false;
|
|
9763
|
+
}
|
|
9764
|
+
exports.prettify = prettify;
|
|
9765
|
+
}
|
|
9766
|
+
});
|
|
9767
|
+
|
|
9768
|
+
// node_modules/fast-xml-parser/src/xmlparser/XMLParser.js
|
|
9769
|
+
var require_XMLParser = __commonJS({
|
|
9770
|
+
"node_modules/fast-xml-parser/src/xmlparser/XMLParser.js"(exports, module2) {
|
|
9771
|
+
"use strict";
|
|
9772
|
+
var { buildOptions } = require_OptionsBuilder();
|
|
9773
|
+
var OrderedObjParser = require_OrderedObjParser();
|
|
9774
|
+
var { prettify } = require_node2json();
|
|
9775
|
+
var validator = require_validator();
|
|
9776
|
+
var XMLParser2 = class {
|
|
9777
|
+
constructor(options) {
|
|
9778
|
+
this.externalEntities = {};
|
|
9779
|
+
this.options = buildOptions(options);
|
|
9780
|
+
}
|
|
9781
|
+
/**
|
|
9782
|
+
* Parse XML dats to JS object
|
|
9783
|
+
* @param {string|Buffer} xmlData
|
|
9784
|
+
* @param {boolean|Object} validationOption
|
|
9785
|
+
*/
|
|
9786
|
+
parse(xmlData, validationOption) {
|
|
9787
|
+
if (typeof xmlData === "string") {
|
|
9788
|
+
} else if (xmlData.toString) {
|
|
9789
|
+
xmlData = xmlData.toString();
|
|
9790
|
+
} else {
|
|
9791
|
+
throw new Error("XML data is accepted in String or Bytes[] form.");
|
|
9792
|
+
}
|
|
9793
|
+
if (validationOption) {
|
|
9794
|
+
if (validationOption === true)
|
|
9795
|
+
validationOption = {};
|
|
9796
|
+
const result = validator.validate(xmlData, validationOption);
|
|
9797
|
+
if (result !== true) {
|
|
9798
|
+
throw Error(`${result.err.msg}:${result.err.line}:${result.err.col}`);
|
|
9799
|
+
}
|
|
9800
|
+
}
|
|
9801
|
+
const orderedObjParser = new OrderedObjParser(this.options);
|
|
9802
|
+
orderedObjParser.addExternalEntities(this.externalEntities);
|
|
9803
|
+
const orderedResult = orderedObjParser.parseXml(xmlData);
|
|
9804
|
+
if (this.options.preserveOrder || orderedResult === void 0)
|
|
9805
|
+
return orderedResult;
|
|
9806
|
+
else
|
|
9807
|
+
return prettify(orderedResult, this.options);
|
|
9808
|
+
}
|
|
9809
|
+
/**
|
|
9810
|
+
* Add Entity which is not by default supported by this library
|
|
9811
|
+
* @param {string} key
|
|
9812
|
+
* @param {string} value
|
|
9813
|
+
*/
|
|
9814
|
+
addEntity(key, value) {
|
|
9815
|
+
if (value.indexOf("&") !== -1) {
|
|
9816
|
+
throw new Error("Entity value can't have '&'");
|
|
9817
|
+
} else if (key.indexOf("&") !== -1 || key.indexOf(";") !== -1) {
|
|
9818
|
+
throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '
'");
|
|
9819
|
+
} else if (value === "&") {
|
|
9820
|
+
throw new Error("An entity with value '&' is not permitted");
|
|
9821
|
+
} else {
|
|
9822
|
+
this.externalEntities[key] = value;
|
|
9932
9823
|
}
|
|
9933
9824
|
}
|
|
9934
|
-
return xmlObj.child;
|
|
9935
9825
|
};
|
|
9936
|
-
|
|
9937
|
-
|
|
9938
|
-
|
|
9939
|
-
|
|
9940
|
-
|
|
9941
|
-
|
|
9942
|
-
|
|
9943
|
-
|
|
9826
|
+
module2.exports = XMLParser2;
|
|
9827
|
+
}
|
|
9828
|
+
});
|
|
9829
|
+
|
|
9830
|
+
// node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js
|
|
9831
|
+
var require_orderedJs2Xml = __commonJS({
|
|
9832
|
+
"node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js"(exports, module2) {
|
|
9833
|
+
"use strict";
|
|
9834
|
+
var EOL = "\n";
|
|
9835
|
+
function toXml(jArray, options) {
|
|
9836
|
+
let indentation = "";
|
|
9837
|
+
if (options.format && options.indentBy.length > 0) {
|
|
9838
|
+
indentation = EOL;
|
|
9944
9839
|
}
|
|
9840
|
+
return arrToStr(jArray, options, "", indentation);
|
|
9945
9841
|
}
|
|
9946
|
-
|
|
9947
|
-
|
|
9948
|
-
|
|
9949
|
-
|
|
9950
|
-
|
|
9842
|
+
function arrToStr(arr, options, jPath, indentation) {
|
|
9843
|
+
let xmlStr = "";
|
|
9844
|
+
let isPreviousElementTag = false;
|
|
9845
|
+
for (let i = 0; i < arr.length; i++) {
|
|
9846
|
+
const tagObj = arr[i];
|
|
9847
|
+
const tagName = propName(tagObj);
|
|
9848
|
+
if (tagName === void 0)
|
|
9849
|
+
continue;
|
|
9850
|
+
let newJPath = "";
|
|
9851
|
+
if (jPath.length === 0)
|
|
9852
|
+
newJPath = tagName;
|
|
9853
|
+
else
|
|
9854
|
+
newJPath = `${jPath}.${tagName}`;
|
|
9855
|
+
if (tagName === options.textNodeName) {
|
|
9856
|
+
let tagText = tagObj[tagName];
|
|
9857
|
+
if (!isStopNode(newJPath, options)) {
|
|
9858
|
+
tagText = options.tagValueProcessor(tagName, tagText);
|
|
9859
|
+
tagText = replaceEntitiesValue(tagText, options);
|
|
9860
|
+
}
|
|
9861
|
+
if (isPreviousElementTag) {
|
|
9862
|
+
xmlStr += indentation;
|
|
9863
|
+
}
|
|
9864
|
+
xmlStr += tagText;
|
|
9865
|
+
isPreviousElementTag = false;
|
|
9866
|
+
continue;
|
|
9867
|
+
} else if (tagName === options.cdataPropName) {
|
|
9868
|
+
if (isPreviousElementTag) {
|
|
9869
|
+
xmlStr += indentation;
|
|
9870
|
+
}
|
|
9871
|
+
xmlStr += `<![CDATA[${tagObj[tagName][0][options.textNodeName]}]]>`;
|
|
9872
|
+
isPreviousElementTag = false;
|
|
9873
|
+
continue;
|
|
9874
|
+
} else if (tagName === options.commentPropName) {
|
|
9875
|
+
xmlStr += indentation + `<!--${tagObj[tagName][0][options.textNodeName]}-->`;
|
|
9876
|
+
isPreviousElementTag = true;
|
|
9877
|
+
continue;
|
|
9878
|
+
} else if (tagName[0] === "?") {
|
|
9879
|
+
const attStr2 = attr_to_str(tagObj[":@"], options);
|
|
9880
|
+
const tempInd = tagName === "?xml" ? "" : indentation;
|
|
9881
|
+
let piTextNodeName = tagObj[tagName][0][options.textNodeName];
|
|
9882
|
+
piTextNodeName = piTextNodeName.length !== 0 ? " " + piTextNodeName : "";
|
|
9883
|
+
xmlStr += tempInd + `<${tagName}${piTextNodeName}${attStr2}?>`;
|
|
9884
|
+
isPreviousElementTag = true;
|
|
9885
|
+
continue;
|
|
9951
9886
|
}
|
|
9952
|
-
|
|
9953
|
-
|
|
9954
|
-
|
|
9887
|
+
let newIdentation = indentation;
|
|
9888
|
+
if (newIdentation !== "") {
|
|
9889
|
+
newIdentation += options.indentBy;
|
|
9955
9890
|
}
|
|
9956
|
-
|
|
9957
|
-
|
|
9958
|
-
|
|
9959
|
-
|
|
9891
|
+
const attStr = attr_to_str(tagObj[":@"], options);
|
|
9892
|
+
const tagStart = indentation + `<${tagName}${attStr}`;
|
|
9893
|
+
const tagValue = arrToStr(tagObj[tagName], options, newJPath, newIdentation);
|
|
9894
|
+
if (options.unpairedTags.indexOf(tagName) !== -1) {
|
|
9895
|
+
if (options.suppressUnpairedNode)
|
|
9896
|
+
xmlStr += tagStart + ">";
|
|
9897
|
+
else
|
|
9898
|
+
xmlStr += tagStart + "/>";
|
|
9899
|
+
} else if ((!tagValue || tagValue.length === 0) && options.suppressEmptyNode) {
|
|
9900
|
+
xmlStr += tagStart + "/>";
|
|
9901
|
+
} else if (tagValue && tagValue.endsWith(">")) {
|
|
9902
|
+
xmlStr += tagStart + `>${tagValue}${indentation}</${tagName}>`;
|
|
9903
|
+
} else {
|
|
9904
|
+
xmlStr += tagStart + ">";
|
|
9905
|
+
if (tagValue && indentation !== "" && (tagValue.includes("/>") || tagValue.includes("</"))) {
|
|
9906
|
+
xmlStr += indentation + options.indentBy + tagValue + indentation;
|
|
9907
|
+
} else {
|
|
9908
|
+
xmlStr += tagValue;
|
|
9960
9909
|
}
|
|
9910
|
+
xmlStr += `</${tagName}>`;
|
|
9961
9911
|
}
|
|
9962
|
-
|
|
9912
|
+
isPreviousElementTag = true;
|
|
9963
9913
|
}
|
|
9964
|
-
return
|
|
9965
|
-
}
|
|
9966
|
-
function
|
|
9967
|
-
|
|
9968
|
-
|
|
9969
|
-
|
|
9970
|
-
|
|
9971
|
-
|
|
9972
|
-
|
|
9973
|
-
|
|
9974
|
-
false,
|
|
9975
|
-
currentNode[":@"] ? Object.keys(currentNode[":@"]).length !== 0 : false,
|
|
9976
|
-
isLeafNode
|
|
9977
|
-
);
|
|
9978
|
-
if (textData !== void 0 && textData !== "")
|
|
9979
|
-
currentNode.add(this.options.textNodeName, textData);
|
|
9980
|
-
textData = "";
|
|
9914
|
+
return xmlStr;
|
|
9915
|
+
}
|
|
9916
|
+
function propName(obj) {
|
|
9917
|
+
const keys = Object.keys(obj);
|
|
9918
|
+
for (let i = 0; i < keys.length; i++) {
|
|
9919
|
+
const key = keys[i];
|
|
9920
|
+
if (!obj.hasOwnProperty(key))
|
|
9921
|
+
continue;
|
|
9922
|
+
if (key !== ":@")
|
|
9923
|
+
return key;
|
|
9981
9924
|
}
|
|
9982
|
-
return textData;
|
|
9983
9925
|
}
|
|
9984
|
-
function
|
|
9985
|
-
|
|
9986
|
-
|
|
9987
|
-
|
|
9988
|
-
|
|
9926
|
+
function attr_to_str(attrMap, options) {
|
|
9927
|
+
let attrStr = "";
|
|
9928
|
+
if (attrMap && !options.ignoreAttributes) {
|
|
9929
|
+
for (let attr in attrMap) {
|
|
9930
|
+
if (!attrMap.hasOwnProperty(attr))
|
|
9931
|
+
continue;
|
|
9932
|
+
let attrVal = options.attributeValueProcessor(attr, attrMap[attr]);
|
|
9933
|
+
attrVal = replaceEntitiesValue(attrVal, options);
|
|
9934
|
+
if (attrVal === true && options.suppressBooleanAttributes) {
|
|
9935
|
+
attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}`;
|
|
9936
|
+
} else {
|
|
9937
|
+
attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}="${attrVal}"`;
|
|
9938
|
+
}
|
|
9939
|
+
}
|
|
9940
|
+
}
|
|
9941
|
+
return attrStr;
|
|
9942
|
+
}
|
|
9943
|
+
function isStopNode(jPath, options) {
|
|
9944
|
+
jPath = jPath.substr(0, jPath.length - options.textNodeName.length - 1);
|
|
9945
|
+
let tagName = jPath.substr(jPath.lastIndexOf(".") + 1);
|
|
9946
|
+
for (let index in options.stopNodes) {
|
|
9947
|
+
if (options.stopNodes[index] === jPath || options.stopNodes[index] === "*." + tagName)
|
|
9989
9948
|
return true;
|
|
9990
9949
|
}
|
|
9991
9950
|
return false;
|
|
9992
9951
|
}
|
|
9993
|
-
function
|
|
9994
|
-
|
|
9995
|
-
|
|
9996
|
-
|
|
9997
|
-
|
|
9998
|
-
if (attrBoundary) {
|
|
9999
|
-
if (ch === attrBoundary)
|
|
10000
|
-
attrBoundary = "";
|
|
10001
|
-
} else if (ch === '"' || ch === "'") {
|
|
10002
|
-
attrBoundary = ch;
|
|
10003
|
-
} else if (ch === closingChar[0]) {
|
|
10004
|
-
if (closingChar[1]) {
|
|
10005
|
-
if (xmlData[index + 1] === closingChar[1]) {
|
|
10006
|
-
return {
|
|
10007
|
-
data: tagExp,
|
|
10008
|
-
index
|
|
10009
|
-
};
|
|
10010
|
-
}
|
|
10011
|
-
} else {
|
|
10012
|
-
return {
|
|
10013
|
-
data: tagExp,
|
|
10014
|
-
index
|
|
10015
|
-
};
|
|
10016
|
-
}
|
|
10017
|
-
} else if (ch === " ") {
|
|
10018
|
-
ch = " ";
|
|
9952
|
+
function replaceEntitiesValue(textValue, options) {
|
|
9953
|
+
if (textValue && textValue.length > 0 && options.processEntities) {
|
|
9954
|
+
for (let i = 0; i < options.entities.length; i++) {
|
|
9955
|
+
const entity = options.entities[i];
|
|
9956
|
+
textValue = textValue.replace(entity.regex, entity.val);
|
|
10019
9957
|
}
|
|
10020
|
-
tagExp += ch;
|
|
10021
9958
|
}
|
|
9959
|
+
return textValue;
|
|
10022
9960
|
}
|
|
10023
|
-
|
|
10024
|
-
|
|
10025
|
-
|
|
10026
|
-
|
|
9961
|
+
module2.exports = toXml;
|
|
9962
|
+
}
|
|
9963
|
+
});
|
|
9964
|
+
|
|
9965
|
+
// node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js
|
|
9966
|
+
var require_json2xml = __commonJS({
|
|
9967
|
+
"node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js"(exports, module2) {
|
|
9968
|
+
"use strict";
|
|
9969
|
+
var buildFromOrderedJs = require_orderedJs2Xml();
|
|
9970
|
+
var defaultOptions = {
|
|
9971
|
+
attributeNamePrefix: "@_",
|
|
9972
|
+
attributesGroupName: false,
|
|
9973
|
+
textNodeName: "#text",
|
|
9974
|
+
ignoreAttributes: true,
|
|
9975
|
+
cdataPropName: false,
|
|
9976
|
+
format: false,
|
|
9977
|
+
indentBy: " ",
|
|
9978
|
+
suppressEmptyNode: false,
|
|
9979
|
+
suppressUnpairedNode: true,
|
|
9980
|
+
suppressBooleanAttributes: true,
|
|
9981
|
+
tagValueProcessor: function(key, a) {
|
|
9982
|
+
return a;
|
|
9983
|
+
},
|
|
9984
|
+
attributeValueProcessor: function(attrName, a) {
|
|
9985
|
+
return a;
|
|
9986
|
+
},
|
|
9987
|
+
preserveOrder: false,
|
|
9988
|
+
commentPropName: false,
|
|
9989
|
+
unpairedTags: [],
|
|
9990
|
+
entities: [
|
|
9991
|
+
{ regex: new RegExp("&", "g"), val: "&" },
|
|
9992
|
+
//it must be on top
|
|
9993
|
+
{ regex: new RegExp(">", "g"), val: ">" },
|
|
9994
|
+
{ regex: new RegExp("<", "g"), val: "<" },
|
|
9995
|
+
{ regex: new RegExp("'", "g"), val: "'" },
|
|
9996
|
+
{ regex: new RegExp('"', "g"), val: """ }
|
|
9997
|
+
],
|
|
9998
|
+
processEntities: true,
|
|
9999
|
+
stopNodes: [],
|
|
10000
|
+
// transformTagName: false,
|
|
10001
|
+
// transformAttributeName: false,
|
|
10002
|
+
oneListGroup: false
|
|
10003
|
+
};
|
|
10004
|
+
function Builder(options) {
|
|
10005
|
+
this.options = Object.assign({}, defaultOptions, options);
|
|
10006
|
+
if (this.options.ignoreAttributes || this.options.attributesGroupName) {
|
|
10007
|
+
this.isAttribute = function() {
|
|
10008
|
+
return false;
|
|
10009
|
+
};
|
|
10027
10010
|
} else {
|
|
10028
|
-
|
|
10011
|
+
this.attrPrefixLen = this.options.attributeNamePrefix.length;
|
|
10012
|
+
this.isAttribute = isAttribute;
|
|
10029
10013
|
}
|
|
10030
|
-
|
|
10031
|
-
|
|
10032
|
-
|
|
10033
|
-
|
|
10034
|
-
|
|
10035
|
-
|
|
10036
|
-
|
|
10037
|
-
|
|
10038
|
-
|
|
10039
|
-
|
|
10040
|
-
|
|
10041
|
-
tagName = tagExp.substring(0, separatorIndex);
|
|
10042
|
-
tagExp = tagExp.substring(separatorIndex + 1).trimStart();
|
|
10014
|
+
this.processTextOrObjNode = processTextOrObjNode;
|
|
10015
|
+
if (this.options.format) {
|
|
10016
|
+
this.indentate = indentate;
|
|
10017
|
+
this.tagEndChar = ">\n";
|
|
10018
|
+
this.newLine = "\n";
|
|
10019
|
+
} else {
|
|
10020
|
+
this.indentate = function() {
|
|
10021
|
+
return "";
|
|
10022
|
+
};
|
|
10023
|
+
this.tagEndChar = ">";
|
|
10024
|
+
this.newLine = "";
|
|
10043
10025
|
}
|
|
10044
|
-
|
|
10045
|
-
|
|
10046
|
-
|
|
10047
|
-
|
|
10048
|
-
|
|
10049
|
-
|
|
10026
|
+
}
|
|
10027
|
+
Builder.prototype.build = function(jObj) {
|
|
10028
|
+
if (this.options.preserveOrder) {
|
|
10029
|
+
return buildFromOrderedJs(jObj, this.options);
|
|
10030
|
+
} else {
|
|
10031
|
+
if (Array.isArray(jObj) && this.options.arrayNodeName && this.options.arrayNodeName.length > 1) {
|
|
10032
|
+
jObj = {
|
|
10033
|
+
[this.options.arrayNodeName]: jObj
|
|
10034
|
+
};
|
|
10050
10035
|
}
|
|
10036
|
+
return this.j2x(jObj, 0).val;
|
|
10051
10037
|
}
|
|
10052
|
-
|
|
10053
|
-
|
|
10054
|
-
|
|
10055
|
-
|
|
10056
|
-
|
|
10057
|
-
|
|
10058
|
-
|
|
10059
|
-
|
|
10060
|
-
|
|
10061
|
-
|
|
10062
|
-
|
|
10063
|
-
|
|
10064
|
-
|
|
10065
|
-
|
|
10066
|
-
|
|
10067
|
-
|
|
10068
|
-
if (closeTagName === tagName) {
|
|
10069
|
-
openTagCount--;
|
|
10070
|
-
if (openTagCount === 0) {
|
|
10071
|
-
return {
|
|
10072
|
-
tagContent: xmlData.substring(startIndex, i),
|
|
10073
|
-
i: closeIndex
|
|
10074
|
-
};
|
|
10075
|
-
}
|
|
10076
|
-
}
|
|
10077
|
-
i = closeIndex;
|
|
10078
|
-
} else if (xmlData[i + 1] === "?") {
|
|
10079
|
-
const closeIndex = findClosingIndex(xmlData, "?>", i + 1, "StopNode is not closed.");
|
|
10080
|
-
i = closeIndex;
|
|
10081
|
-
} else if (xmlData.substr(i + 1, 3) === "!--") {
|
|
10082
|
-
const closeIndex = findClosingIndex(xmlData, "-->", i + 3, "StopNode is not closed.");
|
|
10083
|
-
i = closeIndex;
|
|
10084
|
-
} else if (xmlData.substr(i + 1, 2) === "![") {
|
|
10085
|
-
const closeIndex = findClosingIndex(xmlData, "]]>", i, "StopNode is not closed.") - 2;
|
|
10086
|
-
i = closeIndex;
|
|
10038
|
+
};
|
|
10039
|
+
Builder.prototype.j2x = function(jObj, level) {
|
|
10040
|
+
let attrStr = "";
|
|
10041
|
+
let val2 = "";
|
|
10042
|
+
for (let key in jObj) {
|
|
10043
|
+
if (!Object.prototype.hasOwnProperty.call(jObj, key))
|
|
10044
|
+
continue;
|
|
10045
|
+
if (typeof jObj[key] === "undefined") {
|
|
10046
|
+
if (this.isAttribute(key)) {
|
|
10047
|
+
val2 += "";
|
|
10048
|
+
}
|
|
10049
|
+
} else if (jObj[key] === null) {
|
|
10050
|
+
if (this.isAttribute(key)) {
|
|
10051
|
+
val2 += "";
|
|
10052
|
+
} else if (key[0] === "?") {
|
|
10053
|
+
val2 += this.indentate(level) + "<" + key + "?" + this.tagEndChar;
|
|
10087
10054
|
} else {
|
|
10088
|
-
|
|
10089
|
-
|
|
10090
|
-
|
|
10091
|
-
|
|
10092
|
-
|
|
10055
|
+
val2 += this.indentate(level) + "<" + key + "/" + this.tagEndChar;
|
|
10056
|
+
}
|
|
10057
|
+
} else if (jObj[key] instanceof Date) {
|
|
10058
|
+
val2 += this.buildTextValNode(jObj[key], key, "", level);
|
|
10059
|
+
} else if (typeof jObj[key] !== "object") {
|
|
10060
|
+
const attr = this.isAttribute(key);
|
|
10061
|
+
if (attr) {
|
|
10062
|
+
attrStr += this.buildAttrPairStr(attr, "" + jObj[key]);
|
|
10063
|
+
} else {
|
|
10064
|
+
if (key === this.options.textNodeName) {
|
|
10065
|
+
let newval = this.options.tagValueProcessor(key, "" + jObj[key]);
|
|
10066
|
+
val2 += this.replaceEntitiesValue(newval);
|
|
10067
|
+
} else {
|
|
10068
|
+
val2 += this.buildTextValNode(jObj[key], key, "", level);
|
|
10069
|
+
}
|
|
10070
|
+
}
|
|
10071
|
+
} else if (Array.isArray(jObj[key])) {
|
|
10072
|
+
const arrLen = jObj[key].length;
|
|
10073
|
+
let listTagVal = "";
|
|
10074
|
+
let listTagAttr = "";
|
|
10075
|
+
for (let j = 0; j < arrLen; j++) {
|
|
10076
|
+
const item = jObj[key][j];
|
|
10077
|
+
if (typeof item === "undefined") {
|
|
10078
|
+
} else if (item === null) {
|
|
10079
|
+
if (key[0] === "?")
|
|
10080
|
+
val2 += this.indentate(level) + "<" + key + "?" + this.tagEndChar;
|
|
10081
|
+
else
|
|
10082
|
+
val2 += this.indentate(level) + "<" + key + "/" + this.tagEndChar;
|
|
10083
|
+
} else if (typeof item === "object") {
|
|
10084
|
+
if (this.options.oneListGroup) {
|
|
10085
|
+
const result = this.j2x(item, level + 1);
|
|
10086
|
+
listTagVal += result.val;
|
|
10087
|
+
if (this.options.attributesGroupName && item.hasOwnProperty(this.options.attributesGroupName)) {
|
|
10088
|
+
listTagAttr += result.attrStr;
|
|
10089
|
+
}
|
|
10090
|
+
} else {
|
|
10091
|
+
listTagVal += this.processTextOrObjNode(item, key, level);
|
|
10092
|
+
}
|
|
10093
|
+
} else {
|
|
10094
|
+
if (this.options.oneListGroup) {
|
|
10095
|
+
let textValue = this.options.tagValueProcessor(key, item);
|
|
10096
|
+
textValue = this.replaceEntitiesValue(textValue);
|
|
10097
|
+
listTagVal += textValue;
|
|
10098
|
+
} else {
|
|
10099
|
+
listTagVal += this.buildTextValNode(item, key, "", level);
|
|
10093
10100
|
}
|
|
10094
|
-
i = tagData.closeIndex;
|
|
10095
10101
|
}
|
|
10096
10102
|
}
|
|
10103
|
+
if (this.options.oneListGroup) {
|
|
10104
|
+
listTagVal = this.buildObjectNode(listTagVal, key, listTagAttr, level);
|
|
10105
|
+
}
|
|
10106
|
+
val2 += listTagVal;
|
|
10107
|
+
} else {
|
|
10108
|
+
if (this.options.attributesGroupName && key === this.options.attributesGroupName) {
|
|
10109
|
+
const Ks = Object.keys(jObj[key]);
|
|
10110
|
+
const L = Ks.length;
|
|
10111
|
+
for (let j = 0; j < L; j++) {
|
|
10112
|
+
attrStr += this.buildAttrPairStr(Ks[j], "" + jObj[key][Ks[j]]);
|
|
10113
|
+
}
|
|
10114
|
+
} else {
|
|
10115
|
+
val2 += this.processTextOrObjNode(jObj[key], key, level);
|
|
10116
|
+
}
|
|
10097
10117
|
}
|
|
10098
10118
|
}
|
|
10119
|
+
return { attrStr, val: val2 };
|
|
10120
|
+
};
|
|
10121
|
+
Builder.prototype.buildAttrPairStr = function(attrName, val2) {
|
|
10122
|
+
val2 = this.options.attributeValueProcessor(attrName, "" + val2);
|
|
10123
|
+
val2 = this.replaceEntitiesValue(val2);
|
|
10124
|
+
if (this.options.suppressBooleanAttributes && val2 === "true") {
|
|
10125
|
+
return " " + attrName;
|
|
10126
|
+
} else
|
|
10127
|
+
return " " + attrName + '="' + val2 + '"';
|
|
10128
|
+
};
|
|
10129
|
+
function processTextOrObjNode(object, key, level) {
|
|
10130
|
+
const result = this.j2x(object, level + 1);
|
|
10131
|
+
if (object[this.options.textNodeName] !== void 0 && Object.keys(object).length === 1) {
|
|
10132
|
+
return this.buildTextValNode(object[this.options.textNodeName], key, result.attrStr, level);
|
|
10133
|
+
} else {
|
|
10134
|
+
return this.buildObjectNode(result.val, key, result.attrStr, level);
|
|
10135
|
+
}
|
|
10099
10136
|
}
|
|
10100
|
-
function
|
|
10101
|
-
if (
|
|
10102
|
-
|
|
10103
|
-
|
|
10104
|
-
|
|
10105
|
-
|
|
10106
|
-
|
|
10107
|
-
else
|
|
10108
|
-
return toNumber(val2, options);
|
|
10137
|
+
Builder.prototype.buildObjectNode = function(val2, key, attrStr, level) {
|
|
10138
|
+
if (val2 === "") {
|
|
10139
|
+
if (key[0] === "?")
|
|
10140
|
+
return this.indentate(level) + "<" + key + attrStr + "?" + this.tagEndChar;
|
|
10141
|
+
else {
|
|
10142
|
+
return this.indentate(level) + "<" + key + attrStr + this.closeTag(key) + this.tagEndChar;
|
|
10143
|
+
}
|
|
10109
10144
|
} else {
|
|
10110
|
-
|
|
10111
|
-
|
|
10145
|
+
let tagEndExp = "</" + key + this.tagEndChar;
|
|
10146
|
+
let piClosingChar = "";
|
|
10147
|
+
if (key[0] === "?") {
|
|
10148
|
+
piClosingChar = "?";
|
|
10149
|
+
tagEndExp = "";
|
|
10150
|
+
}
|
|
10151
|
+
if ((attrStr || attrStr === "") && val2.indexOf("<") === -1) {
|
|
10152
|
+
return this.indentate(level) + "<" + key + attrStr + piClosingChar + ">" + val2 + tagEndExp;
|
|
10153
|
+
} else if (this.options.commentPropName !== false && key === this.options.commentPropName && piClosingChar.length === 0) {
|
|
10154
|
+
return this.indentate(level) + `<!--${val2}-->` + this.newLine;
|
|
10112
10155
|
} else {
|
|
10113
|
-
return "";
|
|
10156
|
+
return this.indentate(level) + "<" + key + attrStr + piClosingChar + this.tagEndChar + val2 + this.indentate(level) + tagEndExp;
|
|
10114
10157
|
}
|
|
10115
10158
|
}
|
|
10159
|
+
};
|
|
10160
|
+
Builder.prototype.closeTag = function(key) {
|
|
10161
|
+
let closeTag = "";
|
|
10162
|
+
if (this.options.unpairedTags.indexOf(key) !== -1) {
|
|
10163
|
+
if (!this.options.suppressUnpairedNode)
|
|
10164
|
+
closeTag = "/";
|
|
10165
|
+
} else if (this.options.suppressEmptyNode) {
|
|
10166
|
+
closeTag = "/";
|
|
10167
|
+
} else {
|
|
10168
|
+
closeTag = `></${key}`;
|
|
10169
|
+
}
|
|
10170
|
+
return closeTag;
|
|
10171
|
+
};
|
|
10172
|
+
Builder.prototype.buildTextValNode = function(val2, key, attrStr, level) {
|
|
10173
|
+
if (this.options.cdataPropName !== false && key === this.options.cdataPropName) {
|
|
10174
|
+
return this.indentate(level) + `<![CDATA[${val2}]]>` + this.newLine;
|
|
10175
|
+
} else if (this.options.commentPropName !== false && key === this.options.commentPropName) {
|
|
10176
|
+
return this.indentate(level) + `<!--${val2}-->` + this.newLine;
|
|
10177
|
+
} else if (key[0] === "?") {
|
|
10178
|
+
return this.indentate(level) + "<" + key + attrStr + "?" + this.tagEndChar;
|
|
10179
|
+
} else {
|
|
10180
|
+
let textValue = this.options.tagValueProcessor(key, val2);
|
|
10181
|
+
textValue = this.replaceEntitiesValue(textValue);
|
|
10182
|
+
if (textValue === "") {
|
|
10183
|
+
return this.indentate(level) + "<" + key + attrStr + this.closeTag(key) + this.tagEndChar;
|
|
10184
|
+
} else {
|
|
10185
|
+
return this.indentate(level) + "<" + key + attrStr + ">" + textValue + "</" + key + this.tagEndChar;
|
|
10186
|
+
}
|
|
10187
|
+
}
|
|
10188
|
+
};
|
|
10189
|
+
Builder.prototype.replaceEntitiesValue = function(textValue) {
|
|
10190
|
+
if (textValue && textValue.length > 0 && this.options.processEntities) {
|
|
10191
|
+
for (let i = 0; i < this.options.entities.length; i++) {
|
|
10192
|
+
const entity = this.options.entities[i];
|
|
10193
|
+
textValue = textValue.replace(entity.regex, entity.val);
|
|
10194
|
+
}
|
|
10195
|
+
}
|
|
10196
|
+
return textValue;
|
|
10197
|
+
};
|
|
10198
|
+
function indentate(level) {
|
|
10199
|
+
return this.options.indentBy.repeat(level);
|
|
10116
10200
|
}
|
|
10117
|
-
|
|
10201
|
+
function isAttribute(name) {
|
|
10202
|
+
if (name.startsWith(this.options.attributeNamePrefix) && name !== this.options.textNodeName) {
|
|
10203
|
+
return name.substr(this.attrPrefixLen);
|
|
10204
|
+
} else {
|
|
10205
|
+
return false;
|
|
10206
|
+
}
|
|
10207
|
+
}
|
|
10208
|
+
module2.exports = Builder;
|
|
10118
10209
|
}
|
|
10119
10210
|
});
|
|
10120
10211
|
|
|
10121
|
-
// node_modules/fast-xml-parser/src/
|
|
10122
|
-
var
|
|
10123
|
-
"node_modules/fast-xml-parser/src/
|
|
10212
|
+
// node_modules/fast-xml-parser/src/fxp.js
|
|
10213
|
+
var require_fxp = __commonJS({
|
|
10214
|
+
"node_modules/fast-xml-parser/src/fxp.js"(exports, module2) {
|
|
10124
10215
|
"use strict";
|
|
10125
|
-
|
|
10126
|
-
|
|
10127
|
-
|
|
10128
|
-
|
|
10129
|
-
|
|
10130
|
-
|
|
10131
|
-
|
|
10132
|
-
|
|
10133
|
-
|
|
10134
|
-
|
|
10135
|
-
|
|
10136
|
-
|
|
10137
|
-
|
|
10138
|
-
|
|
10139
|
-
|
|
10140
|
-
|
|
10141
|
-
|
|
10142
|
-
|
|
10143
|
-
|
|
10144
|
-
|
|
10145
|
-
|
|
10146
|
-
|
|
10147
|
-
|
|
10148
|
-
|
|
10149
|
-
|
|
10150
|
-
|
|
10151
|
-
|
|
10152
|
-
|
|
10153
|
-
|
|
10154
|
-
|
|
10155
|
-
|
|
10156
|
-
|
|
10157
|
-
|
|
10158
|
-
|
|
10159
|
-
|
|
10160
|
-
|
|
10161
|
-
|
|
10162
|
-
|
|
10163
|
-
|
|
10164
|
-
|
|
10165
|
-
if (options.isArray(property, newJpath, isLeaf)) {
|
|
10166
|
-
compressedObj[property] = [val2];
|
|
10167
|
-
} else {
|
|
10168
|
-
compressedObj[property] = val2;
|
|
10169
|
-
}
|
|
10216
|
+
var validator = require_validator();
|
|
10217
|
+
var XMLParser2 = require_XMLParser();
|
|
10218
|
+
var XMLBuilder = require_json2xml();
|
|
10219
|
+
module2.exports = {
|
|
10220
|
+
XMLParser: XMLParser2,
|
|
10221
|
+
XMLValidator: validator,
|
|
10222
|
+
XMLBuilder
|
|
10223
|
+
};
|
|
10224
|
+
}
|
|
10225
|
+
});
|
|
10226
|
+
|
|
10227
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js
|
|
10228
|
+
var import_smithy_client4, import_fast_xml_parser, parseXmlBody, parseXmlErrorBody, loadRestXmlErrorCode;
|
|
10229
|
+
var init_parseXmlBody = __esm({
|
|
10230
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js"() {
|
|
10231
|
+
"use strict";
|
|
10232
|
+
import_smithy_client4 = __toESM(require_dist_cjs27());
|
|
10233
|
+
import_fast_xml_parser = __toESM(require_fxp());
|
|
10234
|
+
init_common();
|
|
10235
|
+
parseXmlBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
10236
|
+
if (encoded.length) {
|
|
10237
|
+
const parser = new import_fast_xml_parser.XMLParser({
|
|
10238
|
+
attributeNamePrefix: "",
|
|
10239
|
+
htmlEntities: true,
|
|
10240
|
+
ignoreAttributes: false,
|
|
10241
|
+
ignoreDeclaration: true,
|
|
10242
|
+
parseTagValue: false,
|
|
10243
|
+
trimValues: false,
|
|
10244
|
+
tagValueProcessor: (_, val2) => val2.trim() === "" && val2.includes("\n") ? "" : void 0
|
|
10245
|
+
});
|
|
10246
|
+
parser.addEntity("#xD", "\r");
|
|
10247
|
+
parser.addEntity("#10", "\n");
|
|
10248
|
+
let parsedObj;
|
|
10249
|
+
try {
|
|
10250
|
+
parsedObj = parser.parse(encoded, true);
|
|
10251
|
+
} catch (e) {
|
|
10252
|
+
if (e && typeof e === "object") {
|
|
10253
|
+
Object.defineProperty(e, "$responseBodyText", {
|
|
10254
|
+
value: encoded
|
|
10255
|
+
});
|
|
10170
10256
|
}
|
|
10257
|
+
throw e;
|
|
10258
|
+
}
|
|
10259
|
+
const textNodeName = "#text";
|
|
10260
|
+
const key = Object.keys(parsedObj)[0];
|
|
10261
|
+
const parsedObjToReturn = parsedObj[key];
|
|
10262
|
+
if (parsedObjToReturn[textNodeName]) {
|
|
10263
|
+
parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
|
|
10264
|
+
delete parsedObjToReturn[textNodeName];
|
|
10171
10265
|
}
|
|
10266
|
+
return (0, import_smithy_client4.getValueFromTextNode)(parsedObjToReturn);
|
|
10172
10267
|
}
|
|
10173
|
-
|
|
10174
|
-
|
|
10175
|
-
|
|
10176
|
-
|
|
10177
|
-
|
|
10178
|
-
|
|
10179
|
-
}
|
|
10180
|
-
function propName(obj) {
|
|
10181
|
-
const keys = Object.keys(obj);
|
|
10182
|
-
for (let i = 0; i < keys.length; i++) {
|
|
10183
|
-
const key = keys[i];
|
|
10184
|
-
if (key !== ":@")
|
|
10185
|
-
return key;
|
|
10268
|
+
return {};
|
|
10269
|
+
});
|
|
10270
|
+
parseXmlErrorBody = async (errorBody, context) => {
|
|
10271
|
+
const value = await parseXmlBody(errorBody, context);
|
|
10272
|
+
if (value.Error) {
|
|
10273
|
+
value.Error.message = value.Error.message ?? value.Error.Message;
|
|
10186
10274
|
}
|
|
10187
|
-
|
|
10188
|
-
|
|
10189
|
-
|
|
10190
|
-
|
|
10191
|
-
|
|
10192
|
-
for (let i = 0; i < len; i++) {
|
|
10193
|
-
const atrrName = keys[i];
|
|
10194
|
-
if (options.isArray(atrrName, jpath + "." + atrrName, true, true)) {
|
|
10195
|
-
obj[atrrName] = [attrMap[atrrName]];
|
|
10196
|
-
} else {
|
|
10197
|
-
obj[atrrName] = attrMap[atrrName];
|
|
10198
|
-
}
|
|
10199
|
-
}
|
|
10275
|
+
return value;
|
|
10276
|
+
};
|
|
10277
|
+
loadRestXmlErrorCode = (output, data) => {
|
|
10278
|
+
if (data?.Error?.Code !== void 0) {
|
|
10279
|
+
return data.Error.Code;
|
|
10200
10280
|
}
|
|
10201
|
-
|
|
10202
|
-
|
|
10203
|
-
const { textNodeName } = options;
|
|
10204
|
-
const propCount = Object.keys(obj).length;
|
|
10205
|
-
if (propCount === 0) {
|
|
10206
|
-
return true;
|
|
10281
|
+
if (data?.Code !== void 0) {
|
|
10282
|
+
return data.Code;
|
|
10207
10283
|
}
|
|
10208
|
-
if (
|
|
10209
|
-
return
|
|
10284
|
+
if (output.statusCode == 404) {
|
|
10285
|
+
return "NotFound";
|
|
10210
10286
|
}
|
|
10211
|
-
|
|
10212
|
-
}
|
|
10213
|
-
exports.prettify = prettify;
|
|
10287
|
+
};
|
|
10214
10288
|
}
|
|
10215
10289
|
});
|
|
10216
10290
|
|
|
10217
|
-
// node_modules/
|
|
10218
|
-
var
|
|
10219
|
-
"node_modules/
|
|
10291
|
+
// node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js
|
|
10292
|
+
var init_protocols = __esm({
|
|
10293
|
+
"node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js"() {
|
|
10220
10294
|
"use strict";
|
|
10221
|
-
|
|
10222
|
-
|
|
10223
|
-
|
|
10224
|
-
|
|
10225
|
-
var XMLParser2 = class {
|
|
10226
|
-
constructor(options) {
|
|
10227
|
-
this.externalEntities = {};
|
|
10228
|
-
this.options = buildOptions(options);
|
|
10229
|
-
}
|
|
10230
|
-
/**
|
|
10231
|
-
* Parse XML dats to JS object
|
|
10232
|
-
* @param {string|Buffer} xmlData
|
|
10233
|
-
* @param {boolean|Object} validationOption
|
|
10234
|
-
*/
|
|
10235
|
-
parse(xmlData, validationOption) {
|
|
10236
|
-
if (typeof xmlData === "string") {
|
|
10237
|
-
} else if (xmlData.toString) {
|
|
10238
|
-
xmlData = xmlData.toString();
|
|
10239
|
-
} else {
|
|
10240
|
-
throw new Error("XML data is accepted in String or Bytes[] form.");
|
|
10241
|
-
}
|
|
10242
|
-
if (validationOption) {
|
|
10243
|
-
if (validationOption === true)
|
|
10244
|
-
validationOption = {};
|
|
10245
|
-
const result = validator.validate(xmlData, validationOption);
|
|
10246
|
-
if (result !== true) {
|
|
10247
|
-
throw Error(`${result.err.msg}:${result.err.line}:${result.err.col}`);
|
|
10248
|
-
}
|
|
10249
|
-
}
|
|
10250
|
-
const orderedObjParser = new OrderedObjParser(this.options);
|
|
10251
|
-
orderedObjParser.addExternalEntities(this.externalEntities);
|
|
10252
|
-
const orderedResult = orderedObjParser.parseXml(xmlData);
|
|
10253
|
-
if (this.options.preserveOrder || orderedResult === void 0)
|
|
10254
|
-
return orderedResult;
|
|
10255
|
-
else
|
|
10256
|
-
return prettify(orderedResult, this.options);
|
|
10257
|
-
}
|
|
10258
|
-
/**
|
|
10259
|
-
* Add Entity which is not by default supported by this library
|
|
10260
|
-
* @param {string} key
|
|
10261
|
-
* @param {string} value
|
|
10262
|
-
*/
|
|
10263
|
-
addEntity(key, value) {
|
|
10264
|
-
if (value.indexOf("&") !== -1) {
|
|
10265
|
-
throw new Error("Entity value can't have '&'");
|
|
10266
|
-
} else if (key.indexOf("&") !== -1 || key.indexOf(";") !== -1) {
|
|
10267
|
-
throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '
'");
|
|
10268
|
-
} else if (value === "&") {
|
|
10269
|
-
throw new Error("An entity with value '&' is not permitted");
|
|
10270
|
-
} else {
|
|
10271
|
-
this.externalEntities[key] = value;
|
|
10272
|
-
}
|
|
10273
|
-
}
|
|
10274
|
-
};
|
|
10275
|
-
module2.exports = XMLParser2;
|
|
10295
|
+
init_coercing_serializers();
|
|
10296
|
+
init_awsExpectUnion();
|
|
10297
|
+
init_parseJsonBody();
|
|
10298
|
+
init_parseXmlBody();
|
|
10276
10299
|
}
|
|
10277
10300
|
});
|
|
10278
10301
|
|
|
10279
|
-
// node_modules
|
|
10280
|
-
var
|
|
10281
|
-
|
|
10302
|
+
// node_modules/@aws-sdk/core/dist-es/index.js
|
|
10303
|
+
var dist_es_exports2 = {};
|
|
10304
|
+
__export(dist_es_exports2, {
|
|
10305
|
+
AWSSDKSigV4Signer: () => AWSSDKSigV4Signer,
|
|
10306
|
+
AwsSdkSigV4ASigner: () => AwsSdkSigV4ASigner,
|
|
10307
|
+
AwsSdkSigV4Signer: () => AwsSdkSigV4Signer,
|
|
10308
|
+
NODE_SIGV4A_CONFIG_OPTIONS: () => NODE_SIGV4A_CONFIG_OPTIONS,
|
|
10309
|
+
_toBool: () => _toBool,
|
|
10310
|
+
_toNum: () => _toNum,
|
|
10311
|
+
_toStr: () => _toStr,
|
|
10312
|
+
awsExpectUnion: () => awsExpectUnion,
|
|
10313
|
+
emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
|
|
10314
|
+
loadRestJsonErrorCode: () => loadRestJsonErrorCode,
|
|
10315
|
+
loadRestXmlErrorCode: () => loadRestXmlErrorCode,
|
|
10316
|
+
parseJsonBody: () => parseJsonBody,
|
|
10317
|
+
parseJsonErrorBody: () => parseJsonErrorBody,
|
|
10318
|
+
parseXmlBody: () => parseXmlBody,
|
|
10319
|
+
parseXmlErrorBody: () => parseXmlErrorBody,
|
|
10320
|
+
resolveAWSSDKSigV4Config: () => resolveAWSSDKSigV4Config,
|
|
10321
|
+
resolveAwsSdkSigV4AConfig: () => resolveAwsSdkSigV4AConfig,
|
|
10322
|
+
resolveAwsSdkSigV4Config: () => resolveAwsSdkSigV4Config,
|
|
10323
|
+
setCredentialFeature: () => setCredentialFeature,
|
|
10324
|
+
setFeature: () => setFeature,
|
|
10325
|
+
validateSigningProperties: () => validateSigningProperties
|
|
10326
|
+
});
|
|
10327
|
+
var init_dist_es2 = __esm({
|
|
10328
|
+
"node_modules/@aws-sdk/core/dist-es/index.js"() {
|
|
10282
10329
|
"use strict";
|
|
10283
|
-
|
|
10284
|
-
|
|
10285
|
-
|
|
10286
|
-
|
|
10287
|
-
|
|
10288
|
-
|
|
10289
|
-
|
|
10290
|
-
|
|
10291
|
-
|
|
10292
|
-
|
|
10293
|
-
|
|
10294
|
-
|
|
10295
|
-
|
|
10296
|
-
|
|
10297
|
-
|
|
10298
|
-
|
|
10299
|
-
|
|
10300
|
-
|
|
10301
|
-
|
|
10302
|
-
|
|
10303
|
-
|
|
10304
|
-
|
|
10305
|
-
|
|
10306
|
-
|
|
10307
|
-
tagText = options.tagValueProcessor(tagName, tagText);
|
|
10308
|
-
tagText = replaceEntitiesValue(tagText, options);
|
|
10309
|
-
}
|
|
10310
|
-
if (isPreviousElementTag) {
|
|
10311
|
-
xmlStr += indentation;
|
|
10312
|
-
}
|
|
10313
|
-
xmlStr += tagText;
|
|
10314
|
-
isPreviousElementTag = false;
|
|
10315
|
-
continue;
|
|
10316
|
-
} else if (tagName === options.cdataPropName) {
|
|
10317
|
-
if (isPreviousElementTag) {
|
|
10318
|
-
xmlStr += indentation;
|
|
10319
|
-
}
|
|
10320
|
-
xmlStr += `<![CDATA[${tagObj[tagName][0][options.textNodeName]}]]>`;
|
|
10321
|
-
isPreviousElementTag = false;
|
|
10322
|
-
continue;
|
|
10323
|
-
} else if (tagName === options.commentPropName) {
|
|
10324
|
-
xmlStr += indentation + `<!--${tagObj[tagName][0][options.textNodeName]}-->`;
|
|
10325
|
-
isPreviousElementTag = true;
|
|
10326
|
-
continue;
|
|
10327
|
-
} else if (tagName[0] === "?") {
|
|
10328
|
-
const attStr2 = attr_to_str(tagObj[":@"], options);
|
|
10329
|
-
const tempInd = tagName === "?xml" ? "" : indentation;
|
|
10330
|
-
let piTextNodeName = tagObj[tagName][0][options.textNodeName];
|
|
10331
|
-
piTextNodeName = piTextNodeName.length !== 0 ? " " + piTextNodeName : "";
|
|
10332
|
-
xmlStr += tempInd + `<${tagName}${piTextNodeName}${attStr2}?>`;
|
|
10333
|
-
isPreviousElementTag = true;
|
|
10334
|
-
continue;
|
|
10335
|
-
}
|
|
10336
|
-
let newIdentation = indentation;
|
|
10337
|
-
if (newIdentation !== "") {
|
|
10338
|
-
newIdentation += options.indentBy;
|
|
10339
|
-
}
|
|
10340
|
-
const attStr = attr_to_str(tagObj[":@"], options);
|
|
10341
|
-
const tagStart = indentation + `<${tagName}${attStr}`;
|
|
10342
|
-
const tagValue = arrToStr(tagObj[tagName], options, newJPath, newIdentation);
|
|
10343
|
-
if (options.unpairedTags.indexOf(tagName) !== -1) {
|
|
10344
|
-
if (options.suppressUnpairedNode)
|
|
10345
|
-
xmlStr += tagStart + ">";
|
|
10346
|
-
else
|
|
10347
|
-
xmlStr += tagStart + "/>";
|
|
10348
|
-
} else if ((!tagValue || tagValue.length === 0) && options.suppressEmptyNode) {
|
|
10349
|
-
xmlStr += tagStart + "/>";
|
|
10350
|
-
} else if (tagValue && tagValue.endsWith(">")) {
|
|
10351
|
-
xmlStr += tagStart + `>${tagValue}${indentation}</${tagName}>`;
|
|
10352
|
-
} else {
|
|
10353
|
-
xmlStr += tagStart + ">";
|
|
10354
|
-
if (tagValue && indentation !== "" && (tagValue.includes("/>") || tagValue.includes("</"))) {
|
|
10355
|
-
xmlStr += indentation + options.indentBy + tagValue + indentation;
|
|
10356
|
-
} else {
|
|
10357
|
-
xmlStr += tagValue;
|
|
10358
|
-
}
|
|
10359
|
-
xmlStr += `</${tagName}>`;
|
|
10360
|
-
}
|
|
10361
|
-
isPreviousElementTag = true;
|
|
10330
|
+
init_client();
|
|
10331
|
+
init_httpAuthSchemes2();
|
|
10332
|
+
init_protocols();
|
|
10333
|
+
}
|
|
10334
|
+
});
|
|
10335
|
+
|
|
10336
|
+
// node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js
|
|
10337
|
+
var require_dist_cjs32 = __commonJS({
|
|
10338
|
+
"node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js"(exports, module2) {
|
|
10339
|
+
"use strict";
|
|
10340
|
+
var __defProp2 = Object.defineProperty;
|
|
10341
|
+
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
10342
|
+
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
10343
|
+
var __hasOwnProp2 = Object.prototype.hasOwnProperty;
|
|
10344
|
+
var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
|
|
10345
|
+
var __export2 = (target, all) => {
|
|
10346
|
+
for (var name in all)
|
|
10347
|
+
__defProp2(target, name, { get: all[name], enumerable: true });
|
|
10348
|
+
};
|
|
10349
|
+
var __copyProps2 = (to, from, except, desc) => {
|
|
10350
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
10351
|
+
for (let key of __getOwnPropNames2(from))
|
|
10352
|
+
if (!__hasOwnProp2.call(to, key) && key !== except)
|
|
10353
|
+
__defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
|
|
10362
10354
|
}
|
|
10363
|
-
return
|
|
10364
|
-
}
|
|
10365
|
-
|
|
10366
|
-
|
|
10367
|
-
|
|
10368
|
-
|
|
10369
|
-
|
|
10370
|
-
|
|
10371
|
-
|
|
10372
|
-
|
|
10355
|
+
return to;
|
|
10356
|
+
};
|
|
10357
|
+
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
10358
|
+
var src_exports = {};
|
|
10359
|
+
__export2(src_exports, {
|
|
10360
|
+
DEFAULT_UA_APP_ID: () => DEFAULT_UA_APP_ID,
|
|
10361
|
+
getUserAgentMiddlewareOptions: () => getUserAgentMiddlewareOptions,
|
|
10362
|
+
getUserAgentPlugin: () => getUserAgentPlugin,
|
|
10363
|
+
resolveUserAgentConfig: () => resolveUserAgentConfig,
|
|
10364
|
+
userAgentMiddleware: () => userAgentMiddleware
|
|
10365
|
+
});
|
|
10366
|
+
module2.exports = __toCommonJS2(src_exports);
|
|
10367
|
+
var import_core3 = (init_dist_es(), __toCommonJS(dist_es_exports));
|
|
10368
|
+
var DEFAULT_UA_APP_ID = void 0;
|
|
10369
|
+
function isValidUserAgentAppId(appId) {
|
|
10370
|
+
if (appId === void 0) {
|
|
10371
|
+
return true;
|
|
10373
10372
|
}
|
|
10373
|
+
return typeof appId === "string" && appId.length <= 50;
|
|
10374
10374
|
}
|
|
10375
|
-
|
|
10376
|
-
|
|
10377
|
-
|
|
10378
|
-
|
|
10379
|
-
|
|
10380
|
-
|
|
10381
|
-
|
|
10382
|
-
|
|
10383
|
-
|
|
10384
|
-
|
|
10375
|
+
__name(isValidUserAgentAppId, "isValidUserAgentAppId");
|
|
10376
|
+
function resolveUserAgentConfig(input) {
|
|
10377
|
+
const normalizedAppIdProvider = (0, import_core3.normalizeProvider)(input.userAgentAppId ?? DEFAULT_UA_APP_ID);
|
|
10378
|
+
return {
|
|
10379
|
+
...input,
|
|
10380
|
+
customUserAgent: typeof input.customUserAgent === "string" ? [[input.customUserAgent]] : input.customUserAgent,
|
|
10381
|
+
userAgentAppId: async () => {
|
|
10382
|
+
var _a, _b;
|
|
10383
|
+
const appId = await normalizedAppIdProvider();
|
|
10384
|
+
if (!isValidUserAgentAppId(appId)) {
|
|
10385
|
+
const logger = ((_b = (_a = input.logger) == null ? void 0 : _a.constructor) == null ? void 0 : _b.name) === "NoOpLogger" || !input.logger ? console : input.logger;
|
|
10386
|
+
if (typeof appId !== "string") {
|
|
10387
|
+
logger == null ? void 0 : logger.warn("userAgentAppId must be a string or undefined.");
|
|
10388
|
+
} else if (appId.length > 50) {
|
|
10389
|
+
logger == null ? void 0 : logger.warn("The provided userAgentAppId exceeds the maximum length of 50 characters.");
|
|
10390
|
+
}
|
|
10391
|
+
}
|
|
10392
|
+
return appId;
|
|
10393
|
+
}
|
|
10394
|
+
};
|
|
10395
|
+
}
|
|
10396
|
+
__name(resolveUserAgentConfig, "resolveUserAgentConfig");
|
|
10397
|
+
var import_util_endpoints = require_dist_cjs30();
|
|
10398
|
+
var import_protocol_http8 = require_dist_cjs2();
|
|
10399
|
+
var import_core22 = (init_dist_es2(), __toCommonJS(dist_es_exports2));
|
|
10400
|
+
var ACCOUNT_ID_ENDPOINT_REGEX = /\d{12}\.ddb/;
|
|
10401
|
+
async function checkFeatures(context, config, args) {
|
|
10402
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
|
10403
|
+
const request = args.request;
|
|
10404
|
+
if (((_a = request == null ? void 0 : request.headers) == null ? void 0 : _a["smithy-protocol"]) === "rpc-v2-cbor") {
|
|
10405
|
+
(0, import_core22.setFeature)(context, "PROTOCOL_RPC_V2_CBOR", "M");
|
|
10406
|
+
}
|
|
10407
|
+
if (typeof config.retryStrategy === "function") {
|
|
10408
|
+
const retryStrategy = await config.retryStrategy();
|
|
10409
|
+
if (typeof retryStrategy.acquireInitialRetryToken === "function") {
|
|
10410
|
+
if ((_c = (_b = retryStrategy.constructor) == null ? void 0 : _b.name) == null ? void 0 : _c.includes("Adaptive")) {
|
|
10411
|
+
(0, import_core22.setFeature)(context, "RETRY_MODE_ADAPTIVE", "F");
|
|
10385
10412
|
} else {
|
|
10386
|
-
|
|
10413
|
+
(0, import_core22.setFeature)(context, "RETRY_MODE_STANDARD", "E");
|
|
10387
10414
|
}
|
|
10415
|
+
} else {
|
|
10416
|
+
(0, import_core22.setFeature)(context, "RETRY_MODE_LEGACY", "D");
|
|
10388
10417
|
}
|
|
10389
10418
|
}
|
|
10390
|
-
|
|
10391
|
-
|
|
10392
|
-
|
|
10393
|
-
|
|
10394
|
-
|
|
10395
|
-
|
|
10396
|
-
|
|
10397
|
-
|
|
10419
|
+
if (typeof config.accountIdEndpointMode === "function") {
|
|
10420
|
+
const endpointV2 = context.endpointV2;
|
|
10421
|
+
if (String((_d = endpointV2 == null ? void 0 : endpointV2.url) == null ? void 0 : _d.hostname).match(ACCOUNT_ID_ENDPOINT_REGEX)) {
|
|
10422
|
+
(0, import_core22.setFeature)(context, "ACCOUNT_ID_ENDPOINT", "O");
|
|
10423
|
+
}
|
|
10424
|
+
switch (await ((_e = config.accountIdEndpointMode) == null ? void 0 : _e.call(config))) {
|
|
10425
|
+
case "disabled":
|
|
10426
|
+
(0, import_core22.setFeature)(context, "ACCOUNT_ID_MODE_DISABLED", "Q");
|
|
10427
|
+
break;
|
|
10428
|
+
case "preferred":
|
|
10429
|
+
(0, import_core22.setFeature)(context, "ACCOUNT_ID_MODE_PREFERRED", "P");
|
|
10430
|
+
break;
|
|
10431
|
+
case "required":
|
|
10432
|
+
(0, import_core22.setFeature)(context, "ACCOUNT_ID_MODE_REQUIRED", "R");
|
|
10433
|
+
break;
|
|
10434
|
+
}
|
|
10435
|
+
}
|
|
10436
|
+
const identity = (_g = (_f = context.__smithy_context) == null ? void 0 : _f.selectedHttpAuthScheme) == null ? void 0 : _g.identity;
|
|
10437
|
+
if (identity == null ? void 0 : identity.$source) {
|
|
10438
|
+
const credentials = identity;
|
|
10439
|
+
if (credentials.accountId) {
|
|
10440
|
+
(0, import_core22.setFeature)(context, "RESOLVED_ACCOUNT_ID", "T");
|
|
10441
|
+
}
|
|
10442
|
+
for (const [key, value] of Object.entries(credentials.$source ?? {})) {
|
|
10443
|
+
(0, import_core22.setFeature)(context, key, value);
|
|
10444
|
+
}
|
|
10398
10445
|
}
|
|
10399
|
-
return false;
|
|
10400
10446
|
}
|
|
10401
|
-
|
|
10402
|
-
|
|
10403
|
-
|
|
10404
|
-
|
|
10405
|
-
|
|
10447
|
+
__name(checkFeatures, "checkFeatures");
|
|
10448
|
+
var USER_AGENT = "user-agent";
|
|
10449
|
+
var X_AMZ_USER_AGENT = "x-amz-user-agent";
|
|
10450
|
+
var SPACE = " ";
|
|
10451
|
+
var UA_NAME_SEPARATOR = "/";
|
|
10452
|
+
var UA_NAME_ESCAPE_REGEX = /[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w]/g;
|
|
10453
|
+
var UA_VALUE_ESCAPE_REGEX = /[^\!\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w\#]/g;
|
|
10454
|
+
var UA_ESCAPE_CHAR = "-";
|
|
10455
|
+
var BYTE_LIMIT = 1024;
|
|
10456
|
+
function encodeFeatures(features) {
|
|
10457
|
+
let buffer = "";
|
|
10458
|
+
for (const key in features) {
|
|
10459
|
+
const val2 = features[key];
|
|
10460
|
+
if (buffer.length + val2.length + 1 <= BYTE_LIMIT) {
|
|
10461
|
+
if (buffer.length) {
|
|
10462
|
+
buffer += "," + val2;
|
|
10463
|
+
} else {
|
|
10464
|
+
buffer += val2;
|
|
10465
|
+
}
|
|
10466
|
+
continue;
|
|
10406
10467
|
}
|
|
10468
|
+
break;
|
|
10407
10469
|
}
|
|
10408
|
-
return
|
|
10470
|
+
return buffer;
|
|
10409
10471
|
}
|
|
10410
|
-
|
|
10411
|
-
|
|
10412
|
-
|
|
10413
|
-
|
|
10414
|
-
|
|
10415
|
-
|
|
10416
|
-
"node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js"(exports, module2) {
|
|
10417
|
-
"use strict";
|
|
10418
|
-
var buildFromOrderedJs = require_orderedJs2Xml();
|
|
10419
|
-
var defaultOptions = {
|
|
10420
|
-
attributeNamePrefix: "@_",
|
|
10421
|
-
attributesGroupName: false,
|
|
10422
|
-
textNodeName: "#text",
|
|
10423
|
-
ignoreAttributes: true,
|
|
10424
|
-
cdataPropName: false,
|
|
10425
|
-
format: false,
|
|
10426
|
-
indentBy: " ",
|
|
10427
|
-
suppressEmptyNode: false,
|
|
10428
|
-
suppressUnpairedNode: true,
|
|
10429
|
-
suppressBooleanAttributes: true,
|
|
10430
|
-
tagValueProcessor: function(key, a) {
|
|
10431
|
-
return a;
|
|
10432
|
-
},
|
|
10433
|
-
attributeValueProcessor: function(attrName, a) {
|
|
10434
|
-
return a;
|
|
10435
|
-
},
|
|
10436
|
-
preserveOrder: false,
|
|
10437
|
-
commentPropName: false,
|
|
10438
|
-
unpairedTags: [],
|
|
10439
|
-
entities: [
|
|
10440
|
-
{ regex: new RegExp("&", "g"), val: "&" },
|
|
10441
|
-
//it must be on top
|
|
10442
|
-
{ regex: new RegExp(">", "g"), val: ">" },
|
|
10443
|
-
{ regex: new RegExp("<", "g"), val: "<" },
|
|
10444
|
-
{ regex: new RegExp("'", "g"), val: "'" },
|
|
10445
|
-
{ regex: new RegExp('"', "g"), val: """ }
|
|
10446
|
-
],
|
|
10447
|
-
processEntities: true,
|
|
10448
|
-
stopNodes: [],
|
|
10449
|
-
// transformTagName: false,
|
|
10450
|
-
// transformAttributeName: false,
|
|
10451
|
-
oneListGroup: false
|
|
10452
|
-
};
|
|
10453
|
-
function Builder(options) {
|
|
10454
|
-
this.options = Object.assign({}, defaultOptions, options);
|
|
10455
|
-
if (this.options.ignoreAttributes || this.options.attributesGroupName) {
|
|
10456
|
-
this.isAttribute = function() {
|
|
10457
|
-
return false;
|
|
10458
|
-
};
|
|
10459
|
-
} else {
|
|
10460
|
-
this.attrPrefixLen = this.options.attributeNamePrefix.length;
|
|
10461
|
-
this.isAttribute = isAttribute;
|
|
10472
|
+
__name(encodeFeatures, "encodeFeatures");
|
|
10473
|
+
var userAgentMiddleware = /* @__PURE__ */ __name((options) => (next, context) => async (args) => {
|
|
10474
|
+
var _a, _b, _c, _d;
|
|
10475
|
+
const { request } = args;
|
|
10476
|
+
if (!import_protocol_http8.HttpRequest.isInstance(request)) {
|
|
10477
|
+
return next(args);
|
|
10462
10478
|
}
|
|
10463
|
-
|
|
10464
|
-
|
|
10465
|
-
|
|
10466
|
-
|
|
10467
|
-
|
|
10468
|
-
|
|
10469
|
-
|
|
10470
|
-
|
|
10471
|
-
}
|
|
10472
|
-
|
|
10473
|
-
|
|
10479
|
+
const { headers } = request;
|
|
10480
|
+
const userAgent = ((_a = context == null ? void 0 : context.userAgent) == null ? void 0 : _a.map(escapeUserAgent)) || [];
|
|
10481
|
+
const defaultUserAgent = (await options.defaultUserAgentProvider()).map(escapeUserAgent);
|
|
10482
|
+
await checkFeatures(context, options, args);
|
|
10483
|
+
const awsContext = context;
|
|
10484
|
+
defaultUserAgent.push(
|
|
10485
|
+
`m/${encodeFeatures(
|
|
10486
|
+
Object.assign({}, (_b = context.__smithy_context) == null ? void 0 : _b.features, (_c = awsContext.__aws_sdk_context) == null ? void 0 : _c.features)
|
|
10487
|
+
)}`
|
|
10488
|
+
);
|
|
10489
|
+
const customUserAgent = ((_d = options == null ? void 0 : options.customUserAgent) == null ? void 0 : _d.map(escapeUserAgent)) || [];
|
|
10490
|
+
const appId = await options.userAgentAppId();
|
|
10491
|
+
if (appId) {
|
|
10492
|
+
defaultUserAgent.push(escapeUserAgent([`app/${appId}`]));
|
|
10474
10493
|
}
|
|
10475
|
-
|
|
10476
|
-
|
|
10477
|
-
|
|
10478
|
-
|
|
10479
|
-
|
|
10480
|
-
|
|
10481
|
-
|
|
10482
|
-
|
|
10483
|
-
};
|
|
10494
|
+
const prefix = (0, import_util_endpoints.getUserAgentPrefix)();
|
|
10495
|
+
const sdkUserAgentValue = (prefix ? [prefix] : []).concat([...defaultUserAgent, ...userAgent, ...customUserAgent]).join(SPACE);
|
|
10496
|
+
const normalUAValue = [
|
|
10497
|
+
...defaultUserAgent.filter((section) => section.startsWith("aws-sdk-")),
|
|
10498
|
+
...customUserAgent
|
|
10499
|
+
].join(SPACE);
|
|
10500
|
+
if (options.runtime !== "browser") {
|
|
10501
|
+
if (normalUAValue) {
|
|
10502
|
+
headers[X_AMZ_USER_AGENT] = headers[X_AMZ_USER_AGENT] ? `${headers[USER_AGENT]} ${normalUAValue}` : normalUAValue;
|
|
10484
10503
|
}
|
|
10485
|
-
|
|
10504
|
+
headers[USER_AGENT] = sdkUserAgentValue;
|
|
10505
|
+
} else {
|
|
10506
|
+
headers[X_AMZ_USER_AGENT] = sdkUserAgentValue;
|
|
10486
10507
|
}
|
|
10487
|
-
|
|
10488
|
-
|
|
10489
|
-
|
|
10490
|
-
|
|
10491
|
-
|
|
10492
|
-
|
|
10493
|
-
|
|
10494
|
-
|
|
10495
|
-
|
|
10496
|
-
|
|
10497
|
-
|
|
10498
|
-
|
|
10499
|
-
|
|
10500
|
-
|
|
10501
|
-
|
|
10502
|
-
|
|
10503
|
-
|
|
10504
|
-
|
|
10505
|
-
|
|
10506
|
-
|
|
10507
|
-
|
|
10508
|
-
|
|
10509
|
-
|
|
10510
|
-
if (attr) {
|
|
10511
|
-
attrStr += this.buildAttrPairStr(attr, "" + jObj[key]);
|
|
10512
|
-
} else {
|
|
10513
|
-
if (key === this.options.textNodeName) {
|
|
10514
|
-
let newval = this.options.tagValueProcessor(key, "" + jObj[key]);
|
|
10515
|
-
val2 += this.replaceEntitiesValue(newval);
|
|
10516
|
-
} else {
|
|
10517
|
-
val2 += this.buildTextValNode(jObj[key], key, "", level);
|
|
10518
|
-
}
|
|
10519
|
-
}
|
|
10520
|
-
} else if (Array.isArray(jObj[key])) {
|
|
10521
|
-
const arrLen = jObj[key].length;
|
|
10522
|
-
let listTagVal = "";
|
|
10523
|
-
let listTagAttr = "";
|
|
10524
|
-
for (let j = 0; j < arrLen; j++) {
|
|
10525
|
-
const item = jObj[key][j];
|
|
10526
|
-
if (typeof item === "undefined") {
|
|
10527
|
-
} else if (item === null) {
|
|
10528
|
-
if (key[0] === "?")
|
|
10529
|
-
val2 += this.indentate(level) + "<" + key + "?" + this.tagEndChar;
|
|
10530
|
-
else
|
|
10531
|
-
val2 += this.indentate(level) + "<" + key + "/" + this.tagEndChar;
|
|
10532
|
-
} else if (typeof item === "object") {
|
|
10533
|
-
if (this.options.oneListGroup) {
|
|
10534
|
-
const result = this.j2x(item, level + 1);
|
|
10535
|
-
listTagVal += result.val;
|
|
10536
|
-
if (this.options.attributesGroupName && item.hasOwnProperty(this.options.attributesGroupName)) {
|
|
10537
|
-
listTagAttr += result.attrStr;
|
|
10538
|
-
}
|
|
10539
|
-
} else {
|
|
10540
|
-
listTagVal += this.processTextOrObjNode(item, key, level);
|
|
10541
|
-
}
|
|
10542
|
-
} else {
|
|
10543
|
-
if (this.options.oneListGroup) {
|
|
10544
|
-
let textValue = this.options.tagValueProcessor(key, item);
|
|
10545
|
-
textValue = this.replaceEntitiesValue(textValue);
|
|
10546
|
-
listTagVal += textValue;
|
|
10547
|
-
} else {
|
|
10548
|
-
listTagVal += this.buildTextValNode(item, key, "", level);
|
|
10549
|
-
}
|
|
10550
|
-
}
|
|
10551
|
-
}
|
|
10552
|
-
if (this.options.oneListGroup) {
|
|
10553
|
-
listTagVal = this.buildObjectNode(listTagVal, key, listTagAttr, level);
|
|
10554
|
-
}
|
|
10555
|
-
val2 += listTagVal;
|
|
10556
|
-
} else {
|
|
10557
|
-
if (this.options.attributesGroupName && key === this.options.attributesGroupName) {
|
|
10558
|
-
const Ks = Object.keys(jObj[key]);
|
|
10559
|
-
const L = Ks.length;
|
|
10560
|
-
for (let j = 0; j < L; j++) {
|
|
10561
|
-
attrStr += this.buildAttrPairStr(Ks[j], "" + jObj[key][Ks[j]]);
|
|
10562
|
-
}
|
|
10563
|
-
} else {
|
|
10564
|
-
val2 += this.processTextOrObjNode(jObj[key], key, level);
|
|
10565
|
-
}
|
|
10508
|
+
return next({
|
|
10509
|
+
...args,
|
|
10510
|
+
request
|
|
10511
|
+
});
|
|
10512
|
+
}, "userAgentMiddleware");
|
|
10513
|
+
var escapeUserAgent = /* @__PURE__ */ __name((userAgentPair) => {
|
|
10514
|
+
var _a;
|
|
10515
|
+
const name = userAgentPair[0].split(UA_NAME_SEPARATOR).map((part) => part.replace(UA_NAME_ESCAPE_REGEX, UA_ESCAPE_CHAR)).join(UA_NAME_SEPARATOR);
|
|
10516
|
+
const version3 = (_a = userAgentPair[1]) == null ? void 0 : _a.replace(UA_VALUE_ESCAPE_REGEX, UA_ESCAPE_CHAR);
|
|
10517
|
+
const prefixSeparatorIndex = name.indexOf(UA_NAME_SEPARATOR);
|
|
10518
|
+
const prefix = name.substring(0, prefixSeparatorIndex);
|
|
10519
|
+
let uaName = name.substring(prefixSeparatorIndex + 1);
|
|
10520
|
+
if (prefix === "api") {
|
|
10521
|
+
uaName = uaName.toLowerCase();
|
|
10522
|
+
}
|
|
10523
|
+
return [prefix, uaName, version3].filter((item) => item && item.length > 0).reduce((acc, item, index) => {
|
|
10524
|
+
switch (index) {
|
|
10525
|
+
case 0:
|
|
10526
|
+
return item;
|
|
10527
|
+
case 1:
|
|
10528
|
+
return `${acc}/${item}`;
|
|
10529
|
+
default:
|
|
10530
|
+
return `${acc}#${item}`;
|
|
10566
10531
|
}
|
|
10532
|
+
}, "");
|
|
10533
|
+
}, "escapeUserAgent");
|
|
10534
|
+
var getUserAgentMiddlewareOptions = {
|
|
10535
|
+
name: "getUserAgentMiddleware",
|
|
10536
|
+
step: "build",
|
|
10537
|
+
priority: "low",
|
|
10538
|
+
tags: ["SET_USER_AGENT", "USER_AGENT"],
|
|
10539
|
+
override: true
|
|
10540
|
+
};
|
|
10541
|
+
var getUserAgentPlugin = /* @__PURE__ */ __name((config) => ({
|
|
10542
|
+
applyToStack: (clientStack) => {
|
|
10543
|
+
clientStack.add(userAgentMiddleware(config), getUserAgentMiddlewareOptions);
|
|
10567
10544
|
}
|
|
10568
|
-
|
|
10545
|
+
}), "getUserAgentPlugin");
|
|
10546
|
+
}
|
|
10547
|
+
});
|
|
10548
|
+
|
|
10549
|
+
// node_modules/@smithy/util-config-provider/dist-cjs/index.js
|
|
10550
|
+
var require_dist_cjs33 = __commonJS({
|
|
10551
|
+
"node_modules/@smithy/util-config-provider/dist-cjs/index.js"(exports, module2) {
|
|
10552
|
+
"use strict";
|
|
10553
|
+
var __defProp2 = Object.defineProperty;
|
|
10554
|
+
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
10555
|
+
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
10556
|
+
var __hasOwnProp2 = Object.prototype.hasOwnProperty;
|
|
10557
|
+
var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
|
|
10558
|
+
var __export2 = (target, all) => {
|
|
10559
|
+
for (var name in all)
|
|
10560
|
+
__defProp2(target, name, { get: all[name], enumerable: true });
|
|
10569
10561
|
};
|
|
10570
|
-
|
|
10571
|
-
|
|
10572
|
-
|
|
10573
|
-
|
|
10574
|
-
|
|
10575
|
-
}
|
|
10576
|
-
|
|
10562
|
+
var __copyProps2 = (to, from, except, desc) => {
|
|
10563
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
10564
|
+
for (let key of __getOwnPropNames2(from))
|
|
10565
|
+
if (!__hasOwnProp2.call(to, key) && key !== except)
|
|
10566
|
+
__defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
|
|
10567
|
+
}
|
|
10568
|
+
return to;
|
|
10577
10569
|
};
|
|
10578
|
-
|
|
10579
|
-
|
|
10580
|
-
|
|
10581
|
-
|
|
10582
|
-
|
|
10583
|
-
|
|
10570
|
+
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
10571
|
+
var src_exports = {};
|
|
10572
|
+
__export2(src_exports, {
|
|
10573
|
+
SelectorType: () => SelectorType,
|
|
10574
|
+
booleanSelector: () => booleanSelector,
|
|
10575
|
+
numberSelector: () => numberSelector
|
|
10576
|
+
});
|
|
10577
|
+
module2.exports = __toCommonJS2(src_exports);
|
|
10578
|
+
var booleanSelector = /* @__PURE__ */ __name((obj, key, type) => {
|
|
10579
|
+
if (!(key in obj))
|
|
10580
|
+
return void 0;
|
|
10581
|
+
if (obj[key] === "true")
|
|
10582
|
+
return true;
|
|
10583
|
+
if (obj[key] === "false")
|
|
10584
|
+
return false;
|
|
10585
|
+
throw new Error(`Cannot load ${type} "${key}". Expected "true" or "false", got ${obj[key]}.`);
|
|
10586
|
+
}, "booleanSelector");
|
|
10587
|
+
var numberSelector = /* @__PURE__ */ __name((obj, key, type) => {
|
|
10588
|
+
if (!(key in obj))
|
|
10589
|
+
return void 0;
|
|
10590
|
+
const numberValue = parseInt(obj[key], 10);
|
|
10591
|
+
if (Number.isNaN(numberValue)) {
|
|
10592
|
+
throw new TypeError(`Cannot load ${type} '${key}'. Expected number, got '${obj[key]}'.`);
|
|
10584
10593
|
}
|
|
10585
|
-
|
|
10586
|
-
|
|
10587
|
-
|
|
10588
|
-
|
|
10589
|
-
|
|
10590
|
-
|
|
10591
|
-
|
|
10592
|
-
|
|
10593
|
-
|
|
10594
|
-
|
|
10595
|
-
|
|
10596
|
-
|
|
10597
|
-
|
|
10598
|
-
|
|
10599
|
-
|
|
10600
|
-
|
|
10601
|
-
|
|
10602
|
-
|
|
10603
|
-
|
|
10604
|
-
|
|
10605
|
-
|
|
10606
|
-
}
|
|
10594
|
+
return numberValue;
|
|
10595
|
+
}, "numberSelector");
|
|
10596
|
+
var SelectorType = /* @__PURE__ */ ((SelectorType2) => {
|
|
10597
|
+
SelectorType2["ENV"] = "env";
|
|
10598
|
+
SelectorType2["CONFIG"] = "shared config entry";
|
|
10599
|
+
return SelectorType2;
|
|
10600
|
+
})(SelectorType || {});
|
|
10601
|
+
}
|
|
10602
|
+
});
|
|
10603
|
+
|
|
10604
|
+
// node_modules/@smithy/config-resolver/dist-cjs/index.js
|
|
10605
|
+
var require_dist_cjs34 = __commonJS({
|
|
10606
|
+
"node_modules/@smithy/config-resolver/dist-cjs/index.js"(exports, module2) {
|
|
10607
|
+
"use strict";
|
|
10608
|
+
var __defProp2 = Object.defineProperty;
|
|
10609
|
+
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
10610
|
+
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
10611
|
+
var __hasOwnProp2 = Object.prototype.hasOwnProperty;
|
|
10612
|
+
var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
|
|
10613
|
+
var __export2 = (target, all) => {
|
|
10614
|
+
for (var name in all)
|
|
10615
|
+
__defProp2(target, name, { get: all[name], enumerable: true });
|
|
10616
|
+
};
|
|
10617
|
+
var __copyProps2 = (to, from, except, desc) => {
|
|
10618
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
10619
|
+
for (let key of __getOwnPropNames2(from))
|
|
10620
|
+
if (!__hasOwnProp2.call(to, key) && key !== except)
|
|
10621
|
+
__defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
|
|
10607
10622
|
}
|
|
10623
|
+
return to;
|
|
10608
10624
|
};
|
|
10609
|
-
|
|
10610
|
-
|
|
10611
|
-
|
|
10612
|
-
|
|
10613
|
-
|
|
10614
|
-
|
|
10615
|
-
|
|
10616
|
-
|
|
10617
|
-
|
|
10625
|
+
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
10626
|
+
var src_exports = {};
|
|
10627
|
+
__export2(src_exports, {
|
|
10628
|
+
CONFIG_USE_DUALSTACK_ENDPOINT: () => CONFIG_USE_DUALSTACK_ENDPOINT,
|
|
10629
|
+
CONFIG_USE_FIPS_ENDPOINT: () => CONFIG_USE_FIPS_ENDPOINT,
|
|
10630
|
+
DEFAULT_USE_DUALSTACK_ENDPOINT: () => DEFAULT_USE_DUALSTACK_ENDPOINT,
|
|
10631
|
+
DEFAULT_USE_FIPS_ENDPOINT: () => DEFAULT_USE_FIPS_ENDPOINT,
|
|
10632
|
+
ENV_USE_DUALSTACK_ENDPOINT: () => ENV_USE_DUALSTACK_ENDPOINT,
|
|
10633
|
+
ENV_USE_FIPS_ENDPOINT: () => ENV_USE_FIPS_ENDPOINT,
|
|
10634
|
+
NODE_REGION_CONFIG_FILE_OPTIONS: () => NODE_REGION_CONFIG_FILE_OPTIONS,
|
|
10635
|
+
NODE_REGION_CONFIG_OPTIONS: () => NODE_REGION_CONFIG_OPTIONS,
|
|
10636
|
+
NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: () => NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
10637
|
+
NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS: () => NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
10638
|
+
REGION_ENV_NAME: () => REGION_ENV_NAME,
|
|
10639
|
+
REGION_INI_NAME: () => REGION_INI_NAME,
|
|
10640
|
+
getRegionInfo: () => getRegionInfo,
|
|
10641
|
+
resolveCustomEndpointsConfig: () => resolveCustomEndpointsConfig,
|
|
10642
|
+
resolveEndpointsConfig: () => resolveEndpointsConfig,
|
|
10643
|
+
resolveRegionConfig: () => resolveRegionConfig
|
|
10644
|
+
});
|
|
10645
|
+
module2.exports = __toCommonJS2(src_exports);
|
|
10646
|
+
var import_util_config_provider = require_dist_cjs33();
|
|
10647
|
+
var ENV_USE_DUALSTACK_ENDPOINT = "AWS_USE_DUALSTACK_ENDPOINT";
|
|
10648
|
+
var CONFIG_USE_DUALSTACK_ENDPOINT = "use_dualstack_endpoint";
|
|
10649
|
+
var DEFAULT_USE_DUALSTACK_ENDPOINT = false;
|
|
10650
|
+
var NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS = {
|
|
10651
|
+
environmentVariableSelector: (env) => (0, import_util_config_provider.booleanSelector)(env, ENV_USE_DUALSTACK_ENDPOINT, import_util_config_provider.SelectorType.ENV),
|
|
10652
|
+
configFileSelector: (profile) => (0, import_util_config_provider.booleanSelector)(profile, CONFIG_USE_DUALSTACK_ENDPOINT, import_util_config_provider.SelectorType.CONFIG),
|
|
10653
|
+
default: false
|
|
10654
|
+
};
|
|
10655
|
+
var ENV_USE_FIPS_ENDPOINT = "AWS_USE_FIPS_ENDPOINT";
|
|
10656
|
+
var CONFIG_USE_FIPS_ENDPOINT = "use_fips_endpoint";
|
|
10657
|
+
var DEFAULT_USE_FIPS_ENDPOINT = false;
|
|
10658
|
+
var NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = {
|
|
10659
|
+
environmentVariableSelector: (env) => (0, import_util_config_provider.booleanSelector)(env, ENV_USE_FIPS_ENDPOINT, import_util_config_provider.SelectorType.ENV),
|
|
10660
|
+
configFileSelector: (profile) => (0, import_util_config_provider.booleanSelector)(profile, CONFIG_USE_FIPS_ENDPOINT, import_util_config_provider.SelectorType.CONFIG),
|
|
10661
|
+
default: false
|
|
10662
|
+
};
|
|
10663
|
+
var import_util_middleware3 = require_dist_cjs6();
|
|
10664
|
+
var resolveCustomEndpointsConfig = /* @__PURE__ */ __name((input) => {
|
|
10665
|
+
const { endpoint, urlParser } = input;
|
|
10666
|
+
return {
|
|
10667
|
+
...input,
|
|
10668
|
+
tls: input.tls ?? true,
|
|
10669
|
+
endpoint: (0, import_util_middleware3.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint),
|
|
10670
|
+
isCustomEndpoint: true,
|
|
10671
|
+
useDualstackEndpoint: (0, import_util_middleware3.normalizeProvider)(input.useDualstackEndpoint ?? false)
|
|
10672
|
+
};
|
|
10673
|
+
}, "resolveCustomEndpointsConfig");
|
|
10674
|
+
var getEndpointFromRegion = /* @__PURE__ */ __name(async (input) => {
|
|
10675
|
+
const { tls = true } = input;
|
|
10676
|
+
const region = await input.region();
|
|
10677
|
+
const dnsHostRegex = new RegExp(/^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9])$/);
|
|
10678
|
+
if (!dnsHostRegex.test(region)) {
|
|
10679
|
+
throw new Error("Invalid region in client config");
|
|
10680
|
+
}
|
|
10681
|
+
const useDualstackEndpoint = await input.useDualstackEndpoint();
|
|
10682
|
+
const useFipsEndpoint = await input.useFipsEndpoint();
|
|
10683
|
+
const { hostname } = await input.regionInfoProvider(region, { useDualstackEndpoint, useFipsEndpoint }) ?? {};
|
|
10684
|
+
if (!hostname) {
|
|
10685
|
+
throw new Error("Cannot resolve hostname from client config");
|
|
10686
|
+
}
|
|
10687
|
+
return input.urlParser(`${tls ? "https:" : "http:"}//${hostname}`);
|
|
10688
|
+
}, "getEndpointFromRegion");
|
|
10689
|
+
var resolveEndpointsConfig = /* @__PURE__ */ __name((input) => {
|
|
10690
|
+
const useDualstackEndpoint = (0, import_util_middleware3.normalizeProvider)(input.useDualstackEndpoint ?? false);
|
|
10691
|
+
const { endpoint, useFipsEndpoint, urlParser } = input;
|
|
10692
|
+
return {
|
|
10693
|
+
...input,
|
|
10694
|
+
tls: input.tls ?? true,
|
|
10695
|
+
endpoint: endpoint ? (0, import_util_middleware3.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint) : () => getEndpointFromRegion({ ...input, useDualstackEndpoint, useFipsEndpoint }),
|
|
10696
|
+
isCustomEndpoint: !!endpoint,
|
|
10697
|
+
useDualstackEndpoint
|
|
10698
|
+
};
|
|
10699
|
+
}, "resolveEndpointsConfig");
|
|
10700
|
+
var REGION_ENV_NAME = "AWS_REGION";
|
|
10701
|
+
var REGION_INI_NAME = "region";
|
|
10702
|
+
var NODE_REGION_CONFIG_OPTIONS = {
|
|
10703
|
+
environmentVariableSelector: (env) => env[REGION_ENV_NAME],
|
|
10704
|
+
configFileSelector: (profile) => profile[REGION_INI_NAME],
|
|
10705
|
+
default: () => {
|
|
10706
|
+
throw new Error("Region is missing");
|
|
10618
10707
|
}
|
|
10619
|
-
return closeTag;
|
|
10620
10708
|
};
|
|
10621
|
-
|
|
10622
|
-
|
|
10623
|
-
|
|
10624
|
-
|
|
10625
|
-
|
|
10626
|
-
|
|
10627
|
-
|
|
10628
|
-
|
|
10629
|
-
|
|
10630
|
-
|
|
10631
|
-
|
|
10632
|
-
|
|
10633
|
-
|
|
10634
|
-
|
|
10709
|
+
var NODE_REGION_CONFIG_FILE_OPTIONS = {
|
|
10710
|
+
preferredFile: "credentials"
|
|
10711
|
+
};
|
|
10712
|
+
var isFipsRegion = /* @__PURE__ */ __name((region) => typeof region === "string" && (region.startsWith("fips-") || region.endsWith("-fips")), "isFipsRegion");
|
|
10713
|
+
var getRealRegion = /* @__PURE__ */ __name((region) => isFipsRegion(region) ? ["fips-aws-global", "aws-fips"].includes(region) ? "us-east-1" : region.replace(/fips-(dkr-|prod-)?|-fips/, "") : region, "getRealRegion");
|
|
10714
|
+
var resolveRegionConfig = /* @__PURE__ */ __name((input) => {
|
|
10715
|
+
const { region, useFipsEndpoint } = input;
|
|
10716
|
+
if (!region) {
|
|
10717
|
+
throw new Error("Region is missing");
|
|
10718
|
+
}
|
|
10719
|
+
return {
|
|
10720
|
+
...input,
|
|
10721
|
+
region: async () => {
|
|
10722
|
+
if (typeof region === "string") {
|
|
10723
|
+
return getRealRegion(region);
|
|
10724
|
+
}
|
|
10725
|
+
const providedRegion = await region();
|
|
10726
|
+
return getRealRegion(providedRegion);
|
|
10727
|
+
},
|
|
10728
|
+
useFipsEndpoint: async () => {
|
|
10729
|
+
const providedRegion = typeof region === "string" ? region : await region();
|
|
10730
|
+
if (isFipsRegion(providedRegion)) {
|
|
10731
|
+
return true;
|
|
10732
|
+
}
|
|
10733
|
+
return typeof useFipsEndpoint !== "function" ? Promise.resolve(!!useFipsEndpoint) : useFipsEndpoint();
|
|
10635
10734
|
}
|
|
10636
|
-
}
|
|
10637
|
-
};
|
|
10638
|
-
|
|
10639
|
-
|
|
10640
|
-
|
|
10641
|
-
|
|
10642
|
-
|
|
10735
|
+
};
|
|
10736
|
+
}, "resolveRegionConfig");
|
|
10737
|
+
var getHostnameFromVariants = /* @__PURE__ */ __name((variants = [], { useFipsEndpoint, useDualstackEndpoint }) => {
|
|
10738
|
+
var _a;
|
|
10739
|
+
return (_a = variants.find(
|
|
10740
|
+
({ tags }) => useFipsEndpoint === tags.includes("fips") && useDualstackEndpoint === tags.includes("dualstack")
|
|
10741
|
+
)) == null ? void 0 : _a.hostname;
|
|
10742
|
+
}, "getHostnameFromVariants");
|
|
10743
|
+
var getResolvedHostname = /* @__PURE__ */ __name((resolvedRegion, { regionHostname, partitionHostname }) => regionHostname ? regionHostname : partitionHostname ? partitionHostname.replace("{region}", resolvedRegion) : void 0, "getResolvedHostname");
|
|
10744
|
+
var getResolvedPartition = /* @__PURE__ */ __name((region, { partitionHash }) => Object.keys(partitionHash || {}).find((key) => partitionHash[key].regions.includes(region)) ?? "aws", "getResolvedPartition");
|
|
10745
|
+
var getResolvedSigningRegion = /* @__PURE__ */ __name((hostname, { signingRegion, regionRegex, useFipsEndpoint }) => {
|
|
10746
|
+
if (signingRegion) {
|
|
10747
|
+
return signingRegion;
|
|
10748
|
+
} else if (useFipsEndpoint) {
|
|
10749
|
+
const regionRegexJs = regionRegex.replace("\\\\", "\\").replace(/^\^/g, "\\.").replace(/\$$/g, "\\.");
|
|
10750
|
+
const regionRegexmatchArray = hostname.match(regionRegexJs);
|
|
10751
|
+
if (regionRegexmatchArray) {
|
|
10752
|
+
return regionRegexmatchArray[0].slice(1, -1);
|
|
10643
10753
|
}
|
|
10644
10754
|
}
|
|
10645
|
-
|
|
10646
|
-
|
|
10647
|
-
|
|
10648
|
-
|
|
10649
|
-
|
|
10650
|
-
|
|
10651
|
-
|
|
10652
|
-
|
|
10653
|
-
|
|
10654
|
-
|
|
10755
|
+
}, "getResolvedSigningRegion");
|
|
10756
|
+
var getRegionInfo = /* @__PURE__ */ __name((region, {
|
|
10757
|
+
useFipsEndpoint = false,
|
|
10758
|
+
useDualstackEndpoint = false,
|
|
10759
|
+
signingService,
|
|
10760
|
+
regionHash,
|
|
10761
|
+
partitionHash
|
|
10762
|
+
}) => {
|
|
10763
|
+
var _a, _b, _c, _d, _e;
|
|
10764
|
+
const partition = getResolvedPartition(region, { partitionHash });
|
|
10765
|
+
const resolvedRegion = region in regionHash ? region : ((_a = partitionHash[partition]) == null ? void 0 : _a.endpoint) ?? region;
|
|
10766
|
+
const hostnameOptions = { useFipsEndpoint, useDualstackEndpoint };
|
|
10767
|
+
const regionHostname = getHostnameFromVariants((_b = regionHash[resolvedRegion]) == null ? void 0 : _b.variants, hostnameOptions);
|
|
10768
|
+
const partitionHostname = getHostnameFromVariants((_c = partitionHash[partition]) == null ? void 0 : _c.variants, hostnameOptions);
|
|
10769
|
+
const hostname = getResolvedHostname(resolvedRegion, { regionHostname, partitionHostname });
|
|
10770
|
+
if (hostname === void 0) {
|
|
10771
|
+
throw new Error(`Endpoint resolution failed for: ${{ resolvedRegion, useFipsEndpoint, useDualstackEndpoint }}`);
|
|
10655
10772
|
}
|
|
10656
|
-
|
|
10657
|
-
|
|
10773
|
+
const signingRegion = getResolvedSigningRegion(hostname, {
|
|
10774
|
+
signingRegion: (_d = regionHash[resolvedRegion]) == null ? void 0 : _d.signingRegion,
|
|
10775
|
+
regionRegex: partitionHash[partition].regionRegex,
|
|
10776
|
+
useFipsEndpoint
|
|
10777
|
+
});
|
|
10778
|
+
return {
|
|
10779
|
+
partition,
|
|
10780
|
+
signingService,
|
|
10781
|
+
hostname,
|
|
10782
|
+
...signingRegion && { signingRegion },
|
|
10783
|
+
...((_e = regionHash[resolvedRegion]) == null ? void 0 : _e.signingService) && {
|
|
10784
|
+
signingService: regionHash[resolvedRegion].signingService
|
|
10785
|
+
}
|
|
10786
|
+
};
|
|
10787
|
+
}, "getRegionInfo");
|
|
10658
10788
|
}
|
|
10659
10789
|
});
|
|
10660
10790
|
|
|
10661
|
-
// node_modules/
|
|
10662
|
-
var
|
|
10663
|
-
"node_modules/
|
|
10791
|
+
// node_modules/@smithy/middleware-content-length/dist-cjs/index.js
|
|
10792
|
+
var require_dist_cjs35 = __commonJS({
|
|
10793
|
+
"node_modules/@smithy/middleware-content-length/dist-cjs/index.js"(exports, module2) {
|
|
10664
10794
|
"use strict";
|
|
10665
|
-
var
|
|
10666
|
-
var
|
|
10667
|
-
var
|
|
10668
|
-
|
|
10669
|
-
|
|
10670
|
-
|
|
10671
|
-
|
|
10795
|
+
var __defProp2 = Object.defineProperty;
|
|
10796
|
+
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
10797
|
+
var __getOwnPropNames2 = Object.getOwnPropertyNames;
|
|
10798
|
+
var __hasOwnProp2 = Object.prototype.hasOwnProperty;
|
|
10799
|
+
var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
|
|
10800
|
+
var __export2 = (target, all) => {
|
|
10801
|
+
for (var name in all)
|
|
10802
|
+
__defProp2(target, name, { get: all[name], enumerable: true });
|
|
10672
10803
|
};
|
|
10673
|
-
|
|
10674
|
-
|
|
10675
|
-
|
|
10676
|
-
|
|
10677
|
-
|
|
10678
|
-
var init_parseXmlBody = __esm({
|
|
10679
|
-
"node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js"() {
|
|
10680
|
-
"use strict";
|
|
10681
|
-
import_smithy_client4 = __toESM(require_dist_cjs27());
|
|
10682
|
-
import_fast_xml_parser = __toESM(require_fxp());
|
|
10683
|
-
init_common();
|
|
10684
|
-
parseXmlBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
10685
|
-
if (encoded.length) {
|
|
10686
|
-
const parser = new import_fast_xml_parser.XMLParser({
|
|
10687
|
-
attributeNamePrefix: "",
|
|
10688
|
-
htmlEntities: true,
|
|
10689
|
-
ignoreAttributes: false,
|
|
10690
|
-
ignoreDeclaration: true,
|
|
10691
|
-
parseTagValue: false,
|
|
10692
|
-
trimValues: false,
|
|
10693
|
-
tagValueProcessor: (_, val2) => val2.trim() === "" && val2.includes("\n") ? "" : void 0
|
|
10694
|
-
});
|
|
10695
|
-
parser.addEntity("#xD", "\r");
|
|
10696
|
-
parser.addEntity("#10", "\n");
|
|
10697
|
-
let parsedObj;
|
|
10698
|
-
try {
|
|
10699
|
-
parsedObj = parser.parse(encoded, true);
|
|
10700
|
-
} catch (e) {
|
|
10701
|
-
if (e && typeof e === "object") {
|
|
10702
|
-
Object.defineProperty(e, "$responseBodyText", {
|
|
10703
|
-
value: encoded
|
|
10704
|
-
});
|
|
10705
|
-
}
|
|
10706
|
-
throw e;
|
|
10707
|
-
}
|
|
10708
|
-
const textNodeName = "#text";
|
|
10709
|
-
const key = Object.keys(parsedObj)[0];
|
|
10710
|
-
const parsedObjToReturn = parsedObj[key];
|
|
10711
|
-
if (parsedObjToReturn[textNodeName]) {
|
|
10712
|
-
parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
|
|
10713
|
-
delete parsedObjToReturn[textNodeName];
|
|
10714
|
-
}
|
|
10715
|
-
return (0, import_smithy_client4.getValueFromTextNode)(parsedObjToReturn);
|
|
10804
|
+
var __copyProps2 = (to, from, except, desc) => {
|
|
10805
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
10806
|
+
for (let key of __getOwnPropNames2(from))
|
|
10807
|
+
if (!__hasOwnProp2.call(to, key) && key !== except)
|
|
10808
|
+
__defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
|
|
10716
10809
|
}
|
|
10717
|
-
return
|
|
10810
|
+
return to;
|
|
10811
|
+
};
|
|
10812
|
+
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
10813
|
+
var src_exports = {};
|
|
10814
|
+
__export2(src_exports, {
|
|
10815
|
+
contentLengthMiddleware: () => contentLengthMiddleware,
|
|
10816
|
+
contentLengthMiddlewareOptions: () => contentLengthMiddlewareOptions,
|
|
10817
|
+
getContentLengthPlugin: () => getContentLengthPlugin
|
|
10718
10818
|
});
|
|
10719
|
-
|
|
10720
|
-
|
|
10721
|
-
|
|
10722
|
-
|
|
10723
|
-
|
|
10724
|
-
|
|
10819
|
+
module2.exports = __toCommonJS2(src_exports);
|
|
10820
|
+
var import_protocol_http8 = require_dist_cjs2();
|
|
10821
|
+
var CONTENT_LENGTH_HEADER = "content-length";
|
|
10822
|
+
function contentLengthMiddleware(bodyLengthChecker) {
|
|
10823
|
+
return (next) => async (args) => {
|
|
10824
|
+
const request = args.request;
|
|
10825
|
+
if (import_protocol_http8.HttpRequest.isInstance(request)) {
|
|
10826
|
+
const { body, headers } = request;
|
|
10827
|
+
if (body && Object.keys(headers).map((str) => str.toLowerCase()).indexOf(CONTENT_LENGTH_HEADER) === -1) {
|
|
10828
|
+
try {
|
|
10829
|
+
const length = bodyLengthChecker(body);
|
|
10830
|
+
request.headers = {
|
|
10831
|
+
...request.headers,
|
|
10832
|
+
[CONTENT_LENGTH_HEADER]: String(length)
|
|
10833
|
+
};
|
|
10834
|
+
} catch (error) {
|
|
10835
|
+
}
|
|
10836
|
+
}
|
|
10837
|
+
}
|
|
10838
|
+
return next({
|
|
10839
|
+
...args,
|
|
10840
|
+
request
|
|
10841
|
+
});
|
|
10842
|
+
};
|
|
10843
|
+
}
|
|
10844
|
+
__name(contentLengthMiddleware, "contentLengthMiddleware");
|
|
10845
|
+
var contentLengthMiddlewareOptions = {
|
|
10846
|
+
step: "build",
|
|
10847
|
+
tags: ["SET_CONTENT_LENGTH", "CONTENT_LENGTH"],
|
|
10848
|
+
name: "contentLengthMiddleware",
|
|
10849
|
+
override: true
|
|
10725
10850
|
};
|
|
10726
|
-
|
|
10727
|
-
|
|
10728
|
-
|
|
10729
|
-
}
|
|
10730
|
-
if (data?.Code !== void 0) {
|
|
10731
|
-
return data.Code;
|
|
10732
|
-
}
|
|
10733
|
-
if (output.statusCode == 404) {
|
|
10734
|
-
return "NotFound";
|
|
10851
|
+
var getContentLengthPlugin = /* @__PURE__ */ __name((options) => ({
|
|
10852
|
+
applyToStack: (clientStack) => {
|
|
10853
|
+
clientStack.add(contentLengthMiddleware(options.bodyLengthChecker), contentLengthMiddlewareOptions);
|
|
10735
10854
|
}
|
|
10736
|
-
};
|
|
10737
|
-
}
|
|
10738
|
-
});
|
|
10739
|
-
|
|
10740
|
-
// node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js
|
|
10741
|
-
var init_protocols = __esm({
|
|
10742
|
-
"node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js"() {
|
|
10743
|
-
"use strict";
|
|
10744
|
-
init_coercing_serializers();
|
|
10745
|
-
init_awsExpectUnion();
|
|
10746
|
-
init_parseJsonBody();
|
|
10747
|
-
init_parseXmlBody();
|
|
10748
|
-
}
|
|
10749
|
-
});
|
|
10750
|
-
|
|
10751
|
-
// node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/index.js
|
|
10752
|
-
var dist_es_exports2 = {};
|
|
10753
|
-
__export(dist_es_exports2, {
|
|
10754
|
-
AWSSDKSigV4Signer: () => AWSSDKSigV4Signer,
|
|
10755
|
-
AwsSdkSigV4ASigner: () => AwsSdkSigV4ASigner,
|
|
10756
|
-
AwsSdkSigV4Signer: () => AwsSdkSigV4Signer,
|
|
10757
|
-
NODE_SIGV4A_CONFIG_OPTIONS: () => NODE_SIGV4A_CONFIG_OPTIONS,
|
|
10758
|
-
_toBool: () => _toBool,
|
|
10759
|
-
_toNum: () => _toNum,
|
|
10760
|
-
_toStr: () => _toStr,
|
|
10761
|
-
awsExpectUnion: () => awsExpectUnion,
|
|
10762
|
-
emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
|
|
10763
|
-
loadRestJsonErrorCode: () => loadRestJsonErrorCode,
|
|
10764
|
-
loadRestXmlErrorCode: () => loadRestXmlErrorCode,
|
|
10765
|
-
parseJsonBody: () => parseJsonBody,
|
|
10766
|
-
parseJsonErrorBody: () => parseJsonErrorBody,
|
|
10767
|
-
parseXmlBody: () => parseXmlBody,
|
|
10768
|
-
parseXmlErrorBody: () => parseXmlErrorBody,
|
|
10769
|
-
resolveAWSSDKSigV4Config: () => resolveAWSSDKSigV4Config,
|
|
10770
|
-
resolveAwsSdkSigV4AConfig: () => resolveAwsSdkSigV4AConfig,
|
|
10771
|
-
resolveAwsSdkSigV4Config: () => resolveAwsSdkSigV4Config,
|
|
10772
|
-
setFeature: () => setFeature,
|
|
10773
|
-
validateSigningProperties: () => validateSigningProperties
|
|
10774
|
-
});
|
|
10775
|
-
var init_dist_es2 = __esm({
|
|
10776
|
-
"node_modules/@aws-sdk/client-ecs/node_modules/@aws-sdk/core/dist-es/index.js"() {
|
|
10777
|
-
"use strict";
|
|
10778
|
-
init_client();
|
|
10779
|
-
init_httpAuthSchemes2();
|
|
10780
|
-
init_protocols();
|
|
10855
|
+
}), "getContentLengthPlugin");
|
|
10781
10856
|
}
|
|
10782
10857
|
});
|
|
10783
10858
|
|
|
@@ -11386,7 +11461,7 @@ var require_package = __commonJS({
|
|
|
11386
11461
|
module2.exports = {
|
|
11387
11462
|
name: "@aws-sdk/client-ecs",
|
|
11388
11463
|
description: "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
|
|
11389
|
-
version: "3.
|
|
11464
|
+
version: "3.675.0",
|
|
11390
11465
|
scripts: {
|
|
11391
11466
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
11392
11467
|
"build:cjs": "node ../../scripts/compilation/inline client-ecs",
|
|
@@ -11405,52 +11480,52 @@ var require_package = __commonJS({
|
|
|
11405
11480
|
dependencies: {
|
|
11406
11481
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
11407
11482
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
11408
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
11409
|
-
"@aws-sdk/client-sts": "3.
|
|
11410
|
-
"@aws-sdk/core": "3.
|
|
11411
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
11412
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
11413
|
-
"@aws-sdk/middleware-logger": "3.
|
|
11414
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
11415
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
11416
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
11417
|
-
"@aws-sdk/types": "3.
|
|
11418
|
-
"@aws-sdk/util-endpoints": "3.
|
|
11419
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
11420
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
11483
|
+
"@aws-sdk/client-sso-oidc": "3.675.0",
|
|
11484
|
+
"@aws-sdk/client-sts": "3.675.0",
|
|
11485
|
+
"@aws-sdk/core": "3.667.0",
|
|
11486
|
+
"@aws-sdk/credential-provider-node": "3.675.0",
|
|
11487
|
+
"@aws-sdk/middleware-host-header": "3.667.0",
|
|
11488
|
+
"@aws-sdk/middleware-logger": "3.667.0",
|
|
11489
|
+
"@aws-sdk/middleware-recursion-detection": "3.667.0",
|
|
11490
|
+
"@aws-sdk/middleware-user-agent": "3.669.0",
|
|
11491
|
+
"@aws-sdk/region-config-resolver": "3.667.0",
|
|
11492
|
+
"@aws-sdk/types": "3.667.0",
|
|
11493
|
+
"@aws-sdk/util-endpoints": "3.667.0",
|
|
11494
|
+
"@aws-sdk/util-user-agent-browser": "3.675.0",
|
|
11495
|
+
"@aws-sdk/util-user-agent-node": "3.669.0",
|
|
11421
11496
|
"@smithy/config-resolver": "^3.0.9",
|
|
11422
|
-
"@smithy/core": "^2.4.
|
|
11497
|
+
"@smithy/core": "^2.4.8",
|
|
11423
11498
|
"@smithy/fetch-http-handler": "^3.2.9",
|
|
11424
11499
|
"@smithy/hash-node": "^3.0.7",
|
|
11425
11500
|
"@smithy/invalid-dependency": "^3.0.7",
|
|
11426
11501
|
"@smithy/middleware-content-length": "^3.0.9",
|
|
11427
11502
|
"@smithy/middleware-endpoint": "^3.1.4",
|
|
11428
|
-
"@smithy/middleware-retry": "^3.0.
|
|
11503
|
+
"@smithy/middleware-retry": "^3.0.23",
|
|
11429
11504
|
"@smithy/middleware-serde": "^3.0.7",
|
|
11430
11505
|
"@smithy/middleware-stack": "^3.0.7",
|
|
11431
11506
|
"@smithy/node-config-provider": "^3.1.8",
|
|
11432
11507
|
"@smithy/node-http-handler": "^3.2.4",
|
|
11433
11508
|
"@smithy/protocol-http": "^4.1.4",
|
|
11434
|
-
"@smithy/smithy-client": "^3.
|
|
11509
|
+
"@smithy/smithy-client": "^3.4.0",
|
|
11435
11510
|
"@smithy/types": "^3.5.0",
|
|
11436
11511
|
"@smithy/url-parser": "^3.0.7",
|
|
11437
11512
|
"@smithy/util-base64": "^3.0.0",
|
|
11438
11513
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
11439
11514
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
11440
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
11441
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
11515
|
+
"@smithy/util-defaults-mode-browser": "^3.0.23",
|
|
11516
|
+
"@smithy/util-defaults-mode-node": "^3.0.23",
|
|
11442
11517
|
"@smithy/util-endpoints": "^2.1.3",
|
|
11443
11518
|
"@smithy/util-middleware": "^3.0.7",
|
|
11444
11519
|
"@smithy/util-retry": "^3.0.7",
|
|
11445
11520
|
"@smithy/util-utf8": "^3.0.0",
|
|
11446
11521
|
"@smithy/util-waiter": "^3.1.6",
|
|
11522
|
+
"@types/uuid": "^9.0.1",
|
|
11447
11523
|
tslib: "^2.6.2",
|
|
11448
11524
|
uuid: "^9.0.1"
|
|
11449
11525
|
},
|
|
11450
11526
|
devDependencies: {
|
|
11451
11527
|
"@tsconfig/node16": "16.1.3",
|
|
11452
11528
|
"@types/node": "^16.18.96",
|
|
11453
|
-
"@types/uuid": "^9.0.4",
|
|
11454
11529
|
concurrently: "7.0.0",
|
|
11455
11530
|
"downlevel-dts": "0.10.1",
|
|
11456
11531
|
rimraf: "3.0.2",
|
|
@@ -11490,9 +11565,9 @@ var require_package = __commonJS({
|
|
|
11490
11565
|
}
|
|
11491
11566
|
});
|
|
11492
11567
|
|
|
11493
|
-
// node_modules/@aws-sdk/
|
|
11568
|
+
// node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js
|
|
11494
11569
|
var require_dist_cjs36 = __commonJS({
|
|
11495
|
-
"node_modules/@aws-sdk/
|
|
11570
|
+
"node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js"(exports, module2) {
|
|
11496
11571
|
"use strict";
|
|
11497
11572
|
var __defProp2 = Object.defineProperty;
|
|
11498
11573
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -11523,6 +11598,7 @@ var require_dist_cjs36 = __commonJS({
|
|
|
11523
11598
|
fromEnv: () => fromEnv
|
|
11524
11599
|
});
|
|
11525
11600
|
module2.exports = __toCommonJS2(src_exports);
|
|
11601
|
+
var import_client2 = (init_client(), __toCommonJS(client_exports));
|
|
11526
11602
|
var import_property_provider2 = require_dist_cjs7();
|
|
11527
11603
|
var ENV_KEY = "AWS_ACCESS_KEY_ID";
|
|
11528
11604
|
var ENV_SECRET = "AWS_SECRET_ACCESS_KEY";
|
|
@@ -11540,7 +11616,7 @@ var require_dist_cjs36 = __commonJS({
|
|
|
11540
11616
|
const credentialScope = process.env[ENV_CREDENTIAL_SCOPE];
|
|
11541
11617
|
const accountId = process.env[ENV_ACCOUNT_ID];
|
|
11542
11618
|
if (accessKeyId && secretAccessKey) {
|
|
11543
|
-
|
|
11619
|
+
const credentials = {
|
|
11544
11620
|
accessKeyId,
|
|
11545
11621
|
secretAccessKey,
|
|
11546
11622
|
...sessionToken && { sessionToken },
|
|
@@ -11548,6 +11624,8 @@ var require_dist_cjs36 = __commonJS({
|
|
|
11548
11624
|
...credentialScope && { credentialScope },
|
|
11549
11625
|
...accountId && { accountId }
|
|
11550
11626
|
};
|
|
11627
|
+
(0, import_client2.setCredentialFeature)(credentials, "CREDENTIALS_ENV_VARS", "g");
|
|
11628
|
+
return credentials;
|
|
11551
11629
|
}
|
|
11552
11630
|
throw new import_property_provider2.CredentialsProviderError("Unable to find environment variable credentials.", { logger: init == null ? void 0 : init.logger });
|
|
11553
11631
|
}, "fromEnv");
|
|
@@ -11952,9 +12030,9 @@ For more information, please visit: ` + STATIC_STABILITY_DOC_URL
|
|
|
11952
12030
|
}
|
|
11953
12031
|
});
|
|
11954
12032
|
|
|
11955
|
-
// node_modules/@aws-sdk/
|
|
12033
|
+
// node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js
|
|
11956
12034
|
var require_checkUrl = __commonJS({
|
|
11957
|
-
"node_modules/@aws-sdk/
|
|
12035
|
+
"node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js"(exports) {
|
|
11958
12036
|
"use strict";
|
|
11959
12037
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11960
12038
|
exports.checkUrl = void 0;
|
|
@@ -11995,9 +12073,9 @@ var require_checkUrl = __commonJS({
|
|
|
11995
12073
|
}
|
|
11996
12074
|
});
|
|
11997
12075
|
|
|
11998
|
-
// node_modules/@aws-sdk/
|
|
12076
|
+
// node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js
|
|
11999
12077
|
var require_requestHelpers = __commonJS({
|
|
12000
|
-
"node_modules/@aws-sdk/
|
|
12078
|
+
"node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js"(exports) {
|
|
12001
12079
|
"use strict";
|
|
12002
12080
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12003
12081
|
exports.getCredentials = exports.createGetRequest = void 0;
|
|
@@ -12051,9 +12129,9 @@ var require_requestHelpers = __commonJS({
|
|
|
12051
12129
|
}
|
|
12052
12130
|
});
|
|
12053
12131
|
|
|
12054
|
-
// node_modules/@aws-sdk/
|
|
12132
|
+
// node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js
|
|
12055
12133
|
var require_retry_wrapper = __commonJS({
|
|
12056
|
-
"node_modules/@aws-sdk/
|
|
12134
|
+
"node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js"(exports) {
|
|
12057
12135
|
"use strict";
|
|
12058
12136
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12059
12137
|
exports.retryWrapper = void 0;
|
|
@@ -12073,13 +12151,14 @@ var require_retry_wrapper = __commonJS({
|
|
|
12073
12151
|
}
|
|
12074
12152
|
});
|
|
12075
12153
|
|
|
12076
|
-
// node_modules/@aws-sdk/
|
|
12154
|
+
// node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js
|
|
12077
12155
|
var require_fromHttp = __commonJS({
|
|
12078
|
-
"node_modules/@aws-sdk/
|
|
12156
|
+
"node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js"(exports) {
|
|
12079
12157
|
"use strict";
|
|
12080
12158
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12081
12159
|
exports.fromHttp = void 0;
|
|
12082
12160
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
12161
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
12083
12162
|
var node_http_handler_1 = require_dist_cjs23();
|
|
12084
12163
|
var property_provider_1 = require_dist_cjs7();
|
|
12085
12164
|
var promises_1 = tslib_1.__importDefault(require("fs/promises"));
|
|
@@ -12130,7 +12209,7 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
|
|
|
12130
12209
|
}
|
|
12131
12210
|
try {
|
|
12132
12211
|
const result = await requestHandler.handle(request);
|
|
12133
|
-
return (0, requestHelpers_1.getCredentials)(result.response);
|
|
12212
|
+
return (0, requestHelpers_1.getCredentials)(result.response).then((creds) => (0, client_1.setCredentialFeature)(creds, "CREDENTIALS_HTTP", "z"));
|
|
12134
12213
|
} catch (e) {
|
|
12135
12214
|
throw new property_provider_1.CredentialsProviderError(String(e), { logger: options.logger });
|
|
12136
12215
|
}
|
|
@@ -12140,9 +12219,9 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
|
|
|
12140
12219
|
}
|
|
12141
12220
|
});
|
|
12142
12221
|
|
|
12143
|
-
// node_modules/@aws-sdk/
|
|
12222
|
+
// node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js
|
|
12144
12223
|
var require_dist_cjs38 = __commonJS({
|
|
12145
|
-
"node_modules/@aws-sdk/
|
|
12224
|
+
"node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js"(exports) {
|
|
12146
12225
|
"use strict";
|
|
12147
12226
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12148
12227
|
exports.fromHttp = void 0;
|
|
@@ -12153,9 +12232,9 @@ var require_dist_cjs38 = __commonJS({
|
|
|
12153
12232
|
}
|
|
12154
12233
|
});
|
|
12155
12234
|
|
|
12156
|
-
// node_modules/@aws-sdk/client-
|
|
12235
|
+
// node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js
|
|
12157
12236
|
var require_httpAuthSchemeProvider2 = __commonJS({
|
|
12158
|
-
"node_modules/@aws-sdk/client-
|
|
12237
|
+
"node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js"(exports) {
|
|
12159
12238
|
"use strict";
|
|
12160
12239
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12161
12240
|
exports.resolveHttpAuthSchemeConfig = exports.defaultSSOHttpAuthSchemeProvider = exports.defaultSSOHttpAuthSchemeParametersProvider = void 0;
|
|
@@ -12226,13 +12305,13 @@ var require_httpAuthSchemeProvider2 = __commonJS({
|
|
|
12226
12305
|
}
|
|
12227
12306
|
});
|
|
12228
12307
|
|
|
12229
|
-
// node_modules/@aws-sdk/client-
|
|
12308
|
+
// node_modules/@aws-sdk/client-sso/package.json
|
|
12230
12309
|
var require_package2 = __commonJS({
|
|
12231
|
-
"node_modules/@aws-sdk/client-
|
|
12310
|
+
"node_modules/@aws-sdk/client-sso/package.json"(exports, module2) {
|
|
12232
12311
|
module2.exports = {
|
|
12233
12312
|
name: "@aws-sdk/client-sso",
|
|
12234
12313
|
description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
12235
|
-
version: "3.
|
|
12314
|
+
version: "3.675.0",
|
|
12236
12315
|
scripts: {
|
|
12237
12316
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
12238
12317
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
@@ -12251,37 +12330,37 @@ var require_package2 = __commonJS({
|
|
|
12251
12330
|
dependencies: {
|
|
12252
12331
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
12253
12332
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
12254
|
-
"@aws-sdk/core": "3.
|
|
12255
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
12256
|
-
"@aws-sdk/middleware-logger": "3.
|
|
12257
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
12258
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
12259
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
12260
|
-
"@aws-sdk/types": "3.
|
|
12261
|
-
"@aws-sdk/util-endpoints": "3.
|
|
12262
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
12263
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
12333
|
+
"@aws-sdk/core": "3.667.0",
|
|
12334
|
+
"@aws-sdk/middleware-host-header": "3.667.0",
|
|
12335
|
+
"@aws-sdk/middleware-logger": "3.667.0",
|
|
12336
|
+
"@aws-sdk/middleware-recursion-detection": "3.667.0",
|
|
12337
|
+
"@aws-sdk/middleware-user-agent": "3.669.0",
|
|
12338
|
+
"@aws-sdk/region-config-resolver": "3.667.0",
|
|
12339
|
+
"@aws-sdk/types": "3.667.0",
|
|
12340
|
+
"@aws-sdk/util-endpoints": "3.667.0",
|
|
12341
|
+
"@aws-sdk/util-user-agent-browser": "3.675.0",
|
|
12342
|
+
"@aws-sdk/util-user-agent-node": "3.669.0",
|
|
12264
12343
|
"@smithy/config-resolver": "^3.0.9",
|
|
12265
|
-
"@smithy/core": "^2.4.
|
|
12344
|
+
"@smithy/core": "^2.4.8",
|
|
12266
12345
|
"@smithy/fetch-http-handler": "^3.2.9",
|
|
12267
12346
|
"@smithy/hash-node": "^3.0.7",
|
|
12268
12347
|
"@smithy/invalid-dependency": "^3.0.7",
|
|
12269
12348
|
"@smithy/middleware-content-length": "^3.0.9",
|
|
12270
12349
|
"@smithy/middleware-endpoint": "^3.1.4",
|
|
12271
|
-
"@smithy/middleware-retry": "^3.0.
|
|
12350
|
+
"@smithy/middleware-retry": "^3.0.23",
|
|
12272
12351
|
"@smithy/middleware-serde": "^3.0.7",
|
|
12273
12352
|
"@smithy/middleware-stack": "^3.0.7",
|
|
12274
12353
|
"@smithy/node-config-provider": "^3.1.8",
|
|
12275
12354
|
"@smithy/node-http-handler": "^3.2.4",
|
|
12276
12355
|
"@smithy/protocol-http": "^4.1.4",
|
|
12277
|
-
"@smithy/smithy-client": "^3.
|
|
12356
|
+
"@smithy/smithy-client": "^3.4.0",
|
|
12278
12357
|
"@smithy/types": "^3.5.0",
|
|
12279
12358
|
"@smithy/url-parser": "^3.0.7",
|
|
12280
12359
|
"@smithy/util-base64": "^3.0.0",
|
|
12281
12360
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
12282
12361
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
12283
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
12284
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
12362
|
+
"@smithy/util-defaults-mode-browser": "^3.0.23",
|
|
12363
|
+
"@smithy/util-defaults-mode-node": "^3.0.23",
|
|
12285
12364
|
"@smithy/util-endpoints": "^2.1.3",
|
|
12286
12365
|
"@smithy/util-middleware": "^3.0.7",
|
|
12287
12366
|
"@smithy/util-retry": "^3.0.7",
|
|
@@ -12330,9 +12409,9 @@ var require_package2 = __commonJS({
|
|
|
12330
12409
|
}
|
|
12331
12410
|
});
|
|
12332
12411
|
|
|
12333
|
-
// node_modules/@aws-sdk/
|
|
12412
|
+
// node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js
|
|
12334
12413
|
var require_dist_cjs39 = __commonJS({
|
|
12335
|
-
"node_modules/@aws-sdk/
|
|
12414
|
+
"node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js"(exports, module2) {
|
|
12336
12415
|
"use strict";
|
|
12337
12416
|
var __defProp2 = Object.defineProperty;
|
|
12338
12417
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -12404,7 +12483,7 @@ var require_dist_cjs39 = __commonJS({
|
|
|
12404
12483
|
};
|
|
12405
12484
|
}, "createDefaultUserAgentProvider");
|
|
12406
12485
|
var defaultUserAgent = createDefaultUserAgentProvider;
|
|
12407
|
-
var import_middleware_user_agent =
|
|
12486
|
+
var import_middleware_user_agent = require_dist_cjs32();
|
|
12408
12487
|
var UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
|
|
12409
12488
|
var UA_APP_ID_INI_NAME = "sdk-ua-app-id";
|
|
12410
12489
|
var NODE_APP_ID_CONFIG_OPTIONS = {
|
|
@@ -12530,9 +12609,9 @@ var require_dist_cjs41 = __commonJS({
|
|
|
12530
12609
|
}
|
|
12531
12610
|
});
|
|
12532
12611
|
|
|
12533
|
-
// node_modules/@aws-sdk/client-
|
|
12612
|
+
// node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js
|
|
12534
12613
|
var require_ruleset = __commonJS({
|
|
12535
|
-
"node_modules/@aws-sdk/client-
|
|
12614
|
+
"node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js"(exports) {
|
|
12536
12615
|
"use strict";
|
|
12537
12616
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12538
12617
|
exports.ruleSet = void 0;
|
|
@@ -12565,9 +12644,9 @@ var require_ruleset = __commonJS({
|
|
|
12565
12644
|
}
|
|
12566
12645
|
});
|
|
12567
12646
|
|
|
12568
|
-
// node_modules/@aws-sdk/client-
|
|
12647
|
+
// node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js
|
|
12569
12648
|
var require_endpointResolver = __commonJS({
|
|
12570
|
-
"node_modules/@aws-sdk/client-
|
|
12649
|
+
"node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js"(exports) {
|
|
12571
12650
|
"use strict";
|
|
12572
12651
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12573
12652
|
exports.defaultEndpointResolver = void 0;
|
|
@@ -12589,9 +12668,9 @@ var require_endpointResolver = __commonJS({
|
|
|
12589
12668
|
}
|
|
12590
12669
|
});
|
|
12591
12670
|
|
|
12592
|
-
// node_modules/@aws-sdk/client-
|
|
12671
|
+
// node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js
|
|
12593
12672
|
var require_runtimeConfig_shared = __commonJS({
|
|
12594
|
-
"node_modules/@aws-sdk/client-
|
|
12673
|
+
"node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js"(exports) {
|
|
12595
12674
|
"use strict";
|
|
12596
12675
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12597
12676
|
exports.getRuntimeConfig = void 0;
|
|
@@ -12672,7 +12751,7 @@ var require_dist_cjs42 = __commonJS({
|
|
|
12672
12751
|
resolveDefaultsModeConfig: () => resolveDefaultsModeConfig
|
|
12673
12752
|
});
|
|
12674
12753
|
module2.exports = __toCommonJS2(src_exports);
|
|
12675
|
-
var import_config_resolver =
|
|
12754
|
+
var import_config_resolver = require_dist_cjs34();
|
|
12676
12755
|
var import_node_config_provider = require_dist_cjs9();
|
|
12677
12756
|
var import_property_provider2 = require_dist_cjs7();
|
|
12678
12757
|
var AWS_EXECUTION_ENV = "AWS_EXECUTION_ENV";
|
|
@@ -12745,9 +12824,9 @@ var require_dist_cjs42 = __commonJS({
|
|
|
12745
12824
|
}
|
|
12746
12825
|
});
|
|
12747
12826
|
|
|
12748
|
-
// node_modules/@aws-sdk/client-
|
|
12827
|
+
// node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js
|
|
12749
12828
|
var require_runtimeConfig = __commonJS({
|
|
12750
|
-
"node_modules/@aws-sdk/client-
|
|
12829
|
+
"node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js"(exports) {
|
|
12751
12830
|
"use strict";
|
|
12752
12831
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12753
12832
|
exports.getRuntimeConfig = void 0;
|
|
@@ -12755,7 +12834,7 @@ var require_runtimeConfig = __commonJS({
|
|
|
12755
12834
|
var package_json_1 = tslib_1.__importDefault(require_package2());
|
|
12756
12835
|
var core_1 = (init_dist_es2(), __toCommonJS(dist_es_exports2));
|
|
12757
12836
|
var util_user_agent_node_1 = require_dist_cjs39();
|
|
12758
|
-
var config_resolver_1 =
|
|
12837
|
+
var config_resolver_1 = require_dist_cjs34();
|
|
12759
12838
|
var hash_node_1 = require_dist_cjs40();
|
|
12760
12839
|
var middleware_retry_1 = require_dist_cjs28();
|
|
12761
12840
|
var node_config_provider_1 = require_dist_cjs9();
|
|
@@ -12778,7 +12857,7 @@ var require_runtimeConfig = __commonJS({
|
|
|
12778
12857
|
runtime: "node",
|
|
12779
12858
|
defaultsMode,
|
|
12780
12859
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
12781
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.
|
|
12860
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
12782
12861
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
12783
12862
|
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
12784
12863
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -12797,9 +12876,9 @@ var require_runtimeConfig = __commonJS({
|
|
|
12797
12876
|
}
|
|
12798
12877
|
});
|
|
12799
12878
|
|
|
12800
|
-
// node_modules/@aws-sdk/
|
|
12879
|
+
// node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js
|
|
12801
12880
|
var require_dist_cjs43 = __commonJS({
|
|
12802
|
-
"node_modules/@aws-sdk/
|
|
12881
|
+
"node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js"(exports, module2) {
|
|
12803
12882
|
"use strict";
|
|
12804
12883
|
var __defProp2 = Object.defineProperty;
|
|
12805
12884
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -12895,9 +12974,9 @@ var require_dist_cjs43 = __commonJS({
|
|
|
12895
12974
|
}
|
|
12896
12975
|
});
|
|
12897
12976
|
|
|
12898
|
-
// node_modules/@aws-sdk/client-
|
|
12977
|
+
// node_modules/@aws-sdk/client-sso/dist-cjs/index.js
|
|
12899
12978
|
var require_dist_cjs44 = __commonJS({
|
|
12900
|
-
"node_modules/@aws-sdk/client-
|
|
12979
|
+
"node_modules/@aws-sdk/client-sso/dist-cjs/index.js"(exports, module2) {
|
|
12901
12980
|
"use strict";
|
|
12902
12981
|
var __defProp2 = Object.defineProperty;
|
|
12903
12982
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -12944,10 +13023,10 @@ var require_dist_cjs44 = __commonJS({
|
|
|
12944
13023
|
var import_middleware_host_header = require_dist_cjs3();
|
|
12945
13024
|
var import_middleware_logger = require_dist_cjs4();
|
|
12946
13025
|
var import_middleware_recursion_detection = require_dist_cjs5();
|
|
12947
|
-
var import_middleware_user_agent =
|
|
12948
|
-
var import_config_resolver =
|
|
13026
|
+
var import_middleware_user_agent = require_dist_cjs32();
|
|
13027
|
+
var import_config_resolver = require_dist_cjs34();
|
|
12949
13028
|
var import_core3 = (init_dist_es(), __toCommonJS(dist_es_exports));
|
|
12950
|
-
var import_middleware_content_length =
|
|
13029
|
+
var import_middleware_content_length = require_dist_cjs35();
|
|
12951
13030
|
var import_middleware_endpoint2 = require_dist_cjs13();
|
|
12952
13031
|
var import_middleware_retry2 = require_dist_cjs28();
|
|
12953
13032
|
var import_httpAuthSchemeProvider = require_httpAuthSchemeProvider2();
|
|
@@ -13425,9 +13504,9 @@ var require_dist_cjs44 = __commonJS({
|
|
|
13425
13504
|
}
|
|
13426
13505
|
});
|
|
13427
13506
|
|
|
13428
|
-
// node_modules/@aws-sdk/client-
|
|
13507
|
+
// node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js
|
|
13429
13508
|
var require_httpAuthSchemeProvider3 = __commonJS({
|
|
13430
|
-
"node_modules/@aws-sdk/client-
|
|
13509
|
+
"node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js"(exports) {
|
|
13431
13510
|
"use strict";
|
|
13432
13511
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13433
13512
|
exports.resolveHttpAuthSchemeConfig = exports.defaultSSOOIDCHttpAuthSchemeProvider = exports.defaultSSOOIDCHttpAuthSchemeParametersProvider = void 0;
|
|
@@ -13494,13 +13573,13 @@ var require_httpAuthSchemeProvider3 = __commonJS({
|
|
|
13494
13573
|
}
|
|
13495
13574
|
});
|
|
13496
13575
|
|
|
13497
|
-
// node_modules/@aws-sdk/client-
|
|
13576
|
+
// node_modules/@aws-sdk/client-sso-oidc/package.json
|
|
13498
13577
|
var require_package3 = __commonJS({
|
|
13499
|
-
"node_modules/@aws-sdk/client-
|
|
13578
|
+
"node_modules/@aws-sdk/client-sso-oidc/package.json"(exports, module2) {
|
|
13500
13579
|
module2.exports = {
|
|
13501
13580
|
name: "@aws-sdk/client-sso-oidc",
|
|
13502
13581
|
description: "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
|
|
13503
|
-
version: "3.
|
|
13582
|
+
version: "3.675.0",
|
|
13504
13583
|
scripts: {
|
|
13505
13584
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
13506
13585
|
"build:cjs": "node ../../scripts/compilation/inline client-sso-oidc",
|
|
@@ -13519,38 +13598,38 @@ var require_package3 = __commonJS({
|
|
|
13519
13598
|
dependencies: {
|
|
13520
13599
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
13521
13600
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
13522
|
-
"@aws-sdk/core": "3.
|
|
13523
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
13524
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
13525
|
-
"@aws-sdk/middleware-logger": "3.
|
|
13526
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
13527
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
13528
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
13529
|
-
"@aws-sdk/types": "3.
|
|
13530
|
-
"@aws-sdk/util-endpoints": "3.
|
|
13531
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
13532
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
13601
|
+
"@aws-sdk/core": "3.667.0",
|
|
13602
|
+
"@aws-sdk/credential-provider-node": "3.675.0",
|
|
13603
|
+
"@aws-sdk/middleware-host-header": "3.667.0",
|
|
13604
|
+
"@aws-sdk/middleware-logger": "3.667.0",
|
|
13605
|
+
"@aws-sdk/middleware-recursion-detection": "3.667.0",
|
|
13606
|
+
"@aws-sdk/middleware-user-agent": "3.669.0",
|
|
13607
|
+
"@aws-sdk/region-config-resolver": "3.667.0",
|
|
13608
|
+
"@aws-sdk/types": "3.667.0",
|
|
13609
|
+
"@aws-sdk/util-endpoints": "3.667.0",
|
|
13610
|
+
"@aws-sdk/util-user-agent-browser": "3.675.0",
|
|
13611
|
+
"@aws-sdk/util-user-agent-node": "3.669.0",
|
|
13533
13612
|
"@smithy/config-resolver": "^3.0.9",
|
|
13534
|
-
"@smithy/core": "^2.4.
|
|
13613
|
+
"@smithy/core": "^2.4.8",
|
|
13535
13614
|
"@smithy/fetch-http-handler": "^3.2.9",
|
|
13536
13615
|
"@smithy/hash-node": "^3.0.7",
|
|
13537
13616
|
"@smithy/invalid-dependency": "^3.0.7",
|
|
13538
13617
|
"@smithy/middleware-content-length": "^3.0.9",
|
|
13539
13618
|
"@smithy/middleware-endpoint": "^3.1.4",
|
|
13540
|
-
"@smithy/middleware-retry": "^3.0.
|
|
13619
|
+
"@smithy/middleware-retry": "^3.0.23",
|
|
13541
13620
|
"@smithy/middleware-serde": "^3.0.7",
|
|
13542
13621
|
"@smithy/middleware-stack": "^3.0.7",
|
|
13543
13622
|
"@smithy/node-config-provider": "^3.1.8",
|
|
13544
13623
|
"@smithy/node-http-handler": "^3.2.4",
|
|
13545
13624
|
"@smithy/protocol-http": "^4.1.4",
|
|
13546
|
-
"@smithy/smithy-client": "^3.
|
|
13625
|
+
"@smithy/smithy-client": "^3.4.0",
|
|
13547
13626
|
"@smithy/types": "^3.5.0",
|
|
13548
13627
|
"@smithy/url-parser": "^3.0.7",
|
|
13549
13628
|
"@smithy/util-base64": "^3.0.0",
|
|
13550
13629
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
13551
13630
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
13552
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
13553
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
13631
|
+
"@smithy/util-defaults-mode-browser": "^3.0.23",
|
|
13632
|
+
"@smithy/util-defaults-mode-node": "^3.0.23",
|
|
13554
13633
|
"@smithy/util-endpoints": "^2.1.3",
|
|
13555
13634
|
"@smithy/util-middleware": "^3.0.7",
|
|
13556
13635
|
"@smithy/util-retry": "^3.0.7",
|
|
@@ -13584,7 +13663,7 @@ var require_package3 = __commonJS({
|
|
|
13584
13663
|
},
|
|
13585
13664
|
license: "Apache-2.0",
|
|
13586
13665
|
peerDependencies: {
|
|
13587
|
-
"@aws-sdk/client-sts": "^3.
|
|
13666
|
+
"@aws-sdk/client-sts": "^3.675.0"
|
|
13588
13667
|
},
|
|
13589
13668
|
browser: {
|
|
13590
13669
|
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
@@ -13602,9 +13681,9 @@ var require_package3 = __commonJS({
|
|
|
13602
13681
|
}
|
|
13603
13682
|
});
|
|
13604
13683
|
|
|
13605
|
-
// node_modules/@aws-sdk/client-
|
|
13684
|
+
// node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js
|
|
13606
13685
|
var require_ruleset2 = __commonJS({
|
|
13607
|
-
"node_modules/@aws-sdk/client-
|
|
13686
|
+
"node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js"(exports) {
|
|
13608
13687
|
"use strict";
|
|
13609
13688
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13610
13689
|
exports.ruleSet = void 0;
|
|
@@ -13637,9 +13716,9 @@ var require_ruleset2 = __commonJS({
|
|
|
13637
13716
|
}
|
|
13638
13717
|
});
|
|
13639
13718
|
|
|
13640
|
-
// node_modules/@aws-sdk/client-
|
|
13719
|
+
// node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js
|
|
13641
13720
|
var require_endpointResolver2 = __commonJS({
|
|
13642
|
-
"node_modules/@aws-sdk/client-
|
|
13721
|
+
"node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js"(exports) {
|
|
13643
13722
|
"use strict";
|
|
13644
13723
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13645
13724
|
exports.defaultEndpointResolver = void 0;
|
|
@@ -13661,9 +13740,9 @@ var require_endpointResolver2 = __commonJS({
|
|
|
13661
13740
|
}
|
|
13662
13741
|
});
|
|
13663
13742
|
|
|
13664
|
-
// node_modules/@aws-sdk/client-
|
|
13743
|
+
// node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js
|
|
13665
13744
|
var require_runtimeConfig_shared2 = __commonJS({
|
|
13666
|
-
"node_modules/@aws-sdk/client-
|
|
13745
|
+
"node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js"(exports) {
|
|
13667
13746
|
"use strict";
|
|
13668
13747
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13669
13748
|
exports.getRuntimeConfig = void 0;
|
|
@@ -13707,9 +13786,9 @@ var require_runtimeConfig_shared2 = __commonJS({
|
|
|
13707
13786
|
}
|
|
13708
13787
|
});
|
|
13709
13788
|
|
|
13710
|
-
// node_modules/@aws-sdk/client-
|
|
13789
|
+
// node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js
|
|
13711
13790
|
var require_runtimeConfig2 = __commonJS({
|
|
13712
|
-
"node_modules/@aws-sdk/client-
|
|
13791
|
+
"node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js"(exports) {
|
|
13713
13792
|
"use strict";
|
|
13714
13793
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13715
13794
|
exports.getRuntimeConfig = void 0;
|
|
@@ -13718,7 +13797,7 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
13718
13797
|
var core_1 = (init_dist_es2(), __toCommonJS(dist_es_exports2));
|
|
13719
13798
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
13720
13799
|
var util_user_agent_node_1 = require_dist_cjs39();
|
|
13721
|
-
var config_resolver_1 =
|
|
13800
|
+
var config_resolver_1 = require_dist_cjs34();
|
|
13722
13801
|
var hash_node_1 = require_dist_cjs40();
|
|
13723
13802
|
var middleware_retry_1 = require_dist_cjs28();
|
|
13724
13803
|
var node_config_provider_1 = require_dist_cjs9();
|
|
@@ -13742,7 +13821,7 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
13742
13821
|
defaultsMode,
|
|
13743
13822
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
13744
13823
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
13745
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.
|
|
13824
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
13746
13825
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
13747
13826
|
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
13748
13827
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -13761,9 +13840,9 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
13761
13840
|
}
|
|
13762
13841
|
});
|
|
13763
13842
|
|
|
13764
|
-
// node_modules/@aws-sdk/client-
|
|
13843
|
+
// node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js
|
|
13765
13844
|
var require_dist_cjs45 = __commonJS({
|
|
13766
|
-
"node_modules/@aws-sdk/client-
|
|
13845
|
+
"node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js"(exports, module2) {
|
|
13767
13846
|
"use strict";
|
|
13768
13847
|
var __defProp2 = Object.defineProperty;
|
|
13769
13848
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -13818,10 +13897,10 @@ var require_dist_cjs45 = __commonJS({
|
|
|
13818
13897
|
var import_middleware_host_header = require_dist_cjs3();
|
|
13819
13898
|
var import_middleware_logger = require_dist_cjs4();
|
|
13820
13899
|
var import_middleware_recursion_detection = require_dist_cjs5();
|
|
13821
|
-
var import_middleware_user_agent =
|
|
13822
|
-
var import_config_resolver =
|
|
13900
|
+
var import_middleware_user_agent = require_dist_cjs32();
|
|
13901
|
+
var import_config_resolver = require_dist_cjs34();
|
|
13823
13902
|
var import_core3 = (init_dist_es(), __toCommonJS(dist_es_exports));
|
|
13824
|
-
var import_middleware_content_length =
|
|
13903
|
+
var import_middleware_content_length = require_dist_cjs35();
|
|
13825
13904
|
var import_middleware_endpoint2 = require_dist_cjs13();
|
|
13826
13905
|
var import_middleware_retry2 = require_dist_cjs28();
|
|
13827
13906
|
var import_httpAuthSchemeProvider = require_httpAuthSchemeProvider3();
|
|
@@ -14730,9 +14809,9 @@ var require_dist_cjs45 = __commonJS({
|
|
|
14730
14809
|
}
|
|
14731
14810
|
});
|
|
14732
14811
|
|
|
14733
|
-
// node_modules/@aws-sdk/
|
|
14812
|
+
// node_modules/@aws-sdk/token-providers/dist-cjs/index.js
|
|
14734
14813
|
var require_dist_cjs46 = __commonJS({
|
|
14735
|
-
"node_modules/@aws-sdk/
|
|
14814
|
+
"node_modules/@aws-sdk/token-providers/dist-cjs/index.js"(exports, module2) {
|
|
14736
14815
|
"use strict";
|
|
14737
14816
|
var __create2 = Object.create;
|
|
14738
14817
|
var __defProp2 = Object.defineProperty;
|
|
@@ -14910,9 +14989,9 @@ var require_dist_cjs46 = __commonJS({
|
|
|
14910
14989
|
}
|
|
14911
14990
|
});
|
|
14912
14991
|
|
|
14913
|
-
// node_modules/@aws-sdk/
|
|
14992
|
+
// node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js
|
|
14914
14993
|
var require_dist_cjs47 = __commonJS({
|
|
14915
|
-
"node_modules/@aws-sdk/
|
|
14994
|
+
"node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js"(exports, module2) {
|
|
14916
14995
|
"use strict";
|
|
14917
14996
|
var __defProp2 = Object.defineProperty;
|
|
14918
14997
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -14955,6 +15034,7 @@ var require_dist_cjs47 = __commonJS({
|
|
|
14955
15034
|
});
|
|
14956
15035
|
module2.exports = __toCommonJS2(src_exports);
|
|
14957
15036
|
var isSsoProfile = /* @__PURE__ */ __name((arg) => arg && (typeof arg.sso_start_url === "string" || typeof arg.sso_account_id === "string" || typeof arg.sso_session === "string" || typeof arg.sso_region === "string" || typeof arg.sso_role_name === "string"), "isSsoProfile");
|
|
15037
|
+
var import_client2 = (init_client(), __toCommonJS(client_exports));
|
|
14958
15038
|
var import_token_providers = require_dist_cjs46();
|
|
14959
15039
|
var import_property_provider2 = require_dist_cjs7();
|
|
14960
15040
|
var import_shared_ini_file_loader = require_dist_cjs8();
|
|
@@ -15032,7 +15112,7 @@ var require_dist_cjs47 = __commonJS({
|
|
|
15032
15112
|
logger
|
|
15033
15113
|
});
|
|
15034
15114
|
}
|
|
15035
|
-
|
|
15115
|
+
const credentials = {
|
|
15036
15116
|
accessKeyId,
|
|
15037
15117
|
secretAccessKey,
|
|
15038
15118
|
sessionToken,
|
|
@@ -15040,6 +15120,12 @@ var require_dist_cjs47 = __commonJS({
|
|
|
15040
15120
|
...credentialScope && { credentialScope },
|
|
15041
15121
|
...accountId && { accountId }
|
|
15042
15122
|
};
|
|
15123
|
+
if (ssoSession) {
|
|
15124
|
+
(0, import_client2.setCredentialFeature)(credentials, "CREDENTIALS_SSO", "s");
|
|
15125
|
+
} else {
|
|
15126
|
+
(0, import_client2.setCredentialFeature)(credentials, "CREDENTIALS_SSO_LEGACY", "u");
|
|
15127
|
+
}
|
|
15128
|
+
return credentials;
|
|
15043
15129
|
}, "resolveSSOCredentials");
|
|
15044
15130
|
var validateSsoProfile = /* @__PURE__ */ __name((profile, logger) => {
|
|
15045
15131
|
const { sso_start_url, sso_account_id, sso_region, sso_role_name } = profile;
|
|
@@ -15125,9 +15211,9 @@ Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.ht
|
|
|
15125
15211
|
}
|
|
15126
15212
|
});
|
|
15127
15213
|
|
|
15128
|
-
// node_modules/@aws-sdk/client-
|
|
15214
|
+
// node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js
|
|
15129
15215
|
var require_httpAuthSchemeProvider4 = __commonJS({
|
|
15130
|
-
"node_modules/@aws-sdk/client-
|
|
15216
|
+
"node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js"(exports) {
|
|
15131
15217
|
"use strict";
|
|
15132
15218
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15133
15219
|
exports.resolveHttpAuthSchemeConfig = exports.resolveStsAuthConfig = exports.defaultSTSHttpAuthSchemeProvider = exports.defaultSTSHttpAuthSchemeParametersProvider = void 0;
|
|
@@ -15197,9 +15283,9 @@ var require_httpAuthSchemeProvider4 = __commonJS({
|
|
|
15197
15283
|
}
|
|
15198
15284
|
});
|
|
15199
15285
|
|
|
15200
|
-
// node_modules/@aws-sdk/client-
|
|
15286
|
+
// node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js
|
|
15201
15287
|
var require_EndpointParameters = __commonJS({
|
|
15202
|
-
"node_modules/@aws-sdk/client-
|
|
15288
|
+
"node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js"(exports) {
|
|
15203
15289
|
"use strict";
|
|
15204
15290
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15205
15291
|
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
@@ -15223,13 +15309,13 @@ var require_EndpointParameters = __commonJS({
|
|
|
15223
15309
|
}
|
|
15224
15310
|
});
|
|
15225
15311
|
|
|
15226
|
-
// node_modules/@aws-sdk/client-
|
|
15312
|
+
// node_modules/@aws-sdk/client-sts/package.json
|
|
15227
15313
|
var require_package4 = __commonJS({
|
|
15228
|
-
"node_modules/@aws-sdk/client-
|
|
15314
|
+
"node_modules/@aws-sdk/client-sts/package.json"(exports, module2) {
|
|
15229
15315
|
module2.exports = {
|
|
15230
15316
|
name: "@aws-sdk/client-sts",
|
|
15231
15317
|
description: "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
|
|
15232
|
-
version: "3.
|
|
15318
|
+
version: "3.675.0",
|
|
15233
15319
|
scripts: {
|
|
15234
15320
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
15235
15321
|
"build:cjs": "node ../../scripts/compilation/inline client-sts",
|
|
@@ -15250,39 +15336,39 @@ var require_package4 = __commonJS({
|
|
|
15250
15336
|
dependencies: {
|
|
15251
15337
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
15252
15338
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
15253
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
15254
|
-
"@aws-sdk/core": "3.
|
|
15255
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
15256
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
15257
|
-
"@aws-sdk/middleware-logger": "3.
|
|
15258
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
15259
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
15260
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
15261
|
-
"@aws-sdk/types": "3.
|
|
15262
|
-
"@aws-sdk/util-endpoints": "3.
|
|
15263
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
15264
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
15339
|
+
"@aws-sdk/client-sso-oidc": "3.675.0",
|
|
15340
|
+
"@aws-sdk/core": "3.667.0",
|
|
15341
|
+
"@aws-sdk/credential-provider-node": "3.675.0",
|
|
15342
|
+
"@aws-sdk/middleware-host-header": "3.667.0",
|
|
15343
|
+
"@aws-sdk/middleware-logger": "3.667.0",
|
|
15344
|
+
"@aws-sdk/middleware-recursion-detection": "3.667.0",
|
|
15345
|
+
"@aws-sdk/middleware-user-agent": "3.669.0",
|
|
15346
|
+
"@aws-sdk/region-config-resolver": "3.667.0",
|
|
15347
|
+
"@aws-sdk/types": "3.667.0",
|
|
15348
|
+
"@aws-sdk/util-endpoints": "3.667.0",
|
|
15349
|
+
"@aws-sdk/util-user-agent-browser": "3.675.0",
|
|
15350
|
+
"@aws-sdk/util-user-agent-node": "3.669.0",
|
|
15265
15351
|
"@smithy/config-resolver": "^3.0.9",
|
|
15266
|
-
"@smithy/core": "^2.4.
|
|
15352
|
+
"@smithy/core": "^2.4.8",
|
|
15267
15353
|
"@smithy/fetch-http-handler": "^3.2.9",
|
|
15268
15354
|
"@smithy/hash-node": "^3.0.7",
|
|
15269
15355
|
"@smithy/invalid-dependency": "^3.0.7",
|
|
15270
15356
|
"@smithy/middleware-content-length": "^3.0.9",
|
|
15271
15357
|
"@smithy/middleware-endpoint": "^3.1.4",
|
|
15272
|
-
"@smithy/middleware-retry": "^3.0.
|
|
15358
|
+
"@smithy/middleware-retry": "^3.0.23",
|
|
15273
15359
|
"@smithy/middleware-serde": "^3.0.7",
|
|
15274
15360
|
"@smithy/middleware-stack": "^3.0.7",
|
|
15275
15361
|
"@smithy/node-config-provider": "^3.1.8",
|
|
15276
15362
|
"@smithy/node-http-handler": "^3.2.4",
|
|
15277
15363
|
"@smithy/protocol-http": "^4.1.4",
|
|
15278
|
-
"@smithy/smithy-client": "^3.
|
|
15364
|
+
"@smithy/smithy-client": "^3.4.0",
|
|
15279
15365
|
"@smithy/types": "^3.5.0",
|
|
15280
15366
|
"@smithy/url-parser": "^3.0.7",
|
|
15281
15367
|
"@smithy/util-base64": "^3.0.0",
|
|
15282
15368
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
15283
15369
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
15284
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
15285
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
15370
|
+
"@smithy/util-defaults-mode-browser": "^3.0.23",
|
|
15371
|
+
"@smithy/util-defaults-mode-node": "^3.0.23",
|
|
15286
15372
|
"@smithy/util-endpoints": "^2.1.3",
|
|
15287
15373
|
"@smithy/util-middleware": "^3.0.7",
|
|
15288
15374
|
"@smithy/util-retry": "^3.0.7",
|
|
@@ -15331,9 +15417,9 @@ var require_package4 = __commonJS({
|
|
|
15331
15417
|
}
|
|
15332
15418
|
});
|
|
15333
15419
|
|
|
15334
|
-
// node_modules/@aws-sdk/client-
|
|
15420
|
+
// node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js
|
|
15335
15421
|
var require_ruleset3 = __commonJS({
|
|
15336
|
-
"node_modules/@aws-sdk/client-
|
|
15422
|
+
"node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js"(exports) {
|
|
15337
15423
|
"use strict";
|
|
15338
15424
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15339
15425
|
exports.ruleSet = void 0;
|
|
@@ -15378,9 +15464,9 @@ var require_ruleset3 = __commonJS({
|
|
|
15378
15464
|
}
|
|
15379
15465
|
});
|
|
15380
15466
|
|
|
15381
|
-
// node_modules/@aws-sdk/client-
|
|
15467
|
+
// node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js
|
|
15382
15468
|
var require_endpointResolver3 = __commonJS({
|
|
15383
|
-
"node_modules/@aws-sdk/client-
|
|
15469
|
+
"node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js"(exports) {
|
|
15384
15470
|
"use strict";
|
|
15385
15471
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15386
15472
|
exports.defaultEndpointResolver = void 0;
|
|
@@ -15402,9 +15488,9 @@ var require_endpointResolver3 = __commonJS({
|
|
|
15402
15488
|
}
|
|
15403
15489
|
});
|
|
15404
15490
|
|
|
15405
|
-
// node_modules/@aws-sdk/client-
|
|
15491
|
+
// node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js
|
|
15406
15492
|
var require_runtimeConfig_shared3 = __commonJS({
|
|
15407
|
-
"node_modules/@aws-sdk/client-
|
|
15493
|
+
"node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js"(exports) {
|
|
15408
15494
|
"use strict";
|
|
15409
15495
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15410
15496
|
exports.getRuntimeConfig = void 0;
|
|
@@ -15448,9 +15534,9 @@ var require_runtimeConfig_shared3 = __commonJS({
|
|
|
15448
15534
|
}
|
|
15449
15535
|
});
|
|
15450
15536
|
|
|
15451
|
-
// node_modules/@aws-sdk/client-
|
|
15537
|
+
// node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js
|
|
15452
15538
|
var require_runtimeConfig3 = __commonJS({
|
|
15453
|
-
"node_modules/@aws-sdk/client-
|
|
15539
|
+
"node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js"(exports) {
|
|
15454
15540
|
"use strict";
|
|
15455
15541
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15456
15542
|
exports.getRuntimeConfig = void 0;
|
|
@@ -15459,7 +15545,7 @@ var require_runtimeConfig3 = __commonJS({
|
|
|
15459
15545
|
var core_1 = (init_dist_es2(), __toCommonJS(dist_es_exports2));
|
|
15460
15546
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
15461
15547
|
var util_user_agent_node_1 = require_dist_cjs39();
|
|
15462
|
-
var config_resolver_1 =
|
|
15548
|
+
var config_resolver_1 = require_dist_cjs34();
|
|
15463
15549
|
var core_2 = (init_dist_es(), __toCommonJS(dist_es_exports));
|
|
15464
15550
|
var hash_node_1 = require_dist_cjs40();
|
|
15465
15551
|
var middleware_retry_1 = require_dist_cjs28();
|
|
@@ -15484,7 +15570,7 @@ var require_runtimeConfig3 = __commonJS({
|
|
|
15484
15570
|
defaultsMode,
|
|
15485
15571
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
15486
15572
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
15487
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.
|
|
15573
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
15488
15574
|
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
15489
15575
|
{
|
|
15490
15576
|
schemeId: "aws.auth#sigv4",
|
|
@@ -15515,9 +15601,9 @@ var require_runtimeConfig3 = __commonJS({
|
|
|
15515
15601
|
}
|
|
15516
15602
|
});
|
|
15517
15603
|
|
|
15518
|
-
// node_modules/@aws-sdk/client-
|
|
15604
|
+
// node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js
|
|
15519
15605
|
var require_httpAuthExtensionConfiguration = __commonJS({
|
|
15520
|
-
"node_modules/@aws-sdk/client-
|
|
15606
|
+
"node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js"(exports) {
|
|
15521
15607
|
"use strict";
|
|
15522
15608
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15523
15609
|
exports.resolveHttpAuthRuntimeConfig = exports.getHttpAuthExtensionConfiguration = void 0;
|
|
@@ -15563,9 +15649,9 @@ var require_httpAuthExtensionConfiguration = __commonJS({
|
|
|
15563
15649
|
}
|
|
15564
15650
|
});
|
|
15565
15651
|
|
|
15566
|
-
// node_modules/@aws-sdk/client-
|
|
15652
|
+
// node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js
|
|
15567
15653
|
var require_runtimeExtensions = __commonJS({
|
|
15568
|
-
"node_modules/@aws-sdk/client-
|
|
15654
|
+
"node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js"(exports) {
|
|
15569
15655
|
"use strict";
|
|
15570
15656
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15571
15657
|
exports.resolveRuntimeExtensions = void 0;
|
|
@@ -15594,19 +15680,19 @@ var require_runtimeExtensions = __commonJS({
|
|
|
15594
15680
|
}
|
|
15595
15681
|
});
|
|
15596
15682
|
|
|
15597
|
-
// node_modules/@aws-sdk/client-
|
|
15683
|
+
// node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js
|
|
15598
15684
|
var require_STSClient = __commonJS({
|
|
15599
|
-
"node_modules/@aws-sdk/client-
|
|
15685
|
+
"node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js"(exports) {
|
|
15600
15686
|
"use strict";
|
|
15601
15687
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15602
15688
|
exports.STSClient = exports.__Client = void 0;
|
|
15603
15689
|
var middleware_host_header_1 = require_dist_cjs3();
|
|
15604
15690
|
var middleware_logger_1 = require_dist_cjs4();
|
|
15605
15691
|
var middleware_recursion_detection_1 = require_dist_cjs5();
|
|
15606
|
-
var middleware_user_agent_1 =
|
|
15607
|
-
var config_resolver_1 =
|
|
15692
|
+
var middleware_user_agent_1 = require_dist_cjs32();
|
|
15693
|
+
var config_resolver_1 = require_dist_cjs34();
|
|
15608
15694
|
var core_1 = (init_dist_es(), __toCommonJS(dist_es_exports));
|
|
15609
|
-
var middleware_content_length_1 =
|
|
15695
|
+
var middleware_content_length_1 = require_dist_cjs35();
|
|
15610
15696
|
var middleware_endpoint_1 = require_dist_cjs13();
|
|
15611
15697
|
var middleware_retry_1 = require_dist_cjs28();
|
|
15612
15698
|
var smithy_client_1 = require_dist_cjs27();
|
|
@@ -15652,9 +15738,9 @@ var require_STSClient = __commonJS({
|
|
|
15652
15738
|
}
|
|
15653
15739
|
});
|
|
15654
15740
|
|
|
15655
|
-
// node_modules/@aws-sdk/client-
|
|
15741
|
+
// node_modules/@aws-sdk/client-sts/dist-cjs/index.js
|
|
15656
15742
|
var require_dist_cjs48 = __commonJS({
|
|
15657
|
-
"node_modules/@aws-sdk/client-
|
|
15743
|
+
"node_modules/@aws-sdk/client-sts/dist-cjs/index.js"(exports, module2) {
|
|
15658
15744
|
"use strict";
|
|
15659
15745
|
var __defProp2 = Object.defineProperty;
|
|
15660
15746
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -16873,6 +16959,7 @@ var require_dist_cjs48 = __commonJS({
|
|
|
16873
16959
|
var STS = _STS;
|
|
16874
16960
|
(0, import_smithy_client5.createAggregatedClient)(commands, STS);
|
|
16875
16961
|
var import_EndpointParameters9 = require_EndpointParameters();
|
|
16962
|
+
var import_client2 = (init_client(), __toCommonJS(client_exports));
|
|
16876
16963
|
var ASSUME_ROLE_DEFAULT_REGION = "us-east-1";
|
|
16877
16964
|
var getAccountIdFromAssumedRoleUser = /* @__PURE__ */ __name((assumedRoleUser) => {
|
|
16878
16965
|
if (typeof (assumedRoleUser == null ? void 0 : assumedRoleUser.Arn) === "string") {
|
|
@@ -16929,7 +17016,7 @@ var require_dist_cjs48 = __commonJS({
|
|
|
16929
17016
|
throw new Error(`Invalid response from STS.assumeRole call with role ${params.RoleArn}`);
|
|
16930
17017
|
}
|
|
16931
17018
|
const accountId = getAccountIdFromAssumedRoleUser(AssumedRoleUser2);
|
|
16932
|
-
|
|
17019
|
+
const credentials = {
|
|
16933
17020
|
accessKeyId: Credentials2.AccessKeyId,
|
|
16934
17021
|
secretAccessKey: Credentials2.SecretAccessKey,
|
|
16935
17022
|
sessionToken: Credentials2.SessionToken,
|
|
@@ -16938,6 +17025,8 @@ var require_dist_cjs48 = __commonJS({
|
|
|
16938
17025
|
...Credentials2.CredentialScope && { credentialScope: Credentials2.CredentialScope },
|
|
16939
17026
|
...accountId && { accountId }
|
|
16940
17027
|
};
|
|
17028
|
+
(0, import_client2.setCredentialFeature)(credentials, "CREDENTIALS_STS_ASSUME_ROLE", "i");
|
|
17029
|
+
return credentials;
|
|
16941
17030
|
};
|
|
16942
17031
|
}, "getDefaultRoleAssumer");
|
|
16943
17032
|
var getDefaultRoleAssumerWithWebIdentity = /* @__PURE__ */ __name((stsOptions, stsClientCtor) => {
|
|
@@ -16968,7 +17057,7 @@ var require_dist_cjs48 = __commonJS({
|
|
|
16968
17057
|
throw new Error(`Invalid response from STS.assumeRoleWithWebIdentity call with role ${params.RoleArn}`);
|
|
16969
17058
|
}
|
|
16970
17059
|
const accountId = getAccountIdFromAssumedRoleUser(AssumedRoleUser2);
|
|
16971
|
-
|
|
17060
|
+
const credentials = {
|
|
16972
17061
|
accessKeyId: Credentials2.AccessKeyId,
|
|
16973
17062
|
secretAccessKey: Credentials2.SecretAccessKey,
|
|
16974
17063
|
sessionToken: Credentials2.SessionToken,
|
|
@@ -16977,6 +17066,11 @@ var require_dist_cjs48 = __commonJS({
|
|
|
16977
17066
|
...Credentials2.CredentialScope && { credentialScope: Credentials2.CredentialScope },
|
|
16978
17067
|
...accountId && { accountId }
|
|
16979
17068
|
};
|
|
17069
|
+
if (accountId) {
|
|
17070
|
+
(0, import_client2.setCredentialFeature)(credentials, "RESOLVED_ACCOUNT_ID", "T");
|
|
17071
|
+
}
|
|
17072
|
+
(0, import_client2.setCredentialFeature)(credentials, "CREDENTIALS_STS_ASSUME_ROLE_WEB_ID", "k");
|
|
17073
|
+
return credentials;
|
|
16980
17074
|
};
|
|
16981
17075
|
}, "getDefaultRoleAssumerWithWebIdentity");
|
|
16982
17076
|
var isH2 = /* @__PURE__ */ __name((requestHandler) => {
|
|
@@ -17008,9 +17102,9 @@ var require_dist_cjs48 = __commonJS({
|
|
|
17008
17102
|
}
|
|
17009
17103
|
});
|
|
17010
17104
|
|
|
17011
|
-
// node_modules/@aws-sdk/
|
|
17105
|
+
// node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js
|
|
17012
17106
|
var require_dist_cjs49 = __commonJS({
|
|
17013
|
-
"node_modules/@aws-sdk/
|
|
17107
|
+
"node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js"(exports, module2) {
|
|
17014
17108
|
"use strict";
|
|
17015
17109
|
var __defProp2 = Object.defineProperty;
|
|
17016
17110
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -17039,6 +17133,7 @@ var require_dist_cjs49 = __commonJS({
|
|
|
17039
17133
|
var import_property_provider2 = require_dist_cjs7();
|
|
17040
17134
|
var import_child_process = require("child_process");
|
|
17041
17135
|
var import_util = require("util");
|
|
17136
|
+
var import_client2 = (init_client(), __toCommonJS(client_exports));
|
|
17042
17137
|
var getValidatedProcessCredentials = /* @__PURE__ */ __name((profileName, data, profiles) => {
|
|
17043
17138
|
var _a;
|
|
17044
17139
|
if (data.Version !== 1) {
|
|
@@ -17058,7 +17153,7 @@ var require_dist_cjs49 = __commonJS({
|
|
|
17058
17153
|
if (!accountId && ((_a = profiles == null ? void 0 : profiles[profileName]) == null ? void 0 : _a.aws_account_id)) {
|
|
17059
17154
|
accountId = profiles[profileName].aws_account_id;
|
|
17060
17155
|
}
|
|
17061
|
-
|
|
17156
|
+
const credentials = {
|
|
17062
17157
|
accessKeyId: data.AccessKeyId,
|
|
17063
17158
|
secretAccessKey: data.SecretAccessKey,
|
|
17064
17159
|
...data.SessionToken && { sessionToken: data.SessionToken },
|
|
@@ -17066,6 +17161,8 @@ var require_dist_cjs49 = __commonJS({
|
|
|
17066
17161
|
...data.CredentialScope && { credentialScope: data.CredentialScope },
|
|
17067
17162
|
...accountId && { accountId }
|
|
17068
17163
|
};
|
|
17164
|
+
(0, import_client2.setCredentialFeature)(credentials, "CREDENTIALS_PROCESS", "w");
|
|
17165
|
+
return credentials;
|
|
17069
17166
|
}, "getValidatedProcessCredentials");
|
|
17070
17167
|
var resolveProcessCredentials = /* @__PURE__ */ __name(async (profileName, profiles, logger) => {
|
|
17071
17168
|
const profile = profiles[profileName];
|
|
@@ -17103,9 +17200,9 @@ var require_dist_cjs49 = __commonJS({
|
|
|
17103
17200
|
}
|
|
17104
17201
|
});
|
|
17105
17202
|
|
|
17106
|
-
// node_modules/@aws-sdk/
|
|
17203
|
+
// node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js
|
|
17107
17204
|
var require_fromWebToken = __commonJS({
|
|
17108
|
-
"node_modules/@aws-sdk/
|
|
17205
|
+
"node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js"(exports) {
|
|
17109
17206
|
"use strict";
|
|
17110
17207
|
var __createBinding2 = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
|
17111
17208
|
if (k2 === void 0)
|
|
@@ -17167,12 +17264,13 @@ var require_fromWebToken = __commonJS({
|
|
|
17167
17264
|
}
|
|
17168
17265
|
});
|
|
17169
17266
|
|
|
17170
|
-
// node_modules/@aws-sdk/
|
|
17267
|
+
// node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js
|
|
17171
17268
|
var require_fromTokenFile = __commonJS({
|
|
17172
|
-
"node_modules/@aws-sdk/
|
|
17269
|
+
"node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js"(exports) {
|
|
17173
17270
|
"use strict";
|
|
17174
17271
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17175
17272
|
exports.fromTokenFile = void 0;
|
|
17273
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
17176
17274
|
var property_provider_1 = require_dist_cjs7();
|
|
17177
17275
|
var fs_1 = require("fs");
|
|
17178
17276
|
var fromWebToken_1 = require_fromWebToken();
|
|
@@ -17189,20 +17287,24 @@ var require_fromTokenFile = __commonJS({
|
|
|
17189
17287
|
logger: init.logger
|
|
17190
17288
|
});
|
|
17191
17289
|
}
|
|
17192
|
-
|
|
17290
|
+
const credentials = await (0, fromWebToken_1.fromWebToken)({
|
|
17193
17291
|
...init,
|
|
17194
17292
|
webIdentityToken: (0, fs_1.readFileSync)(webIdentityTokenFile, { encoding: "ascii" }),
|
|
17195
17293
|
roleArn,
|
|
17196
17294
|
roleSessionName
|
|
17197
17295
|
})();
|
|
17296
|
+
if (webIdentityTokenFile === process.env[ENV_TOKEN_FILE]) {
|
|
17297
|
+
(0, client_1.setCredentialFeature)(credentials, "CREDENTIALS_ENV_VARS_STS_WEB_ID_TOKEN", "h");
|
|
17298
|
+
}
|
|
17299
|
+
return credentials;
|
|
17198
17300
|
};
|
|
17199
17301
|
exports.fromTokenFile = fromTokenFile2;
|
|
17200
17302
|
}
|
|
17201
17303
|
});
|
|
17202
17304
|
|
|
17203
|
-
// node_modules/@aws-sdk/
|
|
17305
|
+
// node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js
|
|
17204
17306
|
var require_dist_cjs50 = __commonJS({
|
|
17205
|
-
"node_modules/@aws-sdk/
|
|
17307
|
+
"node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js"(exports, module2) {
|
|
17206
17308
|
"use strict";
|
|
17207
17309
|
var __defProp2 = Object.defineProperty;
|
|
17208
17310
|
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
|
|
@@ -17225,9 +17327,9 @@ var require_dist_cjs50 = __commonJS({
|
|
|
17225
17327
|
}
|
|
17226
17328
|
});
|
|
17227
17329
|
|
|
17228
|
-
// node_modules/@aws-sdk/
|
|
17330
|
+
// node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js
|
|
17229
17331
|
var require_dist_cjs51 = __commonJS({
|
|
17230
|
-
"node_modules/@aws-sdk/
|
|
17332
|
+
"node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js"(exports, module2) {
|
|
17231
17333
|
"use strict";
|
|
17232
17334
|
var __create2 = Object.create;
|
|
17233
17335
|
var __defProp2 = Object.defineProperty;
|
|
@@ -17263,6 +17365,7 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17263
17365
|
});
|
|
17264
17366
|
module2.exports = __toCommonJS2(src_exports);
|
|
17265
17367
|
var import_shared_ini_file_loader = require_dist_cjs8();
|
|
17368
|
+
var import_client2 = (init_client(), __toCommonJS(client_exports));
|
|
17266
17369
|
var import_property_provider2 = require_dist_cjs7();
|
|
17267
17370
|
var resolveCredentialSource = /* @__PURE__ */ __name((credentialSource, profileName, logger) => {
|
|
17268
17371
|
const sourceProvidersMap = {
|
|
@@ -17270,17 +17373,17 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17270
17373
|
const { fromHttp } = await Promise.resolve().then(() => __toESM2(require_dist_cjs38()));
|
|
17271
17374
|
const { fromContainerMetadata } = await Promise.resolve().then(() => __toESM2(require_dist_cjs37()));
|
|
17272
17375
|
logger == null ? void 0 : logger.debug("@aws-sdk/credential-provider-ini - credential_source is EcsContainer");
|
|
17273
|
-
return (0, import_property_provider2.chain)(fromHttp(options ?? {}), fromContainerMetadata(options));
|
|
17376
|
+
return async () => (0, import_property_provider2.chain)(fromHttp(options ?? {}), fromContainerMetadata(options))().then(setNamedProvider);
|
|
17274
17377
|
},
|
|
17275
17378
|
Ec2InstanceMetadata: async (options) => {
|
|
17276
17379
|
logger == null ? void 0 : logger.debug("@aws-sdk/credential-provider-ini - credential_source is Ec2InstanceMetadata");
|
|
17277
17380
|
const { fromInstanceMetadata } = await Promise.resolve().then(() => __toESM2(require_dist_cjs37()));
|
|
17278
|
-
return fromInstanceMetadata(options);
|
|
17381
|
+
return async () => fromInstanceMetadata(options)().then(setNamedProvider);
|
|
17279
17382
|
},
|
|
17280
17383
|
Environment: async (options) => {
|
|
17281
17384
|
logger == null ? void 0 : logger.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");
|
|
17282
17385
|
const { fromEnv } = await Promise.resolve().then(() => __toESM2(require_dist_cjs36()));
|
|
17283
|
-
return fromEnv(options);
|
|
17386
|
+
return async () => fromEnv(options)().then(setNamedProvider);
|
|
17284
17387
|
}
|
|
17285
17388
|
};
|
|
17286
17389
|
if (credentialSource in sourceProvidersMap) {
|
|
@@ -17292,6 +17395,7 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17292
17395
|
);
|
|
17293
17396
|
}
|
|
17294
17397
|
}, "resolveCredentialSource");
|
|
17398
|
+
var setNamedProvider = /* @__PURE__ */ __name((creds) => (0, import_client2.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_NAMED_PROVIDER", "p"), "setNamedProvider");
|
|
17295
17399
|
var isAssumeRoleProfile = /* @__PURE__ */ __name((arg, { profile = "default", logger } = {}) => {
|
|
17296
17400
|
return Boolean(arg) && typeof arg === "object" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1 && ["undefined", "string"].indexOf(typeof arg.external_id) > -1 && ["undefined", "string"].indexOf(typeof arg.mfa_serial) > -1 && (isAssumeRoleWithSourceProfile(arg, { profile, logger }) || isCredentialSourceProfile(arg, { profile, logger }));
|
|
17297
17401
|
}, "isAssumeRoleProfile");
|
|
@@ -17347,7 +17451,7 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17347
17451
|
isCredentialSourceWithoutRoleArn(profiles[source_profile] ?? {})
|
|
17348
17452
|
) : (await resolveCredentialSource(data.credential_source, profileName, options.logger)(options))();
|
|
17349
17453
|
if (isCredentialSourceWithoutRoleArn(data)) {
|
|
17350
|
-
return sourceCredsProvider;
|
|
17454
|
+
return sourceCredsProvider.then((creds) => (0, import_client2.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_SOURCE_PROFILE", "o"));
|
|
17351
17455
|
} else {
|
|
17352
17456
|
const params = {
|
|
17353
17457
|
RoleArn: data.role_arn,
|
|
@@ -17367,7 +17471,9 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17367
17471
|
params.TokenCode = await options.mfaCodeProvider(mfa_serial);
|
|
17368
17472
|
}
|
|
17369
17473
|
const sourceCreds = await sourceCredsProvider;
|
|
17370
|
-
return options.roleAssumer(sourceCreds, params)
|
|
17474
|
+
return options.roleAssumer(sourceCreds, params).then(
|
|
17475
|
+
(creds) => (0, import_client2.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_SOURCE_PROFILE", "o")
|
|
17476
|
+
);
|
|
17371
17477
|
}
|
|
17372
17478
|
}, "resolveAssumeRoleCredentials");
|
|
17373
17479
|
var isCredentialSourceWithoutRoleArn = /* @__PURE__ */ __name((section) => {
|
|
@@ -17378,27 +17484,34 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17378
17484
|
({ fromProcess }) => fromProcess({
|
|
17379
17485
|
...options,
|
|
17380
17486
|
profile
|
|
17381
|
-
})()
|
|
17487
|
+
})().then((creds) => (0, import_client2.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_PROCESS", "v"))
|
|
17382
17488
|
), "resolveProcessCredentials");
|
|
17383
|
-
var resolveSsoCredentials = /* @__PURE__ */ __name(async (profile, options = {}) => {
|
|
17489
|
+
var resolveSsoCredentials = /* @__PURE__ */ __name(async (profile, profileData, options = {}) => {
|
|
17384
17490
|
const { fromSSO } = await Promise.resolve().then(() => __toESM2(require_dist_cjs47()));
|
|
17385
17491
|
return fromSSO({
|
|
17386
17492
|
profile,
|
|
17387
17493
|
logger: options.logger
|
|
17388
|
-
})()
|
|
17494
|
+
})().then((creds) => {
|
|
17495
|
+
if (profileData.sso_session) {
|
|
17496
|
+
return (0, import_client2.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_SSO", "r");
|
|
17497
|
+
} else {
|
|
17498
|
+
return (0, import_client2.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_SSO_LEGACY", "t");
|
|
17499
|
+
}
|
|
17500
|
+
});
|
|
17389
17501
|
}, "resolveSsoCredentials");
|
|
17390
17502
|
var isSsoProfile = /* @__PURE__ */ __name((arg) => arg && (typeof arg.sso_start_url === "string" || typeof arg.sso_account_id === "string" || typeof arg.sso_session === "string" || typeof arg.sso_region === "string" || typeof arg.sso_role_name === "string"), "isSsoProfile");
|
|
17391
17503
|
var isStaticCredsProfile = /* @__PURE__ */ __name((arg) => Boolean(arg) && typeof arg === "object" && typeof arg.aws_access_key_id === "string" && typeof arg.aws_secret_access_key === "string" && ["undefined", "string"].indexOf(typeof arg.aws_session_token) > -1 && ["undefined", "string"].indexOf(typeof arg.aws_account_id) > -1, "isStaticCredsProfile");
|
|
17392
|
-
var resolveStaticCredentials = /* @__PURE__ */ __name((profile, options) => {
|
|
17504
|
+
var resolveStaticCredentials = /* @__PURE__ */ __name(async (profile, options) => {
|
|
17393
17505
|
var _a;
|
|
17394
17506
|
(_a = options == null ? void 0 : options.logger) == null ? void 0 : _a.debug("@aws-sdk/credential-provider-ini - resolveStaticCredentials");
|
|
17395
|
-
|
|
17507
|
+
const credentials = {
|
|
17396
17508
|
accessKeyId: profile.aws_access_key_id,
|
|
17397
17509
|
secretAccessKey: profile.aws_secret_access_key,
|
|
17398
17510
|
sessionToken: profile.aws_session_token,
|
|
17399
17511
|
...profile.aws_credential_scope && { credentialScope: profile.aws_credential_scope },
|
|
17400
17512
|
...profile.aws_account_id && { accountId: profile.aws_account_id }
|
|
17401
|
-
}
|
|
17513
|
+
};
|
|
17514
|
+
return (0, import_client2.setCredentialFeature)(credentials, "CREDENTIALS_PROFILE", "n");
|
|
17402
17515
|
}, "resolveStaticCredentials");
|
|
17403
17516
|
var isWebIdentityProfile = /* @__PURE__ */ __name((arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && typeof arg.role_arn === "string" && ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1, "isWebIdentityProfile");
|
|
17404
17517
|
var resolveWebIdentityCredentials = /* @__PURE__ */ __name(async (profile, options) => Promise.resolve().then(() => __toESM2(require_dist_cjs50())).then(
|
|
@@ -17409,7 +17522,7 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17409
17522
|
roleAssumerWithWebIdentity: options.roleAssumerWithWebIdentity,
|
|
17410
17523
|
logger: options.logger,
|
|
17411
17524
|
parentClientConfig: options.parentClientConfig
|
|
17412
|
-
})()
|
|
17525
|
+
})().then((creds) => (0, import_client2.setCredentialFeature)(creds, "CREDENTIALS_PROFILE_STS_WEB_ID_TOKEN", "q"))
|
|
17413
17526
|
), "resolveWebIdentityCredentials");
|
|
17414
17527
|
var resolveProfileData = /* @__PURE__ */ __name(async (profileName, profiles, options, visitedProfiles = {}, isAssumeRoleRecursiveCall = false) => {
|
|
17415
17528
|
const data = profiles[profileName];
|
|
@@ -17429,7 +17542,7 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17429
17542
|
return resolveProcessCredentials(options, profileName);
|
|
17430
17543
|
}
|
|
17431
17544
|
if (isSsoProfile(data)) {
|
|
17432
|
-
return await resolveSsoCredentials(profileName, options);
|
|
17545
|
+
return await resolveSsoCredentials(profileName, data, options);
|
|
17433
17546
|
}
|
|
17434
17547
|
throw new import_property_provider2.CredentialsProviderError(
|
|
17435
17548
|
`Could not resolve credentials using profile: [${profileName}] in configuration/credentials file(s).`,
|
|
@@ -17445,9 +17558,9 @@ var require_dist_cjs51 = __commonJS({
|
|
|
17445
17558
|
}
|
|
17446
17559
|
});
|
|
17447
17560
|
|
|
17448
|
-
// node_modules/@aws-sdk/
|
|
17561
|
+
// node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js
|
|
17449
17562
|
var require_dist_cjs52 = __commonJS({
|
|
17450
|
-
"node_modules/@aws-sdk/
|
|
17563
|
+
"node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js"(exports, module2) {
|
|
17451
17564
|
"use strict";
|
|
17452
17565
|
var __create2 = Object.create;
|
|
17453
17566
|
var __defProp2 = Object.defineProperty;
|
|
@@ -17696,7 +17809,7 @@ var require_runtimeConfig4 = __commonJS({
|
|
|
17696
17809
|
var core_1 = (init_dist_es2(), __toCommonJS(dist_es_exports2));
|
|
17697
17810
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
17698
17811
|
var util_user_agent_node_1 = require_dist_cjs39();
|
|
17699
|
-
var config_resolver_1 =
|
|
17812
|
+
var config_resolver_1 = require_dist_cjs34();
|
|
17700
17813
|
var hash_node_1 = require_dist_cjs40();
|
|
17701
17814
|
var middleware_retry_1 = require_dist_cjs28();
|
|
17702
17815
|
var node_config_provider_1 = require_dist_cjs9();
|
|
@@ -17720,7 +17833,7 @@ var require_runtimeConfig4 = __commonJS({
|
|
|
17720
17833
|
defaultsMode,
|
|
17721
17834
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
17722
17835
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
17723
|
-
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.
|
|
17836
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
17724
17837
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
17725
17838
|
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
17726
17839
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -18458,10 +18571,10 @@ var require_dist_cjs54 = __commonJS({
|
|
|
18458
18571
|
var import_middleware_host_header = require_dist_cjs3();
|
|
18459
18572
|
var import_middleware_logger = require_dist_cjs4();
|
|
18460
18573
|
var import_middleware_recursion_detection = require_dist_cjs5();
|
|
18461
|
-
var import_middleware_user_agent =
|
|
18462
|
-
var import_config_resolver =
|
|
18574
|
+
var import_middleware_user_agent = require_dist_cjs32();
|
|
18575
|
+
var import_config_resolver = require_dist_cjs34();
|
|
18463
18576
|
var import_core3 = (init_dist_es(), __toCommonJS(dist_es_exports));
|
|
18464
|
-
var import_middleware_content_length =
|
|
18577
|
+
var import_middleware_content_length = require_dist_cjs35();
|
|
18465
18578
|
var import_middleware_endpoint2 = require_dist_cjs13();
|
|
18466
18579
|
var import_middleware_retry2 = require_dist_cjs28();
|
|
18467
18580
|
var import_httpAuthSchemeProvider = require_httpAuthSchemeProvider();
|