@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
|
@@ -0,0 +1,497 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { AcceptHandshakeCommandInput, AcceptHandshakeCommandOutput } from "../commands/AcceptHandshakeCommand";
|
|
4
|
+
import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "../commands/AttachPolicyCommand";
|
|
5
|
+
import { CancelHandshakeCommandInput, CancelHandshakeCommandOutput } from "../commands/CancelHandshakeCommand";
|
|
6
|
+
import { CloseAccountCommandInput, CloseAccountCommandOutput } from "../commands/CloseAccountCommand";
|
|
7
|
+
import { CreateAccountCommandInput, CreateAccountCommandOutput } from "../commands/CreateAccountCommand";
|
|
8
|
+
import { CreateGovCloudAccountCommandInput, CreateGovCloudAccountCommandOutput } from "../commands/CreateGovCloudAccountCommand";
|
|
9
|
+
import { CreateOrganizationalUnitCommandInput, CreateOrganizationalUnitCommandOutput } from "../commands/CreateOrganizationalUnitCommand";
|
|
10
|
+
import { CreateOrganizationCommandInput, CreateOrganizationCommandOutput } from "../commands/CreateOrganizationCommand";
|
|
11
|
+
import { CreatePolicyCommandInput, CreatePolicyCommandOutput } from "../commands/CreatePolicyCommand";
|
|
12
|
+
import { DeclineHandshakeCommandInput, DeclineHandshakeCommandOutput } from "../commands/DeclineHandshakeCommand";
|
|
13
|
+
import { DeleteOrganizationalUnitCommandInput, DeleteOrganizationalUnitCommandOutput } from "../commands/DeleteOrganizationalUnitCommand";
|
|
14
|
+
import { DeleteOrganizationCommandInput, DeleteOrganizationCommandOutput } from "../commands/DeleteOrganizationCommand";
|
|
15
|
+
import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "../commands/DeletePolicyCommand";
|
|
16
|
+
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
|
|
17
|
+
import { DeregisterDelegatedAdministratorCommandInput, DeregisterDelegatedAdministratorCommandOutput } from "../commands/DeregisterDelegatedAdministratorCommand";
|
|
18
|
+
import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "../commands/DescribeAccountCommand";
|
|
19
|
+
import { DescribeCreateAccountStatusCommandInput, DescribeCreateAccountStatusCommandOutput } from "../commands/DescribeCreateAccountStatusCommand";
|
|
20
|
+
import { DescribeEffectivePolicyCommandInput, DescribeEffectivePolicyCommandOutput } from "../commands/DescribeEffectivePolicyCommand";
|
|
21
|
+
import { DescribeHandshakeCommandInput, DescribeHandshakeCommandOutput } from "../commands/DescribeHandshakeCommand";
|
|
22
|
+
import { DescribeOrganizationalUnitCommandInput, DescribeOrganizationalUnitCommandOutput } from "../commands/DescribeOrganizationalUnitCommand";
|
|
23
|
+
import { DescribeOrganizationCommandInput, DescribeOrganizationCommandOutput } from "../commands/DescribeOrganizationCommand";
|
|
24
|
+
import { DescribePolicyCommandInput, DescribePolicyCommandOutput } from "../commands/DescribePolicyCommand";
|
|
25
|
+
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "../commands/DescribeResourcePolicyCommand";
|
|
26
|
+
import { DetachPolicyCommandInput, DetachPolicyCommandOutput } from "../commands/DetachPolicyCommand";
|
|
27
|
+
import { DisableAWSServiceAccessCommandInput, DisableAWSServiceAccessCommandOutput } from "../commands/DisableAWSServiceAccessCommand";
|
|
28
|
+
import { DisablePolicyTypeCommandInput, DisablePolicyTypeCommandOutput } from "../commands/DisablePolicyTypeCommand";
|
|
29
|
+
import { EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput } from "../commands/EnableAllFeaturesCommand";
|
|
30
|
+
import { EnableAWSServiceAccessCommandInput, EnableAWSServiceAccessCommandOutput } from "../commands/EnableAWSServiceAccessCommand";
|
|
31
|
+
import { EnablePolicyTypeCommandInput, EnablePolicyTypeCommandOutput } from "../commands/EnablePolicyTypeCommand";
|
|
32
|
+
import { InviteAccountToOrganizationCommandInput, InviteAccountToOrganizationCommandOutput } from "../commands/InviteAccountToOrganizationCommand";
|
|
33
|
+
import { LeaveOrganizationCommandInput, LeaveOrganizationCommandOutput } from "../commands/LeaveOrganizationCommand";
|
|
34
|
+
import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
|
|
35
|
+
import { ListAccountsForParentCommandInput, ListAccountsForParentCommandOutput } from "../commands/ListAccountsForParentCommand";
|
|
36
|
+
import { ListAWSServiceAccessForOrganizationCommandInput, ListAWSServiceAccessForOrganizationCommandOutput } from "../commands/ListAWSServiceAccessForOrganizationCommand";
|
|
37
|
+
import { ListChildrenCommandInput, ListChildrenCommandOutput } from "../commands/ListChildrenCommand";
|
|
38
|
+
import { ListCreateAccountStatusCommandInput, ListCreateAccountStatusCommandOutput } from "../commands/ListCreateAccountStatusCommand";
|
|
39
|
+
import { ListDelegatedAdministratorsCommandInput, ListDelegatedAdministratorsCommandOutput } from "../commands/ListDelegatedAdministratorsCommand";
|
|
40
|
+
import { ListDelegatedServicesForAccountCommandInput, ListDelegatedServicesForAccountCommandOutput } from "../commands/ListDelegatedServicesForAccountCommand";
|
|
41
|
+
import { ListHandshakesForAccountCommandInput, ListHandshakesForAccountCommandOutput } from "../commands/ListHandshakesForAccountCommand";
|
|
42
|
+
import { ListHandshakesForOrganizationCommandInput, ListHandshakesForOrganizationCommandOutput } from "../commands/ListHandshakesForOrganizationCommand";
|
|
43
|
+
import { ListOrganizationalUnitsForParentCommandInput, ListOrganizationalUnitsForParentCommandOutput } from "../commands/ListOrganizationalUnitsForParentCommand";
|
|
44
|
+
import { ListParentsCommandInput, ListParentsCommandOutput } from "../commands/ListParentsCommand";
|
|
45
|
+
import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "../commands/ListPoliciesCommand";
|
|
46
|
+
import { ListPoliciesForTargetCommandInput, ListPoliciesForTargetCommandOutput } from "../commands/ListPoliciesForTargetCommand";
|
|
47
|
+
import { ListRootsCommandInput, ListRootsCommandOutput } from "../commands/ListRootsCommand";
|
|
48
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
49
|
+
import { ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput } from "../commands/ListTargetsForPolicyCommand";
|
|
50
|
+
import { MoveAccountCommandInput, MoveAccountCommandOutput } from "../commands/MoveAccountCommand";
|
|
51
|
+
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
52
|
+
import { RegisterDelegatedAdministratorCommandInput, RegisterDelegatedAdministratorCommandOutput } from "../commands/RegisterDelegatedAdministratorCommand";
|
|
53
|
+
import { RemoveAccountFromOrganizationCommandInput, RemoveAccountFromOrganizationCommandOutput } from "../commands/RemoveAccountFromOrganizationCommand";
|
|
54
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
55
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
56
|
+
import { UpdateOrganizationalUnitCommandInput, UpdateOrganizationalUnitCommandOutput } from "../commands/UpdateOrganizationalUnitCommand";
|
|
57
|
+
import { UpdatePolicyCommandInput, UpdatePolicyCommandOutput } from "../commands/UpdatePolicyCommand";
|
|
58
|
+
/**
|
|
59
|
+
* serializeAws_json1_1AcceptHandshakeCommand
|
|
60
|
+
*/
|
|
61
|
+
export declare const se_AcceptHandshakeCommand: (input: AcceptHandshakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
/**
|
|
63
|
+
* serializeAws_json1_1AttachPolicyCommand
|
|
64
|
+
*/
|
|
65
|
+
export declare const se_AttachPolicyCommand: (input: AttachPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
/**
|
|
67
|
+
* serializeAws_json1_1CancelHandshakeCommand
|
|
68
|
+
*/
|
|
69
|
+
export declare const se_CancelHandshakeCommand: (input: CancelHandshakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
/**
|
|
71
|
+
* serializeAws_json1_1CloseAccountCommand
|
|
72
|
+
*/
|
|
73
|
+
export declare const se_CloseAccountCommand: (input: CloseAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
/**
|
|
75
|
+
* serializeAws_json1_1CreateAccountCommand
|
|
76
|
+
*/
|
|
77
|
+
export declare const se_CreateAccountCommand: (input: CreateAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
/**
|
|
79
|
+
* serializeAws_json1_1CreateGovCloudAccountCommand
|
|
80
|
+
*/
|
|
81
|
+
export declare const se_CreateGovCloudAccountCommand: (input: CreateGovCloudAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
/**
|
|
83
|
+
* serializeAws_json1_1CreateOrganizationCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const se_CreateOrganizationCommand: (input: CreateOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_json1_1CreateOrganizationalUnitCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_CreateOrganizationalUnitCommand: (input: CreateOrganizationalUnitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
/**
|
|
91
|
+
* serializeAws_json1_1CreatePolicyCommand
|
|
92
|
+
*/
|
|
93
|
+
export declare const se_CreatePolicyCommand: (input: CreatePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
/**
|
|
95
|
+
* serializeAws_json1_1DeclineHandshakeCommand
|
|
96
|
+
*/
|
|
97
|
+
export declare const se_DeclineHandshakeCommand: (input: DeclineHandshakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
/**
|
|
99
|
+
* serializeAws_json1_1DeleteOrganizationCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const se_DeleteOrganizationCommand: (input: DeleteOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
/**
|
|
103
|
+
* serializeAws_json1_1DeleteOrganizationalUnitCommand
|
|
104
|
+
*/
|
|
105
|
+
export declare const se_DeleteOrganizationalUnitCommand: (input: DeleteOrganizationalUnitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
/**
|
|
107
|
+
* serializeAws_json1_1DeletePolicyCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const se_DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
/**
|
|
111
|
+
* serializeAws_json1_1DeleteResourcePolicyCommand
|
|
112
|
+
*/
|
|
113
|
+
export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
/**
|
|
115
|
+
* serializeAws_json1_1DeregisterDelegatedAdministratorCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const se_DeregisterDelegatedAdministratorCommand: (input: DeregisterDelegatedAdministratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
/**
|
|
119
|
+
* serializeAws_json1_1DescribeAccountCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const se_DescribeAccountCommand: (input: DescribeAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
/**
|
|
123
|
+
* serializeAws_json1_1DescribeCreateAccountStatusCommand
|
|
124
|
+
*/
|
|
125
|
+
export declare const se_DescribeCreateAccountStatusCommand: (input: DescribeCreateAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
/**
|
|
127
|
+
* serializeAws_json1_1DescribeEffectivePolicyCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const se_DescribeEffectivePolicyCommand: (input: DescribeEffectivePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
/**
|
|
131
|
+
* serializeAws_json1_1DescribeHandshakeCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const se_DescribeHandshakeCommand: (input: DescribeHandshakeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
/**
|
|
135
|
+
* serializeAws_json1_1DescribeOrganizationCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const se_DescribeOrganizationCommand: (input: DescribeOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
/**
|
|
139
|
+
* serializeAws_json1_1DescribeOrganizationalUnitCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const se_DescribeOrganizationalUnitCommand: (input: DescribeOrganizationalUnitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
/**
|
|
143
|
+
* serializeAws_json1_1DescribePolicyCommand
|
|
144
|
+
*/
|
|
145
|
+
export declare const se_DescribePolicyCommand: (input: DescribePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
+
/**
|
|
147
|
+
* serializeAws_json1_1DescribeResourcePolicyCommand
|
|
148
|
+
*/
|
|
149
|
+
export declare const se_DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
+
/**
|
|
151
|
+
* serializeAws_json1_1DetachPolicyCommand
|
|
152
|
+
*/
|
|
153
|
+
export declare const se_DetachPolicyCommand: (input: DetachPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
+
/**
|
|
155
|
+
* serializeAws_json1_1DisableAWSServiceAccessCommand
|
|
156
|
+
*/
|
|
157
|
+
export declare const se_DisableAWSServiceAccessCommand: (input: DisableAWSServiceAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
+
/**
|
|
159
|
+
* serializeAws_json1_1DisablePolicyTypeCommand
|
|
160
|
+
*/
|
|
161
|
+
export declare const se_DisablePolicyTypeCommand: (input: DisablePolicyTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
+
/**
|
|
163
|
+
* serializeAws_json1_1EnableAllFeaturesCommand
|
|
164
|
+
*/
|
|
165
|
+
export declare const se_EnableAllFeaturesCommand: (input: EnableAllFeaturesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
+
/**
|
|
167
|
+
* serializeAws_json1_1EnableAWSServiceAccessCommand
|
|
168
|
+
*/
|
|
169
|
+
export declare const se_EnableAWSServiceAccessCommand: (input: EnableAWSServiceAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
+
/**
|
|
171
|
+
* serializeAws_json1_1EnablePolicyTypeCommand
|
|
172
|
+
*/
|
|
173
|
+
export declare const se_EnablePolicyTypeCommand: (input: EnablePolicyTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
+
/**
|
|
175
|
+
* serializeAws_json1_1InviteAccountToOrganizationCommand
|
|
176
|
+
*/
|
|
177
|
+
export declare const se_InviteAccountToOrganizationCommand: (input: InviteAccountToOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
+
/**
|
|
179
|
+
* serializeAws_json1_1LeaveOrganizationCommand
|
|
180
|
+
*/
|
|
181
|
+
export declare const se_LeaveOrganizationCommand: (input: LeaveOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
+
/**
|
|
183
|
+
* serializeAws_json1_1ListAccountsCommand
|
|
184
|
+
*/
|
|
185
|
+
export declare const se_ListAccountsCommand: (input: ListAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
+
/**
|
|
187
|
+
* serializeAws_json1_1ListAccountsForParentCommand
|
|
188
|
+
*/
|
|
189
|
+
export declare const se_ListAccountsForParentCommand: (input: ListAccountsForParentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
+
/**
|
|
191
|
+
* serializeAws_json1_1ListAWSServiceAccessForOrganizationCommand
|
|
192
|
+
*/
|
|
193
|
+
export declare const se_ListAWSServiceAccessForOrganizationCommand: (input: ListAWSServiceAccessForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
+
/**
|
|
195
|
+
* serializeAws_json1_1ListChildrenCommand
|
|
196
|
+
*/
|
|
197
|
+
export declare const se_ListChildrenCommand: (input: ListChildrenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
+
/**
|
|
199
|
+
* serializeAws_json1_1ListCreateAccountStatusCommand
|
|
200
|
+
*/
|
|
201
|
+
export declare const se_ListCreateAccountStatusCommand: (input: ListCreateAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
|
+
/**
|
|
203
|
+
* serializeAws_json1_1ListDelegatedAdministratorsCommand
|
|
204
|
+
*/
|
|
205
|
+
export declare const se_ListDelegatedAdministratorsCommand: (input: ListDelegatedAdministratorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
206
|
+
/**
|
|
207
|
+
* serializeAws_json1_1ListDelegatedServicesForAccountCommand
|
|
208
|
+
*/
|
|
209
|
+
export declare const se_ListDelegatedServicesForAccountCommand: (input: ListDelegatedServicesForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
210
|
+
/**
|
|
211
|
+
* serializeAws_json1_1ListHandshakesForAccountCommand
|
|
212
|
+
*/
|
|
213
|
+
export declare const se_ListHandshakesForAccountCommand: (input: ListHandshakesForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
214
|
+
/**
|
|
215
|
+
* serializeAws_json1_1ListHandshakesForOrganizationCommand
|
|
216
|
+
*/
|
|
217
|
+
export declare const se_ListHandshakesForOrganizationCommand: (input: ListHandshakesForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
218
|
+
/**
|
|
219
|
+
* serializeAws_json1_1ListOrganizationalUnitsForParentCommand
|
|
220
|
+
*/
|
|
221
|
+
export declare const se_ListOrganizationalUnitsForParentCommand: (input: ListOrganizationalUnitsForParentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
222
|
+
/**
|
|
223
|
+
* serializeAws_json1_1ListParentsCommand
|
|
224
|
+
*/
|
|
225
|
+
export declare const se_ListParentsCommand: (input: ListParentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
226
|
+
/**
|
|
227
|
+
* serializeAws_json1_1ListPoliciesCommand
|
|
228
|
+
*/
|
|
229
|
+
export declare const se_ListPoliciesCommand: (input: ListPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
230
|
+
/**
|
|
231
|
+
* serializeAws_json1_1ListPoliciesForTargetCommand
|
|
232
|
+
*/
|
|
233
|
+
export declare const se_ListPoliciesForTargetCommand: (input: ListPoliciesForTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
234
|
+
/**
|
|
235
|
+
* serializeAws_json1_1ListRootsCommand
|
|
236
|
+
*/
|
|
237
|
+
export declare const se_ListRootsCommand: (input: ListRootsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
238
|
+
/**
|
|
239
|
+
* serializeAws_json1_1ListTagsForResourceCommand
|
|
240
|
+
*/
|
|
241
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
242
|
+
/**
|
|
243
|
+
* serializeAws_json1_1ListTargetsForPolicyCommand
|
|
244
|
+
*/
|
|
245
|
+
export declare const se_ListTargetsForPolicyCommand: (input: ListTargetsForPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
246
|
+
/**
|
|
247
|
+
* serializeAws_json1_1MoveAccountCommand
|
|
248
|
+
*/
|
|
249
|
+
export declare const se_MoveAccountCommand: (input: MoveAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
250
|
+
/**
|
|
251
|
+
* serializeAws_json1_1PutResourcePolicyCommand
|
|
252
|
+
*/
|
|
253
|
+
export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
254
|
+
/**
|
|
255
|
+
* serializeAws_json1_1RegisterDelegatedAdministratorCommand
|
|
256
|
+
*/
|
|
257
|
+
export declare const se_RegisterDelegatedAdministratorCommand: (input: RegisterDelegatedAdministratorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
258
|
+
/**
|
|
259
|
+
* serializeAws_json1_1RemoveAccountFromOrganizationCommand
|
|
260
|
+
*/
|
|
261
|
+
export declare const se_RemoveAccountFromOrganizationCommand: (input: RemoveAccountFromOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
262
|
+
/**
|
|
263
|
+
* serializeAws_json1_1TagResourceCommand
|
|
264
|
+
*/
|
|
265
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
266
|
+
/**
|
|
267
|
+
* serializeAws_json1_1UntagResourceCommand
|
|
268
|
+
*/
|
|
269
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
270
|
+
/**
|
|
271
|
+
* serializeAws_json1_1UpdateOrganizationalUnitCommand
|
|
272
|
+
*/
|
|
273
|
+
export declare const se_UpdateOrganizationalUnitCommand: (input: UpdateOrganizationalUnitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
274
|
+
/**
|
|
275
|
+
* serializeAws_json1_1UpdatePolicyCommand
|
|
276
|
+
*/
|
|
277
|
+
export declare const se_UpdatePolicyCommand: (input: UpdatePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
278
|
+
/**
|
|
279
|
+
* deserializeAws_json1_1AcceptHandshakeCommand
|
|
280
|
+
*/
|
|
281
|
+
export declare const de_AcceptHandshakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptHandshakeCommandOutput>;
|
|
282
|
+
/**
|
|
283
|
+
* deserializeAws_json1_1AttachPolicyCommand
|
|
284
|
+
*/
|
|
285
|
+
export declare const de_AttachPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachPolicyCommandOutput>;
|
|
286
|
+
/**
|
|
287
|
+
* deserializeAws_json1_1CancelHandshakeCommand
|
|
288
|
+
*/
|
|
289
|
+
export declare const de_CancelHandshakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelHandshakeCommandOutput>;
|
|
290
|
+
/**
|
|
291
|
+
* deserializeAws_json1_1CloseAccountCommand
|
|
292
|
+
*/
|
|
293
|
+
export declare const de_CloseAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CloseAccountCommandOutput>;
|
|
294
|
+
/**
|
|
295
|
+
* deserializeAws_json1_1CreateAccountCommand
|
|
296
|
+
*/
|
|
297
|
+
export declare const de_CreateAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountCommandOutput>;
|
|
298
|
+
/**
|
|
299
|
+
* deserializeAws_json1_1CreateGovCloudAccountCommand
|
|
300
|
+
*/
|
|
301
|
+
export declare const de_CreateGovCloudAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGovCloudAccountCommandOutput>;
|
|
302
|
+
/**
|
|
303
|
+
* deserializeAws_json1_1CreateOrganizationCommand
|
|
304
|
+
*/
|
|
305
|
+
export declare const de_CreateOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOrganizationCommandOutput>;
|
|
306
|
+
/**
|
|
307
|
+
* deserializeAws_json1_1CreateOrganizationalUnitCommand
|
|
308
|
+
*/
|
|
309
|
+
export declare const de_CreateOrganizationalUnitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOrganizationalUnitCommandOutput>;
|
|
310
|
+
/**
|
|
311
|
+
* deserializeAws_json1_1CreatePolicyCommand
|
|
312
|
+
*/
|
|
313
|
+
export declare const de_CreatePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePolicyCommandOutput>;
|
|
314
|
+
/**
|
|
315
|
+
* deserializeAws_json1_1DeclineHandshakeCommand
|
|
316
|
+
*/
|
|
317
|
+
export declare const de_DeclineHandshakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeclineHandshakeCommandOutput>;
|
|
318
|
+
/**
|
|
319
|
+
* deserializeAws_json1_1DeleteOrganizationCommand
|
|
320
|
+
*/
|
|
321
|
+
export declare const de_DeleteOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOrganizationCommandOutput>;
|
|
322
|
+
/**
|
|
323
|
+
* deserializeAws_json1_1DeleteOrganizationalUnitCommand
|
|
324
|
+
*/
|
|
325
|
+
export declare const de_DeleteOrganizationalUnitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOrganizationalUnitCommandOutput>;
|
|
326
|
+
/**
|
|
327
|
+
* deserializeAws_json1_1DeletePolicyCommand
|
|
328
|
+
*/
|
|
329
|
+
export declare const de_DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
|
|
330
|
+
/**
|
|
331
|
+
* deserializeAws_json1_1DeleteResourcePolicyCommand
|
|
332
|
+
*/
|
|
333
|
+
export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
334
|
+
/**
|
|
335
|
+
* deserializeAws_json1_1DeregisterDelegatedAdministratorCommand
|
|
336
|
+
*/
|
|
337
|
+
export declare const de_DeregisterDelegatedAdministratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterDelegatedAdministratorCommandOutput>;
|
|
338
|
+
/**
|
|
339
|
+
* deserializeAws_json1_1DescribeAccountCommand
|
|
340
|
+
*/
|
|
341
|
+
export declare const de_DescribeAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountCommandOutput>;
|
|
342
|
+
/**
|
|
343
|
+
* deserializeAws_json1_1DescribeCreateAccountStatusCommand
|
|
344
|
+
*/
|
|
345
|
+
export declare const de_DescribeCreateAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCreateAccountStatusCommandOutput>;
|
|
346
|
+
/**
|
|
347
|
+
* deserializeAws_json1_1DescribeEffectivePolicyCommand
|
|
348
|
+
*/
|
|
349
|
+
export declare const de_DescribeEffectivePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEffectivePolicyCommandOutput>;
|
|
350
|
+
/**
|
|
351
|
+
* deserializeAws_json1_1DescribeHandshakeCommand
|
|
352
|
+
*/
|
|
353
|
+
export declare const de_DescribeHandshakeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHandshakeCommandOutput>;
|
|
354
|
+
/**
|
|
355
|
+
* deserializeAws_json1_1DescribeOrganizationCommand
|
|
356
|
+
*/
|
|
357
|
+
export declare const de_DescribeOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationCommandOutput>;
|
|
358
|
+
/**
|
|
359
|
+
* deserializeAws_json1_1DescribeOrganizationalUnitCommand
|
|
360
|
+
*/
|
|
361
|
+
export declare const de_DescribeOrganizationalUnitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationalUnitCommandOutput>;
|
|
362
|
+
/**
|
|
363
|
+
* deserializeAws_json1_1DescribePolicyCommand
|
|
364
|
+
*/
|
|
365
|
+
export declare const de_DescribePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePolicyCommandOutput>;
|
|
366
|
+
/**
|
|
367
|
+
* deserializeAws_json1_1DescribeResourcePolicyCommand
|
|
368
|
+
*/
|
|
369
|
+
export declare const de_DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
|
|
370
|
+
/**
|
|
371
|
+
* deserializeAws_json1_1DetachPolicyCommand
|
|
372
|
+
*/
|
|
373
|
+
export declare const de_DetachPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachPolicyCommandOutput>;
|
|
374
|
+
/**
|
|
375
|
+
* deserializeAws_json1_1DisableAWSServiceAccessCommand
|
|
376
|
+
*/
|
|
377
|
+
export declare const de_DisableAWSServiceAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableAWSServiceAccessCommandOutput>;
|
|
378
|
+
/**
|
|
379
|
+
* deserializeAws_json1_1DisablePolicyTypeCommand
|
|
380
|
+
*/
|
|
381
|
+
export declare const de_DisablePolicyTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisablePolicyTypeCommandOutput>;
|
|
382
|
+
/**
|
|
383
|
+
* deserializeAws_json1_1EnableAllFeaturesCommand
|
|
384
|
+
*/
|
|
385
|
+
export declare const de_EnableAllFeaturesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAllFeaturesCommandOutput>;
|
|
386
|
+
/**
|
|
387
|
+
* deserializeAws_json1_1EnableAWSServiceAccessCommand
|
|
388
|
+
*/
|
|
389
|
+
export declare const de_EnableAWSServiceAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAWSServiceAccessCommandOutput>;
|
|
390
|
+
/**
|
|
391
|
+
* deserializeAws_json1_1EnablePolicyTypeCommand
|
|
392
|
+
*/
|
|
393
|
+
export declare const de_EnablePolicyTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnablePolicyTypeCommandOutput>;
|
|
394
|
+
/**
|
|
395
|
+
* deserializeAws_json1_1InviteAccountToOrganizationCommand
|
|
396
|
+
*/
|
|
397
|
+
export declare const de_InviteAccountToOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InviteAccountToOrganizationCommandOutput>;
|
|
398
|
+
/**
|
|
399
|
+
* deserializeAws_json1_1LeaveOrganizationCommand
|
|
400
|
+
*/
|
|
401
|
+
export declare const de_LeaveOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<LeaveOrganizationCommandOutput>;
|
|
402
|
+
/**
|
|
403
|
+
* deserializeAws_json1_1ListAccountsCommand
|
|
404
|
+
*/
|
|
405
|
+
export declare const de_ListAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountsCommandOutput>;
|
|
406
|
+
/**
|
|
407
|
+
* deserializeAws_json1_1ListAccountsForParentCommand
|
|
408
|
+
*/
|
|
409
|
+
export declare const de_ListAccountsForParentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountsForParentCommandOutput>;
|
|
410
|
+
/**
|
|
411
|
+
* deserializeAws_json1_1ListAWSServiceAccessForOrganizationCommand
|
|
412
|
+
*/
|
|
413
|
+
export declare const de_ListAWSServiceAccessForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAWSServiceAccessForOrganizationCommandOutput>;
|
|
414
|
+
/**
|
|
415
|
+
* deserializeAws_json1_1ListChildrenCommand
|
|
416
|
+
*/
|
|
417
|
+
export declare const de_ListChildrenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChildrenCommandOutput>;
|
|
418
|
+
/**
|
|
419
|
+
* deserializeAws_json1_1ListCreateAccountStatusCommand
|
|
420
|
+
*/
|
|
421
|
+
export declare const de_ListCreateAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCreateAccountStatusCommandOutput>;
|
|
422
|
+
/**
|
|
423
|
+
* deserializeAws_json1_1ListDelegatedAdministratorsCommand
|
|
424
|
+
*/
|
|
425
|
+
export declare const de_ListDelegatedAdministratorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDelegatedAdministratorsCommandOutput>;
|
|
426
|
+
/**
|
|
427
|
+
* deserializeAws_json1_1ListDelegatedServicesForAccountCommand
|
|
428
|
+
*/
|
|
429
|
+
export declare const de_ListDelegatedServicesForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDelegatedServicesForAccountCommandOutput>;
|
|
430
|
+
/**
|
|
431
|
+
* deserializeAws_json1_1ListHandshakesForAccountCommand
|
|
432
|
+
*/
|
|
433
|
+
export declare const de_ListHandshakesForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHandshakesForAccountCommandOutput>;
|
|
434
|
+
/**
|
|
435
|
+
* deserializeAws_json1_1ListHandshakesForOrganizationCommand
|
|
436
|
+
*/
|
|
437
|
+
export declare const de_ListHandshakesForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHandshakesForOrganizationCommandOutput>;
|
|
438
|
+
/**
|
|
439
|
+
* deserializeAws_json1_1ListOrganizationalUnitsForParentCommand
|
|
440
|
+
*/
|
|
441
|
+
export declare const de_ListOrganizationalUnitsForParentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationalUnitsForParentCommandOutput>;
|
|
442
|
+
/**
|
|
443
|
+
* deserializeAws_json1_1ListParentsCommand
|
|
444
|
+
*/
|
|
445
|
+
export declare const de_ListParentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListParentsCommandOutput>;
|
|
446
|
+
/**
|
|
447
|
+
* deserializeAws_json1_1ListPoliciesCommand
|
|
448
|
+
*/
|
|
449
|
+
export declare const de_ListPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPoliciesCommandOutput>;
|
|
450
|
+
/**
|
|
451
|
+
* deserializeAws_json1_1ListPoliciesForTargetCommand
|
|
452
|
+
*/
|
|
453
|
+
export declare const de_ListPoliciesForTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPoliciesForTargetCommandOutput>;
|
|
454
|
+
/**
|
|
455
|
+
* deserializeAws_json1_1ListRootsCommand
|
|
456
|
+
*/
|
|
457
|
+
export declare const de_ListRootsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRootsCommandOutput>;
|
|
458
|
+
/**
|
|
459
|
+
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
460
|
+
*/
|
|
461
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
462
|
+
/**
|
|
463
|
+
* deserializeAws_json1_1ListTargetsForPolicyCommand
|
|
464
|
+
*/
|
|
465
|
+
export declare const de_ListTargetsForPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTargetsForPolicyCommandOutput>;
|
|
466
|
+
/**
|
|
467
|
+
* deserializeAws_json1_1MoveAccountCommand
|
|
468
|
+
*/
|
|
469
|
+
export declare const de_MoveAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MoveAccountCommandOutput>;
|
|
470
|
+
/**
|
|
471
|
+
* deserializeAws_json1_1PutResourcePolicyCommand
|
|
472
|
+
*/
|
|
473
|
+
export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
|
|
474
|
+
/**
|
|
475
|
+
* deserializeAws_json1_1RegisterDelegatedAdministratorCommand
|
|
476
|
+
*/
|
|
477
|
+
export declare const de_RegisterDelegatedAdministratorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterDelegatedAdministratorCommandOutput>;
|
|
478
|
+
/**
|
|
479
|
+
* deserializeAws_json1_1RemoveAccountFromOrganizationCommand
|
|
480
|
+
*/
|
|
481
|
+
export declare const de_RemoveAccountFromOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveAccountFromOrganizationCommandOutput>;
|
|
482
|
+
/**
|
|
483
|
+
* deserializeAws_json1_1TagResourceCommand
|
|
484
|
+
*/
|
|
485
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
486
|
+
/**
|
|
487
|
+
* deserializeAws_json1_1UntagResourceCommand
|
|
488
|
+
*/
|
|
489
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
490
|
+
/**
|
|
491
|
+
* deserializeAws_json1_1UpdateOrganizationalUnitCommand
|
|
492
|
+
*/
|
|
493
|
+
export declare const de_UpdateOrganizationalUnitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationalUnitCommandOutput>;
|
|
494
|
+
/**
|
|
495
|
+
* deserializeAws_json1_1UpdatePolicyCommand
|
|
496
|
+
*/
|
|
497
|
+
export declare const de_UpdatePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePolicyCommandOutput>;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
|
+
import { OrganizationsClientConfig } from "./OrganizationsClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
11
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
+
requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
|
|
15
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
|
+
apiVersion: string;
|
|
21
|
+
cacheMiddleware?: boolean | undefined;
|
|
22
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
23
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
24
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
25
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
27
|
+
disableHostPrefix: boolean;
|
|
28
|
+
serviceId: string;
|
|
29
|
+
logger: import("@smithy/types").Logger;
|
|
30
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
31
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
|
+
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
37
|
+
}) => import("@smithy/types").EndpointV2;
|
|
38
|
+
tls?: boolean | undefined;
|
|
39
|
+
serviceConfiguredEndpoint?: undefined;
|
|
40
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
41
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").OrganizationsHttpAuthSchemeProvider;
|
|
42
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
43
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
44
|
+
signingEscapePath?: boolean | undefined;
|
|
45
|
+
systemClockOffset?: number | undefined;
|
|
46
|
+
signingRegion?: string | undefined;
|
|
47
|
+
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
48
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
|
+
import { OrganizationsClientConfig } from "./OrganizationsClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
+
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
|
|
11
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
14
|
+
requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
|
|
15
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
24
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
25
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
26
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
27
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
28
|
+
disableHostPrefix: boolean;
|
|
29
|
+
serviceId: string;
|
|
30
|
+
logger: import("@smithy/types").Logger;
|
|
31
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
33
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
37
|
+
}) => import("@smithy/types").EndpointV2;
|
|
38
|
+
tls?: boolean | undefined;
|
|
39
|
+
serviceConfiguredEndpoint?: undefined;
|
|
40
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
41
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").OrganizationsHttpAuthSchemeProvider;
|
|
42
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
43
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
44
|
+
signingEscapePath?: boolean | undefined;
|
|
45
|
+
systemClockOffset?: number | undefined;
|
|
46
|
+
signingRegion?: string | undefined;
|
|
47
|
+
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
48
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { OrganizationsClientConfig } from "./OrganizationsClient";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare const getRuntimeConfig: (config: OrganizationsClientConfig) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
+
apiVersion: string;
|
|
10
|
+
cacheMiddleware?: boolean | undefined;
|
|
11
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
12
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
14
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
15
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
16
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
17
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
18
|
+
disableHostPrefix: boolean;
|
|
19
|
+
serviceId: string;
|
|
20
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
24
|
+
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
26
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
27
|
+
logger: import("@smithy/types").Logger;
|
|
28
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
29
|
+
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
30
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
31
|
+
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
32
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
33
|
+
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
35
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
36
|
+
}) => import("@smithy/types").EndpointV2;
|
|
37
|
+
tls?: boolean | undefined;
|
|
38
|
+
serviceConfiguredEndpoint?: undefined;
|
|
39
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
40
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").OrganizationsHttpAuthSchemeProvider;
|
|
41
|
+
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
42
|
+
signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
|
|
43
|
+
signingEscapePath?: boolean | undefined;
|
|
44
|
+
systemClockOffset?: number | undefined;
|
|
45
|
+
signingRegion?: string | undefined;
|
|
46
|
+
signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
|
|
47
|
+
};
|