@rio-cloud/cdk-v2-constructs 6.16.5 → 6.16.9
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 +72 -74
- package/docs/API.md +26 -22
- package/docs/changelog.md +13 -0
- package/lib/contributions/cop-frontend/cloudfront/rio-cloudfront-distribution.js +15 -2
- package/lib/datadogv2/datadog-lambda-instrumentation.d.ts +7 -2
- package/lib/datadogv2/datadog-lambda-instrumentation.js +1 -1
- package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +11635 -17721
- package/lib/datadogv2/service-catalog-custom-resource/on-create.cjs +5379 -5422
- package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +6358 -5915
- package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +6355 -5912
- package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +6236 -6213
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.d.ts +6 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.js +9 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/GenericLogger.d.ts +17 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/GenericLogger.d.ts.map +1 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/index.d.ts +1 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/index.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.d.ts +15 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.d.ts.map +1 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.js +64 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.d.ts +6 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.js +9 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/GenericLogger.d.ts +17 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/GenericLogger.d.ts.map +1 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/index.d.ts +1 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/index.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.d.ts +15 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.d.ts.map +1 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.js +60 -0
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.js +1 -1
- package/node_modules/@aws-lambda-powertools/commons/package.json +9 -1
- package/node_modules/@aws-lambda-powertools/parameters/lib/cjs/appconfig/AppConfigProvider.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/parameters/lib/cjs/appconfig/AppConfigProvider.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/parameters/lib/cjs/appconfig/AppConfigProvider.js +2 -2
- package/node_modules/@aws-lambda-powertools/parameters/lib/cjs/secrets/SecretsProvider.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/parameters/lib/cjs/secrets/SecretsProvider.js +2 -2
- package/node_modules/@aws-lambda-powertools/parameters/lib/esm/appconfig/AppConfigProvider.d.ts +1 -1
- package/node_modules/@aws-lambda-powertools/parameters/lib/esm/appconfig/AppConfigProvider.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/parameters/lib/esm/appconfig/AppConfigProvider.js +2 -2
- package/node_modules/@aws-lambda-powertools/parameters/lib/esm/secrets/SecretsProvider.d.ts.map +1 -1
- package/node_modules/@aws-lambda-powertools/parameters/lib/esm/secrets/SecretsProvider.js +2 -2
- package/node_modules/@aws-lambda-powertools/parameters/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/README.md +9 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +753 -470
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListHookResultsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +98 -52
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +110 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +21 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +880 -939
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +272 -82
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListHookResultsCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +789 -774
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +107 -81
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/README.md +78 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +68 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +42 -44
- package/node_modules/@aws-sdk/client-codedeploy/README.md +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +865 -701
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/CodeDeployClient.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/models/models_0.js +220 -220
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeployClient.d.ts +18 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +376 -376
- 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 +3 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/CodeDeployClient.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +386 -376
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/README.md +78 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/package.json +68 -0
- package/node_modules/@aws-sdk/client-codedeploy/package.json +42 -44
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +433 -319
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-ecs/dist-es/ECSClient.js +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +57 -48
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_1.js +4 -4
- package/node_modules/@aws-sdk/client-ecs/dist-es/protocols/Aws_json1_1.js +4 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +18 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +41 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +18 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +60 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +27 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +40 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +11 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +50 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +50 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +42 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +87 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +45 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +51 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +54 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +30 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +25 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +32 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +32 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +253 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +8 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +57 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +64 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +42 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +190 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +39 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +26 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +173 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +23 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +49 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +53 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +1454 -1382
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +123 -50
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECSClient.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +822 -807
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +54 -34
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/README.md +78 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/package.json +68 -0
- package/node_modules/@aws-sdk/client-ecs/package.json +42 -44
- package/node_modules/@aws-sdk/client-organizations/README.md +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/index.js +577 -410
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-organizations/dist-es/OrganizationsClient.js +1 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/models/models_0.js +152 -94
- package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-organizations/dist-types/OrganizationsClient.d.ts +18 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/AcceptHandshakeCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/AttachPolicyCommand.d.ts +21 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CancelHandshakeCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CloseAccountCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateAccountCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateGovCloudAccountCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateOrganizationCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CreatePolicyCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeclineHandshakeCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteOrganizationCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeletePolicyCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeleteResourcePolicyCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeAccountCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +15 -4
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeHandshakeCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeOrganizationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribePolicyCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DescribeResourcePolicyCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DetachPolicyCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/DisablePolicyTypeCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnableAllFeaturesCommand.d.ts +206 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/EnablePolicyTypeCommand.d.ts +13 -2
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/LeaveOrganizationCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAccountsCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListAccountsForParentCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListChildrenCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListCreateAccountStatusCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListHandshakesForAccountCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListParentsCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListPoliciesCommand.d.ts +8 -2
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListPoliciesForTargetCommand.d.ts +8 -2
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListRootsCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/ListTargetsForPolicyCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/MoveAccountCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/UpdatePolicyCommand.d.ts +12 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/models/models_0.d.ts +311 -239
- package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/OrganizationsClient.d.ts +1 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/models/models_0.d.ts +245 -239
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/README.md +78 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/package.json +68 -0
- package/node_modules/@aws-sdk/client-organizations/package.json +41 -43
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +193 -139
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +36 -24
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +18 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +184 -184
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +184 -184
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/README.md +78 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/package.json +68 -0
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +41 -43
- package/node_modules/@aws-sdk/client-ssm/README.md +45 -12
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +2211 -1402
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +211 -146
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +205 -222
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +209 -23
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +159 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +34 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +29 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +175 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +166 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +5 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +718 -715
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2312 -2347
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +978 -202
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +25 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +706 -702
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1004
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +10 -7
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +21 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/README.md +78 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/package.json +68 -0
- package/node_modules/@aws-sdk/client-ssm/package.json +42 -44
- package/node_modules/@aws-sdk/client-sso/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +8 -6
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +18 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +16 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/README.md +78 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/package.json +68 -0
- package/node_modules/@aws-sdk/client-sso/package.json +40 -40
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +29 -32
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +10 -9
- package/node_modules/@aws-sdk/core/package.json +17 -17
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +41 -28
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +11 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +14 -11
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -3
- 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/fromIni.d.ts +4 -7
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +11 -18
- package/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-process/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +11 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +6 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +6 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +6 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -15
- package/node_modules/@aws-sdk/middleware-host-header/package.json +10 -10
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +10 -10
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +10 -10
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +13 -13
- package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +879 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +63 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +952 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +64 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +190 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +255 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +45 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +95 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +102 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +528 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +59 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +219 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +128 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +396 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +55 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +222 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +254 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +712 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +57 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +121 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +123 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +116 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +113 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +128 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +123 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +127 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +111 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +131 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/README.md +78 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/package.json +68 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +115 -0
- package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +25 -17
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +12 -3
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +6 -8
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +6 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +4 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +8 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +6 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
- package/node_modules/@aws-sdk/token-providers/package.json +11 -13
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -1
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +56 -2
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +22 -1
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +6 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +10 -10
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/util-locate-window/package.json +6 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -6
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +3 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +10 -10
- package/node_modules/@datadog/datadog-api-client/CHANGELOG.md +76 -0
- package/node_modules/@datadog/datadog-api-client/LICENSE-3rdparty.csv +0 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-common/configuration.js +31 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-common/configuration.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-common/http/http.d.ts +8 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-common/http/http.js +22 -10
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-common/http/http.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/AWSIntegrationApi.js +7 -7
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/AWSIntegrationApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/DashboardsApi.js +6 -6
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/DashboardsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/DowntimesApi.js +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/DowntimesApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/EventsApi.js +8 -8
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/EventsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/HostsApi.js +9 -9
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/HostsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/LogsApi.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/LogsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/MetricsApi.js +7 -7
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/MetricsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/MonitorsApi.d.ts +6 -3
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/MonitorsApi.js +26 -23
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/MonitorsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/NotebooksApi.js +10 -10
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/NotebooksApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/ServiceLevelObjectiveCorrectionsApi.js +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/ServiceLevelObjectiveCorrectionsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/ServiceLevelObjectivesApi.js +17 -17
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/ServiceLevelObjectivesApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/SnapshotsApi.js +8 -8
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/SnapshotsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/SyntheticsApi.js +8 -8
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/SyntheticsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/TagsApi.js +5 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/TagsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/UsageMeteringApi.js +91 -91
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/UsageMeteringApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/index.d.ts +15 -11
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/index.js +21 -17
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/index.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/AWSNamespace.d.ts +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/AWSNamespace.js +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/AWSNamespace.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/FormulaAndFunctionSLOMeasure.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/FormulaAndFunctionSLOMeasure.js +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/FormulaAndFunctionSLOMeasure.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/GCPAccount.d.ts +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/GCPAccount.js +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/GCPAccount.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.d.ts +4 -4
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.js +4 -4
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ListStreamQuery.d.ts +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ListStreamQuery.js +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ListStreamQuery.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ListStreamSource.d.ts +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ListStreamSource.js +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ListStreamSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.d.ts +7 -7
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.js +8 -8
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.d.ts +20 -24
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.js +25 -30
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js +49 -271
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SLOHistoryMonitor.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SignalArchiveReason.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SignalArchiveReason.js +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SignalArchiveReason.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPITestStep.d.ts +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPITestStep.js +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPITestStep.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchDetailsData.d.ts +3 -3
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchDetailsData.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchDetailsData.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchResult.d.ts +4 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchResult.js +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchResult.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchStatus.d.ts +13 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchStatus.js +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsBatchStatus.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsCITest.d.ts +1 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsCITest.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsCITest.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsDevice.d.ts +1 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsDevice.js +6 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsDevice.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsFetchUptimesPayload.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStep.d.ts +5 -4
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStep.js +4 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStep.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParams.d.ts +90 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParams.js +82 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParams.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsDirection.d.ts +14 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsDirection.js +13 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsDirection.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElement.d.ts +67 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElement.js +58 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElement.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementContextType.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementContextType.js +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementContextType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementRelativePosition.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementRelativePosition.js +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementRelativePosition.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocator.d.ts +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocator.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocator.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocatorValuesItems.d.ts +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocatorValuesItems.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocatorValuesItems.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocatorValuesItemsType.d.ts +15 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocatorValuesItemsType.js +14 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsElementUserLocatorValuesItemsType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsPositionsItems.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsPositionsItems.js +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsPositionsItems.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsValue.d.ts +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsValue.js +8 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsValue.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsVariable.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsVariable.js +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileStepParamsVariable.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTest.d.ts +2 -3
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTest.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTest.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestConfig.d.ts +3 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestConfig.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestConfig.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptions.d.ts +15 -16
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptions.js +7 -4
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptions.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestsMobileApplication.d.ts +3 -3
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestsMobileApplication.js +3 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestsMobileApplication.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStep.d.ts +9 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStep.js +8 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStep.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStepDetail.d.ts +9 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStepDetail.js +8 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStepDetail.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestCiOptions.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestCiOptions.js +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestCiOptions.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestDetailsType.d.ts +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestDetailsType.js +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestDetailsType.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptions.d.ts +1 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptions.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptions.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsMonitorOptions.d.ts +13 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsMonitorOptions.js +13 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsMonitorOptions.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsMonitorOptionsNotificationPresetName.d.ts +14 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsMonitorOptionsNotificationPresetName.js +13 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsMonitorOptionsNotificationPresetName.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsScheduling.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsScheduling.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsScheduling.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsSchedulingTimeframe.d.ts +3 -3
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsSchedulingTimeframe.js +3 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestOptionsSchedulingTimeframe.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestRestrictionPolicyBinding.d.ts +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestRestrictionPolicyBinding.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestRestrictionPolicyBinding.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestRestrictionPolicyBindingRelation.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestRestrictionPolicyBindingRelation.js +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTestRestrictionPolicyBindingRelation.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTriggerCITestRunResult.d.ts +1 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTriggerCITestRunResult.js +6 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsTriggerCITestRunResult.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ToplistWidgetStacked.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ToplistWidgetStacked.js +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ToplistWidgetStacked.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryDate.d.ts +25 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryDate.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryDate.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.d.ts +25 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryDateOrg.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryResponse.d.ts +26 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryResponse.js +32 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/UsageSummaryResponse.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/APIManagementApi.js +3 -3
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/APIManagementApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AWSIntegrationApi.d.ts +158 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AWSIntegrationApi.js +588 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AWSIntegrationApi.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AWSLogsIntegrationApi.d.ts +28 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AWSLogsIntegrationApi.js +107 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AWSLogsIntegrationApi.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AppDeploymentApi.d.ts +55 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AppDeploymentApi.js +215 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AppDeploymentApi.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AppsApi.d.ts +192 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AppsApi.js +622 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AppsApi.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AuditApi.js +6 -6
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AuditApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AuthNMappingsApi.js +5 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/AuthNMappingsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.js +6 -6
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CIVisibilityPipelinesApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CIVisibilityTestsApi.js +6 -6
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CIVisibilityTestsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CSMAgentsApi.d.ts +87 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CSMAgentsApi.js +197 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CSMAgentsApi.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CaseManagementApi.js +5 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CaseManagementApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CloudCostManagementApi.d.ts +0 -37
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CloudCostManagementApi.js +0 -149
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/CloudCostManagementApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ContainerImagesApi.js +5 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ContainerImagesApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ContainersApi.js +5 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ContainersApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DataDeletionApi.d.ts +104 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DataDeletionApi.js +297 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DataDeletionApi.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DomainAllowlistApi.d.ts +49 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DomainAllowlistApi.js +184 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DomainAllowlistApi.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DowntimesApi.js +7 -7
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/DowntimesApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/EventsApi.d.ts +27 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/EventsApi.js +101 -6
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/EventsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/IncidentServicesApi.js +5 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/IncidentServicesApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/IncidentTeamsApi.js +5 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/IncidentTeamsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/IncidentsApi.d.ts +114 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/IncidentsApi.js +434 -13
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/IncidentsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/KeyManagementApi.js +27 -27
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/KeyManagementApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/LogsApi.js +9 -9
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/LogsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/MetricsApi.d.ts +22 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/MetricsApi.js +78 -24
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/MetricsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/MicrosoftTeamsIntegrationApi.d.ts +57 -74
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/MicrosoftTeamsIntegrationApi.js +86 -159
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/MicrosoftTeamsIntegrationApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/NetworkDeviceMonitoringApi.js +5 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/NetworkDeviceMonitoringApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/PowerpackApi.js +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/PowerpackApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ProcessesApi.js +6 -6
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ProcessesApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RUMApi.js +6 -6
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RUMApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.d.ts +5 -3
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RestrictionPoliciesApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RolesApi.js +9 -9
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RolesApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RumMetricsApi.d.ts +122 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RumMetricsApi.js +421 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/RumMetricsApi.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.d.ts +154 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js +534 -25
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ServiceAccountsApi.js +6 -6
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ServiceAccountsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ServiceDefinitionApi.js +4 -4
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ServiceDefinitionApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ServiceScorecardsApi.js +20 -20
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ServiceScorecardsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.d.ts +17 -17
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.js +20 -20
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SoftwareCatalogApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SpansApi.js +6 -6
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SpansApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/TeamsApi.js +11 -11
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/TeamsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/UsageMeteringApi.d.ts +39 -9
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/UsageMeteringApi.js +124 -43
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/UsageMeteringApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/UsersApi.js +6 -6
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/UsersApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/WorkflowAutomationApi.js +3 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/WorkflowAutomationApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/index.d.ts +266 -28
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/index.js +436 -63
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/index.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequest.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestAttributes.d.ts +76 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestAttributes.js +65 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestData.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestData.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountPartition.d.ts +14 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountPartition.js +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountPartition.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponse.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseAttributes.d.ts +84 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseAttributes.js +73 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseData.d.ts +48 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseData.js +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequest.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestAttributes.d.ts +76 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestAttributes.js +63 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestData.d.ts +48 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestData.js +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountsResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountsResponse.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountsResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfig.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfig.js +3 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfig.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfigKeys.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfigKeys.js +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfigKeys.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfigRole.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfigRole.js +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAuthConfigRole.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLambdaForwarderConfig.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLambdaForwarderConfig.js +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLambdaForwarderConfig.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsConfig.d.ts +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsConfig.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsConfig.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponse.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseAttributes.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseAttributes.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseData.js +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSLogsServicesResponseDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSMetricsConfig.d.ts +58 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSMetricsConfig.js +50 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSMetricsConfig.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFilters.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFilters.js +3 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFilters.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFiltersExcludeOnly.d.ts +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFiltersExcludeOnly.js +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFiltersExcludeOnly.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFiltersIncludeOnly.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFiltersIncludeOnly.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceFiltersIncludeOnly.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceTagFilter.d.ts +44 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceTagFilter.js +43 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespaceTagFilter.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponse.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseAttributes.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseAttributes.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseData.js +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNamespacesResponseDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponse.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseAttributes.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseAttributes.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseData.js +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSNewExternalIDResponseDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegions.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegions.js +3 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegions.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegionsIncludeAll.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegionsIncludeAll.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegionsIncludeAll.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegionsIncludeOnly.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegionsIncludeOnly.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRegionsIncludeOnly.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSResourcesConfig.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSResourcesConfig.js +39 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSResourcesConfig.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSTracesConfig.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSTracesConfig.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSTracesConfig.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderError.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderError.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderError.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderErrorErrorsItems.d.ts +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderErrorErrorsItems.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderErrorErrorsItems.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderErrorErrorsItemsSource.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderErrorErrorsItemsSource.js +39 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderErrorErrorsItemsSource.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEvent.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEvent.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEvent.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEventName.d.ts +20 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEventName.js +19 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEventName.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEventType.d.ts +18 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEventType.js +17 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppBuilderEventType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppMeta.d.ts +72 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppMeta.js +74 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppMeta.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppsSortField.d.ts +18 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppsSortField.js +17 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AppsSortField.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItem.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItem.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItem.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributes.d.ts +45 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributes.js +39 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributesEndpointsItems.d.ts +45 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributesEndpointsItems.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributesEndpointsItems.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributesEndpointsItemsStatus.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributesEndpointsItemsStatus.js +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingBodyItemAttributesEndpointsItemsStatus.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingResponse.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BillingDimensionsMappingResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventFinishedPipeline.d.ts +125 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventFinishedPipeline.js +117 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventFinishedPipeline.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventInProgressPipeline.d.ts +120 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventInProgressPipeline.js +111 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventInProgressPipeline.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventPipeline.d.ts +4 -117
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventPipeline.js +0 -114
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventPipeline.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventPipelineInProgressStatus.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventPipelineInProgressStatus.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CIAppPipelineEventPipelineInProgressStatus.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CSMAgentsMetadata.d.ts +44 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CSMAgentsMetadata.js +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CSMAgentsMetadata.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CSMAgentsType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CSMAgentsType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CSMAgentsType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CalculatedField.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CalculatedField.js +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CalculatedField.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CancelDataDeletionResponseBody.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CancelDataDeletionResponseBody.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CancelDataDeletionResponseBody.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributes.d.ts +66 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributes.js +51 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesAuthor.d.ts +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesAuthor.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesAuthor.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesAuthorType.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesAuthorType.js +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesAuthorType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesChangedResource.d.ts +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesChangedResource.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesChangedResource.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesChangedResourceType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesChangedResourceType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesChangedResourceType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesImpactedResourcesItems.d.ts +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesImpactedResourcesItems.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesImpactedResourcesItems.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesImpactedResourcesItemsType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesImpactedResourcesItemsType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesImpactedResourcesItemsType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudflareAccountCreateRequestAttributes.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudflareAccountResponseAttributes.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudflareAccountUpdateRequestAttributes.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Component.d.ts +55 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Component.js +49 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Component.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGrid.d.ts +55 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGrid.js +49 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGrid.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridProperties.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridProperties.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridProperties.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridPropertiesIsVisible.d.ts +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridPropertiesIsVisible.js +8 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridPropertiesIsVisible.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentGridType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentProperties.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentProperties.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentProperties.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentPropertiesIsVisible.d.ts +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentPropertiesIsVisible.js +8 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentPropertiesIsVisible.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentType.d.ts +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentType.js +29 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ComponentType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsAttributes.d.ts +53 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsAttributes.js +50 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsData.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsData.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsRequest.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ConvertJobResultsToSignalsRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequest.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestData.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestData.js +35 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestDataAttributes.d.ts +68 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestDataAttributes.js +58 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestDataAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppRequestDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponse.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponseData.d.ts +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponseData.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponseDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponseDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateAppResponseDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBody.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBody.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBody.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBodyAttributes.d.ts +50 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBodyAttributes.js +52 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBodyAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBodyData.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBodyData.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionRequestBodyData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionResponseBody.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionResponseBody.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CreateDataDeletionResponseBody.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentData.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentsAttributes.d.ts +100 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentsAttributes.js +100 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentsAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentsResponse.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentsResponse.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CsmAgentsResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnection.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnection.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnection.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionAttributes.d.ts +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionAttributes.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionAttributesOnPremRunner.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionAttributesOnPremRunner.js +39 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionAttributesOnPremRunner.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CustomConnectionType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseItem.d.ts +45 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseItem.js +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseItem.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseItemAttributes.d.ts +84 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseItemAttributes.js +99 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseItemAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseMeta.d.ts +56 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseMeta.js +51 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataDeletionResponseMeta.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponse.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponseData.d.ts +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponseData.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponseDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponseDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppResponseDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequest.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequestDataItems.d.ts +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequestDataItems.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequestDataItems.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequestDataItemsType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequestDataItemsType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsRequestDataItemsType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponse.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponseDataItems.d.ts +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponseDataItems.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponseDataItems.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponseDataItemsType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponseDataItemsType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeleteAppsResponseDataItemsType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponse.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseData.d.ts +51 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseData.js +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseDataAttributes.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseDataAttributes.js +35 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseDataAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeployAppResponseDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncluded.d.ts +51 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncluded.js +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncluded.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedAttributes.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedAttributes.js +35 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedMeta.d.ts +48 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedMeta.js +48 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedMeta.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentIncludedType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentMeta.d.ts +48 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentMeta.js +48 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentMeta.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationship.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationship.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationship.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipData.d.ts +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipData.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipMeta.d.ts +48 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipMeta.js +48 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DeploymentRelationshipMeta.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponse.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseData.d.ts +51 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseData.js +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseDataAttributes.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseDataAttributes.js +35 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseDataAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DisableAppResponseDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlist.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlist.js +39 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlist.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistAttributes.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistAttributes.js +39 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistRequest.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponse.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponseData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponseData.js +39 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponseDataAttributes.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponseDataAttributes.js +39 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistResponseDataAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DomainAllowlistType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityAttributes.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityData.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedIncident.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRawSchema.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallAttributes.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallEscalationItem.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedRelatedOncallEscalationItem.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityResponseIncludedSchema.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3APIVersion.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogCodeLocationItem.d.ts +3 -3
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogCodeLocationItem.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogEventItem.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationOpsgenie.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationOpsgenie.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationPagerduty.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogIntegrationPagerduty.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogLogItem.d.ts +3 -3
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogLogItem.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPerformance.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPerformance.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPipelines.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatadogPipelines.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Datastore.d.ts +4 -4
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Datastore.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreDatadog.d.ts +4 -4
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreDatadog.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3DatastoreSpec.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Integrations.d.ts +3 -3
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Integrations.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Metadata.d.ts +9 -9
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3MetadataAdditionalOwnersItems.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3MetadataContactsItems.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3MetadataLinksItems.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3MetadataOwner.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3MetadataOwner.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Queue.d.ts +5 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Queue.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3QueueDatadog.d.ts +4 -4
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3QueueDatadog.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3QueueSpec.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Service.d.ts +5 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3Service.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3ServiceDatadog.d.ts +6 -6
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3ServiceDatadog.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3ServiceSpec.d.ts +3 -3
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3System.d.ts +5 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3System.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3SystemDatadog.d.ts +5 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EntityV3SystemDatadog.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCategory.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCategory.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCategory.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequest.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequest.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequestPayload.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequestPayload.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequestPayload.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequestType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequestType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateRequestType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponse.d.ts +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponse.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributes.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributes.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributesAttributes.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributesAttributes.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributesAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributesAttributesEvt.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributesAttributesEvt.js +35 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponseAttributesAttributesEvt.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponsePayload.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponsePayload.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventCreateResponsePayload.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventPayload.d.ts +65 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventPayload.js +57 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventPayload.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventPayloadAttributes.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventPayloadAttributes.js +3 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/EventPayloadAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/FindingAttributes.d.ts +5 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/FindingAttributes.js +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/FindingAttributes.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/FindingVulnerabilityType.d.ts +14 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/FindingVulnerabilityType.js +13 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/FindingVulnerabilityType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPMetricNamespaceConfig.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPMetricNamespaceConfig.js +39 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPMetricNamespaceConfig.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.d.ts +9 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.js +8 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponse.d.ts +52 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponse.js +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseData.js +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseDataAttributes.d.ts +72 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseDataAttributes.js +62 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseDataAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseRelationship.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseRelationship.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetAppResponseRelationship.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetDataDeletionsResponseBody.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetDataDeletionsResponseBody.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GetDataDeletionsResponseBody.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HTTPLogItem.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HTTPLogItem.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HTTPLogItem.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobListMeta.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobListMeta.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobListMeta.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponse.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponseAttributes.d.ts +65 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponseAttributes.js +58 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponseAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponseData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponseData.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/HistoricalJobResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentCreateAttributes.d.ts +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentCreateAttributes.js +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentCreateAttributes.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentIntegrationMetadataMetadata.d.ts +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentResponseAttributes.d.ts +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentResponseAttributes.js +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentResponseAttributes.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentResponseIncludedItem.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeAttributes.d.ts +64 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeAttributes.js +66 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeCreateData.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeCreateData.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeCreateData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeCreateRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeCreateRequest.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeCreateRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeListResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeListResponse.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeListResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeObject.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeObject.js +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeObject.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypePatchData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypePatchData.js +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypePatchData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypePatchRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypePatchRequest.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypePatchRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeResponse.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeUpdateAttributes.d.ts +64 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeUpdateAttributes.js +65 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentTypeUpdateAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentUserAttributes.d.ts +52 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentUserAttributes.js +51 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentUserAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentUserData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentUserData.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncidentUserData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/IncludeType.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchema.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchema.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchema.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaData.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributes.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributes.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItems.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItems.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItems.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItemsData.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItemsData.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItemsData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItemsDataAttributes.d.ts +56 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItemsDataAttributes.js +55 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataAttributesParametersItemsDataAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/InputSchemaDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobCreateResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobCreateResponse.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobCreateResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobCreateResponseData.d.ts +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobCreateResponseData.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobCreateResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobDefinition.d.ts +95 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobDefinition.js +91 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobDefinition.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobDefinitionFromRule.d.ts +56 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobDefinitionFromRule.js +63 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/JobDefinitionFromRule.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponse.d.ts +47 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponse.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItems.d.ts +56 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItems.js +49 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItems.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsAttributes.d.ts +52 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsAttributes.js +51 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsRelationships.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsRelationships.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsRelationships.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseDataItemsType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseMeta.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseMeta.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseMeta.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseMetaPage.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseMetaPage.js +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListAppsResponseMetaPage.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListEntityCatalogResponseLinks.d.ts +3 -3
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListHistoricalJobsResponse.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListHistoricalJobsResponse.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListHistoricalJobsResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MSTeamsIntegrationMetadata.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MSTeamsIntegrationMetadata.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MSTeamsIntegrationMetadata.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MSTeamsIntegrationMetadataTeamsItem.d.ts +48 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MSTeamsIntegrationMetadataTeamsItem.js +51 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MSTeamsIntegrationMetadataTeamsItem.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricMetaPage.d.ts +49 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricMetaPage.js +43 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricMetaPage.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricMetaPageType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricMetaPageType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricMetaPageType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricPaginationMeta.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricPaginationMeta.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricPaginationMeta.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricsAndMetricTagConfigurationsResponse.d.ts +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricsAndMetricTagConfigurationsResponse.js +8 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricsAndMetricTagConfigurationsResponse.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricsListResponseLinks.d.ts +52 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricsListResponseLinks.js +51 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MetricsListResponseLinks.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateTenantBasedHandleRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateTenantBasedHandleRequest.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateTenantBasedHandleRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleAttributes.d.ts +48 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleAttributes.js +47 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoResponseAttributes.d.ts +60 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoResponseAttributes.js +59 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoResponseAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoResponseData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoResponseData.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleInfoType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleRequestAttributes.d.ts +48 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleRequestAttributes.js +51 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleRequestAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleRequestData.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleRequestData.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleRequestData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleResponse.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleResponseData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleResponseData.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandleType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandlesResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandlesResponse.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsTenantBasedHandlesResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateTenantBasedHandleRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateTenantBasedHandleRequest.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateTenantBasedHandleRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateTenantBasedHandleRequestData.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateTenantBasedHandleRequestData.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateTenantBasedHandleRequestData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +528 -44
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/OrderDirection.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/OrderDirection.js +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/OrderDirection.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Query.d.ts +54 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Query.js +49 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Query.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/QueryType.d.ts +13 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/QueryType.js +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/QueryType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RelationType.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RelationshipItem.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCompute.d.ts +47 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCompute.js +39 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCompute.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricComputeAggregationType.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricComputeAggregationType.js +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricComputeAggregationType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateAttributes.d.ts +57 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateAttributes.js +48 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateData.js +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateRequest.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricCreateRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricEventType.d.ts +17 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricEventType.js +16 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricEventType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricFilter.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricFilter.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricFilter.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricGroupBy.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricGroupBy.js +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricGroupBy.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponse.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseAttributes.d.ts +57 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseAttributes.js +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseCompute.d.ts +47 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseCompute.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseCompute.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseData.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseFilter.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseFilter.js +35 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseFilter.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseGroupBy.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseGroupBy.js +39 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseGroupBy.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseUniqueness.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseUniqueness.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricResponseUniqueness.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUniqueness.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUniqueness.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUniqueness.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUniquenessWhen.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUniquenessWhen.js +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUniquenessWhen.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateAttributes.d.ts +47 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateAttributes.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateCompute.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateCompute.js +35 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateCompute.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateData.js +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateRequest.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricUpdateRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricsResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricsResponse.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RumMetricsResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequest.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestAttributes.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestAttributes.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestData.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestData.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RunHistoricalJobRequestDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SLOReportInterval.d.ts +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SLOReportInterval.js +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SLOReportInterval.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Script.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Script.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/Script.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptData.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptDataAttributes.d.ts +44 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptDataAttributes.js +43 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptDataAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ScriptDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleResponse.d.ts +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleResponse.js +5 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleResponse.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SensitiveDataScannerIncludedKeywordConfiguration.d.ts +5 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SensitiveDataScannerIncludedKeywordConfiguration.js +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SensitiveDataScannerIncludedKeywordConfiguration.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SensitiveDataScannerMeta.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequest.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestData.js +39 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestDataAttributes.d.ts +68 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestDataAttributes.js +58 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestDataAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppRequestDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponse.d.ts +52 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponse.js +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseData.js +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseDataAttributes.d.ts +72 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseDataAttributes.js +62 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseDataAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseRelationship.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseRelationship.js +34 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpdateAppResponseRelationship.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/UpsertCatalogEntityRequest.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesIncludeAll.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesIncludeAll.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesIncludeAll.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesIncludeOnly.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesIncludeOnly.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesIncludeOnly.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesList.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesList.js +3 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/XRayServicesList.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/version.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/version.js +1 -1
- package/node_modules/@datadog/datadog-api-client/package.json +2 -4
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
- package/node_modules/@smithy/abort-controller/package.json +5 -4
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/package.json +9 -8
- package/node_modules/@smithy/core/dist-cjs/index.js +34 -22
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +34 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +22 -21
- package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +9 -6
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +24 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/package.json +15 -14
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +9 -9
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +20 -11
- package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +5 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +12 -4
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +12 -4
- package/node_modules/@smithy/fetch-http-handler/package.json +13 -7
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/hash-node/package.json +8 -7
- package/node_modules/@smithy/invalid-dependency/package.json +7 -3
- package/node_modules/@smithy/is-array-buffer/package.json +5 -4
- package/node_modules/@smithy/middleware-content-length/package.json +6 -5
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +10 -9
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +3 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +4 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +4 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +8 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +8 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +13 -12
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
- package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +21 -0
- package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +9 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +3 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +21 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +9 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +12 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/README.md +78 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/index.js +358 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/package.json +68 -0
- package/node_modules/@smithy/middleware-retry/package.json +14 -12
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +11 -4
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +12 -2
- package/node_modules/@smithy/middleware-serde/package.json +8 -6
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
- package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/package.json +5 -4
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/package.json +8 -7
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +74 -59
- package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +13 -4
- package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +14 -10
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/package.json +10 -9
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/property-provider/package.json +5 -4
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/package.json +5 -4
- package/node_modules/@smithy/querystring-builder/package.json +4 -4
- package/node_modules/@smithy/querystring-parser/package.json +5 -4
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@smithy/service-error-classification/package.json +5 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +6 -5
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/package.json +11 -10
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +76 -56
- package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +25 -1
- package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +21 -30
- package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +3 -0
- package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +37 -15
- package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +3 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +37 -15
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/package.json +12 -11
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
- package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/http.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +8 -1
- package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/package.json +8 -4
- package/node_modules/@smithy/util-base64/package.json +8 -7
- package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
- package/node_modules/@smithy/util-body-length-node/package.json +6 -5
- package/node_modules/@smithy/util-buffer-from/package.json +7 -6
- package/node_modules/@smithy/util-config-provider/package.json +6 -5
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -8
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -11
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
- package/node_modules/@smithy/util-endpoints/package.json +9 -7
- package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
- package/node_modules/@smithy/util-middleware/package.json +6 -5
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/README.md +4 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-cjs/index.js +98 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-es/constants.js +27 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-es/index.js +22 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +26 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +19 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +26 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +19 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/service-error-classification/package.json +59 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/README.md +115 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/index.js +37 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@smithy/util-retry/node_modules/@smithy/types/package.json +60 -0
- package/node_modules/@smithy/util-retry/package.json +5 -4
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +5 -3
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +2 -3
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
- package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -2
- package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
- package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +2 -1
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +2 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/package.json +17 -13
- package/node_modules/@smithy/util-uri-escape/package.json +5 -4
- package/node_modules/@smithy/util-utf8/package.json +6 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +34 -9
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
- package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +3 -3
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
- package/node_modules/@smithy/util-waiter/package.json +6 -5
- package/node_modules/available-typed-arrays/.eslintrc +0 -4
- package/node_modules/available-typed-arrays/CHANGELOG.md +21 -0
- package/node_modules/available-typed-arrays/README.md +16 -13
- package/node_modules/available-typed-arrays/index.d.ts +8 -0
- package/node_modules/available-typed-arrays/index.js +4 -14
- package/node_modules/available-typed-arrays/package.json +26 -15
- package/node_modules/available-typed-arrays/tsconfig.json +49 -0
- package/node_modules/aws-sdk/README.md +4 -10
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +100 -100
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +167 -102
- package/node_modules/aws-sdk/clients/s3.d.ts +192 -128
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk.js +170 -105
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +24 -24
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/call-bind/CHANGELOG.md +29 -0
- package/node_modules/call-bind/index.js +6 -26
- package/node_modules/call-bind/package.json +18 -15
- package/node_modules/call-bind/test/index.js +4 -10
- package/node_modules/call-bind-apply-helpers/.eslintrc +16 -0
- package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/node_modules/call-bind-apply-helpers/CHANGELOG.md +23 -0
- package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/node_modules/call-bind-apply-helpers/index.d.ts +46 -0
- package/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/node_modules/call-bound/.eslintrc +13 -0
- package/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/node_modules/call-bound/.nycrc +9 -0
- package/node_modules/call-bound/CHANGELOG.md +34 -0
- package/node_modules/call-bound/LICENSE +21 -0
- package/node_modules/call-bound/README.md +53 -0
- package/node_modules/call-bound/index.d.ts +13 -0
- package/node_modules/call-bound/index.js +18 -0
- package/node_modules/call-bound/package.json +99 -0
- package/node_modules/call-bound/test/index.js +54 -0
- package/node_modules/call-bound/tsconfig.json +9 -0
- package/node_modules/cross-fetch/dist/browser-polyfill.js +170 -44
- package/node_modules/cross-fetch/dist/browser-ponyfill.js +188 -56
- package/node_modules/cross-fetch/dist/cross-fetch.js +1 -1
- package/node_modules/cross-fetch/dist/cross-fetch.js.map +1 -1
- package/node_modules/cross-fetch/package.json +4 -4
- package/node_modules/define-data-property/CHANGELOG.md +29 -0
- package/node_modules/define-data-property/index.d.ts +12 -3
- package/node_modules/define-data-property/index.js +4 -16
- package/node_modules/define-data-property/package.json +26 -33
- package/node_modules/define-data-property/test/index.js +10 -10
- package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/node_modules/dunder-proto/.nycrc +13 -0
- package/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/node_modules/dunder-proto/LICENSE +21 -0
- package/node_modules/dunder-proto/README.md +54 -0
- package/node_modules/dunder-proto/get.d.ts +5 -0
- package/node_modules/dunder-proto/get.js +30 -0
- package/node_modules/dunder-proto/package.json +76 -0
- package/node_modules/dunder-proto/set.d.ts +5 -0
- package/node_modules/dunder-proto/set.js +35 -0
- package/node_modules/dunder-proto/test/get.js +34 -0
- package/node_modules/dunder-proto/test/index.js +4 -0
- package/node_modules/dunder-proto/test/set.js +50 -0
- package/node_modules/dunder-proto/tsconfig.json +9 -0
- package/node_modules/es-define-property/.eslintrc +13 -0
- package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/node_modules/es-define-property/.nycrc +9 -0
- package/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/node_modules/es-define-property/LICENSE +21 -0
- package/node_modules/es-define-property/README.md +49 -0
- package/node_modules/es-define-property/index.d.ts +3 -0
- package/node_modules/es-define-property/index.js +14 -0
- package/node_modules/es-define-property/package.json +81 -0
- package/node_modules/es-define-property/test/index.js +56 -0
- package/node_modules/es-define-property/tsconfig.json +10 -0
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/test/index.js +19 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/es-object-atoms/.eslintrc +16 -0
- package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/node_modules/es-object-atoms/LICENSE +21 -0
- package/node_modules/es-object-atoms/README.md +63 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/node_modules/es-object-atoms/ToObject.js +10 -0
- package/node_modules/es-object-atoms/index.d.ts +3 -0
- package/node_modules/es-object-atoms/index.js +4 -0
- package/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/node_modules/es-object-atoms/isObject.js +6 -0
- package/node_modules/es-object-atoms/package.json +80 -0
- package/node_modules/es-object-atoms/test/index.js +38 -0
- package/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/node_modules/for-each/.eslintrc +14 -2
- package/node_modules/for-each/.github/FUNDING.yml +12 -0
- package/node_modules/for-each/.github/SECURITY.md +3 -0
- package/node_modules/for-each/.nycrc +8 -0
- package/node_modules/for-each/CHANGELOG.md +101 -0
- package/node_modules/for-each/README.md +0 -4
- package/node_modules/for-each/package.json +41 -36
- package/node_modules/for-each/test/test.js +1 -2
- package/node_modules/form-data/Readme.md +4 -4
- package/node_modules/form-data/lib/form_data.js +1 -1
- package/node_modules/form-data/package.json +9 -6
- package/node_modules/get-intrinsic/CHANGELOG.md +53 -0
- package/node_modules/get-intrinsic/index.js +54 -28
- package/node_modules/get-intrinsic/package.json +29 -25
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +2 -2
- package/node_modules/get-proto/.eslintrc +10 -0
- package/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/node_modules/get-proto/.nycrc +9 -0
- package/node_modules/get-proto/CHANGELOG.md +21 -0
- package/node_modules/get-proto/LICENSE +21 -0
- package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/node_modules/get-proto/README.md +50 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/node_modules/get-proto/index.d.ts +5 -0
- package/node_modules/get-proto/index.js +27 -0
- package/node_modules/get-proto/package.json +81 -0
- package/node_modules/get-proto/test/index.js +68 -0
- package/node_modules/get-proto/tsconfig.json +9 -0
- package/node_modules/gopd/CHANGELOG.md +20 -0
- package/node_modules/gopd/gOPD.d.ts +1 -0
- package/node_modules/gopd/gOPD.js +4 -0
- package/node_modules/gopd/index.d.ts +5 -0
- package/node_modules/gopd/index.js +2 -3
- package/node_modules/gopd/package.json +16 -10
- package/node_modules/gopd/test/index.js +2 -1
- package/node_modules/gopd/tsconfig.json +9 -0
- package/node_modules/graceful-fs/package.json +6 -3
- package/node_modules/graceful-fs/polyfills.js +1 -1
- package/node_modules/has-property-descriptors/CHANGELOG.md +8 -0
- package/node_modules/has-property-descriptors/index.js +3 -14
- package/node_modules/has-property-descriptors/package.json +5 -5
- package/node_modules/has-symbols/CHANGELOG.md +16 -0
- package/node_modules/has-symbols/index.d.ts +3 -0
- package/node_modules/has-symbols/index.js +1 -0
- package/node_modules/has-symbols/package.json +19 -9
- package/node_modules/has-symbols/shams.d.ts +3 -0
- package/node_modules/has-symbols/shams.js +5 -2
- package/node_modules/has-symbols/test/shams/core-js.js +1 -0
- package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +1 -0
- package/node_modules/has-symbols/test/tests.js +4 -2
- package/node_modules/has-symbols/tsconfig.json +10 -0
- package/node_modules/has-tostringtag/.eslintrc +0 -6
- package/node_modules/has-tostringtag/.nycrc +13 -0
- package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
- package/node_modules/has-tostringtag/index.d.ts +3 -0
- package/node_modules/has-tostringtag/index.js +1 -0
- package/node_modules/has-tostringtag/package.json +37 -13
- package/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/node_modules/has-tostringtag/shams.js +1 -0
- package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
- package/node_modules/has-tostringtag/test/tests.js +2 -1
- package/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/node_modules/hasown/CHANGELOG.md +20 -0
- package/node_modules/hasown/index.d.ts +3 -3
- package/node_modules/hasown/index.js +1 -1
- package/node_modules/hasown/package.json +16 -15
- package/node_modules/hasown/tsconfig.json +3 -46
- package/node_modules/is-arguments/.eslintrc +0 -1
- package/node_modules/is-arguments/CHANGELOG.md +22 -0
- package/node_modules/is-arguments/README.md +11 -11
- package/node_modules/is-arguments/index.d.ts +6 -0
- package/node_modules/is-arguments/index.js +19 -8
- package/node_modules/is-arguments/package.json +25 -11
- package/node_modules/is-arguments/test/index.js +4 -1
- package/node_modules/is-arguments/tsconfig.json +9 -0
- package/node_modules/is-generator-function/.eslintrc +1 -1
- package/node_modules/is-generator-function/CHANGELOG.md +21 -0
- package/node_modules/is-generator-function/index.d.ts +3 -0
- package/node_modules/is-generator-function/index.js +16 -7
- package/node_modules/is-generator-function/package.json +30 -11
- package/node_modules/is-generator-function/test/corejs.js +1 -0
- package/node_modules/is-generator-function/test/index.js +4 -7
- package/node_modules/is-generator-function/test/uglified.js +1 -0
- package/node_modules/is-generator-function/tsconfig.json +9 -0
- package/node_modules/is-regex/.editorconfig +23 -0
- package/node_modules/is-regex/.eslintrc +10 -0
- package/node_modules/is-regex/.nycrc +10 -0
- package/node_modules/is-regex/CHANGELOG.md +233 -0
- package/node_modules/is-regex/LICENSE +20 -0
- package/node_modules/is-regex/README.md +52 -0
- package/node_modules/is-regex/index.d.ts +3 -0
- package/node_modules/is-regex/index.js +69 -0
- package/node_modules/is-regex/package.json +104 -0
- package/node_modules/is-regex/test/index.js +121 -0
- package/node_modules/is-regex/tsconfig.json +9 -0
- package/node_modules/is-typed-array/CHANGELOG.md +32 -0
- package/node_modules/is-typed-array/index.d.ts +9 -0
- package/node_modules/is-typed-array/index.js +1 -0
- package/node_modules/is-typed-array/package.json +23 -10
- package/node_modules/is-typed-array/test/index.js +9 -1
- package/node_modules/is-typed-array/tsconfig.json +6 -0
- package/node_modules/loglevel/CONTRIBUTING.md +59 -26
- package/node_modules/loglevel/Gruntfile.js +2 -1
- package/node_modules/loglevel/README.md +62 -60
- package/node_modules/loglevel/bower.json +1 -1
- package/node_modules/loglevel/dist/loglevel.js +1 -1
- package/node_modules/loglevel/dist/loglevel.min.js +1 -1
- package/node_modules/loglevel/package.json +7 -6
- package/node_modules/math-intrinsics/.eslintrc +16 -0
- package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/node_modules/math-intrinsics/LICENSE +21 -0
- package/node_modules/math-intrinsics/README.md +50 -0
- package/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/node_modules/math-intrinsics/abs.js +4 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/node_modules/math-intrinsics/floor.js +4 -0
- package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/node_modules/math-intrinsics/isFinite.js +12 -0
- package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/isInteger.js +16 -0
- package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/node_modules/math-intrinsics/isNaN.js +6 -0
- package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/node_modules/math-intrinsics/max.d.ts +1 -0
- package/node_modules/math-intrinsics/max.js +4 -0
- package/node_modules/math-intrinsics/min.d.ts +1 -0
- package/node_modules/math-intrinsics/min.js +4 -0
- package/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/node_modules/math-intrinsics/mod.js +9 -0
- package/node_modules/math-intrinsics/package.json +86 -0
- package/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/node_modules/math-intrinsics/pow.js +4 -0
- package/node_modules/math-intrinsics/round.d.ts +1 -0
- package/node_modules/math-intrinsics/round.js +4 -0
- package/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/node_modules/math-intrinsics/sign.js +11 -0
- package/node_modules/math-intrinsics/test/index.js +192 -0
- package/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/node_modules/possible-typed-array-names/.eslintrc +5 -0
- package/node_modules/possible-typed-array-names/.github/FUNDING.yml +12 -0
- package/node_modules/possible-typed-array-names/CHANGELOG.md +15 -0
- package/node_modules/possible-typed-array-names/LICENSE +21 -0
- package/node_modules/possible-typed-array-names/README.md +48 -0
- package/node_modules/possible-typed-array-names/index.d.ts +15 -0
- package/node_modules/possible-typed-array-names/index.js +16 -0
- package/node_modules/possible-typed-array-names/package.json +83 -0
- package/node_modules/possible-typed-array-names/test/index.js +16 -0
- package/node_modules/possible-typed-array-names/tsconfig.json +49 -0
- package/node_modules/safe-regex-test/.eslintrc +9 -0
- package/node_modules/safe-regex-test/.github/FUNDING.yml +12 -0
- package/node_modules/safe-regex-test/.nycrc +13 -0
- package/node_modules/safe-regex-test/CHANGELOG.md +55 -0
- package/node_modules/safe-regex-test/LICENSE +21 -0
- package/node_modules/safe-regex-test/README.md +46 -0
- package/node_modules/safe-regex-test/index.d.ts +3 -0
- package/node_modules/safe-regex-test/index.js +17 -0
- package/node_modules/safe-regex-test/package.json +87 -0
- package/node_modules/safe-regex-test/test/index.js +41 -0
- package/node_modules/safe-regex-test/tsconfig.json +9 -0
- package/node_modules/set-function-length/CHANGELOG.md +29 -0
- package/node_modules/set-function-length/env.d.ts +9 -0
- package/node_modules/set-function-length/env.js +10 -4
- package/node_modules/set-function-length/index.d.ts +7 -0
- package/node_modules/set-function-length/index.js +4 -3
- package/node_modules/set-function-length/package.json +29 -11
- package/node_modules/set-function-length/tsconfig.json +9 -0
- package/node_modules/tslib/modules/index.d.ts +1 -0
- package/node_modules/tslib/modules/index.js +2 -0
- package/node_modules/tslib/package.json +1 -1
- package/node_modules/tslib/tslib.d.ts +8 -1
- package/node_modules/tslib/tslib.es6.js +43 -11
- package/node_modules/tslib/tslib.es6.mjs +47 -16
- package/node_modules/tslib/tslib.js +75 -12
- package/node_modules/which-typed-array/CHANGELOG.md +47 -0
- package/node_modules/which-typed-array/index.d.ts +62 -0
- package/node_modules/which-typed-array/index.js +42 -18
- package/node_modules/which-typed-array/package.json +24 -11
- package/node_modules/which-typed-array/test/index.js +7 -1
- package/node_modules/which-typed-array/tsconfig.json +9 -0
- package/package.json +4 -4
- package/version.json +1 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/CHANGELOG.md +0 -274
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/README.md +0 -466
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/native.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/native.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/native-browser.js +0 -11
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/native.js +0 -15
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/rng-browser.js +0 -25
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/stringify.js +0 -44
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/v35.js +0 -80
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/v4.js +0 -43
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/package.json +0 -135
- package/node_modules/@aws-sdk/client-ecs/node_modules/uuid/wrapper.mjs +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/README.md +0 -252
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -611
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -48
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -46
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -43
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -182
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -94
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -95
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -94
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +0 -40
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -55
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -55
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -54
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -137
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -43
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -51
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -115
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -112
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -109
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso/package.json +0 -98
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +0 -64
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -39
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -50
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -46
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +0 -58
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -233
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -427
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -34
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -45
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -75
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -210
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -175
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -56
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -55
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -142
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -216
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -118
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -119
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -112
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/README.md +0 -273
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -50
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +0 -67
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1458
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -39
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -64
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -23
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -46
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +0 -60
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -93
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -130
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -885
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -34
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -59
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +0 -21
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -71
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -180
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -269
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -303
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -43
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1213
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -74
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -57
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -55
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -56
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -143
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -163
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -206
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -101
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -124
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -114
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -118
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sts/package.json +0 -102
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/README.md +0 -39
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/client.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/client.js +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-cjs/index.js +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +0 -97
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +0 -78
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +0 -303
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +0 -228
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/index.js +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +0 -15
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +0 -24
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +0 -15
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +0 -20
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -72
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +0 -25
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -87
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +0 -53
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +0 -51
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +0 -57
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/index.d.ts +0 -22
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -30
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -12
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +0 -12
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -42
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -38
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -95
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -15
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -12
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -39
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -55
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -13
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +0 -13
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/httpAuthSchemes.js +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/package.json +0 -119
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/protocols.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/core/protocols.js +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -77
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +0 -30
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +0 -36
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +0 -12
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-env/package.json +0 -62
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/README.md +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -46
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -31
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -68
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -54
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -17
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +0 -42
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +0 -27
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +0 -63
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +0 -49
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +0 -13
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +0 -69
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/package.json +0 -69
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -263
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +0 -77
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +0 -30
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +0 -28
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +0 -21
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +0 -48
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +0 -47
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +0 -12
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +0 -16
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +0 -12
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +0 -20
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +0 -26
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +0 -26
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +0 -16
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -72
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -154
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -62
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -58
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -25
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-node/package.json +0 -70
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -110
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +0 -30
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +0 -35
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +0 -12
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +0 -15
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/package.json +0 -63
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -241
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +0 -69
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +0 -83
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +0 -69
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -16
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +0 -20
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +0 -13
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +0 -22
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -65
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -32
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -49
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -28
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -28
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -22
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -145
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -16
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -40
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -73
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -71
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -20
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-host-header/package.json +0 -57
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -80
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-logger/package.json +0 -58
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -68
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -34
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -57
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -231
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +0 -49
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -28
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -82
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -44
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +0 -20
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -21
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -21
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -61
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/README.md +0 -12
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -116
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +0 -25
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +0 -16
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/region-config-resolver/package.json +0 -59
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/README.md +0 -53
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -209
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -79
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -12
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/token-providers/package.json +0 -69
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/README.md +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -295
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/index.js +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -49
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +0 -59
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -13
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -12
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +0 -54
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -47
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/package.json +0 -56
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -417
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -223
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -223
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/package.json +0 -58
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -27
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -22
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -22
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -17
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -17
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -17
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -17
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -54
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -102
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +0 -29
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +0 -23
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +0 -13
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +0 -3
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +0 -21
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/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-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +0 -6
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -65
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/README.md +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +0 -230
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +0 -138
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -27
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/fetch-http-handler/package.json +0 -62
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/CHANGELOG.md +0 -274
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/README.md +0 -466
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/native.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/native.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/native-browser.js +0 -11
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/native.js +0 -15
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/rng-browser.js +0 -25
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/stringify.js +0 -44
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v35.js +0 -80
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v4.js +0 -43
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/package.json +0 -135
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/uuid/wrapper.mjs +0 -10
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CHANGELOG.md +0 -274
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/README.md +0 -466
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/native.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/native.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/native-browser.js +0 -11
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/native.js +0 -15
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng-browser.js +0 -25
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/stringify.js +0 -44
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v35.js +0 -80
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v4.js +0 -43
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/package.json +0 -135
- package/node_modules/@aws-sdk/client-ssm/node_modules/uuid/wrapper.mjs +0 -10
- package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +0 -64
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -39
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -50
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +0 -40
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -46
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +0 -58
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +0 -14
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +0 -14
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +0 -8
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -233
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -427
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -34
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -45
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +0 -11
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +0 -36
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +0 -21
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -75
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -210
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -175
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +0 -40
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +0 -14
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -56
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -55
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +0 -32
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +0 -17
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -142
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -44
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -216
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -118
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -119
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -112
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
- package/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sts/README.md +0 -273
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -50
- package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +0 -67
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +0 -20
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +0 -18
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1458
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -39
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -64
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -15
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -40
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +0 -25
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -46
- package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
- package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +0 -60
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -8
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -22
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -93
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +0 -16
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +0 -14
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +0 -8
- package/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -130
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -885
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -34
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -59
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -11
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -36
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +0 -21
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -71
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -180
- package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -71
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -269
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -303
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -23
- package/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -43
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +0 -46
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -17
- package/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +0 -14
- package/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1213
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -74
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -57
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -55
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -56
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -32
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +0 -17
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -143
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -163
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -54
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -19
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -33
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -57
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +0 -9
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -206
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -101
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -124
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -114
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -118
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sts/package.json +0 -102
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsDeviceID.d.ts +0 -22
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsDeviceID.js +0 -21
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsDeviceID.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileDeviceID.d.ts +0 -236
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileDeviceID.js +0 -239
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileDeviceID.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBinding.d.ts +0 -37
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBinding.js +0 -30
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBinding.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBindingItems.d.ts +0 -41
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBindingItems.js +0 -34
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBindingItems.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBindingItemsRole.d.ts +0 -12
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBindingItemsRole.js +0 -11
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestBindingItemsRole.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestCiOptions.d.ts +0 -37
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestCiOptions.js +0 -31
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestCiOptions.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestInitialApplicationArguments.d.ts +0 -37
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestInitialApplicationArguments.js +0 -30
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestInitialApplicationArguments.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestInitialApplicationArgumentsPropertyNames.d.ts +0 -36
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestInitialApplicationArgumentsPropertyNames.js +0 -35
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestInitialApplicationArgumentsPropertyNames.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptionsMonitorOptions.d.ts +0 -51
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptionsMonitorOptions.js +0 -45
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptionsMonitorOptions.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptionsMonitorOptionsNotificationPresetName.d.ts +0 -14
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptionsMonitorOptionsNotificationPresetName.js +0 -13
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsMobileTestOptionsMonitorOptionsNotificationPresetName.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStatus.d.ts +0 -13
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStatus.js +0 -12
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsStatus.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccount.d.ts +0 -46
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccount.js +0 -40
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccount.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountAttributes.d.ts +0 -40
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountAttributes.js +0 -39
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountAttributes.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountType.d.ts +0 -11
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountType.js +0 -10
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountType.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountsResponse.d.ts +0 -37
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountsResponse.js +0 -30
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSRelatedAccountsResponse.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivity.d.ts +0 -42
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivity.js +0 -36
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivity.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityAttributes.d.ts +0 -36
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityAttributes.js +0 -36
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityAttributes.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityResponse.d.ts +0 -37
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityResponse.js +0 -30
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityResponse.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityType.d.ts +0 -11
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityType.js +0 -10
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/CloudCostActivityType.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleAttributes.d.ts +0 -48
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleAttributes.js +0 -47
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleAttributes.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponse.d.ts +0 -37
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponse.js +0 -30
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponse.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponseAttributes.d.ts +0 -60
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponseAttributes.js +0 -59
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponseAttributes.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponseData.d.ts +0 -46
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponseData.js +0 -38
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoResponseData.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoType.d.ts +0 -11
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoType.js +0 -10
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleInfoType.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleRequestAttributes.d.ts +0 -48
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleRequestAttributes.js +0 -51
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleRequestAttributes.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleRequestData.d.ts +0 -42
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleRequestData.js +0 -36
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleRequestData.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleResponseData.d.ts +0 -46
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleResponseData.js +0 -38
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleResponseData.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleType.d.ts +0 -11
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleType.js +0 -10
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandleType.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandlesResponse.d.ts +0 -37
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandlesResponse.js +0 -31
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsApiHandlesResponse.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateApiHandleRequest.d.ts +0 -37
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateApiHandleRequest.js +0 -31
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateApiHandleRequest.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateApiHandleResponse.d.ts +0 -37
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateApiHandleResponse.js +0 -31
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsCreateApiHandleResponse.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateApiHandleRequest.d.ts +0 -37
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateApiHandleRequest.js +0 -31
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateApiHandleRequest.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateApiHandleRequestData.d.ts +0 -42
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateApiHandleRequestData.js +0 -36
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftTeamsUpdateApiHandleRequestData.js.map +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/CHANGELOG.md +0 -274
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/README.md +0 -466
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/native.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/native.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/native-browser.js +0 -11
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/native.js +0 -15
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng-browser.js +0 -25
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/stringify.js +0 -44
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v35.js +0 -80
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v4.js +0 -43
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/package.json +0 -135
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/wrapper.mjs +0 -10
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/LICENSE +0 -201
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/README.md +0 -11
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +0 -230
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +0 -138
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/index.js +0 -2
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +0 -11
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -27
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -33
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +0 -2
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -33
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
- package/node_modules/@smithy/util-stream/node_modules/@smithy/fetch-http-handler/package.json +0 -62
- package/node_modules/available-typed-arrays/.eslintignore +0 -1
- package/node_modules/cross-fetch/CHANGELOG.md +0 -24
- package/node_modules/define-data-property/index.d.ts.map +0 -1
- package/node_modules/for-each/.travis.yml +0 -45
- package/node_modules/for-each/test/.eslintrc +0 -8
- package/node_modules/form-data/README.md.bak +0 -358
- package/node_modules/has-proto/.github/FUNDING.yml +0 -12
- package/node_modules/has-proto/CHANGELOG.md +0 -23
- package/node_modules/has-proto/LICENSE +0 -21
- package/node_modules/has-proto/README.md +0 -38
- package/node_modules/has-proto/index.js +0 -11
- package/node_modules/has-proto/package.json +0 -74
- package/node_modules/has-proto/test/index.js +0 -19
- package/node_modules/hasown/index.d.ts.map +0 -1
- package/node_modules/is-arguments/.eslintignore +0 -1
- package/node_modules/is-generator-function/.eslintignore +0 -1
- package/node_modules/loglevel/.github/FUNDING.yml +0 -1
- package/node_modules/loglevel/.github/workflows/ci.yml +0 -108
- package/node_modules/loglevel/.jshintrc +0 -14
- package/node_modules/loglevel/lib/.jshintrc +0 -21
- package/node_modules/loglevel/test/.jshintrc +0 -34
- package/node_modules/loglevel/test/console-fallback-test.js +0 -101
- package/node_modules/loglevel/test/cookie-test.js +0 -122
- package/node_modules/loglevel/test/default-level-test.js +0 -81
- package/node_modules/loglevel/test/get-current-level-test.js +0 -52
- package/node_modules/loglevel/test/global-integration-with-new-context.js +0 -30
- package/node_modules/loglevel/test/global-integration.js +0 -44
- package/node_modules/loglevel/test/integration-smoke-test.js +0 -71
- package/node_modules/loglevel/test/level-setting-test.js +0 -281
- package/node_modules/loglevel/test/local-storage-test.js +0 -210
- package/node_modules/loglevel/test/manual-test.html +0 -8
- package/node_modules/loglevel/test/method-factory-test.js +0 -42
- package/node_modules/loglevel/test/multiple-logger-test.js +0 -275
- package/node_modules/loglevel/test/node-integration.js +0 -47
- package/node_modules/loglevel/test/test-context-using-apply.js +0 -6
- package/node_modules/loglevel/test/test-helpers.js +0 -237
- package/node_modules/loglevel/test/type-test.ts +0 -8
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/README.md +0 -274
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/package.json +0 -52
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/src/lib/esprima.js +0 -3569
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/src/lib/lang.js +0 -146
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/src/lib/parse.js +0 -819
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/src/template-jasmine-requirejs.js +0 -201
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/src/templates/jasmine-requirejs.html +0 -104
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.0.0.js +0 -34
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.0.1.js +0 -34
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.0.2.js +0 -35
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.0.3.js +0 -35
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.0.4.js +0 -2030
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.0.5.js +0 -35
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.0.6.js +0 -35
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.0.js +0 -34
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.1.js +0 -34
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.10.js +0 -36
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.2.js +0 -35
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.3.js +0 -35
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.4.js +0 -35
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.5.js +0 -35
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.6.js +0 -36
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.7.js +0 -36
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.8.js +0 -36
- package/node_modules/loglevel/vendor/grunt-template-jasmine-requirejs/vendor/require-2.1.9.js +0 -36
- package/node_modules/querystringify/LICENSE +0 -22
- package/node_modules/querystringify/README.md +0 -61
- package/node_modules/querystringify/index.js +0 -118
- package/node_modules/querystringify/package.json +0 -38
- package/node_modules/requires-port/.npmignore +0 -2
- package/node_modules/requires-port/.travis.yml +0 -19
- package/node_modules/requires-port/LICENSE +0 -22
- package/node_modules/requires-port/README.md +0 -47
- package/node_modules/requires-port/index.js +0 -38
- package/node_modules/requires-port/package.json +0 -47
- package/node_modules/requires-port/test.js +0 -98
- package/node_modules/url-parse/LICENSE +0 -22
- package/node_modules/url-parse/README.md +0 -153
- package/node_modules/url-parse/dist/url-parse.js +0 -755
- package/node_modules/url-parse/dist/url-parse.min.js +0 -1
- package/node_modules/url-parse/dist/url-parse.min.js.map +0 -1
- package/node_modules/url-parse/index.js +0 -589
- package/node_modules/url-parse/package.json +0 -49
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js → @aws-lambda-powertools/commons/lib/cjs/types/GenericLogger.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js → @aws-lambda-powertools/commons/lib/esm/types/GenericLogger.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js → client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js → client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js → client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js → @aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js → @aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/config.js} +0 -0
- /package/node_modules/{@smithy/util-stream/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js → @aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/dist-cjs/constants.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/credential-provider-sso → client-cloudformation/node_modules/@smithy/util-retry}/dist-es/types.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js → client-codedeploy/node_modules/@smithy/util-retry/dist-es/types.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js → client-ecs/node_modules/@smithy/util-retry/dist-es/types.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js → client-organizations/node_modules/@smithy/util-retry/dist-es/types.js} +0 -0
- /package/node_modules/@aws-sdk/client-secrets-manager/node_modules/{@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js → @smithy/util-retry/dist-es/types.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js → client-ssm/node_modules/@smithy/util-retry/dist-es/types.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/types/dist-es/abort.js → client-sso/node_modules/@smithy/util-retry/dist-es/types.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js → nested-clients/dist-cjs/index.js} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-cjs → nested-clients/dist-cjs/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-cjs → nested-clients/dist-cjs/submodules/sts}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/types/dist-es/extensions → nested-clients/dist-es}/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/commands/CreateTokenCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/SSOOIDCServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/models/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-es → nested-clients/dist-es/submodules/sso-oidc}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es → nested-clients/dist-es/submodules/sts}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/defaultRoleAssumers.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/endpoint/ruleset.js +0 -0
- /package/node_modules/@aws-sdk/{client-sts/dist-es → nested-clients/dist-es/submodules/sts}/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/models/STSServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es → nested-clients/dist-es/submodules/sts}/models/index.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-es → nested-clients/dist-es/submodules/sts}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-es → nested-clients/dist-es/submodules/sts}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types → nested-clients/dist-types/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types → nested-clients/dist-types/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/models/STSServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/submodules/sts}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types → nested-clients/dist-types/submodules/sts}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js → nested-clients/dist-types/ts3.4/index.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/SSOOIDCServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso-oidc}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/defaultRoleAssumers.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/STSServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/models/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/client-sts/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sts}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-secrets-manager/node_modules/@aws-sdk/types/dist-es/checksum.js → nested-clients/node_modules/@smithy/util-retry/dist-es/types.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/client.js → @smithy/middleware-retry/node_modules/@smithy/util-retry/dist-es/types.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/client-sso-oidc → @smithy/util-retry/node_modules/@smithy/service-error-classification}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/middleware-host-header → @smithy/util-retry/node_modules/@smithy/types}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/command.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/abort-handler.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/connection.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/abort.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/credentials.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/crypto.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/encode.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/auth/HttpSigner.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/eventStream.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/feature-ids.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/http.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/checksum.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/client.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/command.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/identity/Identity.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/connection/config.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/connection/manager.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/connection/pool.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/logger.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/crypto.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/middleware.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/pagination.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/encode.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/types → @smithy/util-retry/node_modules/@smithy/types/dist-es/endpoints}/EndpointRuleObject.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/types → @smithy/util-retry/node_modules/@smithy/types/dist-es/endpoints}/ErrorRuleObject.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/types → @smithy/util-retry/node_modules/@smithy/types/dist-es/endpoints}/RuleSetObject.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/types → @smithy/util-retry/node_modules/@smithy/types/dist-es/endpoints}/TreeRuleObject.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-endpoints/dist-es/types → @smithy/util-retry/node_modules/@smithy/types/dist-es/endpoints}/shared.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/profile.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/eventStream.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/request.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es → @smithy/util-retry/node_modules/@smithy/types/dist-es/extensions}/retry.js +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/response.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/serde.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/feature-ids.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/shapes.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/signature.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/stream.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/token.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/identity/identity.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/uri.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/util.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/logger.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/types/dist-es/waiter.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/pagination.js} +0 -0
- /package/node_modules/{@aws-sdk/client-secrets-manager/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js → @smithy/util-retry/node_modules/@smithy/types/dist-es/response.js} +0 -0
- /package/node_modules/{has-proto → dunder-proto}/.eslintrc +0 -0
- /package/node_modules/{buffer/node_modules/isarray → isarray}/.npmignore +0 -0
- /package/node_modules/{buffer/node_modules/isarray → isarray}/.travis.yml +0 -0
- /package/node_modules/{buffer/node_modules/isarray → isarray}/Makefile +0 -0
- /package/node_modules/{buffer/node_modules/isarray → isarray}/README.md +0 -0
- /package/node_modules/{buffer/node_modules/isarray → isarray}/component.json +0 -0
- /package/node_modules/{buffer/node_modules/isarray → isarray}/index.js +0 -0
- /package/node_modules/{buffer/node_modules/isarray → isarray}/package.json +0 -0
- /package/node_modules/{buffer/node_modules/isarray → isarray}/test.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/CONTRIBUTING.md +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/LICENSE.md +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/README.md +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/bin/uuid +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/md5.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/native.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/nil.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/parse.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/regex.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/rng.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/sha1.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/stringify.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v1.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v3.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v35.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v4.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v5.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/validate.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/version.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/md5.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/native.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/nil.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/parse.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/regex.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/rng.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/sha1.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/stringify.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/v1.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/v3.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/v35.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/v4.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/v5.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/validate.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/version.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/md5.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/native.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/nil.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/parse.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/regex.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/rng.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/sha1.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/stringify.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/v1.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/v3.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/v35.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/v4.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/v5.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/validate.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/version.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/md5-browser.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/md5.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/native-browser.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/native.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/nil.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/parse.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/regex.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/rng-browser.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/rng.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/sha1-browser.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/sha1.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/stringify.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/uuid-bin.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/v1.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/v3.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/v35.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/v4.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/v5.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/validate.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/version.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/package.json +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/wrapper.mjs +0 -0
|
@@ -290,7 +290,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
290
290
|
}, "resolveRuntimeExtensions");
|
|
291
291
|
|
|
292
292
|
// src/OrganizationsClient.ts
|
|
293
|
-
var
|
|
293
|
+
var OrganizationsClient = class extends import_smithy_client.Client {
|
|
294
|
+
static {
|
|
295
|
+
__name(this, "OrganizationsClient");
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* The resolved configuration of OrganizationsClient class. This is resolved and normalized from the {@link OrganizationsClientConfig | constructor configuration interface}.
|
|
299
|
+
*/
|
|
300
|
+
config;
|
|
294
301
|
constructor(...[configuration]) {
|
|
295
302
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
296
303
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -300,7 +307,7 @@ var _OrganizationsClient = class _OrganizationsClient extends import_smithy_clie
|
|
|
300
307
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
301
308
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
302
309
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
303
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
310
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
304
311
|
super(_config_8);
|
|
305
312
|
this.config = _config_8;
|
|
306
313
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -328,8 +335,6 @@ var _OrganizationsClient = class _OrganizationsClient extends import_smithy_clie
|
|
|
328
335
|
super.destroy();
|
|
329
336
|
}
|
|
330
337
|
};
|
|
331
|
-
__name(_OrganizationsClient, "OrganizationsClient");
|
|
332
|
-
var OrganizationsClient = _OrganizationsClient;
|
|
333
338
|
|
|
334
339
|
// src/Organizations.ts
|
|
335
340
|
|
|
@@ -344,7 +349,10 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
344
349
|
|
|
345
350
|
// src/models/OrganizationsServiceException.ts
|
|
346
351
|
|
|
347
|
-
var
|
|
352
|
+
var OrganizationsServiceException = class _OrganizationsServiceException extends import_smithy_client.ServiceException {
|
|
353
|
+
static {
|
|
354
|
+
__name(this, "OrganizationsServiceException");
|
|
355
|
+
}
|
|
348
356
|
/**
|
|
349
357
|
* @internal
|
|
350
358
|
*/
|
|
@@ -353,8 +361,6 @@ var _OrganizationsServiceException = class _OrganizationsServiceException extend
|
|
|
353
361
|
Object.setPrototypeOf(this, _OrganizationsServiceException.prototype);
|
|
354
362
|
}
|
|
355
363
|
};
|
|
356
|
-
__name(_OrganizationsServiceException, "OrganizationsServiceException");
|
|
357
|
-
var OrganizationsServiceException = _OrganizationsServiceException;
|
|
358
364
|
|
|
359
365
|
// src/models/models_0.ts
|
|
360
366
|
var ActionType = {
|
|
@@ -386,7 +392,13 @@ var HandshakeState = {
|
|
|
386
392
|
OPEN: "OPEN",
|
|
387
393
|
REQUESTED: "REQUESTED"
|
|
388
394
|
};
|
|
389
|
-
var
|
|
395
|
+
var AccessDeniedException = class _AccessDeniedException extends OrganizationsServiceException {
|
|
396
|
+
static {
|
|
397
|
+
__name(this, "AccessDeniedException");
|
|
398
|
+
}
|
|
399
|
+
name = "AccessDeniedException";
|
|
400
|
+
$fault = "client";
|
|
401
|
+
Message;
|
|
390
402
|
/**
|
|
391
403
|
* @internal
|
|
392
404
|
*/
|
|
@@ -396,18 +408,21 @@ var _AccessDeniedException = class _AccessDeniedException extends OrganizationsS
|
|
|
396
408
|
$fault: "client",
|
|
397
409
|
...opts
|
|
398
410
|
});
|
|
399
|
-
this.name = "AccessDeniedException";
|
|
400
|
-
this.$fault = "client";
|
|
401
411
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
402
412
|
this.Message = opts.Message;
|
|
403
413
|
}
|
|
404
414
|
};
|
|
405
|
-
__name(_AccessDeniedException, "AccessDeniedException");
|
|
406
|
-
var AccessDeniedException = _AccessDeniedException;
|
|
407
415
|
var AccessDeniedForDependencyExceptionReason = {
|
|
408
416
|
ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE: "ACCESS_DENIED_DURING_CREATE_SERVICE_LINKED_ROLE"
|
|
409
417
|
};
|
|
410
|
-
var
|
|
418
|
+
var AccessDeniedForDependencyException = class _AccessDeniedForDependencyException extends OrganizationsServiceException {
|
|
419
|
+
static {
|
|
420
|
+
__name(this, "AccessDeniedForDependencyException");
|
|
421
|
+
}
|
|
422
|
+
name = "AccessDeniedForDependencyException";
|
|
423
|
+
$fault = "client";
|
|
424
|
+
Message;
|
|
425
|
+
Reason;
|
|
411
426
|
/**
|
|
412
427
|
* @internal
|
|
413
428
|
*/
|
|
@@ -417,16 +432,18 @@ var _AccessDeniedForDependencyException = class _AccessDeniedForDependencyExcept
|
|
|
417
432
|
$fault: "client",
|
|
418
433
|
...opts
|
|
419
434
|
});
|
|
420
|
-
this.name = "AccessDeniedForDependencyException";
|
|
421
|
-
this.$fault = "client";
|
|
422
435
|
Object.setPrototypeOf(this, _AccessDeniedForDependencyException.prototype);
|
|
423
436
|
this.Message = opts.Message;
|
|
424
437
|
this.Reason = opts.Reason;
|
|
425
438
|
}
|
|
426
439
|
};
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
440
|
+
var AWSOrganizationsNotInUseException = class _AWSOrganizationsNotInUseException extends OrganizationsServiceException {
|
|
441
|
+
static {
|
|
442
|
+
__name(this, "AWSOrganizationsNotInUseException");
|
|
443
|
+
}
|
|
444
|
+
name = "AWSOrganizationsNotInUseException";
|
|
445
|
+
$fault = "client";
|
|
446
|
+
Message;
|
|
430
447
|
/**
|
|
431
448
|
* @internal
|
|
432
449
|
*/
|
|
@@ -436,15 +453,17 @@ var _AWSOrganizationsNotInUseException = class _AWSOrganizationsNotInUseExceptio
|
|
|
436
453
|
$fault: "client",
|
|
437
454
|
...opts
|
|
438
455
|
});
|
|
439
|
-
this.name = "AWSOrganizationsNotInUseException";
|
|
440
|
-
this.$fault = "client";
|
|
441
456
|
Object.setPrototypeOf(this, _AWSOrganizationsNotInUseException.prototype);
|
|
442
457
|
this.Message = opts.Message;
|
|
443
458
|
}
|
|
444
459
|
};
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
460
|
+
var ConcurrentModificationException = class _ConcurrentModificationException extends OrganizationsServiceException {
|
|
461
|
+
static {
|
|
462
|
+
__name(this, "ConcurrentModificationException");
|
|
463
|
+
}
|
|
464
|
+
name = "ConcurrentModificationException";
|
|
465
|
+
$fault = "client";
|
|
466
|
+
Message;
|
|
448
467
|
/**
|
|
449
468
|
* @internal
|
|
450
469
|
*/
|
|
@@ -454,15 +473,17 @@ var _ConcurrentModificationException = class _ConcurrentModificationException ex
|
|
|
454
473
|
$fault: "client",
|
|
455
474
|
...opts
|
|
456
475
|
});
|
|
457
|
-
this.name = "ConcurrentModificationException";
|
|
458
|
-
this.$fault = "client";
|
|
459
476
|
Object.setPrototypeOf(this, _ConcurrentModificationException.prototype);
|
|
460
477
|
this.Message = opts.Message;
|
|
461
478
|
}
|
|
462
479
|
};
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
480
|
+
var HandshakeAlreadyInStateException = class _HandshakeAlreadyInStateException extends OrganizationsServiceException {
|
|
481
|
+
static {
|
|
482
|
+
__name(this, "HandshakeAlreadyInStateException");
|
|
483
|
+
}
|
|
484
|
+
name = "HandshakeAlreadyInStateException";
|
|
485
|
+
$fault = "client";
|
|
486
|
+
Message;
|
|
466
487
|
/**
|
|
467
488
|
* @internal
|
|
468
489
|
*/
|
|
@@ -472,14 +493,10 @@ var _HandshakeAlreadyInStateException = class _HandshakeAlreadyInStateException
|
|
|
472
493
|
$fault: "client",
|
|
473
494
|
...opts
|
|
474
495
|
});
|
|
475
|
-
this.name = "HandshakeAlreadyInStateException";
|
|
476
|
-
this.$fault = "client";
|
|
477
496
|
Object.setPrototypeOf(this, _HandshakeAlreadyInStateException.prototype);
|
|
478
497
|
this.Message = opts.Message;
|
|
479
498
|
}
|
|
480
499
|
};
|
|
481
|
-
__name(_HandshakeAlreadyInStateException, "HandshakeAlreadyInStateException");
|
|
482
|
-
var HandshakeAlreadyInStateException = _HandshakeAlreadyInStateException;
|
|
483
500
|
var HandshakeConstraintViolationExceptionReason = {
|
|
484
501
|
ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
|
|
485
502
|
ALREADY_IN_AN_ORGANIZATION: "ALREADY_IN_AN_ORGANIZATION",
|
|
@@ -492,7 +509,14 @@ var HandshakeConstraintViolationExceptionReason = {
|
|
|
492
509
|
ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED",
|
|
493
510
|
PAYMENT_INSTRUMENT_REQUIRED: "PAYMENT_INSTRUMENT_REQUIRED"
|
|
494
511
|
};
|
|
495
|
-
var
|
|
512
|
+
var HandshakeConstraintViolationException = class _HandshakeConstraintViolationException extends OrganizationsServiceException {
|
|
513
|
+
static {
|
|
514
|
+
__name(this, "HandshakeConstraintViolationException");
|
|
515
|
+
}
|
|
516
|
+
name = "HandshakeConstraintViolationException";
|
|
517
|
+
$fault = "client";
|
|
518
|
+
Message;
|
|
519
|
+
Reason;
|
|
496
520
|
/**
|
|
497
521
|
* @internal
|
|
498
522
|
*/
|
|
@@ -502,16 +526,18 @@ var _HandshakeConstraintViolationException = class _HandshakeConstraintViolation
|
|
|
502
526
|
$fault: "client",
|
|
503
527
|
...opts
|
|
504
528
|
});
|
|
505
|
-
this.name = "HandshakeConstraintViolationException";
|
|
506
|
-
this.$fault = "client";
|
|
507
529
|
Object.setPrototypeOf(this, _HandshakeConstraintViolationException.prototype);
|
|
508
530
|
this.Message = opts.Message;
|
|
509
531
|
this.Reason = opts.Reason;
|
|
510
532
|
}
|
|
511
533
|
};
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
534
|
+
var HandshakeNotFoundException = class _HandshakeNotFoundException extends OrganizationsServiceException {
|
|
535
|
+
static {
|
|
536
|
+
__name(this, "HandshakeNotFoundException");
|
|
537
|
+
}
|
|
538
|
+
name = "HandshakeNotFoundException";
|
|
539
|
+
$fault = "client";
|
|
540
|
+
Message;
|
|
515
541
|
/**
|
|
516
542
|
* @internal
|
|
517
543
|
*/
|
|
@@ -521,15 +547,17 @@ var _HandshakeNotFoundException = class _HandshakeNotFoundException extends Orga
|
|
|
521
547
|
$fault: "client",
|
|
522
548
|
...opts
|
|
523
549
|
});
|
|
524
|
-
this.name = "HandshakeNotFoundException";
|
|
525
|
-
this.$fault = "client";
|
|
526
550
|
Object.setPrototypeOf(this, _HandshakeNotFoundException.prototype);
|
|
527
551
|
this.Message = opts.Message;
|
|
528
552
|
}
|
|
529
553
|
};
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
554
|
+
var InvalidHandshakeTransitionException = class _InvalidHandshakeTransitionException extends OrganizationsServiceException {
|
|
555
|
+
static {
|
|
556
|
+
__name(this, "InvalidHandshakeTransitionException");
|
|
557
|
+
}
|
|
558
|
+
name = "InvalidHandshakeTransitionException";
|
|
559
|
+
$fault = "client";
|
|
560
|
+
Message;
|
|
533
561
|
/**
|
|
534
562
|
* @internal
|
|
535
563
|
*/
|
|
@@ -539,14 +567,10 @@ var _InvalidHandshakeTransitionException = class _InvalidHandshakeTransitionExce
|
|
|
539
567
|
$fault: "client",
|
|
540
568
|
...opts
|
|
541
569
|
});
|
|
542
|
-
this.name = "InvalidHandshakeTransitionException";
|
|
543
|
-
this.$fault = "client";
|
|
544
570
|
Object.setPrototypeOf(this, _InvalidHandshakeTransitionException.prototype);
|
|
545
571
|
this.Message = opts.Message;
|
|
546
572
|
}
|
|
547
573
|
};
|
|
548
|
-
__name(_InvalidHandshakeTransitionException, "InvalidHandshakeTransitionException");
|
|
549
|
-
var InvalidHandshakeTransitionException = _InvalidHandshakeTransitionException;
|
|
550
574
|
var InvalidInputExceptionReason = {
|
|
551
575
|
DUPLICATE_TAG_KEY: "DUPLICATE_TAG_KEY",
|
|
552
576
|
IMMUTABLE_POLICY: "IMMUTABLE_POLICY",
|
|
@@ -560,6 +584,7 @@ var InvalidInputExceptionReason = {
|
|
|
560
584
|
INVALID_PARTY_TYPE_TARGET: "INVALID_PARTY_TYPE_TARGET",
|
|
561
585
|
INVALID_PATTERN: "INVALID_PATTERN",
|
|
562
586
|
INVALID_PATTERN_TARGET_ID: "INVALID_PATTERN_TARGET_ID",
|
|
587
|
+
INVALID_PRINCIPAL: "INVALID_PRINCIPAL",
|
|
563
588
|
INVALID_RESOURCE_POLICY_JSON: "INVALID_RESOURCE_POLICY_JSON",
|
|
564
589
|
INVALID_ROLE_NAME: "INVALID_ROLE_NAME",
|
|
565
590
|
INVALID_SYNTAX_ORGANIZATION: "INVALID_SYNTAX_ORGANIZATION_ARN",
|
|
@@ -571,13 +596,21 @@ var InvalidInputExceptionReason = {
|
|
|
571
596
|
MIN_LENGTH_EXCEEDED: "MIN_LENGTH_EXCEEDED",
|
|
572
597
|
MIN_VALUE_EXCEEDED: "MIN_VALUE_EXCEEDED",
|
|
573
598
|
MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS",
|
|
599
|
+
NON_DETACHABLE_POLICY: "NON_DETACHABLE_POLICY",
|
|
574
600
|
TARGET_NOT_SUPPORTED: "TARGET_NOT_SUPPORTED",
|
|
575
601
|
UNRECOGNIZED_SERVICE_PRINCIPAL: "UNRECOGNIZED_SERVICE_PRINCIPAL",
|
|
576
602
|
UNSUPPORTED_ACTION_IN_RESOURCE_POLICY: "UNSUPPORTED_ACTION_IN_RESOURCE_POLICY",
|
|
577
603
|
UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY: "UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY",
|
|
578
604
|
UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY: "UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY"
|
|
579
605
|
};
|
|
580
|
-
var
|
|
606
|
+
var InvalidInputException = class _InvalidInputException extends OrganizationsServiceException {
|
|
607
|
+
static {
|
|
608
|
+
__name(this, "InvalidInputException");
|
|
609
|
+
}
|
|
610
|
+
name = "InvalidInputException";
|
|
611
|
+
$fault = "client";
|
|
612
|
+
Message;
|
|
613
|
+
Reason;
|
|
581
614
|
/**
|
|
582
615
|
* @internal
|
|
583
616
|
*/
|
|
@@ -587,16 +620,18 @@ var _InvalidInputException = class _InvalidInputException extends OrganizationsS
|
|
|
587
620
|
$fault: "client",
|
|
588
621
|
...opts
|
|
589
622
|
});
|
|
590
|
-
this.name = "InvalidInputException";
|
|
591
|
-
this.$fault = "client";
|
|
592
623
|
Object.setPrototypeOf(this, _InvalidInputException.prototype);
|
|
593
624
|
this.Message = opts.Message;
|
|
594
625
|
this.Reason = opts.Reason;
|
|
595
626
|
}
|
|
596
627
|
};
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
628
|
+
var ServiceException = class _ServiceException extends OrganizationsServiceException {
|
|
629
|
+
static {
|
|
630
|
+
__name(this, "ServiceException");
|
|
631
|
+
}
|
|
632
|
+
name = "ServiceException";
|
|
633
|
+
$fault = "server";
|
|
634
|
+
Message;
|
|
600
635
|
/**
|
|
601
636
|
* @internal
|
|
602
637
|
*/
|
|
@@ -606,15 +641,18 @@ var _ServiceException = class _ServiceException extends OrganizationsServiceExce
|
|
|
606
641
|
$fault: "server",
|
|
607
642
|
...opts
|
|
608
643
|
});
|
|
609
|
-
this.name = "ServiceException";
|
|
610
|
-
this.$fault = "server";
|
|
611
644
|
Object.setPrototypeOf(this, _ServiceException.prototype);
|
|
612
645
|
this.Message = opts.Message;
|
|
613
646
|
}
|
|
614
647
|
};
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
648
|
+
var TooManyRequestsException = class _TooManyRequestsException extends OrganizationsServiceException {
|
|
649
|
+
static {
|
|
650
|
+
__name(this, "TooManyRequestsException");
|
|
651
|
+
}
|
|
652
|
+
name = "TooManyRequestsException";
|
|
653
|
+
$fault = "client";
|
|
654
|
+
Type;
|
|
655
|
+
Message;
|
|
618
656
|
/**
|
|
619
657
|
* @internal
|
|
620
658
|
*/
|
|
@@ -624,15 +662,11 @@ var _TooManyRequestsException = class _TooManyRequestsException extends Organiza
|
|
|
624
662
|
$fault: "client",
|
|
625
663
|
...opts
|
|
626
664
|
});
|
|
627
|
-
this.name = "TooManyRequestsException";
|
|
628
|
-
this.$fault = "client";
|
|
629
665
|
Object.setPrototypeOf(this, _TooManyRequestsException.prototype);
|
|
630
666
|
this.Type = opts.Type;
|
|
631
667
|
this.Message = opts.Message;
|
|
632
668
|
}
|
|
633
669
|
};
|
|
634
|
-
__name(_TooManyRequestsException, "TooManyRequestsException");
|
|
635
|
-
var TooManyRequestsException = _TooManyRequestsException;
|
|
636
670
|
var AccountJoinedMethod = {
|
|
637
671
|
CREATED: "CREATED",
|
|
638
672
|
INVITED: "INVITED"
|
|
@@ -642,7 +676,13 @@ var AccountStatus = {
|
|
|
642
676
|
PENDING_CLOSURE: "PENDING_CLOSURE",
|
|
643
677
|
SUSPENDED: "SUSPENDED"
|
|
644
678
|
};
|
|
645
|
-
var
|
|
679
|
+
var AccountAlreadyClosedException = class _AccountAlreadyClosedException extends OrganizationsServiceException {
|
|
680
|
+
static {
|
|
681
|
+
__name(this, "AccountAlreadyClosedException");
|
|
682
|
+
}
|
|
683
|
+
name = "AccountAlreadyClosedException";
|
|
684
|
+
$fault = "client";
|
|
685
|
+
Message;
|
|
646
686
|
/**
|
|
647
687
|
* @internal
|
|
648
688
|
*/
|
|
@@ -652,15 +692,17 @@ var _AccountAlreadyClosedException = class _AccountAlreadyClosedException extend
|
|
|
652
692
|
$fault: "client",
|
|
653
693
|
...opts
|
|
654
694
|
});
|
|
655
|
-
this.name = "AccountAlreadyClosedException";
|
|
656
|
-
this.$fault = "client";
|
|
657
695
|
Object.setPrototypeOf(this, _AccountAlreadyClosedException.prototype);
|
|
658
696
|
this.Message = opts.Message;
|
|
659
697
|
}
|
|
660
698
|
};
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
699
|
+
var AccountAlreadyRegisteredException = class _AccountAlreadyRegisteredException extends OrganizationsServiceException {
|
|
700
|
+
static {
|
|
701
|
+
__name(this, "AccountAlreadyRegisteredException");
|
|
702
|
+
}
|
|
703
|
+
name = "AccountAlreadyRegisteredException";
|
|
704
|
+
$fault = "client";
|
|
705
|
+
Message;
|
|
664
706
|
/**
|
|
665
707
|
* @internal
|
|
666
708
|
*/
|
|
@@ -670,15 +712,17 @@ var _AccountAlreadyRegisteredException = class _AccountAlreadyRegisteredExceptio
|
|
|
670
712
|
$fault: "client",
|
|
671
713
|
...opts
|
|
672
714
|
});
|
|
673
|
-
this.name = "AccountAlreadyRegisteredException";
|
|
674
|
-
this.$fault = "client";
|
|
675
715
|
Object.setPrototypeOf(this, _AccountAlreadyRegisteredException.prototype);
|
|
676
716
|
this.Message = opts.Message;
|
|
677
717
|
}
|
|
678
718
|
};
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
719
|
+
var AccountNotFoundException = class _AccountNotFoundException extends OrganizationsServiceException {
|
|
720
|
+
static {
|
|
721
|
+
__name(this, "AccountNotFoundException");
|
|
722
|
+
}
|
|
723
|
+
name = "AccountNotFoundException";
|
|
724
|
+
$fault = "client";
|
|
725
|
+
Message;
|
|
682
726
|
/**
|
|
683
727
|
* @internal
|
|
684
728
|
*/
|
|
@@ -688,15 +732,17 @@ var _AccountNotFoundException = class _AccountNotFoundException extends Organiza
|
|
|
688
732
|
$fault: "client",
|
|
689
733
|
...opts
|
|
690
734
|
});
|
|
691
|
-
this.name = "AccountNotFoundException";
|
|
692
|
-
this.$fault = "client";
|
|
693
735
|
Object.setPrototypeOf(this, _AccountNotFoundException.prototype);
|
|
694
736
|
this.Message = opts.Message;
|
|
695
737
|
}
|
|
696
738
|
};
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
739
|
+
var AccountNotRegisteredException = class _AccountNotRegisteredException extends OrganizationsServiceException {
|
|
740
|
+
static {
|
|
741
|
+
__name(this, "AccountNotRegisteredException");
|
|
742
|
+
}
|
|
743
|
+
name = "AccountNotRegisteredException";
|
|
744
|
+
$fault = "client";
|
|
745
|
+
Message;
|
|
700
746
|
/**
|
|
701
747
|
* @internal
|
|
702
748
|
*/
|
|
@@ -706,15 +752,17 @@ var _AccountNotRegisteredException = class _AccountNotRegisteredException extend
|
|
|
706
752
|
$fault: "client",
|
|
707
753
|
...opts
|
|
708
754
|
});
|
|
709
|
-
this.name = "AccountNotRegisteredException";
|
|
710
|
-
this.$fault = "client";
|
|
711
755
|
Object.setPrototypeOf(this, _AccountNotRegisteredException.prototype);
|
|
712
756
|
this.Message = opts.Message;
|
|
713
757
|
}
|
|
714
758
|
};
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
759
|
+
var AccountOwnerNotVerifiedException = class _AccountOwnerNotVerifiedException extends OrganizationsServiceException {
|
|
760
|
+
static {
|
|
761
|
+
__name(this, "AccountOwnerNotVerifiedException");
|
|
762
|
+
}
|
|
763
|
+
name = "AccountOwnerNotVerifiedException";
|
|
764
|
+
$fault = "client";
|
|
765
|
+
Message;
|
|
718
766
|
/**
|
|
719
767
|
* @internal
|
|
720
768
|
*/
|
|
@@ -724,15 +772,17 @@ var _AccountOwnerNotVerifiedException = class _AccountOwnerNotVerifiedException
|
|
|
724
772
|
$fault: "client",
|
|
725
773
|
...opts
|
|
726
774
|
});
|
|
727
|
-
this.name = "AccountOwnerNotVerifiedException";
|
|
728
|
-
this.$fault = "client";
|
|
729
775
|
Object.setPrototypeOf(this, _AccountOwnerNotVerifiedException.prototype);
|
|
730
776
|
this.Message = opts.Message;
|
|
731
777
|
}
|
|
732
778
|
};
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
779
|
+
var AlreadyInOrganizationException = class _AlreadyInOrganizationException extends OrganizationsServiceException {
|
|
780
|
+
static {
|
|
781
|
+
__name(this, "AlreadyInOrganizationException");
|
|
782
|
+
}
|
|
783
|
+
name = "AlreadyInOrganizationException";
|
|
784
|
+
$fault = "client";
|
|
785
|
+
Message;
|
|
736
786
|
/**
|
|
737
787
|
* @internal
|
|
738
788
|
*/
|
|
@@ -742,14 +792,10 @@ var _AlreadyInOrganizationException = class _AlreadyInOrganizationException exte
|
|
|
742
792
|
$fault: "client",
|
|
743
793
|
...opts
|
|
744
794
|
});
|
|
745
|
-
this.name = "AlreadyInOrganizationException";
|
|
746
|
-
this.$fault = "client";
|
|
747
795
|
Object.setPrototypeOf(this, _AlreadyInOrganizationException.prototype);
|
|
748
796
|
this.Message = opts.Message;
|
|
749
797
|
}
|
|
750
798
|
};
|
|
751
|
-
__name(_AlreadyInOrganizationException, "AlreadyInOrganizationException");
|
|
752
|
-
var AlreadyInOrganizationException = _AlreadyInOrganizationException;
|
|
753
799
|
var ConstraintViolationExceptionReason = {
|
|
754
800
|
ACCOUNT_CANNOT_LEAVE_ORGANIZATION: "ACCOUNT_CANNOT_LEAVE_ORGANIZATION",
|
|
755
801
|
ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA",
|
|
@@ -757,6 +803,7 @@ var ConstraintViolationExceptionReason = {
|
|
|
757
803
|
ACCOUNT_CREATION_NOT_COMPLETE: "ACCOUNT_CREATION_NOT_COMPLETE",
|
|
758
804
|
ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED",
|
|
759
805
|
ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
|
|
806
|
+
ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED: "ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED",
|
|
760
807
|
CANNOT_CLOSE_MANAGEMENT_ACCOUNT: "CANNOT_CLOSE_MANAGEMENT_ACCOUNT",
|
|
761
808
|
CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR",
|
|
762
809
|
CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR",
|
|
@@ -787,7 +834,14 @@ var ConstraintViolationExceptionReason = {
|
|
|
787
834
|
TAG_POLICY_VIOLATION: "TAG_POLICY_VIOLATION",
|
|
788
835
|
WAIT_PERIOD_ACTIVE: "WAIT_PERIOD_ACTIVE"
|
|
789
836
|
};
|
|
790
|
-
var
|
|
837
|
+
var ConstraintViolationException = class _ConstraintViolationException extends OrganizationsServiceException {
|
|
838
|
+
static {
|
|
839
|
+
__name(this, "ConstraintViolationException");
|
|
840
|
+
}
|
|
841
|
+
name = "ConstraintViolationException";
|
|
842
|
+
$fault = "client";
|
|
843
|
+
Message;
|
|
844
|
+
Reason;
|
|
791
845
|
/**
|
|
792
846
|
* @internal
|
|
793
847
|
*/
|
|
@@ -797,16 +851,18 @@ var _ConstraintViolationException = class _ConstraintViolationException extends
|
|
|
797
851
|
$fault: "client",
|
|
798
852
|
...opts
|
|
799
853
|
});
|
|
800
|
-
this.name = "ConstraintViolationException";
|
|
801
|
-
this.$fault = "client";
|
|
802
854
|
Object.setPrototypeOf(this, _ConstraintViolationException.prototype);
|
|
803
855
|
this.Message = opts.Message;
|
|
804
856
|
this.Reason = opts.Reason;
|
|
805
857
|
}
|
|
806
858
|
};
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
859
|
+
var DuplicatePolicyAttachmentException = class _DuplicatePolicyAttachmentException extends OrganizationsServiceException {
|
|
860
|
+
static {
|
|
861
|
+
__name(this, "DuplicatePolicyAttachmentException");
|
|
862
|
+
}
|
|
863
|
+
name = "DuplicatePolicyAttachmentException";
|
|
864
|
+
$fault = "client";
|
|
865
|
+
Message;
|
|
810
866
|
/**
|
|
811
867
|
* @internal
|
|
812
868
|
*/
|
|
@@ -816,15 +872,17 @@ var _DuplicatePolicyAttachmentException = class _DuplicatePolicyAttachmentExcept
|
|
|
816
872
|
$fault: "client",
|
|
817
873
|
...opts
|
|
818
874
|
});
|
|
819
|
-
this.name = "DuplicatePolicyAttachmentException";
|
|
820
|
-
this.$fault = "client";
|
|
821
875
|
Object.setPrototypeOf(this, _DuplicatePolicyAttachmentException.prototype);
|
|
822
876
|
this.Message = opts.Message;
|
|
823
877
|
}
|
|
824
878
|
};
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
879
|
+
var PolicyChangesInProgressException = class _PolicyChangesInProgressException extends OrganizationsServiceException {
|
|
880
|
+
static {
|
|
881
|
+
__name(this, "PolicyChangesInProgressException");
|
|
882
|
+
}
|
|
883
|
+
name = "PolicyChangesInProgressException";
|
|
884
|
+
$fault = "client";
|
|
885
|
+
Message;
|
|
828
886
|
/**
|
|
829
887
|
* @internal
|
|
830
888
|
*/
|
|
@@ -834,15 +892,17 @@ var _PolicyChangesInProgressException = class _PolicyChangesInProgressException
|
|
|
834
892
|
$fault: "client",
|
|
835
893
|
...opts
|
|
836
894
|
});
|
|
837
|
-
this.name = "PolicyChangesInProgressException";
|
|
838
|
-
this.$fault = "client";
|
|
839
895
|
Object.setPrototypeOf(this, _PolicyChangesInProgressException.prototype);
|
|
840
896
|
this.Message = opts.Message;
|
|
841
897
|
}
|
|
842
898
|
};
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
899
|
+
var PolicyNotFoundException = class _PolicyNotFoundException extends OrganizationsServiceException {
|
|
900
|
+
static {
|
|
901
|
+
__name(this, "PolicyNotFoundException");
|
|
902
|
+
}
|
|
903
|
+
name = "PolicyNotFoundException";
|
|
904
|
+
$fault = "client";
|
|
905
|
+
Message;
|
|
846
906
|
/**
|
|
847
907
|
* @internal
|
|
848
908
|
*/
|
|
@@ -852,15 +912,17 @@ var _PolicyNotFoundException = class _PolicyNotFoundException extends Organizati
|
|
|
852
912
|
$fault: "client",
|
|
853
913
|
...opts
|
|
854
914
|
});
|
|
855
|
-
this.name = "PolicyNotFoundException";
|
|
856
|
-
this.$fault = "client";
|
|
857
915
|
Object.setPrototypeOf(this, _PolicyNotFoundException.prototype);
|
|
858
916
|
this.Message = opts.Message;
|
|
859
917
|
}
|
|
860
918
|
};
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
919
|
+
var PolicyTypeNotEnabledException = class _PolicyTypeNotEnabledException extends OrganizationsServiceException {
|
|
920
|
+
static {
|
|
921
|
+
__name(this, "PolicyTypeNotEnabledException");
|
|
922
|
+
}
|
|
923
|
+
name = "PolicyTypeNotEnabledException";
|
|
924
|
+
$fault = "client";
|
|
925
|
+
Message;
|
|
864
926
|
/**
|
|
865
927
|
* @internal
|
|
866
928
|
*/
|
|
@@ -870,15 +932,17 @@ var _PolicyTypeNotEnabledException = class _PolicyTypeNotEnabledException extend
|
|
|
870
932
|
$fault: "client",
|
|
871
933
|
...opts
|
|
872
934
|
});
|
|
873
|
-
this.name = "PolicyTypeNotEnabledException";
|
|
874
|
-
this.$fault = "client";
|
|
875
935
|
Object.setPrototypeOf(this, _PolicyTypeNotEnabledException.prototype);
|
|
876
936
|
this.Message = opts.Message;
|
|
877
937
|
}
|
|
878
938
|
};
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
939
|
+
var TargetNotFoundException = class _TargetNotFoundException extends OrganizationsServiceException {
|
|
940
|
+
static {
|
|
941
|
+
__name(this, "TargetNotFoundException");
|
|
942
|
+
}
|
|
943
|
+
name = "TargetNotFoundException";
|
|
944
|
+
$fault = "client";
|
|
945
|
+
Message;
|
|
882
946
|
/**
|
|
883
947
|
* @internal
|
|
884
948
|
*/
|
|
@@ -888,15 +952,17 @@ var _TargetNotFoundException = class _TargetNotFoundException extends Organizati
|
|
|
888
952
|
$fault: "client",
|
|
889
953
|
...opts
|
|
890
954
|
});
|
|
891
|
-
this.name = "TargetNotFoundException";
|
|
892
|
-
this.$fault = "client";
|
|
893
955
|
Object.setPrototypeOf(this, _TargetNotFoundException.prototype);
|
|
894
956
|
this.Message = opts.Message;
|
|
895
957
|
}
|
|
896
958
|
};
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
959
|
+
var UnsupportedAPIEndpointException = class _UnsupportedAPIEndpointException extends OrganizationsServiceException {
|
|
960
|
+
static {
|
|
961
|
+
__name(this, "UnsupportedAPIEndpointException");
|
|
962
|
+
}
|
|
963
|
+
name = "UnsupportedAPIEndpointException";
|
|
964
|
+
$fault = "client";
|
|
965
|
+
Message;
|
|
900
966
|
/**
|
|
901
967
|
* @internal
|
|
902
968
|
*/
|
|
@@ -906,15 +972,17 @@ var _UnsupportedAPIEndpointException = class _UnsupportedAPIEndpointException ex
|
|
|
906
972
|
$fault: "client",
|
|
907
973
|
...opts
|
|
908
974
|
});
|
|
909
|
-
this.name = "UnsupportedAPIEndpointException";
|
|
910
|
-
this.$fault = "client";
|
|
911
975
|
Object.setPrototypeOf(this, _UnsupportedAPIEndpointException.prototype);
|
|
912
976
|
this.Message = opts.Message;
|
|
913
977
|
}
|
|
914
978
|
};
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
979
|
+
var ConflictException = class _ConflictException extends OrganizationsServiceException {
|
|
980
|
+
static {
|
|
981
|
+
__name(this, "ConflictException");
|
|
982
|
+
}
|
|
983
|
+
name = "ConflictException";
|
|
984
|
+
$fault = "client";
|
|
985
|
+
Message;
|
|
918
986
|
/**
|
|
919
987
|
* @internal
|
|
920
988
|
*/
|
|
@@ -924,14 +992,10 @@ var _ConflictException = class _ConflictException extends OrganizationsServiceEx
|
|
|
924
992
|
$fault: "client",
|
|
925
993
|
...opts
|
|
926
994
|
});
|
|
927
|
-
this.name = "ConflictException";
|
|
928
|
-
this.$fault = "client";
|
|
929
995
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
930
996
|
this.Message = opts.Message;
|
|
931
997
|
}
|
|
932
998
|
};
|
|
933
|
-
__name(_ConflictException, "ConflictException");
|
|
934
|
-
var ConflictException = _ConflictException;
|
|
935
999
|
var IAMUserAccessToBilling = {
|
|
936
1000
|
ALLOW: "ALLOW",
|
|
937
1001
|
DENY: "DENY"
|
|
@@ -958,7 +1022,13 @@ var CreateAccountState = {
|
|
|
958
1022
|
IN_PROGRESS: "IN_PROGRESS",
|
|
959
1023
|
SUCCEEDED: "SUCCEEDED"
|
|
960
1024
|
};
|
|
961
|
-
var
|
|
1025
|
+
var FinalizingOrganizationException = class _FinalizingOrganizationException extends OrganizationsServiceException {
|
|
1026
|
+
static {
|
|
1027
|
+
__name(this, "FinalizingOrganizationException");
|
|
1028
|
+
}
|
|
1029
|
+
name = "FinalizingOrganizationException";
|
|
1030
|
+
$fault = "client";
|
|
1031
|
+
Message;
|
|
962
1032
|
/**
|
|
963
1033
|
* @internal
|
|
964
1034
|
*/
|
|
@@ -968,14 +1038,10 @@ var _FinalizingOrganizationException = class _FinalizingOrganizationException ex
|
|
|
968
1038
|
$fault: "client",
|
|
969
1039
|
...opts
|
|
970
1040
|
});
|
|
971
|
-
this.name = "FinalizingOrganizationException";
|
|
972
|
-
this.$fault = "client";
|
|
973
1041
|
Object.setPrototypeOf(this, _FinalizingOrganizationException.prototype);
|
|
974
1042
|
this.Message = opts.Message;
|
|
975
1043
|
}
|
|
976
1044
|
};
|
|
977
|
-
__name(_FinalizingOrganizationException, "FinalizingOrganizationException");
|
|
978
|
-
var FinalizingOrganizationException = _FinalizingOrganizationException;
|
|
979
1045
|
var OrganizationFeatureSet = {
|
|
980
1046
|
ALL: "ALL",
|
|
981
1047
|
CONSOLIDATED_BILLING: "CONSOLIDATED_BILLING"
|
|
@@ -989,10 +1055,18 @@ var PolicyType = {
|
|
|
989
1055
|
AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY",
|
|
990
1056
|
BACKUP_POLICY: "BACKUP_POLICY",
|
|
991
1057
|
CHATBOT_POLICY: "CHATBOT_POLICY",
|
|
1058
|
+
DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2",
|
|
1059
|
+
RESOURCE_CONTROL_POLICY: "RESOURCE_CONTROL_POLICY",
|
|
992
1060
|
SERVICE_CONTROL_POLICY: "SERVICE_CONTROL_POLICY",
|
|
993
1061
|
TAG_POLICY: "TAG_POLICY"
|
|
994
1062
|
};
|
|
995
|
-
var
|
|
1063
|
+
var DuplicateOrganizationalUnitException = class _DuplicateOrganizationalUnitException extends OrganizationsServiceException {
|
|
1064
|
+
static {
|
|
1065
|
+
__name(this, "DuplicateOrganizationalUnitException");
|
|
1066
|
+
}
|
|
1067
|
+
name = "DuplicateOrganizationalUnitException";
|
|
1068
|
+
$fault = "client";
|
|
1069
|
+
Message;
|
|
996
1070
|
/**
|
|
997
1071
|
* @internal
|
|
998
1072
|
*/
|
|
@@ -1002,15 +1076,17 @@ var _DuplicateOrganizationalUnitException = class _DuplicateOrganizationalUnitEx
|
|
|
1002
1076
|
$fault: "client",
|
|
1003
1077
|
...opts
|
|
1004
1078
|
});
|
|
1005
|
-
this.name = "DuplicateOrganizationalUnitException";
|
|
1006
|
-
this.$fault = "client";
|
|
1007
1079
|
Object.setPrototypeOf(this, _DuplicateOrganizationalUnitException.prototype);
|
|
1008
1080
|
this.Message = opts.Message;
|
|
1009
1081
|
}
|
|
1010
1082
|
};
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1083
|
+
var ParentNotFoundException = class _ParentNotFoundException extends OrganizationsServiceException {
|
|
1084
|
+
static {
|
|
1085
|
+
__name(this, "ParentNotFoundException");
|
|
1086
|
+
}
|
|
1087
|
+
name = "ParentNotFoundException";
|
|
1088
|
+
$fault = "client";
|
|
1089
|
+
Message;
|
|
1014
1090
|
/**
|
|
1015
1091
|
* @internal
|
|
1016
1092
|
*/
|
|
@@ -1020,15 +1096,17 @@ var _ParentNotFoundException = class _ParentNotFoundException extends Organizati
|
|
|
1020
1096
|
$fault: "client",
|
|
1021
1097
|
...opts
|
|
1022
1098
|
});
|
|
1023
|
-
this.name = "ParentNotFoundException";
|
|
1024
|
-
this.$fault = "client";
|
|
1025
1099
|
Object.setPrototypeOf(this, _ParentNotFoundException.prototype);
|
|
1026
1100
|
this.Message = opts.Message;
|
|
1027
1101
|
}
|
|
1028
1102
|
};
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1103
|
+
var DuplicatePolicyException = class _DuplicatePolicyException extends OrganizationsServiceException {
|
|
1104
|
+
static {
|
|
1105
|
+
__name(this, "DuplicatePolicyException");
|
|
1106
|
+
}
|
|
1107
|
+
name = "DuplicatePolicyException";
|
|
1108
|
+
$fault = "client";
|
|
1109
|
+
Message;
|
|
1032
1110
|
/**
|
|
1033
1111
|
* @internal
|
|
1034
1112
|
*/
|
|
@@ -1038,15 +1116,17 @@ var _DuplicatePolicyException = class _DuplicatePolicyException extends Organiza
|
|
|
1038
1116
|
$fault: "client",
|
|
1039
1117
|
...opts
|
|
1040
1118
|
});
|
|
1041
|
-
this.name = "DuplicatePolicyException";
|
|
1042
|
-
this.$fault = "client";
|
|
1043
1119
|
Object.setPrototypeOf(this, _DuplicatePolicyException.prototype);
|
|
1044
1120
|
this.Message = opts.Message;
|
|
1045
1121
|
}
|
|
1046
1122
|
};
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1123
|
+
var MalformedPolicyDocumentException = class _MalformedPolicyDocumentException extends OrganizationsServiceException {
|
|
1124
|
+
static {
|
|
1125
|
+
__name(this, "MalformedPolicyDocumentException");
|
|
1126
|
+
}
|
|
1127
|
+
name = "MalformedPolicyDocumentException";
|
|
1128
|
+
$fault = "client";
|
|
1129
|
+
Message;
|
|
1050
1130
|
/**
|
|
1051
1131
|
* @internal
|
|
1052
1132
|
*/
|
|
@@ -1056,15 +1136,17 @@ var _MalformedPolicyDocumentException = class _MalformedPolicyDocumentException
|
|
|
1056
1136
|
$fault: "client",
|
|
1057
1137
|
...opts
|
|
1058
1138
|
});
|
|
1059
|
-
this.name = "MalformedPolicyDocumentException";
|
|
1060
|
-
this.$fault = "client";
|
|
1061
1139
|
Object.setPrototypeOf(this, _MalformedPolicyDocumentException.prototype);
|
|
1062
1140
|
this.Message = opts.Message;
|
|
1063
1141
|
}
|
|
1064
1142
|
};
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1143
|
+
var PolicyTypeNotAvailableForOrganizationException = class _PolicyTypeNotAvailableForOrganizationException extends OrganizationsServiceException {
|
|
1144
|
+
static {
|
|
1145
|
+
__name(this, "PolicyTypeNotAvailableForOrganizationException");
|
|
1146
|
+
}
|
|
1147
|
+
name = "PolicyTypeNotAvailableForOrganizationException";
|
|
1148
|
+
$fault = "client";
|
|
1149
|
+
Message;
|
|
1068
1150
|
/**
|
|
1069
1151
|
* @internal
|
|
1070
1152
|
*/
|
|
@@ -1074,15 +1156,17 @@ var _PolicyTypeNotAvailableForOrganizationException = class _PolicyTypeNotAvaila
|
|
|
1074
1156
|
$fault: "client",
|
|
1075
1157
|
...opts
|
|
1076
1158
|
});
|
|
1077
|
-
this.name = "PolicyTypeNotAvailableForOrganizationException";
|
|
1078
|
-
this.$fault = "client";
|
|
1079
1159
|
Object.setPrototypeOf(this, _PolicyTypeNotAvailableForOrganizationException.prototype);
|
|
1080
1160
|
this.Message = opts.Message;
|
|
1081
1161
|
}
|
|
1082
1162
|
};
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1163
|
+
var OrganizationNotEmptyException = class _OrganizationNotEmptyException extends OrganizationsServiceException {
|
|
1164
|
+
static {
|
|
1165
|
+
__name(this, "OrganizationNotEmptyException");
|
|
1166
|
+
}
|
|
1167
|
+
name = "OrganizationNotEmptyException";
|
|
1168
|
+
$fault = "client";
|
|
1169
|
+
Message;
|
|
1086
1170
|
/**
|
|
1087
1171
|
* @internal
|
|
1088
1172
|
*/
|
|
@@ -1092,15 +1176,17 @@ var _OrganizationNotEmptyException = class _OrganizationNotEmptyException extend
|
|
|
1092
1176
|
$fault: "client",
|
|
1093
1177
|
...opts
|
|
1094
1178
|
});
|
|
1095
|
-
this.name = "OrganizationNotEmptyException";
|
|
1096
|
-
this.$fault = "client";
|
|
1097
1179
|
Object.setPrototypeOf(this, _OrganizationNotEmptyException.prototype);
|
|
1098
1180
|
this.Message = opts.Message;
|
|
1099
1181
|
}
|
|
1100
1182
|
};
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1183
|
+
var OrganizationalUnitNotEmptyException = class _OrganizationalUnitNotEmptyException extends OrganizationsServiceException {
|
|
1184
|
+
static {
|
|
1185
|
+
__name(this, "OrganizationalUnitNotEmptyException");
|
|
1186
|
+
}
|
|
1187
|
+
name = "OrganizationalUnitNotEmptyException";
|
|
1188
|
+
$fault = "client";
|
|
1189
|
+
Message;
|
|
1104
1190
|
/**
|
|
1105
1191
|
* @internal
|
|
1106
1192
|
*/
|
|
@@ -1110,15 +1196,17 @@ var _OrganizationalUnitNotEmptyException = class _OrganizationalUnitNotEmptyExce
|
|
|
1110
1196
|
$fault: "client",
|
|
1111
1197
|
...opts
|
|
1112
1198
|
});
|
|
1113
|
-
this.name = "OrganizationalUnitNotEmptyException";
|
|
1114
|
-
this.$fault = "client";
|
|
1115
1199
|
Object.setPrototypeOf(this, _OrganizationalUnitNotEmptyException.prototype);
|
|
1116
1200
|
this.Message = opts.Message;
|
|
1117
1201
|
}
|
|
1118
1202
|
};
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1203
|
+
var OrganizationalUnitNotFoundException = class _OrganizationalUnitNotFoundException extends OrganizationsServiceException {
|
|
1204
|
+
static {
|
|
1205
|
+
__name(this, "OrganizationalUnitNotFoundException");
|
|
1206
|
+
}
|
|
1207
|
+
name = "OrganizationalUnitNotFoundException";
|
|
1208
|
+
$fault = "client";
|
|
1209
|
+
Message;
|
|
1122
1210
|
/**
|
|
1123
1211
|
* @internal
|
|
1124
1212
|
*/
|
|
@@ -1128,15 +1216,17 @@ var _OrganizationalUnitNotFoundException = class _OrganizationalUnitNotFoundExce
|
|
|
1128
1216
|
$fault: "client",
|
|
1129
1217
|
...opts
|
|
1130
1218
|
});
|
|
1131
|
-
this.name = "OrganizationalUnitNotFoundException";
|
|
1132
|
-
this.$fault = "client";
|
|
1133
1219
|
Object.setPrototypeOf(this, _OrganizationalUnitNotFoundException.prototype);
|
|
1134
1220
|
this.Message = opts.Message;
|
|
1135
1221
|
}
|
|
1136
1222
|
};
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1223
|
+
var PolicyInUseException = class _PolicyInUseException extends OrganizationsServiceException {
|
|
1224
|
+
static {
|
|
1225
|
+
__name(this, "PolicyInUseException");
|
|
1226
|
+
}
|
|
1227
|
+
name = "PolicyInUseException";
|
|
1228
|
+
$fault = "client";
|
|
1229
|
+
Message;
|
|
1140
1230
|
/**
|
|
1141
1231
|
* @internal
|
|
1142
1232
|
*/
|
|
@@ -1146,15 +1236,17 @@ var _PolicyInUseException = class _PolicyInUseException extends OrganizationsSer
|
|
|
1146
1236
|
$fault: "client",
|
|
1147
1237
|
...opts
|
|
1148
1238
|
});
|
|
1149
|
-
this.name = "PolicyInUseException";
|
|
1150
|
-
this.$fault = "client";
|
|
1151
1239
|
Object.setPrototypeOf(this, _PolicyInUseException.prototype);
|
|
1152
1240
|
this.Message = opts.Message;
|
|
1153
1241
|
}
|
|
1154
1242
|
};
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1243
|
+
var ResourcePolicyNotFoundException = class _ResourcePolicyNotFoundException extends OrganizationsServiceException {
|
|
1244
|
+
static {
|
|
1245
|
+
__name(this, "ResourcePolicyNotFoundException");
|
|
1246
|
+
}
|
|
1247
|
+
name = "ResourcePolicyNotFoundException";
|
|
1248
|
+
$fault = "client";
|
|
1249
|
+
Message;
|
|
1158
1250
|
/**
|
|
1159
1251
|
* @internal
|
|
1160
1252
|
*/
|
|
@@ -1164,15 +1256,17 @@ var _ResourcePolicyNotFoundException = class _ResourcePolicyNotFoundException ex
|
|
|
1164
1256
|
$fault: "client",
|
|
1165
1257
|
...opts
|
|
1166
1258
|
});
|
|
1167
|
-
this.name = "ResourcePolicyNotFoundException";
|
|
1168
|
-
this.$fault = "client";
|
|
1169
1259
|
Object.setPrototypeOf(this, _ResourcePolicyNotFoundException.prototype);
|
|
1170
1260
|
this.Message = opts.Message;
|
|
1171
1261
|
}
|
|
1172
1262
|
};
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1263
|
+
var CreateAccountStatusNotFoundException = class _CreateAccountStatusNotFoundException extends OrganizationsServiceException {
|
|
1264
|
+
static {
|
|
1265
|
+
__name(this, "CreateAccountStatusNotFoundException");
|
|
1266
|
+
}
|
|
1267
|
+
name = "CreateAccountStatusNotFoundException";
|
|
1268
|
+
$fault = "client";
|
|
1269
|
+
Message;
|
|
1176
1270
|
/**
|
|
1177
1271
|
* @internal
|
|
1178
1272
|
*/
|
|
@@ -1182,21 +1276,24 @@ var _CreateAccountStatusNotFoundException = class _CreateAccountStatusNotFoundEx
|
|
|
1182
1276
|
$fault: "client",
|
|
1183
1277
|
...opts
|
|
1184
1278
|
});
|
|
1185
|
-
this.name = "CreateAccountStatusNotFoundException";
|
|
1186
|
-
this.$fault = "client";
|
|
1187
1279
|
Object.setPrototypeOf(this, _CreateAccountStatusNotFoundException.prototype);
|
|
1188
1280
|
this.Message = opts.Message;
|
|
1189
1281
|
}
|
|
1190
1282
|
};
|
|
1191
|
-
__name(_CreateAccountStatusNotFoundException, "CreateAccountStatusNotFoundException");
|
|
1192
|
-
var CreateAccountStatusNotFoundException = _CreateAccountStatusNotFoundException;
|
|
1193
1283
|
var EffectivePolicyType = {
|
|
1194
1284
|
AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY",
|
|
1195
1285
|
BACKUP_POLICY: "BACKUP_POLICY",
|
|
1196
1286
|
CHATBOT_POLICY: "CHATBOT_POLICY",
|
|
1287
|
+
DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2",
|
|
1197
1288
|
TAG_POLICY: "TAG_POLICY"
|
|
1198
1289
|
};
|
|
1199
|
-
var
|
|
1290
|
+
var EffectivePolicyNotFoundException = class _EffectivePolicyNotFoundException extends OrganizationsServiceException {
|
|
1291
|
+
static {
|
|
1292
|
+
__name(this, "EffectivePolicyNotFoundException");
|
|
1293
|
+
}
|
|
1294
|
+
name = "EffectivePolicyNotFoundException";
|
|
1295
|
+
$fault = "client";
|
|
1296
|
+
Message;
|
|
1200
1297
|
/**
|
|
1201
1298
|
* @internal
|
|
1202
1299
|
*/
|
|
@@ -1206,15 +1303,17 @@ var _EffectivePolicyNotFoundException = class _EffectivePolicyNotFoundException
|
|
|
1206
1303
|
$fault: "client",
|
|
1207
1304
|
...opts
|
|
1208
1305
|
});
|
|
1209
|
-
this.name = "EffectivePolicyNotFoundException";
|
|
1210
|
-
this.$fault = "client";
|
|
1211
1306
|
Object.setPrototypeOf(this, _EffectivePolicyNotFoundException.prototype);
|
|
1212
1307
|
this.Message = opts.Message;
|
|
1213
1308
|
}
|
|
1214
1309
|
};
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1310
|
+
var PolicyNotAttachedException = class _PolicyNotAttachedException extends OrganizationsServiceException {
|
|
1311
|
+
static {
|
|
1312
|
+
__name(this, "PolicyNotAttachedException");
|
|
1313
|
+
}
|
|
1314
|
+
name = "PolicyNotAttachedException";
|
|
1315
|
+
$fault = "client";
|
|
1316
|
+
Message;
|
|
1218
1317
|
/**
|
|
1219
1318
|
* @internal
|
|
1220
1319
|
*/
|
|
@@ -1224,15 +1323,17 @@ var _PolicyNotAttachedException = class _PolicyNotAttachedException extends Orga
|
|
|
1224
1323
|
$fault: "client",
|
|
1225
1324
|
...opts
|
|
1226
1325
|
});
|
|
1227
|
-
this.name = "PolicyNotAttachedException";
|
|
1228
|
-
this.$fault = "client";
|
|
1229
1326
|
Object.setPrototypeOf(this, _PolicyNotAttachedException.prototype);
|
|
1230
1327
|
this.Message = opts.Message;
|
|
1231
1328
|
}
|
|
1232
1329
|
};
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1330
|
+
var RootNotFoundException = class _RootNotFoundException extends OrganizationsServiceException {
|
|
1331
|
+
static {
|
|
1332
|
+
__name(this, "RootNotFoundException");
|
|
1333
|
+
}
|
|
1334
|
+
name = "RootNotFoundException";
|
|
1335
|
+
$fault = "client";
|
|
1336
|
+
Message;
|
|
1236
1337
|
/**
|
|
1237
1338
|
* @internal
|
|
1238
1339
|
*/
|
|
@@ -1242,15 +1343,17 @@ var _RootNotFoundException = class _RootNotFoundException extends OrganizationsS
|
|
|
1242
1343
|
$fault: "client",
|
|
1243
1344
|
...opts
|
|
1244
1345
|
});
|
|
1245
|
-
this.name = "RootNotFoundException";
|
|
1246
|
-
this.$fault = "client";
|
|
1247
1346
|
Object.setPrototypeOf(this, _RootNotFoundException.prototype);
|
|
1248
1347
|
this.Message = opts.Message;
|
|
1249
1348
|
}
|
|
1250
1349
|
};
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1350
|
+
var PolicyTypeAlreadyEnabledException = class _PolicyTypeAlreadyEnabledException extends OrganizationsServiceException {
|
|
1351
|
+
static {
|
|
1352
|
+
__name(this, "PolicyTypeAlreadyEnabledException");
|
|
1353
|
+
}
|
|
1354
|
+
name = "PolicyTypeAlreadyEnabledException";
|
|
1355
|
+
$fault = "client";
|
|
1356
|
+
Message;
|
|
1254
1357
|
/**
|
|
1255
1358
|
* @internal
|
|
1256
1359
|
*/
|
|
@@ -1260,15 +1363,17 @@ var _PolicyTypeAlreadyEnabledException = class _PolicyTypeAlreadyEnabledExceptio
|
|
|
1260
1363
|
$fault: "client",
|
|
1261
1364
|
...opts
|
|
1262
1365
|
});
|
|
1263
|
-
this.name = "PolicyTypeAlreadyEnabledException";
|
|
1264
|
-
this.$fault = "client";
|
|
1265
1366
|
Object.setPrototypeOf(this, _PolicyTypeAlreadyEnabledException.prototype);
|
|
1266
1367
|
this.Message = opts.Message;
|
|
1267
1368
|
}
|
|
1268
1369
|
};
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1370
|
+
var DuplicateHandshakeException = class _DuplicateHandshakeException extends OrganizationsServiceException {
|
|
1371
|
+
static {
|
|
1372
|
+
__name(this, "DuplicateHandshakeException");
|
|
1373
|
+
}
|
|
1374
|
+
name = "DuplicateHandshakeException";
|
|
1375
|
+
$fault = "client";
|
|
1376
|
+
Message;
|
|
1272
1377
|
/**
|
|
1273
1378
|
* @internal
|
|
1274
1379
|
*/
|
|
@@ -1278,15 +1383,17 @@ var _DuplicateHandshakeException = class _DuplicateHandshakeException extends Or
|
|
|
1278
1383
|
$fault: "client",
|
|
1279
1384
|
...opts
|
|
1280
1385
|
});
|
|
1281
|
-
this.name = "DuplicateHandshakeException";
|
|
1282
|
-
this.$fault = "client";
|
|
1283
1386
|
Object.setPrototypeOf(this, _DuplicateHandshakeException.prototype);
|
|
1284
1387
|
this.Message = opts.Message;
|
|
1285
1388
|
}
|
|
1286
1389
|
};
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1390
|
+
var MasterCannotLeaveOrganizationException = class _MasterCannotLeaveOrganizationException extends OrganizationsServiceException {
|
|
1391
|
+
static {
|
|
1392
|
+
__name(this, "MasterCannotLeaveOrganizationException");
|
|
1393
|
+
}
|
|
1394
|
+
name = "MasterCannotLeaveOrganizationException";
|
|
1395
|
+
$fault = "client";
|
|
1396
|
+
Message;
|
|
1290
1397
|
/**
|
|
1291
1398
|
* @internal
|
|
1292
1399
|
*/
|
|
@@ -1296,19 +1403,21 @@ var _MasterCannotLeaveOrganizationException = class _MasterCannotLeaveOrganizati
|
|
|
1296
1403
|
$fault: "client",
|
|
1297
1404
|
...opts
|
|
1298
1405
|
});
|
|
1299
|
-
this.name = "MasterCannotLeaveOrganizationException";
|
|
1300
|
-
this.$fault = "client";
|
|
1301
1406
|
Object.setPrototypeOf(this, _MasterCannotLeaveOrganizationException.prototype);
|
|
1302
1407
|
this.Message = opts.Message;
|
|
1303
1408
|
}
|
|
1304
1409
|
};
|
|
1305
|
-
__name(_MasterCannotLeaveOrganizationException, "MasterCannotLeaveOrganizationException");
|
|
1306
|
-
var MasterCannotLeaveOrganizationException = _MasterCannotLeaveOrganizationException;
|
|
1307
1410
|
var ChildType = {
|
|
1308
1411
|
ACCOUNT: "ACCOUNT",
|
|
1309
1412
|
ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT"
|
|
1310
1413
|
};
|
|
1311
|
-
var
|
|
1414
|
+
var ChildNotFoundException = class _ChildNotFoundException extends OrganizationsServiceException {
|
|
1415
|
+
static {
|
|
1416
|
+
__name(this, "ChildNotFoundException");
|
|
1417
|
+
}
|
|
1418
|
+
name = "ChildNotFoundException";
|
|
1419
|
+
$fault = "client";
|
|
1420
|
+
Message;
|
|
1312
1421
|
/**
|
|
1313
1422
|
* @internal
|
|
1314
1423
|
*/
|
|
@@ -1318,14 +1427,10 @@ var _ChildNotFoundException = class _ChildNotFoundException extends Organization
|
|
|
1318
1427
|
$fault: "client",
|
|
1319
1428
|
...opts
|
|
1320
1429
|
});
|
|
1321
|
-
this.name = "ChildNotFoundException";
|
|
1322
|
-
this.$fault = "client";
|
|
1323
1430
|
Object.setPrototypeOf(this, _ChildNotFoundException.prototype);
|
|
1324
1431
|
this.Message = opts.Message;
|
|
1325
1432
|
}
|
|
1326
1433
|
};
|
|
1327
|
-
__name(_ChildNotFoundException, "ChildNotFoundException");
|
|
1328
|
-
var ChildNotFoundException = _ChildNotFoundException;
|
|
1329
1434
|
var ParentType = {
|
|
1330
1435
|
ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT",
|
|
1331
1436
|
ROOT: "ROOT"
|
|
@@ -1335,7 +1440,13 @@ var TargetType = {
|
|
|
1335
1440
|
ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT",
|
|
1336
1441
|
ROOT: "ROOT"
|
|
1337
1442
|
};
|
|
1338
|
-
var
|
|
1443
|
+
var DestinationParentNotFoundException = class _DestinationParentNotFoundException extends OrganizationsServiceException {
|
|
1444
|
+
static {
|
|
1445
|
+
__name(this, "DestinationParentNotFoundException");
|
|
1446
|
+
}
|
|
1447
|
+
name = "DestinationParentNotFoundException";
|
|
1448
|
+
$fault = "client";
|
|
1449
|
+
Message;
|
|
1339
1450
|
/**
|
|
1340
1451
|
* @internal
|
|
1341
1452
|
*/
|
|
@@ -1345,15 +1456,17 @@ var _DestinationParentNotFoundException = class _DestinationParentNotFoundExcept
|
|
|
1345
1456
|
$fault: "client",
|
|
1346
1457
|
...opts
|
|
1347
1458
|
});
|
|
1348
|
-
this.name = "DestinationParentNotFoundException";
|
|
1349
|
-
this.$fault = "client";
|
|
1350
1459
|
Object.setPrototypeOf(this, _DestinationParentNotFoundException.prototype);
|
|
1351
1460
|
this.Message = opts.Message;
|
|
1352
1461
|
}
|
|
1353
1462
|
};
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1463
|
+
var DuplicateAccountException = class _DuplicateAccountException extends OrganizationsServiceException {
|
|
1464
|
+
static {
|
|
1465
|
+
__name(this, "DuplicateAccountException");
|
|
1466
|
+
}
|
|
1467
|
+
name = "DuplicateAccountException";
|
|
1468
|
+
$fault = "client";
|
|
1469
|
+
Message;
|
|
1357
1470
|
/**
|
|
1358
1471
|
* @internal
|
|
1359
1472
|
*/
|
|
@@ -1363,15 +1476,17 @@ var _DuplicateAccountException = class _DuplicateAccountException extends Organi
|
|
|
1363
1476
|
$fault: "client",
|
|
1364
1477
|
...opts
|
|
1365
1478
|
});
|
|
1366
|
-
this.name = "DuplicateAccountException";
|
|
1367
|
-
this.$fault = "client";
|
|
1368
1479
|
Object.setPrototypeOf(this, _DuplicateAccountException.prototype);
|
|
1369
1480
|
this.Message = opts.Message;
|
|
1370
1481
|
}
|
|
1371
1482
|
};
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1483
|
+
var SourceParentNotFoundException = class _SourceParentNotFoundException extends OrganizationsServiceException {
|
|
1484
|
+
static {
|
|
1485
|
+
__name(this, "SourceParentNotFoundException");
|
|
1486
|
+
}
|
|
1487
|
+
name = "SourceParentNotFoundException";
|
|
1488
|
+
$fault = "client";
|
|
1489
|
+
Message;
|
|
1375
1490
|
/**
|
|
1376
1491
|
* @internal
|
|
1377
1492
|
*/
|
|
@@ -1381,14 +1496,10 @@ var _SourceParentNotFoundException = class _SourceParentNotFoundException extend
|
|
|
1381
1496
|
$fault: "client",
|
|
1382
1497
|
...opts
|
|
1383
1498
|
});
|
|
1384
|
-
this.name = "SourceParentNotFoundException";
|
|
1385
|
-
this.$fault = "client";
|
|
1386
1499
|
Object.setPrototypeOf(this, _SourceParentNotFoundException.prototype);
|
|
1387
1500
|
this.Message = opts.Message;
|
|
1388
1501
|
}
|
|
1389
1502
|
};
|
|
1390
|
-
__name(_SourceParentNotFoundException, "SourceParentNotFoundException");
|
|
1391
|
-
var SourceParentNotFoundException = _SourceParentNotFoundException;
|
|
1392
1503
|
var HandshakePartyFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1393
1504
|
...obj,
|
|
1394
1505
|
...obj.Id && { Id: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -3346,771 +3457,826 @@ function sharedHeaders(operation) {
|
|
|
3346
3457
|
__name(sharedHeaders, "sharedHeaders");
|
|
3347
3458
|
|
|
3348
3459
|
// src/commands/AcceptHandshakeCommand.ts
|
|
3349
|
-
var
|
|
3460
|
+
var AcceptHandshakeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3350
3461
|
return [
|
|
3351
3462
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3352
3463
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3353
3464
|
];
|
|
3354
3465
|
}).s("AWSOrganizationsV20161128", "AcceptHandshake", {}).n("OrganizationsClient", "AcceptHandshakeCommand").f(void 0, AcceptHandshakeResponseFilterSensitiveLog).ser(se_AcceptHandshakeCommand).de(de_AcceptHandshakeCommand).build() {
|
|
3466
|
+
static {
|
|
3467
|
+
__name(this, "AcceptHandshakeCommand");
|
|
3468
|
+
}
|
|
3355
3469
|
};
|
|
3356
|
-
__name(_AcceptHandshakeCommand, "AcceptHandshakeCommand");
|
|
3357
|
-
var AcceptHandshakeCommand = _AcceptHandshakeCommand;
|
|
3358
3470
|
|
|
3359
3471
|
// src/commands/AttachPolicyCommand.ts
|
|
3360
3472
|
|
|
3361
3473
|
|
|
3362
3474
|
|
|
3363
|
-
var
|
|
3475
|
+
var AttachPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3364
3476
|
return [
|
|
3365
3477
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3366
3478
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3367
3479
|
];
|
|
3368
3480
|
}).s("AWSOrganizationsV20161128", "AttachPolicy", {}).n("OrganizationsClient", "AttachPolicyCommand").f(void 0, void 0).ser(se_AttachPolicyCommand).de(de_AttachPolicyCommand).build() {
|
|
3481
|
+
static {
|
|
3482
|
+
__name(this, "AttachPolicyCommand");
|
|
3483
|
+
}
|
|
3369
3484
|
};
|
|
3370
|
-
__name(_AttachPolicyCommand, "AttachPolicyCommand");
|
|
3371
|
-
var AttachPolicyCommand = _AttachPolicyCommand;
|
|
3372
3485
|
|
|
3373
3486
|
// src/commands/CancelHandshakeCommand.ts
|
|
3374
3487
|
|
|
3375
3488
|
|
|
3376
3489
|
|
|
3377
|
-
var
|
|
3490
|
+
var CancelHandshakeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3378
3491
|
return [
|
|
3379
3492
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3380
3493
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3381
3494
|
];
|
|
3382
3495
|
}).s("AWSOrganizationsV20161128", "CancelHandshake", {}).n("OrganizationsClient", "CancelHandshakeCommand").f(void 0, CancelHandshakeResponseFilterSensitiveLog).ser(se_CancelHandshakeCommand).de(de_CancelHandshakeCommand).build() {
|
|
3496
|
+
static {
|
|
3497
|
+
__name(this, "CancelHandshakeCommand");
|
|
3498
|
+
}
|
|
3383
3499
|
};
|
|
3384
|
-
__name(_CancelHandshakeCommand, "CancelHandshakeCommand");
|
|
3385
|
-
var CancelHandshakeCommand = _CancelHandshakeCommand;
|
|
3386
3500
|
|
|
3387
3501
|
// src/commands/CloseAccountCommand.ts
|
|
3388
3502
|
|
|
3389
3503
|
|
|
3390
3504
|
|
|
3391
|
-
var
|
|
3505
|
+
var CloseAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3392
3506
|
return [
|
|
3393
3507
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3394
3508
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3395
3509
|
];
|
|
3396
3510
|
}).s("AWSOrganizationsV20161128", "CloseAccount", {}).n("OrganizationsClient", "CloseAccountCommand").f(void 0, void 0).ser(se_CloseAccountCommand).de(de_CloseAccountCommand).build() {
|
|
3511
|
+
static {
|
|
3512
|
+
__name(this, "CloseAccountCommand");
|
|
3513
|
+
}
|
|
3397
3514
|
};
|
|
3398
|
-
__name(_CloseAccountCommand, "CloseAccountCommand");
|
|
3399
|
-
var CloseAccountCommand = _CloseAccountCommand;
|
|
3400
3515
|
|
|
3401
3516
|
// src/commands/CreateAccountCommand.ts
|
|
3402
3517
|
|
|
3403
3518
|
|
|
3404
3519
|
|
|
3405
|
-
var
|
|
3520
|
+
var CreateAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3406
3521
|
return [
|
|
3407
3522
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3408
3523
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3409
3524
|
];
|
|
3410
3525
|
}).s("AWSOrganizationsV20161128", "CreateAccount", {}).n("OrganizationsClient", "CreateAccountCommand").f(CreateAccountRequestFilterSensitiveLog, CreateAccountResponseFilterSensitiveLog).ser(se_CreateAccountCommand).de(de_CreateAccountCommand).build() {
|
|
3526
|
+
static {
|
|
3527
|
+
__name(this, "CreateAccountCommand");
|
|
3528
|
+
}
|
|
3411
3529
|
};
|
|
3412
|
-
__name(_CreateAccountCommand, "CreateAccountCommand");
|
|
3413
|
-
var CreateAccountCommand = _CreateAccountCommand;
|
|
3414
3530
|
|
|
3415
3531
|
// src/commands/CreateGovCloudAccountCommand.ts
|
|
3416
3532
|
|
|
3417
3533
|
|
|
3418
3534
|
|
|
3419
|
-
var
|
|
3535
|
+
var CreateGovCloudAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3420
3536
|
return [
|
|
3421
3537
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3422
3538
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3423
3539
|
];
|
|
3424
3540
|
}).s("AWSOrganizationsV20161128", "CreateGovCloudAccount", {}).n("OrganizationsClient", "CreateGovCloudAccountCommand").f(CreateGovCloudAccountRequestFilterSensitiveLog, CreateGovCloudAccountResponseFilterSensitiveLog).ser(se_CreateGovCloudAccountCommand).de(de_CreateGovCloudAccountCommand).build() {
|
|
3541
|
+
static {
|
|
3542
|
+
__name(this, "CreateGovCloudAccountCommand");
|
|
3543
|
+
}
|
|
3425
3544
|
};
|
|
3426
|
-
__name(_CreateGovCloudAccountCommand, "CreateGovCloudAccountCommand");
|
|
3427
|
-
var CreateGovCloudAccountCommand = _CreateGovCloudAccountCommand;
|
|
3428
3545
|
|
|
3429
3546
|
// src/commands/CreateOrganizationalUnitCommand.ts
|
|
3430
3547
|
|
|
3431
3548
|
|
|
3432
3549
|
|
|
3433
|
-
var
|
|
3550
|
+
var CreateOrganizationalUnitCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3434
3551
|
return [
|
|
3435
3552
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3436
3553
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3437
3554
|
];
|
|
3438
3555
|
}).s("AWSOrganizationsV20161128", "CreateOrganizationalUnit", {}).n("OrganizationsClient", "CreateOrganizationalUnitCommand").f(void 0, void 0).ser(se_CreateOrganizationalUnitCommand).de(de_CreateOrganizationalUnitCommand).build() {
|
|
3556
|
+
static {
|
|
3557
|
+
__name(this, "CreateOrganizationalUnitCommand");
|
|
3558
|
+
}
|
|
3439
3559
|
};
|
|
3440
|
-
__name(_CreateOrganizationalUnitCommand, "CreateOrganizationalUnitCommand");
|
|
3441
|
-
var CreateOrganizationalUnitCommand = _CreateOrganizationalUnitCommand;
|
|
3442
3560
|
|
|
3443
3561
|
// src/commands/CreateOrganizationCommand.ts
|
|
3444
3562
|
|
|
3445
3563
|
|
|
3446
3564
|
|
|
3447
|
-
var
|
|
3565
|
+
var CreateOrganizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3448
3566
|
return [
|
|
3449
3567
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3450
3568
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3451
3569
|
];
|
|
3452
3570
|
}).s("AWSOrganizationsV20161128", "CreateOrganization", {}).n("OrganizationsClient", "CreateOrganizationCommand").f(void 0, CreateOrganizationResponseFilterSensitiveLog).ser(se_CreateOrganizationCommand).de(de_CreateOrganizationCommand).build() {
|
|
3571
|
+
static {
|
|
3572
|
+
__name(this, "CreateOrganizationCommand");
|
|
3573
|
+
}
|
|
3453
3574
|
};
|
|
3454
|
-
__name(_CreateOrganizationCommand, "CreateOrganizationCommand");
|
|
3455
|
-
var CreateOrganizationCommand = _CreateOrganizationCommand;
|
|
3456
3575
|
|
|
3457
3576
|
// src/commands/CreatePolicyCommand.ts
|
|
3458
3577
|
|
|
3459
3578
|
|
|
3460
3579
|
|
|
3461
|
-
var
|
|
3580
|
+
var CreatePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3462
3581
|
return [
|
|
3463
3582
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3464
3583
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3465
3584
|
];
|
|
3466
3585
|
}).s("AWSOrganizationsV20161128", "CreatePolicy", {}).n("OrganizationsClient", "CreatePolicyCommand").f(void 0, void 0).ser(se_CreatePolicyCommand).de(de_CreatePolicyCommand).build() {
|
|
3586
|
+
static {
|
|
3587
|
+
__name(this, "CreatePolicyCommand");
|
|
3588
|
+
}
|
|
3467
3589
|
};
|
|
3468
|
-
__name(_CreatePolicyCommand, "CreatePolicyCommand");
|
|
3469
|
-
var CreatePolicyCommand = _CreatePolicyCommand;
|
|
3470
3590
|
|
|
3471
3591
|
// src/commands/DeclineHandshakeCommand.ts
|
|
3472
3592
|
|
|
3473
3593
|
|
|
3474
3594
|
|
|
3475
|
-
var
|
|
3595
|
+
var DeclineHandshakeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3476
3596
|
return [
|
|
3477
3597
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3478
3598
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3479
3599
|
];
|
|
3480
3600
|
}).s("AWSOrganizationsV20161128", "DeclineHandshake", {}).n("OrganizationsClient", "DeclineHandshakeCommand").f(void 0, DeclineHandshakeResponseFilterSensitiveLog).ser(se_DeclineHandshakeCommand).de(de_DeclineHandshakeCommand).build() {
|
|
3601
|
+
static {
|
|
3602
|
+
__name(this, "DeclineHandshakeCommand");
|
|
3603
|
+
}
|
|
3481
3604
|
};
|
|
3482
|
-
__name(_DeclineHandshakeCommand, "DeclineHandshakeCommand");
|
|
3483
|
-
var DeclineHandshakeCommand = _DeclineHandshakeCommand;
|
|
3484
3605
|
|
|
3485
3606
|
// src/commands/DeleteOrganizationalUnitCommand.ts
|
|
3486
3607
|
|
|
3487
3608
|
|
|
3488
3609
|
|
|
3489
|
-
var
|
|
3610
|
+
var DeleteOrganizationalUnitCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3490
3611
|
return [
|
|
3491
3612
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3492
3613
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3493
3614
|
];
|
|
3494
3615
|
}).s("AWSOrganizationsV20161128", "DeleteOrganizationalUnit", {}).n("OrganizationsClient", "DeleteOrganizationalUnitCommand").f(void 0, void 0).ser(se_DeleteOrganizationalUnitCommand).de(de_DeleteOrganizationalUnitCommand).build() {
|
|
3616
|
+
static {
|
|
3617
|
+
__name(this, "DeleteOrganizationalUnitCommand");
|
|
3618
|
+
}
|
|
3495
3619
|
};
|
|
3496
|
-
__name(_DeleteOrganizationalUnitCommand, "DeleteOrganizationalUnitCommand");
|
|
3497
|
-
var DeleteOrganizationalUnitCommand = _DeleteOrganizationalUnitCommand;
|
|
3498
3620
|
|
|
3499
3621
|
// src/commands/DeleteOrganizationCommand.ts
|
|
3500
3622
|
|
|
3501
3623
|
|
|
3502
3624
|
|
|
3503
|
-
var
|
|
3625
|
+
var DeleteOrganizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3504
3626
|
return [
|
|
3505
3627
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3506
3628
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3507
3629
|
];
|
|
3508
3630
|
}).s("AWSOrganizationsV20161128", "DeleteOrganization", {}).n("OrganizationsClient", "DeleteOrganizationCommand").f(void 0, void 0).ser(se_DeleteOrganizationCommand).de(de_DeleteOrganizationCommand).build() {
|
|
3631
|
+
static {
|
|
3632
|
+
__name(this, "DeleteOrganizationCommand");
|
|
3633
|
+
}
|
|
3509
3634
|
};
|
|
3510
|
-
__name(_DeleteOrganizationCommand, "DeleteOrganizationCommand");
|
|
3511
|
-
var DeleteOrganizationCommand = _DeleteOrganizationCommand;
|
|
3512
3635
|
|
|
3513
3636
|
// src/commands/DeletePolicyCommand.ts
|
|
3514
3637
|
|
|
3515
3638
|
|
|
3516
3639
|
|
|
3517
|
-
var
|
|
3640
|
+
var DeletePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3518
3641
|
return [
|
|
3519
3642
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3520
3643
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3521
3644
|
];
|
|
3522
3645
|
}).s("AWSOrganizationsV20161128", "DeletePolicy", {}).n("OrganizationsClient", "DeletePolicyCommand").f(void 0, void 0).ser(se_DeletePolicyCommand).de(de_DeletePolicyCommand).build() {
|
|
3646
|
+
static {
|
|
3647
|
+
__name(this, "DeletePolicyCommand");
|
|
3648
|
+
}
|
|
3523
3649
|
};
|
|
3524
|
-
__name(_DeletePolicyCommand, "DeletePolicyCommand");
|
|
3525
|
-
var DeletePolicyCommand = _DeletePolicyCommand;
|
|
3526
3650
|
|
|
3527
3651
|
// src/commands/DeleteResourcePolicyCommand.ts
|
|
3528
3652
|
|
|
3529
3653
|
|
|
3530
3654
|
|
|
3531
|
-
var
|
|
3655
|
+
var DeleteResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3532
3656
|
return [
|
|
3533
3657
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3534
3658
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3535
3659
|
];
|
|
3536
3660
|
}).s("AWSOrganizationsV20161128", "DeleteResourcePolicy", {}).n("OrganizationsClient", "DeleteResourcePolicyCommand").f(void 0, void 0).ser(se_DeleteResourcePolicyCommand).de(de_DeleteResourcePolicyCommand).build() {
|
|
3661
|
+
static {
|
|
3662
|
+
__name(this, "DeleteResourcePolicyCommand");
|
|
3663
|
+
}
|
|
3537
3664
|
};
|
|
3538
|
-
__name(_DeleteResourcePolicyCommand, "DeleteResourcePolicyCommand");
|
|
3539
|
-
var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
|
|
3540
3665
|
|
|
3541
3666
|
// src/commands/DeregisterDelegatedAdministratorCommand.ts
|
|
3542
3667
|
|
|
3543
3668
|
|
|
3544
3669
|
|
|
3545
|
-
var
|
|
3670
|
+
var DeregisterDelegatedAdministratorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3546
3671
|
return [
|
|
3547
3672
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3548
3673
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3549
3674
|
];
|
|
3550
3675
|
}).s("AWSOrganizationsV20161128", "DeregisterDelegatedAdministrator", {}).n("OrganizationsClient", "DeregisterDelegatedAdministratorCommand").f(void 0, void 0).ser(se_DeregisterDelegatedAdministratorCommand).de(de_DeregisterDelegatedAdministratorCommand).build() {
|
|
3676
|
+
static {
|
|
3677
|
+
__name(this, "DeregisterDelegatedAdministratorCommand");
|
|
3678
|
+
}
|
|
3551
3679
|
};
|
|
3552
|
-
__name(_DeregisterDelegatedAdministratorCommand, "DeregisterDelegatedAdministratorCommand");
|
|
3553
|
-
var DeregisterDelegatedAdministratorCommand = _DeregisterDelegatedAdministratorCommand;
|
|
3554
3680
|
|
|
3555
3681
|
// src/commands/DescribeAccountCommand.ts
|
|
3556
3682
|
|
|
3557
3683
|
|
|
3558
3684
|
|
|
3559
|
-
var
|
|
3685
|
+
var DescribeAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3560
3686
|
return [
|
|
3561
3687
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3562
3688
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3563
3689
|
];
|
|
3564
3690
|
}).s("AWSOrganizationsV20161128", "DescribeAccount", {}).n("OrganizationsClient", "DescribeAccountCommand").f(void 0, DescribeAccountResponseFilterSensitiveLog).ser(se_DescribeAccountCommand).de(de_DescribeAccountCommand).build() {
|
|
3691
|
+
static {
|
|
3692
|
+
__name(this, "DescribeAccountCommand");
|
|
3693
|
+
}
|
|
3565
3694
|
};
|
|
3566
|
-
__name(_DescribeAccountCommand, "DescribeAccountCommand");
|
|
3567
|
-
var DescribeAccountCommand = _DescribeAccountCommand;
|
|
3568
3695
|
|
|
3569
3696
|
// src/commands/DescribeCreateAccountStatusCommand.ts
|
|
3570
3697
|
|
|
3571
3698
|
|
|
3572
3699
|
|
|
3573
|
-
var
|
|
3700
|
+
var DescribeCreateAccountStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3574
3701
|
return [
|
|
3575
3702
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3576
3703
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3577
3704
|
];
|
|
3578
3705
|
}).s("AWSOrganizationsV20161128", "DescribeCreateAccountStatus", {}).n("OrganizationsClient", "DescribeCreateAccountStatusCommand").f(void 0, DescribeCreateAccountStatusResponseFilterSensitiveLog).ser(se_DescribeCreateAccountStatusCommand).de(de_DescribeCreateAccountStatusCommand).build() {
|
|
3706
|
+
static {
|
|
3707
|
+
__name(this, "DescribeCreateAccountStatusCommand");
|
|
3708
|
+
}
|
|
3579
3709
|
};
|
|
3580
|
-
__name(_DescribeCreateAccountStatusCommand, "DescribeCreateAccountStatusCommand");
|
|
3581
|
-
var DescribeCreateAccountStatusCommand = _DescribeCreateAccountStatusCommand;
|
|
3582
3710
|
|
|
3583
3711
|
// src/commands/DescribeEffectivePolicyCommand.ts
|
|
3584
3712
|
|
|
3585
3713
|
|
|
3586
3714
|
|
|
3587
|
-
var
|
|
3715
|
+
var DescribeEffectivePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3588
3716
|
return [
|
|
3589
3717
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3590
3718
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3591
3719
|
];
|
|
3592
3720
|
}).s("AWSOrganizationsV20161128", "DescribeEffectivePolicy", {}).n("OrganizationsClient", "DescribeEffectivePolicyCommand").f(void 0, void 0).ser(se_DescribeEffectivePolicyCommand).de(de_DescribeEffectivePolicyCommand).build() {
|
|
3721
|
+
static {
|
|
3722
|
+
__name(this, "DescribeEffectivePolicyCommand");
|
|
3723
|
+
}
|
|
3593
3724
|
};
|
|
3594
|
-
__name(_DescribeEffectivePolicyCommand, "DescribeEffectivePolicyCommand");
|
|
3595
|
-
var DescribeEffectivePolicyCommand = _DescribeEffectivePolicyCommand;
|
|
3596
3725
|
|
|
3597
3726
|
// src/commands/DescribeHandshakeCommand.ts
|
|
3598
3727
|
|
|
3599
3728
|
|
|
3600
3729
|
|
|
3601
|
-
var
|
|
3730
|
+
var DescribeHandshakeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3602
3731
|
return [
|
|
3603
3732
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3604
3733
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3605
3734
|
];
|
|
3606
3735
|
}).s("AWSOrganizationsV20161128", "DescribeHandshake", {}).n("OrganizationsClient", "DescribeHandshakeCommand").f(void 0, DescribeHandshakeResponseFilterSensitiveLog).ser(se_DescribeHandshakeCommand).de(de_DescribeHandshakeCommand).build() {
|
|
3736
|
+
static {
|
|
3737
|
+
__name(this, "DescribeHandshakeCommand");
|
|
3738
|
+
}
|
|
3607
3739
|
};
|
|
3608
|
-
__name(_DescribeHandshakeCommand, "DescribeHandshakeCommand");
|
|
3609
|
-
var DescribeHandshakeCommand = _DescribeHandshakeCommand;
|
|
3610
3740
|
|
|
3611
3741
|
// src/commands/DescribeOrganizationalUnitCommand.ts
|
|
3612
3742
|
|
|
3613
3743
|
|
|
3614
3744
|
|
|
3615
|
-
var
|
|
3745
|
+
var DescribeOrganizationalUnitCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3616
3746
|
return [
|
|
3617
3747
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3618
3748
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3619
3749
|
];
|
|
3620
3750
|
}).s("AWSOrganizationsV20161128", "DescribeOrganizationalUnit", {}).n("OrganizationsClient", "DescribeOrganizationalUnitCommand").f(void 0, void 0).ser(se_DescribeOrganizationalUnitCommand).de(de_DescribeOrganizationalUnitCommand).build() {
|
|
3751
|
+
static {
|
|
3752
|
+
__name(this, "DescribeOrganizationalUnitCommand");
|
|
3753
|
+
}
|
|
3621
3754
|
};
|
|
3622
|
-
__name(_DescribeOrganizationalUnitCommand, "DescribeOrganizationalUnitCommand");
|
|
3623
|
-
var DescribeOrganizationalUnitCommand = _DescribeOrganizationalUnitCommand;
|
|
3624
3755
|
|
|
3625
3756
|
// src/commands/DescribeOrganizationCommand.ts
|
|
3626
3757
|
|
|
3627
3758
|
|
|
3628
3759
|
|
|
3629
|
-
var
|
|
3760
|
+
var DescribeOrganizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3630
3761
|
return [
|
|
3631
3762
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3632
3763
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3633
3764
|
];
|
|
3634
3765
|
}).s("AWSOrganizationsV20161128", "DescribeOrganization", {}).n("OrganizationsClient", "DescribeOrganizationCommand").f(void 0, DescribeOrganizationResponseFilterSensitiveLog).ser(se_DescribeOrganizationCommand).de(de_DescribeOrganizationCommand).build() {
|
|
3766
|
+
static {
|
|
3767
|
+
__name(this, "DescribeOrganizationCommand");
|
|
3768
|
+
}
|
|
3635
3769
|
};
|
|
3636
|
-
__name(_DescribeOrganizationCommand, "DescribeOrganizationCommand");
|
|
3637
|
-
var DescribeOrganizationCommand = _DescribeOrganizationCommand;
|
|
3638
3770
|
|
|
3639
3771
|
// src/commands/DescribePolicyCommand.ts
|
|
3640
3772
|
|
|
3641
3773
|
|
|
3642
3774
|
|
|
3643
|
-
var
|
|
3775
|
+
var DescribePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3644
3776
|
return [
|
|
3645
3777
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3646
3778
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3647
3779
|
];
|
|
3648
3780
|
}).s("AWSOrganizationsV20161128", "DescribePolicy", {}).n("OrganizationsClient", "DescribePolicyCommand").f(void 0, void 0).ser(se_DescribePolicyCommand).de(de_DescribePolicyCommand).build() {
|
|
3781
|
+
static {
|
|
3782
|
+
__name(this, "DescribePolicyCommand");
|
|
3783
|
+
}
|
|
3649
3784
|
};
|
|
3650
|
-
__name(_DescribePolicyCommand, "DescribePolicyCommand");
|
|
3651
|
-
var DescribePolicyCommand = _DescribePolicyCommand;
|
|
3652
3785
|
|
|
3653
3786
|
// src/commands/DescribeResourcePolicyCommand.ts
|
|
3654
3787
|
|
|
3655
3788
|
|
|
3656
3789
|
|
|
3657
|
-
var
|
|
3790
|
+
var DescribeResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3658
3791
|
return [
|
|
3659
3792
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3660
3793
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3661
3794
|
];
|
|
3662
3795
|
}).s("AWSOrganizationsV20161128", "DescribeResourcePolicy", {}).n("OrganizationsClient", "DescribeResourcePolicyCommand").f(void 0, void 0).ser(se_DescribeResourcePolicyCommand).de(de_DescribeResourcePolicyCommand).build() {
|
|
3796
|
+
static {
|
|
3797
|
+
__name(this, "DescribeResourcePolicyCommand");
|
|
3798
|
+
}
|
|
3663
3799
|
};
|
|
3664
|
-
__name(_DescribeResourcePolicyCommand, "DescribeResourcePolicyCommand");
|
|
3665
|
-
var DescribeResourcePolicyCommand = _DescribeResourcePolicyCommand;
|
|
3666
3800
|
|
|
3667
3801
|
// src/commands/DetachPolicyCommand.ts
|
|
3668
3802
|
|
|
3669
3803
|
|
|
3670
3804
|
|
|
3671
|
-
var
|
|
3805
|
+
var DetachPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3672
3806
|
return [
|
|
3673
3807
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3674
3808
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3675
3809
|
];
|
|
3676
3810
|
}).s("AWSOrganizationsV20161128", "DetachPolicy", {}).n("OrganizationsClient", "DetachPolicyCommand").f(void 0, void 0).ser(se_DetachPolicyCommand).de(de_DetachPolicyCommand).build() {
|
|
3811
|
+
static {
|
|
3812
|
+
__name(this, "DetachPolicyCommand");
|
|
3813
|
+
}
|
|
3677
3814
|
};
|
|
3678
|
-
__name(_DetachPolicyCommand, "DetachPolicyCommand");
|
|
3679
|
-
var DetachPolicyCommand = _DetachPolicyCommand;
|
|
3680
3815
|
|
|
3681
3816
|
// src/commands/DisableAWSServiceAccessCommand.ts
|
|
3682
3817
|
|
|
3683
3818
|
|
|
3684
3819
|
|
|
3685
|
-
var
|
|
3820
|
+
var DisableAWSServiceAccessCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3686
3821
|
return [
|
|
3687
3822
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3688
3823
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3689
3824
|
];
|
|
3690
3825
|
}).s("AWSOrganizationsV20161128", "DisableAWSServiceAccess", {}).n("OrganizationsClient", "DisableAWSServiceAccessCommand").f(void 0, void 0).ser(se_DisableAWSServiceAccessCommand).de(de_DisableAWSServiceAccessCommand).build() {
|
|
3826
|
+
static {
|
|
3827
|
+
__name(this, "DisableAWSServiceAccessCommand");
|
|
3828
|
+
}
|
|
3691
3829
|
};
|
|
3692
|
-
__name(_DisableAWSServiceAccessCommand, "DisableAWSServiceAccessCommand");
|
|
3693
|
-
var DisableAWSServiceAccessCommand = _DisableAWSServiceAccessCommand;
|
|
3694
3830
|
|
|
3695
3831
|
// src/commands/DisablePolicyTypeCommand.ts
|
|
3696
3832
|
|
|
3697
3833
|
|
|
3698
3834
|
|
|
3699
|
-
var
|
|
3835
|
+
var DisablePolicyTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3700
3836
|
return [
|
|
3701
3837
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3702
3838
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3703
3839
|
];
|
|
3704
3840
|
}).s("AWSOrganizationsV20161128", "DisablePolicyType", {}).n("OrganizationsClient", "DisablePolicyTypeCommand").f(void 0, void 0).ser(se_DisablePolicyTypeCommand).de(de_DisablePolicyTypeCommand).build() {
|
|
3841
|
+
static {
|
|
3842
|
+
__name(this, "DisablePolicyTypeCommand");
|
|
3843
|
+
}
|
|
3705
3844
|
};
|
|
3706
|
-
__name(_DisablePolicyTypeCommand, "DisablePolicyTypeCommand");
|
|
3707
|
-
var DisablePolicyTypeCommand = _DisablePolicyTypeCommand;
|
|
3708
3845
|
|
|
3709
3846
|
// src/commands/EnableAllFeaturesCommand.ts
|
|
3710
3847
|
|
|
3711
3848
|
|
|
3712
3849
|
|
|
3713
|
-
var
|
|
3850
|
+
var EnableAllFeaturesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3714
3851
|
return [
|
|
3715
3852
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3716
3853
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3717
3854
|
];
|
|
3718
3855
|
}).s("AWSOrganizationsV20161128", "EnableAllFeatures", {}).n("OrganizationsClient", "EnableAllFeaturesCommand").f(void 0, EnableAllFeaturesResponseFilterSensitiveLog).ser(se_EnableAllFeaturesCommand).de(de_EnableAllFeaturesCommand).build() {
|
|
3856
|
+
static {
|
|
3857
|
+
__name(this, "EnableAllFeaturesCommand");
|
|
3858
|
+
}
|
|
3719
3859
|
};
|
|
3720
|
-
__name(_EnableAllFeaturesCommand, "EnableAllFeaturesCommand");
|
|
3721
|
-
var EnableAllFeaturesCommand = _EnableAllFeaturesCommand;
|
|
3722
3860
|
|
|
3723
3861
|
// src/commands/EnableAWSServiceAccessCommand.ts
|
|
3724
3862
|
|
|
3725
3863
|
|
|
3726
3864
|
|
|
3727
|
-
var
|
|
3865
|
+
var EnableAWSServiceAccessCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3728
3866
|
return [
|
|
3729
3867
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3730
3868
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3731
3869
|
];
|
|
3732
3870
|
}).s("AWSOrganizationsV20161128", "EnableAWSServiceAccess", {}).n("OrganizationsClient", "EnableAWSServiceAccessCommand").f(void 0, void 0).ser(se_EnableAWSServiceAccessCommand).de(de_EnableAWSServiceAccessCommand).build() {
|
|
3871
|
+
static {
|
|
3872
|
+
__name(this, "EnableAWSServiceAccessCommand");
|
|
3873
|
+
}
|
|
3733
3874
|
};
|
|
3734
|
-
__name(_EnableAWSServiceAccessCommand, "EnableAWSServiceAccessCommand");
|
|
3735
|
-
var EnableAWSServiceAccessCommand = _EnableAWSServiceAccessCommand;
|
|
3736
3875
|
|
|
3737
3876
|
// src/commands/EnablePolicyTypeCommand.ts
|
|
3738
3877
|
|
|
3739
3878
|
|
|
3740
3879
|
|
|
3741
|
-
var
|
|
3880
|
+
var EnablePolicyTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3742
3881
|
return [
|
|
3743
3882
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3744
3883
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3745
3884
|
];
|
|
3746
3885
|
}).s("AWSOrganizationsV20161128", "EnablePolicyType", {}).n("OrganizationsClient", "EnablePolicyTypeCommand").f(void 0, void 0).ser(se_EnablePolicyTypeCommand).de(de_EnablePolicyTypeCommand).build() {
|
|
3886
|
+
static {
|
|
3887
|
+
__name(this, "EnablePolicyTypeCommand");
|
|
3888
|
+
}
|
|
3747
3889
|
};
|
|
3748
|
-
__name(_EnablePolicyTypeCommand, "EnablePolicyTypeCommand");
|
|
3749
|
-
var EnablePolicyTypeCommand = _EnablePolicyTypeCommand;
|
|
3750
3890
|
|
|
3751
3891
|
// src/commands/InviteAccountToOrganizationCommand.ts
|
|
3752
3892
|
|
|
3753
3893
|
|
|
3754
3894
|
|
|
3755
|
-
var
|
|
3895
|
+
var InviteAccountToOrganizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3756
3896
|
return [
|
|
3757
3897
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3758
3898
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3759
3899
|
];
|
|
3760
3900
|
}).s("AWSOrganizationsV20161128", "InviteAccountToOrganization", {}).n("OrganizationsClient", "InviteAccountToOrganizationCommand").f(InviteAccountToOrganizationRequestFilterSensitiveLog, InviteAccountToOrganizationResponseFilterSensitiveLog).ser(se_InviteAccountToOrganizationCommand).de(de_InviteAccountToOrganizationCommand).build() {
|
|
3901
|
+
static {
|
|
3902
|
+
__name(this, "InviteAccountToOrganizationCommand");
|
|
3903
|
+
}
|
|
3761
3904
|
};
|
|
3762
|
-
__name(_InviteAccountToOrganizationCommand, "InviteAccountToOrganizationCommand");
|
|
3763
|
-
var InviteAccountToOrganizationCommand = _InviteAccountToOrganizationCommand;
|
|
3764
3905
|
|
|
3765
3906
|
// src/commands/LeaveOrganizationCommand.ts
|
|
3766
3907
|
|
|
3767
3908
|
|
|
3768
3909
|
|
|
3769
|
-
var
|
|
3910
|
+
var LeaveOrganizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3770
3911
|
return [
|
|
3771
3912
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3772
3913
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3773
3914
|
];
|
|
3774
3915
|
}).s("AWSOrganizationsV20161128", "LeaveOrganization", {}).n("OrganizationsClient", "LeaveOrganizationCommand").f(void 0, void 0).ser(se_LeaveOrganizationCommand).de(de_LeaveOrganizationCommand).build() {
|
|
3916
|
+
static {
|
|
3917
|
+
__name(this, "LeaveOrganizationCommand");
|
|
3918
|
+
}
|
|
3775
3919
|
};
|
|
3776
|
-
__name(_LeaveOrganizationCommand, "LeaveOrganizationCommand");
|
|
3777
|
-
var LeaveOrganizationCommand = _LeaveOrganizationCommand;
|
|
3778
3920
|
|
|
3779
3921
|
// src/commands/ListAccountsCommand.ts
|
|
3780
3922
|
|
|
3781
3923
|
|
|
3782
3924
|
|
|
3783
|
-
var
|
|
3925
|
+
var ListAccountsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3784
3926
|
return [
|
|
3785
3927
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3786
3928
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3787
3929
|
];
|
|
3788
3930
|
}).s("AWSOrganizationsV20161128", "ListAccounts", {}).n("OrganizationsClient", "ListAccountsCommand").f(void 0, ListAccountsResponseFilterSensitiveLog).ser(se_ListAccountsCommand).de(de_ListAccountsCommand).build() {
|
|
3931
|
+
static {
|
|
3932
|
+
__name(this, "ListAccountsCommand");
|
|
3933
|
+
}
|
|
3789
3934
|
};
|
|
3790
|
-
__name(_ListAccountsCommand, "ListAccountsCommand");
|
|
3791
|
-
var ListAccountsCommand = _ListAccountsCommand;
|
|
3792
3935
|
|
|
3793
3936
|
// src/commands/ListAccountsForParentCommand.ts
|
|
3794
3937
|
|
|
3795
3938
|
|
|
3796
3939
|
|
|
3797
|
-
var
|
|
3940
|
+
var ListAccountsForParentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3798
3941
|
return [
|
|
3799
3942
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3800
3943
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3801
3944
|
];
|
|
3802
3945
|
}).s("AWSOrganizationsV20161128", "ListAccountsForParent", {}).n("OrganizationsClient", "ListAccountsForParentCommand").f(void 0, ListAccountsForParentResponseFilterSensitiveLog).ser(se_ListAccountsForParentCommand).de(de_ListAccountsForParentCommand).build() {
|
|
3946
|
+
static {
|
|
3947
|
+
__name(this, "ListAccountsForParentCommand");
|
|
3948
|
+
}
|
|
3803
3949
|
};
|
|
3804
|
-
__name(_ListAccountsForParentCommand, "ListAccountsForParentCommand");
|
|
3805
|
-
var ListAccountsForParentCommand = _ListAccountsForParentCommand;
|
|
3806
3950
|
|
|
3807
3951
|
// src/commands/ListAWSServiceAccessForOrganizationCommand.ts
|
|
3808
3952
|
|
|
3809
3953
|
|
|
3810
3954
|
|
|
3811
|
-
var
|
|
3955
|
+
var ListAWSServiceAccessForOrganizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3812
3956
|
return [
|
|
3813
3957
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3814
3958
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3815
3959
|
];
|
|
3816
3960
|
}).s("AWSOrganizationsV20161128", "ListAWSServiceAccessForOrganization", {}).n("OrganizationsClient", "ListAWSServiceAccessForOrganizationCommand").f(void 0, void 0).ser(se_ListAWSServiceAccessForOrganizationCommand).de(de_ListAWSServiceAccessForOrganizationCommand).build() {
|
|
3961
|
+
static {
|
|
3962
|
+
__name(this, "ListAWSServiceAccessForOrganizationCommand");
|
|
3963
|
+
}
|
|
3817
3964
|
};
|
|
3818
|
-
__name(_ListAWSServiceAccessForOrganizationCommand, "ListAWSServiceAccessForOrganizationCommand");
|
|
3819
|
-
var ListAWSServiceAccessForOrganizationCommand = _ListAWSServiceAccessForOrganizationCommand;
|
|
3820
3965
|
|
|
3821
3966
|
// src/commands/ListChildrenCommand.ts
|
|
3822
3967
|
|
|
3823
3968
|
|
|
3824
3969
|
|
|
3825
|
-
var
|
|
3970
|
+
var ListChildrenCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3826
3971
|
return [
|
|
3827
3972
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3828
3973
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3829
3974
|
];
|
|
3830
3975
|
}).s("AWSOrganizationsV20161128", "ListChildren", {}).n("OrganizationsClient", "ListChildrenCommand").f(void 0, void 0).ser(se_ListChildrenCommand).de(de_ListChildrenCommand).build() {
|
|
3976
|
+
static {
|
|
3977
|
+
__name(this, "ListChildrenCommand");
|
|
3978
|
+
}
|
|
3831
3979
|
};
|
|
3832
|
-
__name(_ListChildrenCommand, "ListChildrenCommand");
|
|
3833
|
-
var ListChildrenCommand = _ListChildrenCommand;
|
|
3834
3980
|
|
|
3835
3981
|
// src/commands/ListCreateAccountStatusCommand.ts
|
|
3836
3982
|
|
|
3837
3983
|
|
|
3838
3984
|
|
|
3839
|
-
var
|
|
3985
|
+
var ListCreateAccountStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3840
3986
|
return [
|
|
3841
3987
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3842
3988
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3843
3989
|
];
|
|
3844
3990
|
}).s("AWSOrganizationsV20161128", "ListCreateAccountStatus", {}).n("OrganizationsClient", "ListCreateAccountStatusCommand").f(void 0, ListCreateAccountStatusResponseFilterSensitiveLog).ser(se_ListCreateAccountStatusCommand).de(de_ListCreateAccountStatusCommand).build() {
|
|
3991
|
+
static {
|
|
3992
|
+
__name(this, "ListCreateAccountStatusCommand");
|
|
3993
|
+
}
|
|
3845
3994
|
};
|
|
3846
|
-
__name(_ListCreateAccountStatusCommand, "ListCreateAccountStatusCommand");
|
|
3847
|
-
var ListCreateAccountStatusCommand = _ListCreateAccountStatusCommand;
|
|
3848
3995
|
|
|
3849
3996
|
// src/commands/ListDelegatedAdministratorsCommand.ts
|
|
3850
3997
|
|
|
3851
3998
|
|
|
3852
3999
|
|
|
3853
|
-
var
|
|
4000
|
+
var ListDelegatedAdministratorsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3854
4001
|
return [
|
|
3855
4002
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3856
4003
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3857
4004
|
];
|
|
3858
4005
|
}).s("AWSOrganizationsV20161128", "ListDelegatedAdministrators", {}).n("OrganizationsClient", "ListDelegatedAdministratorsCommand").f(void 0, ListDelegatedAdministratorsResponseFilterSensitiveLog).ser(se_ListDelegatedAdministratorsCommand).de(de_ListDelegatedAdministratorsCommand).build() {
|
|
4006
|
+
static {
|
|
4007
|
+
__name(this, "ListDelegatedAdministratorsCommand");
|
|
4008
|
+
}
|
|
3859
4009
|
};
|
|
3860
|
-
__name(_ListDelegatedAdministratorsCommand, "ListDelegatedAdministratorsCommand");
|
|
3861
|
-
var ListDelegatedAdministratorsCommand = _ListDelegatedAdministratorsCommand;
|
|
3862
4010
|
|
|
3863
4011
|
// src/commands/ListDelegatedServicesForAccountCommand.ts
|
|
3864
4012
|
|
|
3865
4013
|
|
|
3866
4014
|
|
|
3867
|
-
var
|
|
4015
|
+
var ListDelegatedServicesForAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3868
4016
|
return [
|
|
3869
4017
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3870
4018
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3871
4019
|
];
|
|
3872
4020
|
}).s("AWSOrganizationsV20161128", "ListDelegatedServicesForAccount", {}).n("OrganizationsClient", "ListDelegatedServicesForAccountCommand").f(void 0, void 0).ser(se_ListDelegatedServicesForAccountCommand).de(de_ListDelegatedServicesForAccountCommand).build() {
|
|
4021
|
+
static {
|
|
4022
|
+
__name(this, "ListDelegatedServicesForAccountCommand");
|
|
4023
|
+
}
|
|
3873
4024
|
};
|
|
3874
|
-
__name(_ListDelegatedServicesForAccountCommand, "ListDelegatedServicesForAccountCommand");
|
|
3875
|
-
var ListDelegatedServicesForAccountCommand = _ListDelegatedServicesForAccountCommand;
|
|
3876
4025
|
|
|
3877
4026
|
// src/commands/ListHandshakesForAccountCommand.ts
|
|
3878
4027
|
|
|
3879
4028
|
|
|
3880
4029
|
|
|
3881
|
-
var
|
|
4030
|
+
var ListHandshakesForAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3882
4031
|
return [
|
|
3883
4032
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3884
4033
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3885
4034
|
];
|
|
3886
4035
|
}).s("AWSOrganizationsV20161128", "ListHandshakesForAccount", {}).n("OrganizationsClient", "ListHandshakesForAccountCommand").f(void 0, ListHandshakesForAccountResponseFilterSensitiveLog).ser(se_ListHandshakesForAccountCommand).de(de_ListHandshakesForAccountCommand).build() {
|
|
4036
|
+
static {
|
|
4037
|
+
__name(this, "ListHandshakesForAccountCommand");
|
|
4038
|
+
}
|
|
3887
4039
|
};
|
|
3888
|
-
__name(_ListHandshakesForAccountCommand, "ListHandshakesForAccountCommand");
|
|
3889
|
-
var ListHandshakesForAccountCommand = _ListHandshakesForAccountCommand;
|
|
3890
4040
|
|
|
3891
4041
|
// src/commands/ListHandshakesForOrganizationCommand.ts
|
|
3892
4042
|
|
|
3893
4043
|
|
|
3894
4044
|
|
|
3895
|
-
var
|
|
4045
|
+
var ListHandshakesForOrganizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3896
4046
|
return [
|
|
3897
4047
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3898
4048
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3899
4049
|
];
|
|
3900
4050
|
}).s("AWSOrganizationsV20161128", "ListHandshakesForOrganization", {}).n("OrganizationsClient", "ListHandshakesForOrganizationCommand").f(void 0, ListHandshakesForOrganizationResponseFilterSensitiveLog).ser(se_ListHandshakesForOrganizationCommand).de(de_ListHandshakesForOrganizationCommand).build() {
|
|
4051
|
+
static {
|
|
4052
|
+
__name(this, "ListHandshakesForOrganizationCommand");
|
|
4053
|
+
}
|
|
3901
4054
|
};
|
|
3902
|
-
__name(_ListHandshakesForOrganizationCommand, "ListHandshakesForOrganizationCommand");
|
|
3903
|
-
var ListHandshakesForOrganizationCommand = _ListHandshakesForOrganizationCommand;
|
|
3904
4055
|
|
|
3905
4056
|
// src/commands/ListOrganizationalUnitsForParentCommand.ts
|
|
3906
4057
|
|
|
3907
4058
|
|
|
3908
4059
|
|
|
3909
|
-
var
|
|
4060
|
+
var ListOrganizationalUnitsForParentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3910
4061
|
return [
|
|
3911
4062
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3912
4063
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3913
4064
|
];
|
|
3914
4065
|
}).s("AWSOrganizationsV20161128", "ListOrganizationalUnitsForParent", {}).n("OrganizationsClient", "ListOrganizationalUnitsForParentCommand").f(void 0, void 0).ser(se_ListOrganizationalUnitsForParentCommand).de(de_ListOrganizationalUnitsForParentCommand).build() {
|
|
4066
|
+
static {
|
|
4067
|
+
__name(this, "ListOrganizationalUnitsForParentCommand");
|
|
4068
|
+
}
|
|
3915
4069
|
};
|
|
3916
|
-
__name(_ListOrganizationalUnitsForParentCommand, "ListOrganizationalUnitsForParentCommand");
|
|
3917
|
-
var ListOrganizationalUnitsForParentCommand = _ListOrganizationalUnitsForParentCommand;
|
|
3918
4070
|
|
|
3919
4071
|
// src/commands/ListParentsCommand.ts
|
|
3920
4072
|
|
|
3921
4073
|
|
|
3922
4074
|
|
|
3923
|
-
var
|
|
4075
|
+
var ListParentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3924
4076
|
return [
|
|
3925
4077
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3926
4078
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3927
4079
|
];
|
|
3928
4080
|
}).s("AWSOrganizationsV20161128", "ListParents", {}).n("OrganizationsClient", "ListParentsCommand").f(void 0, void 0).ser(se_ListParentsCommand).de(de_ListParentsCommand).build() {
|
|
4081
|
+
static {
|
|
4082
|
+
__name(this, "ListParentsCommand");
|
|
4083
|
+
}
|
|
3929
4084
|
};
|
|
3930
|
-
__name(_ListParentsCommand, "ListParentsCommand");
|
|
3931
|
-
var ListParentsCommand = _ListParentsCommand;
|
|
3932
4085
|
|
|
3933
4086
|
// src/commands/ListPoliciesCommand.ts
|
|
3934
4087
|
|
|
3935
4088
|
|
|
3936
4089
|
|
|
3937
|
-
var
|
|
4090
|
+
var ListPoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3938
4091
|
return [
|
|
3939
4092
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3940
4093
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3941
4094
|
];
|
|
3942
4095
|
}).s("AWSOrganizationsV20161128", "ListPolicies", {}).n("OrganizationsClient", "ListPoliciesCommand").f(void 0, void 0).ser(se_ListPoliciesCommand).de(de_ListPoliciesCommand).build() {
|
|
4096
|
+
static {
|
|
4097
|
+
__name(this, "ListPoliciesCommand");
|
|
4098
|
+
}
|
|
3943
4099
|
};
|
|
3944
|
-
__name(_ListPoliciesCommand, "ListPoliciesCommand");
|
|
3945
|
-
var ListPoliciesCommand = _ListPoliciesCommand;
|
|
3946
4100
|
|
|
3947
4101
|
// src/commands/ListPoliciesForTargetCommand.ts
|
|
3948
4102
|
|
|
3949
4103
|
|
|
3950
4104
|
|
|
3951
|
-
var
|
|
4105
|
+
var ListPoliciesForTargetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3952
4106
|
return [
|
|
3953
4107
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3954
4108
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3955
4109
|
];
|
|
3956
4110
|
}).s("AWSOrganizationsV20161128", "ListPoliciesForTarget", {}).n("OrganizationsClient", "ListPoliciesForTargetCommand").f(void 0, void 0).ser(se_ListPoliciesForTargetCommand).de(de_ListPoliciesForTargetCommand).build() {
|
|
4111
|
+
static {
|
|
4112
|
+
__name(this, "ListPoliciesForTargetCommand");
|
|
4113
|
+
}
|
|
3957
4114
|
};
|
|
3958
|
-
__name(_ListPoliciesForTargetCommand, "ListPoliciesForTargetCommand");
|
|
3959
|
-
var ListPoliciesForTargetCommand = _ListPoliciesForTargetCommand;
|
|
3960
4115
|
|
|
3961
4116
|
// src/commands/ListRootsCommand.ts
|
|
3962
4117
|
|
|
3963
4118
|
|
|
3964
4119
|
|
|
3965
|
-
var
|
|
4120
|
+
var ListRootsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3966
4121
|
return [
|
|
3967
4122
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3968
4123
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3969
4124
|
];
|
|
3970
4125
|
}).s("AWSOrganizationsV20161128", "ListRoots", {}).n("OrganizationsClient", "ListRootsCommand").f(void 0, void 0).ser(se_ListRootsCommand).de(de_ListRootsCommand).build() {
|
|
4126
|
+
static {
|
|
4127
|
+
__name(this, "ListRootsCommand");
|
|
4128
|
+
}
|
|
3971
4129
|
};
|
|
3972
|
-
__name(_ListRootsCommand, "ListRootsCommand");
|
|
3973
|
-
var ListRootsCommand = _ListRootsCommand;
|
|
3974
4130
|
|
|
3975
4131
|
// src/commands/ListTagsForResourceCommand.ts
|
|
3976
4132
|
|
|
3977
4133
|
|
|
3978
4134
|
|
|
3979
|
-
var
|
|
4135
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3980
4136
|
return [
|
|
3981
4137
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3982
4138
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3983
4139
|
];
|
|
3984
4140
|
}).s("AWSOrganizationsV20161128", "ListTagsForResource", {}).n("OrganizationsClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
4141
|
+
static {
|
|
4142
|
+
__name(this, "ListTagsForResourceCommand");
|
|
4143
|
+
}
|
|
3985
4144
|
};
|
|
3986
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
3987
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
3988
4145
|
|
|
3989
4146
|
// src/commands/ListTargetsForPolicyCommand.ts
|
|
3990
4147
|
|
|
3991
4148
|
|
|
3992
4149
|
|
|
3993
|
-
var
|
|
4150
|
+
var ListTargetsForPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3994
4151
|
return [
|
|
3995
4152
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3996
4153
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3997
4154
|
];
|
|
3998
4155
|
}).s("AWSOrganizationsV20161128", "ListTargetsForPolicy", {}).n("OrganizationsClient", "ListTargetsForPolicyCommand").f(void 0, void 0).ser(se_ListTargetsForPolicyCommand).de(de_ListTargetsForPolicyCommand).build() {
|
|
4156
|
+
static {
|
|
4157
|
+
__name(this, "ListTargetsForPolicyCommand");
|
|
4158
|
+
}
|
|
3999
4159
|
};
|
|
4000
|
-
__name(_ListTargetsForPolicyCommand, "ListTargetsForPolicyCommand");
|
|
4001
|
-
var ListTargetsForPolicyCommand = _ListTargetsForPolicyCommand;
|
|
4002
4160
|
|
|
4003
4161
|
// src/commands/MoveAccountCommand.ts
|
|
4004
4162
|
|
|
4005
4163
|
|
|
4006
4164
|
|
|
4007
|
-
var
|
|
4165
|
+
var MoveAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4008
4166
|
return [
|
|
4009
4167
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4010
4168
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4011
4169
|
];
|
|
4012
4170
|
}).s("AWSOrganizationsV20161128", "MoveAccount", {}).n("OrganizationsClient", "MoveAccountCommand").f(void 0, void 0).ser(se_MoveAccountCommand).de(de_MoveAccountCommand).build() {
|
|
4171
|
+
static {
|
|
4172
|
+
__name(this, "MoveAccountCommand");
|
|
4173
|
+
}
|
|
4013
4174
|
};
|
|
4014
|
-
__name(_MoveAccountCommand, "MoveAccountCommand");
|
|
4015
|
-
var MoveAccountCommand = _MoveAccountCommand;
|
|
4016
4175
|
|
|
4017
4176
|
// src/commands/PutResourcePolicyCommand.ts
|
|
4018
4177
|
|
|
4019
4178
|
|
|
4020
4179
|
|
|
4021
|
-
var
|
|
4180
|
+
var PutResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4022
4181
|
return [
|
|
4023
4182
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4024
4183
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4025
4184
|
];
|
|
4026
4185
|
}).s("AWSOrganizationsV20161128", "PutResourcePolicy", {}).n("OrganizationsClient", "PutResourcePolicyCommand").f(void 0, void 0).ser(se_PutResourcePolicyCommand).de(de_PutResourcePolicyCommand).build() {
|
|
4186
|
+
static {
|
|
4187
|
+
__name(this, "PutResourcePolicyCommand");
|
|
4188
|
+
}
|
|
4027
4189
|
};
|
|
4028
|
-
__name(_PutResourcePolicyCommand, "PutResourcePolicyCommand");
|
|
4029
|
-
var PutResourcePolicyCommand = _PutResourcePolicyCommand;
|
|
4030
4190
|
|
|
4031
4191
|
// src/commands/RegisterDelegatedAdministratorCommand.ts
|
|
4032
4192
|
|
|
4033
4193
|
|
|
4034
4194
|
|
|
4035
|
-
var
|
|
4195
|
+
var RegisterDelegatedAdministratorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4036
4196
|
return [
|
|
4037
4197
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4038
4198
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4039
4199
|
];
|
|
4040
4200
|
}).s("AWSOrganizationsV20161128", "RegisterDelegatedAdministrator", {}).n("OrganizationsClient", "RegisterDelegatedAdministratorCommand").f(void 0, void 0).ser(se_RegisterDelegatedAdministratorCommand).de(de_RegisterDelegatedAdministratorCommand).build() {
|
|
4201
|
+
static {
|
|
4202
|
+
__name(this, "RegisterDelegatedAdministratorCommand");
|
|
4203
|
+
}
|
|
4041
4204
|
};
|
|
4042
|
-
__name(_RegisterDelegatedAdministratorCommand, "RegisterDelegatedAdministratorCommand");
|
|
4043
|
-
var RegisterDelegatedAdministratorCommand = _RegisterDelegatedAdministratorCommand;
|
|
4044
4205
|
|
|
4045
4206
|
// src/commands/RemoveAccountFromOrganizationCommand.ts
|
|
4046
4207
|
|
|
4047
4208
|
|
|
4048
4209
|
|
|
4049
|
-
var
|
|
4210
|
+
var RemoveAccountFromOrganizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4050
4211
|
return [
|
|
4051
4212
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4052
4213
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4053
4214
|
];
|
|
4054
4215
|
}).s("AWSOrganizationsV20161128", "RemoveAccountFromOrganization", {}).n("OrganizationsClient", "RemoveAccountFromOrganizationCommand").f(void 0, void 0).ser(se_RemoveAccountFromOrganizationCommand).de(de_RemoveAccountFromOrganizationCommand).build() {
|
|
4216
|
+
static {
|
|
4217
|
+
__name(this, "RemoveAccountFromOrganizationCommand");
|
|
4218
|
+
}
|
|
4055
4219
|
};
|
|
4056
|
-
__name(_RemoveAccountFromOrganizationCommand, "RemoveAccountFromOrganizationCommand");
|
|
4057
|
-
var RemoveAccountFromOrganizationCommand = _RemoveAccountFromOrganizationCommand;
|
|
4058
4220
|
|
|
4059
4221
|
// src/commands/TagResourceCommand.ts
|
|
4060
4222
|
|
|
4061
4223
|
|
|
4062
4224
|
|
|
4063
|
-
var
|
|
4225
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4064
4226
|
return [
|
|
4065
4227
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4066
4228
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4067
4229
|
];
|
|
4068
4230
|
}).s("AWSOrganizationsV20161128", "TagResource", {}).n("OrganizationsClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
4231
|
+
static {
|
|
4232
|
+
__name(this, "TagResourceCommand");
|
|
4233
|
+
}
|
|
4069
4234
|
};
|
|
4070
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
4071
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
4072
4235
|
|
|
4073
4236
|
// src/commands/UntagResourceCommand.ts
|
|
4074
4237
|
|
|
4075
4238
|
|
|
4076
4239
|
|
|
4077
|
-
var
|
|
4240
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4078
4241
|
return [
|
|
4079
4242
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4080
4243
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4081
4244
|
];
|
|
4082
4245
|
}).s("AWSOrganizationsV20161128", "UntagResource", {}).n("OrganizationsClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
4246
|
+
static {
|
|
4247
|
+
__name(this, "UntagResourceCommand");
|
|
4248
|
+
}
|
|
4083
4249
|
};
|
|
4084
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
4085
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
4086
4250
|
|
|
4087
4251
|
// src/commands/UpdateOrganizationalUnitCommand.ts
|
|
4088
4252
|
|
|
4089
4253
|
|
|
4090
4254
|
|
|
4091
|
-
var
|
|
4255
|
+
var UpdateOrganizationalUnitCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4092
4256
|
return [
|
|
4093
4257
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4094
4258
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4095
4259
|
];
|
|
4096
4260
|
}).s("AWSOrganizationsV20161128", "UpdateOrganizationalUnit", {}).n("OrganizationsClient", "UpdateOrganizationalUnitCommand").f(void 0, void 0).ser(se_UpdateOrganizationalUnitCommand).de(de_UpdateOrganizationalUnitCommand).build() {
|
|
4261
|
+
static {
|
|
4262
|
+
__name(this, "UpdateOrganizationalUnitCommand");
|
|
4263
|
+
}
|
|
4097
4264
|
};
|
|
4098
|
-
__name(_UpdateOrganizationalUnitCommand, "UpdateOrganizationalUnitCommand");
|
|
4099
|
-
var UpdateOrganizationalUnitCommand = _UpdateOrganizationalUnitCommand;
|
|
4100
4265
|
|
|
4101
4266
|
// src/commands/UpdatePolicyCommand.ts
|
|
4102
4267
|
|
|
4103
4268
|
|
|
4104
4269
|
|
|
4105
|
-
var
|
|
4270
|
+
var UpdatePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4106
4271
|
return [
|
|
4107
4272
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4108
4273
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4109
4274
|
];
|
|
4110
4275
|
}).s("AWSOrganizationsV20161128", "UpdatePolicy", {}).n("OrganizationsClient", "UpdatePolicyCommand").f(void 0, void 0).ser(se_UpdatePolicyCommand).de(de_UpdatePolicyCommand).build() {
|
|
4276
|
+
static {
|
|
4277
|
+
__name(this, "UpdatePolicyCommand");
|
|
4278
|
+
}
|
|
4111
4279
|
};
|
|
4112
|
-
__name(_UpdatePolicyCommand, "UpdatePolicyCommand");
|
|
4113
|
-
var UpdatePolicyCommand = _UpdatePolicyCommand;
|
|
4114
4280
|
|
|
4115
4281
|
// src/Organizations.ts
|
|
4116
4282
|
var commands = {
|
|
@@ -4170,10 +4336,11 @@ var commands = {
|
|
|
4170
4336
|
UpdateOrganizationalUnitCommand,
|
|
4171
4337
|
UpdatePolicyCommand
|
|
4172
4338
|
};
|
|
4173
|
-
var
|
|
4339
|
+
var Organizations = class extends OrganizationsClient {
|
|
4340
|
+
static {
|
|
4341
|
+
__name(this, "Organizations");
|
|
4342
|
+
}
|
|
4174
4343
|
};
|
|
4175
|
-
__name(_Organizations, "Organizations");
|
|
4176
|
-
var Organizations = _Organizations;
|
|
4177
4344
|
(0, import_smithy_client.createAggregatedClient)(commands, Organizations);
|
|
4178
4345
|
|
|
4179
4346
|
// src/pagination/ListAWSServiceAccessForOrganizationPaginator.ts
|