@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
|
@@ -35,11 +35,11 @@ export declare const ManagedScalingStatus: {
|
|
|
35
35
|
export type ManagedScalingStatus =
|
|
36
36
|
(typeof ManagedScalingStatus)[keyof typeof ManagedScalingStatus];
|
|
37
37
|
export interface ManagedScaling {
|
|
38
|
-
status?: ManagedScalingStatus;
|
|
39
|
-
targetCapacity?: number;
|
|
40
|
-
minimumScalingStepSize?: number;
|
|
41
|
-
maximumScalingStepSize?: number;
|
|
42
|
-
instanceWarmupPeriod?: number;
|
|
38
|
+
status?: ManagedScalingStatus | undefined;
|
|
39
|
+
targetCapacity?: number | undefined;
|
|
40
|
+
minimumScalingStepSize?: number | undefined;
|
|
41
|
+
maximumScalingStepSize?: number | undefined;
|
|
42
|
+
instanceWarmupPeriod?: number | undefined;
|
|
43
43
|
}
|
|
44
44
|
export declare const ManagedTerminationProtection: {
|
|
45
45
|
readonly DISABLED: "DISABLED";
|
|
@@ -49,18 +49,18 @@ export type ManagedTerminationProtection =
|
|
|
49
49
|
(typeof ManagedTerminationProtection)[keyof typeof ManagedTerminationProtection];
|
|
50
50
|
export interface AutoScalingGroupProvider {
|
|
51
51
|
autoScalingGroupArn: string | undefined;
|
|
52
|
-
managedScaling?: ManagedScaling;
|
|
53
|
-
managedTerminationProtection?: ManagedTerminationProtection;
|
|
54
|
-
managedDraining?: ManagedDraining;
|
|
52
|
+
managedScaling?: ManagedScaling | undefined;
|
|
53
|
+
managedTerminationProtection?: ManagedTerminationProtection | undefined;
|
|
54
|
+
managedDraining?: ManagedDraining | undefined;
|
|
55
55
|
}
|
|
56
56
|
export interface Tag {
|
|
57
|
-
key?: string;
|
|
58
|
-
value?: string;
|
|
57
|
+
key?: string | undefined;
|
|
58
|
+
value?: string | undefined;
|
|
59
59
|
}
|
|
60
60
|
export interface CreateCapacityProviderRequest {
|
|
61
61
|
name: string | undefined;
|
|
62
62
|
autoScalingGroupProvider: AutoScalingGroupProvider | undefined;
|
|
63
|
-
tags?: Tag[];
|
|
63
|
+
tags?: Tag[] | undefined;
|
|
64
64
|
}
|
|
65
65
|
export declare const CapacityProviderStatus: {
|
|
66
66
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -79,16 +79,16 @@ export declare const CapacityProviderUpdateStatus: {
|
|
|
79
79
|
export type CapacityProviderUpdateStatus =
|
|
80
80
|
(typeof CapacityProviderUpdateStatus)[keyof typeof CapacityProviderUpdateStatus];
|
|
81
81
|
export interface CapacityProvider {
|
|
82
|
-
capacityProviderArn?: string;
|
|
83
|
-
name?: string;
|
|
84
|
-
status?: CapacityProviderStatus;
|
|
85
|
-
autoScalingGroupProvider?: AutoScalingGroupProvider;
|
|
86
|
-
updateStatus?: CapacityProviderUpdateStatus;
|
|
87
|
-
updateStatusReason?: string;
|
|
88
|
-
tags?: Tag[];
|
|
82
|
+
capacityProviderArn?: string | undefined;
|
|
83
|
+
name?: string | undefined;
|
|
84
|
+
status?: CapacityProviderStatus | undefined;
|
|
85
|
+
autoScalingGroupProvider?: AutoScalingGroupProvider | undefined;
|
|
86
|
+
updateStatus?: CapacityProviderUpdateStatus | undefined;
|
|
87
|
+
updateStatusReason?: string | undefined;
|
|
88
|
+
tags?: Tag[] | undefined;
|
|
89
89
|
}
|
|
90
90
|
export interface CreateCapacityProviderResponse {
|
|
91
|
-
capacityProvider?: CapacityProvider;
|
|
91
|
+
capacityProvider?: CapacityProvider | undefined;
|
|
92
92
|
}
|
|
93
93
|
export declare class InvalidParameterException extends __BaseException {
|
|
94
94
|
readonly name: "InvalidParameterException";
|
|
@@ -117,11 +117,11 @@ export declare class UpdateInProgressException extends __BaseException {
|
|
|
117
117
|
);
|
|
118
118
|
}
|
|
119
119
|
export interface ExecuteCommandLogConfiguration {
|
|
120
|
-
cloudWatchLogGroupName?: string;
|
|
121
|
-
cloudWatchEncryptionEnabled?: boolean;
|
|
122
|
-
s3BucketName?: string;
|
|
123
|
-
s3EncryptionEnabled?: boolean;
|
|
124
|
-
s3KeyPrefix?: string;
|
|
120
|
+
cloudWatchLogGroupName?: string | undefined;
|
|
121
|
+
cloudWatchEncryptionEnabled?: boolean | undefined;
|
|
122
|
+
s3BucketName?: string | undefined;
|
|
123
|
+
s3EncryptionEnabled?: boolean | undefined;
|
|
124
|
+
s3KeyPrefix?: string | undefined;
|
|
125
125
|
}
|
|
126
126
|
export declare const ExecuteCommandLogging: {
|
|
127
127
|
readonly DEFAULT: "DEFAULT";
|
|
@@ -131,22 +131,22 @@ export declare const ExecuteCommandLogging: {
|
|
|
131
131
|
export type ExecuteCommandLogging =
|
|
132
132
|
(typeof ExecuteCommandLogging)[keyof typeof ExecuteCommandLogging];
|
|
133
133
|
export interface ExecuteCommandConfiguration {
|
|
134
|
-
kmsKeyId?: string;
|
|
135
|
-
logging?: ExecuteCommandLogging;
|
|
136
|
-
logConfiguration?: ExecuteCommandLogConfiguration;
|
|
134
|
+
kmsKeyId?: string | undefined;
|
|
135
|
+
logging?: ExecuteCommandLogging | undefined;
|
|
136
|
+
logConfiguration?: ExecuteCommandLogConfiguration | undefined;
|
|
137
137
|
}
|
|
138
138
|
export interface ManagedStorageConfiguration {
|
|
139
|
-
kmsKeyId?: string;
|
|
140
|
-
fargateEphemeralStorageKmsKeyId?: string;
|
|
139
|
+
kmsKeyId?: string | undefined;
|
|
140
|
+
fargateEphemeralStorageKmsKeyId?: string | undefined;
|
|
141
141
|
}
|
|
142
142
|
export interface ClusterConfiguration {
|
|
143
|
-
executeCommandConfiguration?: ExecuteCommandConfiguration;
|
|
144
|
-
managedStorageConfiguration?: ManagedStorageConfiguration;
|
|
143
|
+
executeCommandConfiguration?: ExecuteCommandConfiguration | undefined;
|
|
144
|
+
managedStorageConfiguration?: ManagedStorageConfiguration | undefined;
|
|
145
145
|
}
|
|
146
146
|
export interface CapacityProviderStrategyItem {
|
|
147
147
|
capacityProvider: string | undefined;
|
|
148
|
-
weight?: number;
|
|
149
|
-
base?: number;
|
|
148
|
+
weight?: number | undefined;
|
|
149
|
+
base?: number | undefined;
|
|
150
150
|
}
|
|
151
151
|
export interface ClusterServiceConnectDefaultsRequest {
|
|
152
152
|
namespace: string | undefined;
|
|
@@ -157,51 +157,51 @@ export declare const ClusterSettingName: {
|
|
|
157
157
|
export type ClusterSettingName =
|
|
158
158
|
(typeof ClusterSettingName)[keyof typeof ClusterSettingName];
|
|
159
159
|
export interface ClusterSetting {
|
|
160
|
-
name?: ClusterSettingName;
|
|
161
|
-
value?: string;
|
|
160
|
+
name?: ClusterSettingName | undefined;
|
|
161
|
+
value?: string | undefined;
|
|
162
162
|
}
|
|
163
163
|
export interface CreateClusterRequest {
|
|
164
|
-
clusterName?: string;
|
|
165
|
-
tags?: Tag[];
|
|
166
|
-
settings?: ClusterSetting[];
|
|
167
|
-
configuration?: ClusterConfiguration;
|
|
168
|
-
capacityProviders?: string[];
|
|
169
|
-
defaultCapacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
170
|
-
serviceConnectDefaults?: ClusterServiceConnectDefaultsRequest;
|
|
164
|
+
clusterName?: string | undefined;
|
|
165
|
+
tags?: Tag[] | undefined;
|
|
166
|
+
settings?: ClusterSetting[] | undefined;
|
|
167
|
+
configuration?: ClusterConfiguration | undefined;
|
|
168
|
+
capacityProviders?: string[] | undefined;
|
|
169
|
+
defaultCapacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
|
|
170
|
+
serviceConnectDefaults?: ClusterServiceConnectDefaultsRequest | undefined;
|
|
171
171
|
}
|
|
172
172
|
export interface KeyValuePair {
|
|
173
|
-
name?: string;
|
|
174
|
-
value?: string;
|
|
173
|
+
name?: string | undefined;
|
|
174
|
+
value?: string | undefined;
|
|
175
175
|
}
|
|
176
176
|
export interface Attachment {
|
|
177
|
-
id?: string;
|
|
178
|
-
type?: string;
|
|
179
|
-
status?: string;
|
|
180
|
-
details?: KeyValuePair[];
|
|
177
|
+
id?: string | undefined;
|
|
178
|
+
type?: string | undefined;
|
|
179
|
+
status?: string | undefined;
|
|
180
|
+
details?: KeyValuePair[] | undefined;
|
|
181
181
|
}
|
|
182
182
|
export interface ClusterServiceConnectDefaults {
|
|
183
|
-
namespace?: string;
|
|
183
|
+
namespace?: string | undefined;
|
|
184
184
|
}
|
|
185
185
|
export interface Cluster {
|
|
186
|
-
clusterArn?: string;
|
|
187
|
-
clusterName?: string;
|
|
188
|
-
configuration?: ClusterConfiguration;
|
|
189
|
-
status?: string;
|
|
190
|
-
registeredContainerInstancesCount?: number;
|
|
191
|
-
runningTasksCount?: number;
|
|
192
|
-
pendingTasksCount?: number;
|
|
193
|
-
activeServicesCount?: number;
|
|
194
|
-
statistics?: KeyValuePair[];
|
|
195
|
-
tags?: Tag[];
|
|
196
|
-
settings?: ClusterSetting[];
|
|
197
|
-
capacityProviders?: string[];
|
|
198
|
-
defaultCapacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
199
|
-
attachments?: Attachment[];
|
|
200
|
-
attachmentsStatus?: string;
|
|
201
|
-
serviceConnectDefaults?: ClusterServiceConnectDefaults;
|
|
186
|
+
clusterArn?: string | undefined;
|
|
187
|
+
clusterName?: string | undefined;
|
|
188
|
+
configuration?: ClusterConfiguration | undefined;
|
|
189
|
+
status?: string | undefined;
|
|
190
|
+
registeredContainerInstancesCount?: number | undefined;
|
|
191
|
+
runningTasksCount?: number | undefined;
|
|
192
|
+
pendingTasksCount?: number | undefined;
|
|
193
|
+
activeServicesCount?: number | undefined;
|
|
194
|
+
statistics?: KeyValuePair[] | undefined;
|
|
195
|
+
tags?: Tag[] | undefined;
|
|
196
|
+
settings?: ClusterSetting[] | undefined;
|
|
197
|
+
capacityProviders?: string[] | undefined;
|
|
198
|
+
defaultCapacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
|
|
199
|
+
attachments?: Attachment[] | undefined;
|
|
200
|
+
attachmentsStatus?: string | undefined;
|
|
201
|
+
serviceConnectDefaults?: ClusterServiceConnectDefaults | undefined;
|
|
202
202
|
}
|
|
203
203
|
export interface CreateClusterResponse {
|
|
204
|
-
cluster?: Cluster;
|
|
204
|
+
cluster?: Cluster | undefined;
|
|
205
205
|
}
|
|
206
206
|
export declare class NamespaceNotFoundException extends __BaseException {
|
|
207
207
|
readonly name: "NamespaceNotFoundException";
|
|
@@ -217,6 +217,12 @@ export declare class ClusterNotFoundException extends __BaseException {
|
|
|
217
217
|
opts: __ExceptionOptionType<ClusterNotFoundException, __BaseException>
|
|
218
218
|
);
|
|
219
219
|
}
|
|
220
|
+
export declare const AvailabilityZoneRebalancing: {
|
|
221
|
+
readonly DISABLED: "DISABLED";
|
|
222
|
+
readonly ENABLED: "ENABLED";
|
|
223
|
+
};
|
|
224
|
+
export type AvailabilityZoneRebalancing =
|
|
225
|
+
(typeof AvailabilityZoneRebalancing)[keyof typeof AvailabilityZoneRebalancing];
|
|
220
226
|
export interface DeploymentAlarms {
|
|
221
227
|
alarmNames: string[] | undefined;
|
|
222
228
|
rollback: boolean | undefined;
|
|
@@ -227,10 +233,10 @@ export interface DeploymentCircuitBreaker {
|
|
|
227
233
|
rollback: boolean | undefined;
|
|
228
234
|
}
|
|
229
235
|
export interface DeploymentConfiguration {
|
|
230
|
-
deploymentCircuitBreaker?: DeploymentCircuitBreaker;
|
|
231
|
-
maximumPercent?: number;
|
|
232
|
-
minimumHealthyPercent?: number;
|
|
233
|
-
alarms?: DeploymentAlarms;
|
|
236
|
+
deploymentCircuitBreaker?: DeploymentCircuitBreaker | undefined;
|
|
237
|
+
maximumPercent?: number | undefined;
|
|
238
|
+
minimumHealthyPercent?: number | undefined;
|
|
239
|
+
alarms?: DeploymentAlarms | undefined;
|
|
234
240
|
}
|
|
235
241
|
export declare const DeploymentControllerType: {
|
|
236
242
|
readonly CODE_DEPLOY: "CODE_DEPLOY";
|
|
@@ -249,10 +255,10 @@ export declare const LaunchType: {
|
|
|
249
255
|
};
|
|
250
256
|
export type LaunchType = (typeof LaunchType)[keyof typeof LaunchType];
|
|
251
257
|
export interface LoadBalancer {
|
|
252
|
-
targetGroupArn?: string;
|
|
253
|
-
loadBalancerName?: string;
|
|
254
|
-
containerName?: string;
|
|
255
|
-
containerPort?: number;
|
|
258
|
+
targetGroupArn?: string | undefined;
|
|
259
|
+
loadBalancerName?: string | undefined;
|
|
260
|
+
containerName?: string | undefined;
|
|
261
|
+
containerPort?: number | undefined;
|
|
256
262
|
}
|
|
257
263
|
export declare const AssignPublicIp: {
|
|
258
264
|
readonly DISABLED: "DISABLED";
|
|
@@ -262,11 +268,11 @@ export type AssignPublicIp =
|
|
|
262
268
|
(typeof AssignPublicIp)[keyof typeof AssignPublicIp];
|
|
263
269
|
export interface AwsVpcConfiguration {
|
|
264
270
|
subnets: string[] | undefined;
|
|
265
|
-
securityGroups?: string[];
|
|
266
|
-
assignPublicIp?: AssignPublicIp;
|
|
271
|
+
securityGroups?: string[] | undefined;
|
|
272
|
+
assignPublicIp?: AssignPublicIp | undefined;
|
|
267
273
|
}
|
|
268
274
|
export interface NetworkConfiguration {
|
|
269
|
-
awsvpcConfiguration?: AwsVpcConfiguration;
|
|
275
|
+
awsvpcConfiguration?: AwsVpcConfiguration | undefined;
|
|
270
276
|
}
|
|
271
277
|
export declare const PlacementConstraintType: {
|
|
272
278
|
readonly DISTINCT_INSTANCE: "distinctInstance";
|
|
@@ -275,8 +281,8 @@ export declare const PlacementConstraintType: {
|
|
|
275
281
|
export type PlacementConstraintType =
|
|
276
282
|
(typeof PlacementConstraintType)[keyof typeof PlacementConstraintType];
|
|
277
283
|
export interface PlacementConstraint {
|
|
278
|
-
type?: PlacementConstraintType;
|
|
279
|
-
expression?: string;
|
|
284
|
+
type?: PlacementConstraintType | undefined;
|
|
285
|
+
expression?: string | undefined;
|
|
280
286
|
}
|
|
281
287
|
export declare const PlacementStrategyType: {
|
|
282
288
|
readonly BINPACK: "binpack";
|
|
@@ -286,8 +292,8 @@ export declare const PlacementStrategyType: {
|
|
|
286
292
|
export type PlacementStrategyType =
|
|
287
293
|
(typeof PlacementStrategyType)[keyof typeof PlacementStrategyType];
|
|
288
294
|
export interface PlacementStrategy {
|
|
289
|
-
type?: PlacementStrategyType;
|
|
290
|
-
field?: string;
|
|
295
|
+
type?: PlacementStrategyType | undefined;
|
|
296
|
+
field?: string | undefined;
|
|
291
297
|
}
|
|
292
298
|
export declare const PropagateTags: {
|
|
293
299
|
readonly NONE: "NONE";
|
|
@@ -318,44 +324,44 @@ export interface Secret {
|
|
|
318
324
|
}
|
|
319
325
|
export interface LogConfiguration {
|
|
320
326
|
logDriver: LogDriver | undefined;
|
|
321
|
-
options?: Record<string, string
|
|
322
|
-
secretOptions?: Secret[];
|
|
327
|
+
options?: Record<string, string> | undefined;
|
|
328
|
+
secretOptions?: Secret[] | undefined;
|
|
323
329
|
}
|
|
324
330
|
export interface ServiceConnectClientAlias {
|
|
325
331
|
port: number | undefined;
|
|
326
|
-
dnsName?: string;
|
|
332
|
+
dnsName?: string | undefined;
|
|
327
333
|
}
|
|
328
334
|
export interface TimeoutConfiguration {
|
|
329
|
-
idleTimeoutSeconds?: number;
|
|
330
|
-
perRequestTimeoutSeconds?: number;
|
|
335
|
+
idleTimeoutSeconds?: number | undefined;
|
|
336
|
+
perRequestTimeoutSeconds?: number | undefined;
|
|
331
337
|
}
|
|
332
338
|
export interface ServiceConnectTlsCertificateAuthority {
|
|
333
|
-
awsPcaAuthorityArn?: string;
|
|
339
|
+
awsPcaAuthorityArn?: string | undefined;
|
|
334
340
|
}
|
|
335
341
|
export interface ServiceConnectTlsConfiguration {
|
|
336
342
|
issuerCertificateAuthority: ServiceConnectTlsCertificateAuthority | undefined;
|
|
337
|
-
kmsKey?: string;
|
|
338
|
-
roleArn?: string;
|
|
343
|
+
kmsKey?: string | undefined;
|
|
344
|
+
roleArn?: string | undefined;
|
|
339
345
|
}
|
|
340
346
|
export interface ServiceConnectService {
|
|
341
347
|
portName: string | undefined;
|
|
342
|
-
discoveryName?: string;
|
|
343
|
-
clientAliases?: ServiceConnectClientAlias[];
|
|
344
|
-
ingressPortOverride?: number;
|
|
345
|
-
timeout?: TimeoutConfiguration;
|
|
346
|
-
tls?: ServiceConnectTlsConfiguration;
|
|
348
|
+
discoveryName?: string | undefined;
|
|
349
|
+
clientAliases?: ServiceConnectClientAlias[] | undefined;
|
|
350
|
+
ingressPortOverride?: number | undefined;
|
|
351
|
+
timeout?: TimeoutConfiguration | undefined;
|
|
352
|
+
tls?: ServiceConnectTlsConfiguration | undefined;
|
|
347
353
|
}
|
|
348
354
|
export interface ServiceConnectConfiguration {
|
|
349
355
|
enabled: boolean | undefined;
|
|
350
|
-
namespace?: string;
|
|
351
|
-
services?: ServiceConnectService[];
|
|
352
|
-
logConfiguration?: LogConfiguration;
|
|
356
|
+
namespace?: string | undefined;
|
|
357
|
+
services?: ServiceConnectService[] | undefined;
|
|
358
|
+
logConfiguration?: LogConfiguration | undefined;
|
|
353
359
|
}
|
|
354
360
|
export interface ServiceRegistry {
|
|
355
|
-
registryArn?: string;
|
|
356
|
-
port?: number;
|
|
357
|
-
containerName?: string;
|
|
358
|
-
containerPort?: number;
|
|
361
|
+
registryArn?: string | undefined;
|
|
362
|
+
port?: number | undefined;
|
|
363
|
+
containerName?: string | undefined;
|
|
364
|
+
containerPort?: number | undefined;
|
|
359
365
|
}
|
|
360
366
|
export declare const TaskFilesystemType: {
|
|
361
367
|
readonly EXT3: "ext3";
|
|
@@ -372,53 +378,60 @@ export type EBSResourceType =
|
|
|
372
378
|
(typeof EBSResourceType)[keyof typeof EBSResourceType];
|
|
373
379
|
export interface EBSTagSpecification {
|
|
374
380
|
resourceType: EBSResourceType | undefined;
|
|
375
|
-
tags?: Tag[];
|
|
376
|
-
propagateTags?: PropagateTags;
|
|
381
|
+
tags?: Tag[] | undefined;
|
|
382
|
+
propagateTags?: PropagateTags | undefined;
|
|
377
383
|
}
|
|
378
384
|
export interface ServiceManagedEBSVolumeConfiguration {
|
|
379
|
-
encrypted?: boolean;
|
|
380
|
-
kmsKeyId?: string;
|
|
381
|
-
volumeType?: string;
|
|
382
|
-
sizeInGiB?: number;
|
|
383
|
-
snapshotId?: string;
|
|
384
|
-
iops?: number;
|
|
385
|
-
throughput?: number;
|
|
386
|
-
tagSpecifications?: EBSTagSpecification[];
|
|
385
|
+
encrypted?: boolean | undefined;
|
|
386
|
+
kmsKeyId?: string | undefined;
|
|
387
|
+
volumeType?: string | undefined;
|
|
388
|
+
sizeInGiB?: number | undefined;
|
|
389
|
+
snapshotId?: string | undefined;
|
|
390
|
+
iops?: number | undefined;
|
|
391
|
+
throughput?: number | undefined;
|
|
392
|
+
tagSpecifications?: EBSTagSpecification[] | undefined;
|
|
387
393
|
roleArn: string | undefined;
|
|
388
|
-
filesystemType?: TaskFilesystemType;
|
|
394
|
+
filesystemType?: TaskFilesystemType | undefined;
|
|
389
395
|
}
|
|
390
396
|
export interface ServiceVolumeConfiguration {
|
|
391
397
|
name: string | undefined;
|
|
392
|
-
managedEBSVolume?: ServiceManagedEBSVolumeConfiguration;
|
|
398
|
+
managedEBSVolume?: ServiceManagedEBSVolumeConfiguration | undefined;
|
|
399
|
+
}
|
|
400
|
+
export interface VpcLatticeConfiguration {
|
|
401
|
+
roleArn: string | undefined;
|
|
402
|
+
targetGroupArn: string | undefined;
|
|
403
|
+
portName: string | undefined;
|
|
393
404
|
}
|
|
394
405
|
export interface CreateServiceRequest {
|
|
395
|
-
cluster?: string;
|
|
406
|
+
cluster?: string | undefined;
|
|
396
407
|
serviceName: string | undefined;
|
|
397
|
-
taskDefinition?: string;
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
408
|
+
taskDefinition?: string | undefined;
|
|
409
|
+
availabilityZoneRebalancing?: AvailabilityZoneRebalancing | undefined;
|
|
410
|
+
loadBalancers?: LoadBalancer[] | undefined;
|
|
411
|
+
serviceRegistries?: ServiceRegistry[] | undefined;
|
|
412
|
+
desiredCount?: number | undefined;
|
|
413
|
+
clientToken?: string | undefined;
|
|
414
|
+
launchType?: LaunchType | undefined;
|
|
415
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
|
|
416
|
+
platformVersion?: string | undefined;
|
|
417
|
+
role?: string | undefined;
|
|
418
|
+
deploymentConfiguration?: DeploymentConfiguration | undefined;
|
|
419
|
+
placementConstraints?: PlacementConstraint[] | undefined;
|
|
420
|
+
placementStrategy?: PlacementStrategy[] | undefined;
|
|
421
|
+
networkConfiguration?: NetworkConfiguration | undefined;
|
|
422
|
+
healthCheckGracePeriodSeconds?: number | undefined;
|
|
423
|
+
schedulingStrategy?: SchedulingStrategy | undefined;
|
|
424
|
+
deploymentController?: DeploymentController | undefined;
|
|
425
|
+
tags?: Tag[] | undefined;
|
|
426
|
+
enableECSManagedTags?: boolean | undefined;
|
|
427
|
+
propagateTags?: PropagateTags | undefined;
|
|
428
|
+
enableExecuteCommand?: boolean | undefined;
|
|
429
|
+
serviceConnectConfiguration?: ServiceConnectConfiguration | undefined;
|
|
430
|
+
volumeConfigurations?: ServiceVolumeConfiguration[] | undefined;
|
|
431
|
+
vpcLatticeConfigurations?: VpcLatticeConfiguration[] | undefined;
|
|
419
432
|
}
|
|
420
433
|
export interface DeploymentEphemeralStorage {
|
|
421
|
-
kmsKeyId?: string;
|
|
434
|
+
kmsKeyId?: string | undefined;
|
|
422
435
|
}
|
|
423
436
|
export declare const DeploymentRolloutState: {
|
|
424
437
|
readonly COMPLETED: "COMPLETED";
|
|
@@ -428,43 +441,44 @@ export declare const DeploymentRolloutState: {
|
|
|
428
441
|
export type DeploymentRolloutState =
|
|
429
442
|
(typeof DeploymentRolloutState)[keyof typeof DeploymentRolloutState];
|
|
430
443
|
export interface ServiceConnectServiceResource {
|
|
431
|
-
discoveryName?: string;
|
|
432
|
-
discoveryArn?: string;
|
|
444
|
+
discoveryName?: string | undefined;
|
|
445
|
+
discoveryArn?: string | undefined;
|
|
433
446
|
}
|
|
434
447
|
export interface Deployment {
|
|
435
|
-
id?: string;
|
|
436
|
-
status?: string;
|
|
437
|
-
taskDefinition?: string;
|
|
438
|
-
desiredCount?: number;
|
|
439
|
-
pendingCount?: number;
|
|
440
|
-
runningCount?: number;
|
|
441
|
-
failedTasks?: number;
|
|
442
|
-
createdAt?: Date;
|
|
443
|
-
updatedAt?: Date;
|
|
444
|
-
capacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
445
|
-
launchType?: LaunchType;
|
|
446
|
-
platformVersion?: string;
|
|
447
|
-
platformFamily?: string;
|
|
448
|
-
networkConfiguration?: NetworkConfiguration;
|
|
449
|
-
rolloutState?: DeploymentRolloutState;
|
|
450
|
-
rolloutStateReason?: string;
|
|
451
|
-
serviceConnectConfiguration?: ServiceConnectConfiguration;
|
|
452
|
-
serviceConnectResources?: ServiceConnectServiceResource[];
|
|
453
|
-
volumeConfigurations?: ServiceVolumeConfiguration[];
|
|
454
|
-
fargateEphemeralStorage?: DeploymentEphemeralStorage;
|
|
448
|
+
id?: string | undefined;
|
|
449
|
+
status?: string | undefined;
|
|
450
|
+
taskDefinition?: string | undefined;
|
|
451
|
+
desiredCount?: number | undefined;
|
|
452
|
+
pendingCount?: number | undefined;
|
|
453
|
+
runningCount?: number | undefined;
|
|
454
|
+
failedTasks?: number | undefined;
|
|
455
|
+
createdAt?: Date | undefined;
|
|
456
|
+
updatedAt?: Date | undefined;
|
|
457
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
|
|
458
|
+
launchType?: LaunchType | undefined;
|
|
459
|
+
platformVersion?: string | undefined;
|
|
460
|
+
platformFamily?: string | undefined;
|
|
461
|
+
networkConfiguration?: NetworkConfiguration | undefined;
|
|
462
|
+
rolloutState?: DeploymentRolloutState | undefined;
|
|
463
|
+
rolloutStateReason?: string | undefined;
|
|
464
|
+
serviceConnectConfiguration?: ServiceConnectConfiguration | undefined;
|
|
465
|
+
serviceConnectResources?: ServiceConnectServiceResource[] | undefined;
|
|
466
|
+
volumeConfigurations?: ServiceVolumeConfiguration[] | undefined;
|
|
467
|
+
fargateEphemeralStorage?: DeploymentEphemeralStorage | undefined;
|
|
468
|
+
vpcLatticeConfigurations?: VpcLatticeConfiguration[] | undefined;
|
|
455
469
|
}
|
|
456
470
|
export interface ServiceEvent {
|
|
457
|
-
id?: string;
|
|
458
|
-
createdAt?: Date;
|
|
459
|
-
message?: string;
|
|
471
|
+
id?: string | undefined;
|
|
472
|
+
createdAt?: Date | undefined;
|
|
473
|
+
message?: string | undefined;
|
|
460
474
|
}
|
|
461
475
|
export declare const ScaleUnit: {
|
|
462
476
|
readonly PERCENT: "PERCENT";
|
|
463
477
|
};
|
|
464
478
|
export type ScaleUnit = (typeof ScaleUnit)[keyof typeof ScaleUnit];
|
|
465
479
|
export interface Scale {
|
|
466
|
-
value?: number;
|
|
467
|
-
unit?: ScaleUnit;
|
|
480
|
+
value?: number | undefined;
|
|
481
|
+
unit?: ScaleUnit | undefined;
|
|
468
482
|
}
|
|
469
483
|
export declare const StabilityStatus: {
|
|
470
484
|
readonly STABILIZING: "STABILIZING";
|
|
@@ -473,67 +487,68 @@ export declare const StabilityStatus: {
|
|
|
473
487
|
export type StabilityStatus =
|
|
474
488
|
(typeof StabilityStatus)[keyof typeof StabilityStatus];
|
|
475
489
|
export interface TaskSet {
|
|
476
|
-
id?: string;
|
|
477
|
-
taskSetArn?: string;
|
|
478
|
-
serviceArn?: string;
|
|
479
|
-
clusterArn?: string;
|
|
480
|
-
startedBy?: string;
|
|
481
|
-
externalId?: string;
|
|
482
|
-
status?: string;
|
|
483
|
-
taskDefinition?: string;
|
|
484
|
-
computedDesiredCount?: number;
|
|
485
|
-
pendingCount?: number;
|
|
486
|
-
runningCount?: number;
|
|
487
|
-
createdAt?: Date;
|
|
488
|
-
updatedAt?: Date;
|
|
489
|
-
launchType?: LaunchType;
|
|
490
|
-
capacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
491
|
-
platformVersion?: string;
|
|
492
|
-
platformFamily?: string;
|
|
493
|
-
networkConfiguration?: NetworkConfiguration;
|
|
494
|
-
loadBalancers?: LoadBalancer[];
|
|
495
|
-
serviceRegistries?: ServiceRegistry[];
|
|
496
|
-
scale?: Scale;
|
|
497
|
-
stabilityStatus?: StabilityStatus;
|
|
498
|
-
stabilityStatusAt?: Date;
|
|
499
|
-
tags?: Tag[];
|
|
500
|
-
fargateEphemeralStorage?: DeploymentEphemeralStorage;
|
|
490
|
+
id?: string | undefined;
|
|
491
|
+
taskSetArn?: string | undefined;
|
|
492
|
+
serviceArn?: string | undefined;
|
|
493
|
+
clusterArn?: string | undefined;
|
|
494
|
+
startedBy?: string | undefined;
|
|
495
|
+
externalId?: string | undefined;
|
|
496
|
+
status?: string | undefined;
|
|
497
|
+
taskDefinition?: string | undefined;
|
|
498
|
+
computedDesiredCount?: number | undefined;
|
|
499
|
+
pendingCount?: number | undefined;
|
|
500
|
+
runningCount?: number | undefined;
|
|
501
|
+
createdAt?: Date | undefined;
|
|
502
|
+
updatedAt?: Date | undefined;
|
|
503
|
+
launchType?: LaunchType | undefined;
|
|
504
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
|
|
505
|
+
platformVersion?: string | undefined;
|
|
506
|
+
platformFamily?: string | undefined;
|
|
507
|
+
networkConfiguration?: NetworkConfiguration | undefined;
|
|
508
|
+
loadBalancers?: LoadBalancer[] | undefined;
|
|
509
|
+
serviceRegistries?: ServiceRegistry[] | undefined;
|
|
510
|
+
scale?: Scale | undefined;
|
|
511
|
+
stabilityStatus?: StabilityStatus | undefined;
|
|
512
|
+
stabilityStatusAt?: Date | undefined;
|
|
513
|
+
tags?: Tag[] | undefined;
|
|
514
|
+
fargateEphemeralStorage?: DeploymentEphemeralStorage | undefined;
|
|
501
515
|
}
|
|
502
516
|
export interface Service {
|
|
503
|
-
serviceArn?: string;
|
|
504
|
-
serviceName?: string;
|
|
505
|
-
clusterArn?: string;
|
|
506
|
-
loadBalancers?: LoadBalancer[];
|
|
507
|
-
serviceRegistries?: ServiceRegistry[];
|
|
508
|
-
status?: string;
|
|
509
|
-
desiredCount?: number;
|
|
510
|
-
runningCount?: number;
|
|
511
|
-
pendingCount?: number;
|
|
512
|
-
launchType?: LaunchType;
|
|
513
|
-
capacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
514
|
-
platformVersion?: string;
|
|
515
|
-
platformFamily?: string;
|
|
516
|
-
taskDefinition?: string;
|
|
517
|
-
deploymentConfiguration?: DeploymentConfiguration;
|
|
518
|
-
taskSets?: TaskSet[];
|
|
519
|
-
deployments?: Deployment[];
|
|
520
|
-
roleArn?: string;
|
|
521
|
-
events?: ServiceEvent[];
|
|
522
|
-
createdAt?: Date;
|
|
523
|
-
placementConstraints?: PlacementConstraint[];
|
|
524
|
-
placementStrategy?: PlacementStrategy[];
|
|
525
|
-
networkConfiguration?: NetworkConfiguration;
|
|
526
|
-
healthCheckGracePeriodSeconds?: number;
|
|
527
|
-
schedulingStrategy?: SchedulingStrategy;
|
|
528
|
-
deploymentController?: DeploymentController;
|
|
529
|
-
tags?: Tag[];
|
|
530
|
-
createdBy?: string;
|
|
531
|
-
enableECSManagedTags?: boolean;
|
|
532
|
-
propagateTags?: PropagateTags;
|
|
533
|
-
enableExecuteCommand?: boolean;
|
|
517
|
+
serviceArn?: string | undefined;
|
|
518
|
+
serviceName?: string | undefined;
|
|
519
|
+
clusterArn?: string | undefined;
|
|
520
|
+
loadBalancers?: LoadBalancer[] | undefined;
|
|
521
|
+
serviceRegistries?: ServiceRegistry[] | undefined;
|
|
522
|
+
status?: string | undefined;
|
|
523
|
+
desiredCount?: number | undefined;
|
|
524
|
+
runningCount?: number | undefined;
|
|
525
|
+
pendingCount?: number | undefined;
|
|
526
|
+
launchType?: LaunchType | undefined;
|
|
527
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
|
|
528
|
+
platformVersion?: string | undefined;
|
|
529
|
+
platformFamily?: string | undefined;
|
|
530
|
+
taskDefinition?: string | undefined;
|
|
531
|
+
deploymentConfiguration?: DeploymentConfiguration | undefined;
|
|
532
|
+
taskSets?: TaskSet[] | undefined;
|
|
533
|
+
deployments?: Deployment[] | undefined;
|
|
534
|
+
roleArn?: string | undefined;
|
|
535
|
+
events?: ServiceEvent[] | undefined;
|
|
536
|
+
createdAt?: Date | undefined;
|
|
537
|
+
placementConstraints?: PlacementConstraint[] | undefined;
|
|
538
|
+
placementStrategy?: PlacementStrategy[] | undefined;
|
|
539
|
+
networkConfiguration?: NetworkConfiguration | undefined;
|
|
540
|
+
healthCheckGracePeriodSeconds?: number | undefined;
|
|
541
|
+
schedulingStrategy?: SchedulingStrategy | undefined;
|
|
542
|
+
deploymentController?: DeploymentController | undefined;
|
|
543
|
+
tags?: Tag[] | undefined;
|
|
544
|
+
createdBy?: string | undefined;
|
|
545
|
+
enableECSManagedTags?: boolean | undefined;
|
|
546
|
+
propagateTags?: PropagateTags | undefined;
|
|
547
|
+
enableExecuteCommand?: boolean | undefined;
|
|
548
|
+
availabilityZoneRebalancing?: AvailabilityZoneRebalancing | undefined;
|
|
534
549
|
}
|
|
535
550
|
export interface CreateServiceResponse {
|
|
536
|
-
service?: Service;
|
|
551
|
+
service?: Service | undefined;
|
|
537
552
|
}
|
|
538
553
|
export declare class PlatformTaskDefinitionIncompatibilityException extends __BaseException {
|
|
539
554
|
readonly name: "PlatformTaskDefinitionIncompatibilityException";
|
|
@@ -562,20 +577,20 @@ export declare class UnsupportedFeatureException extends __BaseException {
|
|
|
562
577
|
export interface CreateTaskSetRequest {
|
|
563
578
|
service: string | undefined;
|
|
564
579
|
cluster: string | undefined;
|
|
565
|
-
externalId?: string;
|
|
580
|
+
externalId?: string | undefined;
|
|
566
581
|
taskDefinition: string | undefined;
|
|
567
|
-
networkConfiguration?: NetworkConfiguration;
|
|
568
|
-
loadBalancers?: LoadBalancer[];
|
|
569
|
-
serviceRegistries?: ServiceRegistry[];
|
|
570
|
-
launchType?: LaunchType;
|
|
571
|
-
capacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
572
|
-
platformVersion?: string;
|
|
573
|
-
scale?: Scale;
|
|
574
|
-
clientToken?: string;
|
|
575
|
-
tags?: Tag[];
|
|
582
|
+
networkConfiguration?: NetworkConfiguration | undefined;
|
|
583
|
+
loadBalancers?: LoadBalancer[] | undefined;
|
|
584
|
+
serviceRegistries?: ServiceRegistry[] | undefined;
|
|
585
|
+
launchType?: LaunchType | undefined;
|
|
586
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
|
|
587
|
+
platformVersion?: string | undefined;
|
|
588
|
+
scale?: Scale | undefined;
|
|
589
|
+
clientToken?: string | undefined;
|
|
590
|
+
tags?: Tag[] | undefined;
|
|
576
591
|
}
|
|
577
592
|
export interface CreateTaskSetResponse {
|
|
578
|
-
taskSet?: TaskSet;
|
|
593
|
+
taskSet?: TaskSet | undefined;
|
|
579
594
|
}
|
|
580
595
|
export declare class ServiceNotActiveException extends __BaseException {
|
|
581
596
|
readonly name: "ServiceNotActiveException";
|
|
@@ -605,7 +620,7 @@ export declare const SettingName: {
|
|
|
605
620
|
export type SettingName = (typeof SettingName)[keyof typeof SettingName];
|
|
606
621
|
export interface DeleteAccountSettingRequest {
|
|
607
622
|
name: SettingName | undefined;
|
|
608
|
-
principalArn?: string;
|
|
623
|
+
principalArn?: string | undefined;
|
|
609
624
|
}
|
|
610
625
|
export declare const SettingType: {
|
|
611
626
|
readonly AWS_MANAGED: "aws_managed";
|
|
@@ -613,13 +628,13 @@ export declare const SettingType: {
|
|
|
613
628
|
};
|
|
614
629
|
export type SettingType = (typeof SettingType)[keyof typeof SettingType];
|
|
615
630
|
export interface Setting {
|
|
616
|
-
name?: SettingName;
|
|
617
|
-
value?: string;
|
|
618
|
-
principalArn?: string;
|
|
619
|
-
type?: SettingType;
|
|
631
|
+
name?: SettingName | undefined;
|
|
632
|
+
value?: string | undefined;
|
|
633
|
+
principalArn?: string | undefined;
|
|
634
|
+
type?: SettingType | undefined;
|
|
620
635
|
}
|
|
621
636
|
export interface DeleteAccountSettingResponse {
|
|
622
|
-
setting?: Setting;
|
|
637
|
+
setting?: Setting | undefined;
|
|
623
638
|
}
|
|
624
639
|
export declare const TargetType: {
|
|
625
640
|
readonly CONTAINER_INSTANCE: "container-instance";
|
|
@@ -627,16 +642,16 @@ export declare const TargetType: {
|
|
|
627
642
|
export type TargetType = (typeof TargetType)[keyof typeof TargetType];
|
|
628
643
|
export interface Attribute {
|
|
629
644
|
name: string | undefined;
|
|
630
|
-
value?: string;
|
|
631
|
-
targetType?: TargetType;
|
|
632
|
-
targetId?: string;
|
|
645
|
+
value?: string | undefined;
|
|
646
|
+
targetType?: TargetType | undefined;
|
|
647
|
+
targetId?: string | undefined;
|
|
633
648
|
}
|
|
634
649
|
export interface DeleteAttributesRequest {
|
|
635
|
-
cluster?: string;
|
|
650
|
+
cluster?: string | undefined;
|
|
636
651
|
attributes: Attribute[] | undefined;
|
|
637
652
|
}
|
|
638
653
|
export interface DeleteAttributesResponse {
|
|
639
|
-
attributes?: Attribute[];
|
|
654
|
+
attributes?: Attribute[] | undefined;
|
|
640
655
|
}
|
|
641
656
|
export declare class TargetNotFoundException extends __BaseException {
|
|
642
657
|
readonly name: "TargetNotFoundException";
|
|
@@ -649,7 +664,7 @@ export interface DeleteCapacityProviderRequest {
|
|
|
649
664
|
capacityProvider: string | undefined;
|
|
650
665
|
}
|
|
651
666
|
export interface DeleteCapacityProviderResponse {
|
|
652
|
-
capacityProvider?: CapacityProvider;
|
|
667
|
+
capacityProvider?: CapacityProvider | undefined;
|
|
653
668
|
}
|
|
654
669
|
export declare class ClusterContainsContainerInstancesException extends __BaseException {
|
|
655
670
|
readonly name: "ClusterContainsContainerInstancesException";
|
|
@@ -682,23 +697,23 @@ export interface DeleteClusterRequest {
|
|
|
682
697
|
cluster: string | undefined;
|
|
683
698
|
}
|
|
684
699
|
export interface DeleteClusterResponse {
|
|
685
|
-
cluster?: Cluster;
|
|
700
|
+
cluster?: Cluster | undefined;
|
|
686
701
|
}
|
|
687
702
|
export interface DeleteServiceRequest {
|
|
688
|
-
cluster?: string;
|
|
703
|
+
cluster?: string | undefined;
|
|
689
704
|
service: string | undefined;
|
|
690
|
-
force?: boolean;
|
|
705
|
+
force?: boolean | undefined;
|
|
691
706
|
}
|
|
692
707
|
export interface DeleteServiceResponse {
|
|
693
|
-
service?: Service;
|
|
708
|
+
service?: Service | undefined;
|
|
694
709
|
}
|
|
695
710
|
export interface DeleteTaskDefinitionsRequest {
|
|
696
711
|
taskDefinitions: string[] | undefined;
|
|
697
712
|
}
|
|
698
713
|
export interface Failure {
|
|
699
|
-
arn?: string;
|
|
700
|
-
reason?: string;
|
|
701
|
-
detail?: string;
|
|
714
|
+
arn?: string | undefined;
|
|
715
|
+
reason?: string | undefined;
|
|
716
|
+
detail?: string | undefined;
|
|
702
717
|
}
|
|
703
718
|
export declare const Compatibility: {
|
|
704
719
|
readonly EC2: "EC2";
|
|
@@ -739,18 +754,18 @@ export type FirelensConfigurationType =
|
|
|
739
754
|
(typeof FirelensConfigurationType)[keyof typeof FirelensConfigurationType];
|
|
740
755
|
export interface FirelensConfiguration {
|
|
741
756
|
type: FirelensConfigurationType | undefined;
|
|
742
|
-
options?: Record<string, string
|
|
757
|
+
options?: Record<string, string> | undefined;
|
|
743
758
|
}
|
|
744
759
|
export interface HealthCheck {
|
|
745
760
|
command: string[] | undefined;
|
|
746
|
-
interval?: number;
|
|
747
|
-
timeout?: number;
|
|
748
|
-
retries?: number;
|
|
749
|
-
startPeriod?: number;
|
|
761
|
+
interval?: number | undefined;
|
|
762
|
+
timeout?: number | undefined;
|
|
763
|
+
retries?: number | undefined;
|
|
764
|
+
startPeriod?: number | undefined;
|
|
750
765
|
}
|
|
751
766
|
export interface KernelCapabilities {
|
|
752
|
-
add?: string[];
|
|
753
|
-
drop?: string[];
|
|
767
|
+
add?: string[] | undefined;
|
|
768
|
+
drop?: string[] | undefined;
|
|
754
769
|
}
|
|
755
770
|
export declare const DeviceCgroupPermission: {
|
|
756
771
|
readonly MKNOD: "mknod";
|
|
@@ -761,27 +776,27 @@ export type DeviceCgroupPermission =
|
|
|
761
776
|
(typeof DeviceCgroupPermission)[keyof typeof DeviceCgroupPermission];
|
|
762
777
|
export interface Device {
|
|
763
778
|
hostPath: string | undefined;
|
|
764
|
-
containerPath?: string;
|
|
765
|
-
permissions?: DeviceCgroupPermission[];
|
|
779
|
+
containerPath?: string | undefined;
|
|
780
|
+
permissions?: DeviceCgroupPermission[] | undefined;
|
|
766
781
|
}
|
|
767
782
|
export interface Tmpfs {
|
|
768
783
|
containerPath: string | undefined;
|
|
769
784
|
size: number | undefined;
|
|
770
|
-
mountOptions?: string[];
|
|
785
|
+
mountOptions?: string[] | undefined;
|
|
771
786
|
}
|
|
772
787
|
export interface LinuxParameters {
|
|
773
|
-
capabilities?: KernelCapabilities;
|
|
774
|
-
devices?: Device[];
|
|
775
|
-
initProcessEnabled?: boolean;
|
|
776
|
-
sharedMemorySize?: number;
|
|
777
|
-
tmpfs?: Tmpfs[];
|
|
778
|
-
maxSwap?: number;
|
|
779
|
-
swappiness?: number;
|
|
788
|
+
capabilities?: KernelCapabilities | undefined;
|
|
789
|
+
devices?: Device[] | undefined;
|
|
790
|
+
initProcessEnabled?: boolean | undefined;
|
|
791
|
+
sharedMemorySize?: number | undefined;
|
|
792
|
+
tmpfs?: Tmpfs[] | undefined;
|
|
793
|
+
maxSwap?: number | undefined;
|
|
794
|
+
swappiness?: number | undefined;
|
|
780
795
|
}
|
|
781
796
|
export interface MountPoint {
|
|
782
|
-
sourceVolume?: string;
|
|
783
|
-
containerPath?: string;
|
|
784
|
-
readOnly?: boolean;
|
|
797
|
+
sourceVolume?: string | undefined;
|
|
798
|
+
containerPath?: string | undefined;
|
|
799
|
+
readOnly?: boolean | undefined;
|
|
785
800
|
}
|
|
786
801
|
export declare const ApplicationProtocol: {
|
|
787
802
|
readonly GRPC: "grpc";
|
|
@@ -797,12 +812,12 @@ export declare const TransportProtocol: {
|
|
|
797
812
|
export type TransportProtocol =
|
|
798
813
|
(typeof TransportProtocol)[keyof typeof TransportProtocol];
|
|
799
814
|
export interface PortMapping {
|
|
800
|
-
containerPort?: number;
|
|
801
|
-
hostPort?: number;
|
|
802
|
-
protocol?: TransportProtocol;
|
|
803
|
-
name?: string;
|
|
804
|
-
appProtocol?: ApplicationProtocol;
|
|
805
|
-
containerPortRange?: string;
|
|
815
|
+
containerPort?: number | undefined;
|
|
816
|
+
hostPort?: number | undefined;
|
|
817
|
+
protocol?: TransportProtocol | undefined;
|
|
818
|
+
name?: string | undefined;
|
|
819
|
+
appProtocol?: ApplicationProtocol | undefined;
|
|
820
|
+
containerPortRange?: string | undefined;
|
|
806
821
|
}
|
|
807
822
|
export interface RepositoryCredentials {
|
|
808
823
|
credentialsParameter: string | undefined;
|
|
@@ -818,12 +833,12 @@ export interface ResourceRequirement {
|
|
|
818
833
|
}
|
|
819
834
|
export interface ContainerRestartPolicy {
|
|
820
835
|
enabled: boolean | undefined;
|
|
821
|
-
ignoredExitCodes?: number[];
|
|
822
|
-
restartAttemptPeriod?: number;
|
|
836
|
+
ignoredExitCodes?: number[] | undefined;
|
|
837
|
+
restartAttemptPeriod?: number | undefined;
|
|
823
838
|
}
|
|
824
839
|
export interface SystemControl {
|
|
825
|
-
namespace?: string;
|
|
826
|
-
value?: string;
|
|
840
|
+
namespace?: string | undefined;
|
|
841
|
+
value?: string | undefined;
|
|
827
842
|
}
|
|
828
843
|
export declare const UlimitName: {
|
|
829
844
|
readonly CORE: "core";
|
|
@@ -848,52 +863,59 @@ export interface Ulimit {
|
|
|
848
863
|
softLimit: number | undefined;
|
|
849
864
|
hardLimit: number | undefined;
|
|
850
865
|
}
|
|
866
|
+
export declare const VersionConsistency: {
|
|
867
|
+
readonly DISABLED: "disabled";
|
|
868
|
+
readonly ENABLED: "enabled";
|
|
869
|
+
};
|
|
870
|
+
export type VersionConsistency =
|
|
871
|
+
(typeof VersionConsistency)[keyof typeof VersionConsistency];
|
|
851
872
|
export interface VolumeFrom {
|
|
852
|
-
sourceContainer?: string;
|
|
853
|
-
readOnly?: boolean;
|
|
873
|
+
sourceContainer?: string | undefined;
|
|
874
|
+
readOnly?: boolean | undefined;
|
|
854
875
|
}
|
|
855
876
|
export interface ContainerDefinition {
|
|
856
|
-
name?: string;
|
|
857
|
-
image?: string;
|
|
858
|
-
repositoryCredentials?: RepositoryCredentials;
|
|
859
|
-
cpu?: number;
|
|
860
|
-
memory?: number;
|
|
861
|
-
memoryReservation?: number;
|
|
862
|
-
links?: string[];
|
|
863
|
-
portMappings?: PortMapping[];
|
|
864
|
-
essential?: boolean;
|
|
865
|
-
restartPolicy?: ContainerRestartPolicy;
|
|
866
|
-
entryPoint?: string[];
|
|
867
|
-
command?: string[];
|
|
868
|
-
environment?: KeyValuePair[];
|
|
869
|
-
environmentFiles?: EnvironmentFile[];
|
|
870
|
-
mountPoints?: MountPoint[];
|
|
871
|
-
volumesFrom?: VolumeFrom[];
|
|
872
|
-
linuxParameters?: LinuxParameters;
|
|
873
|
-
secrets?: Secret[];
|
|
874
|
-
dependsOn?: ContainerDependency[];
|
|
875
|
-
startTimeout?: number;
|
|
876
|
-
stopTimeout?: number;
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
877
|
+
name?: string | undefined;
|
|
878
|
+
image?: string | undefined;
|
|
879
|
+
repositoryCredentials?: RepositoryCredentials | undefined;
|
|
880
|
+
cpu?: number | undefined;
|
|
881
|
+
memory?: number | undefined;
|
|
882
|
+
memoryReservation?: number | undefined;
|
|
883
|
+
links?: string[] | undefined;
|
|
884
|
+
portMappings?: PortMapping[] | undefined;
|
|
885
|
+
essential?: boolean | undefined;
|
|
886
|
+
restartPolicy?: ContainerRestartPolicy | undefined;
|
|
887
|
+
entryPoint?: string[] | undefined;
|
|
888
|
+
command?: string[] | undefined;
|
|
889
|
+
environment?: KeyValuePair[] | undefined;
|
|
890
|
+
environmentFiles?: EnvironmentFile[] | undefined;
|
|
891
|
+
mountPoints?: MountPoint[] | undefined;
|
|
892
|
+
volumesFrom?: VolumeFrom[] | undefined;
|
|
893
|
+
linuxParameters?: LinuxParameters | undefined;
|
|
894
|
+
secrets?: Secret[] | undefined;
|
|
895
|
+
dependsOn?: ContainerDependency[] | undefined;
|
|
896
|
+
startTimeout?: number | undefined;
|
|
897
|
+
stopTimeout?: number | undefined;
|
|
898
|
+
versionConsistency?: VersionConsistency | undefined;
|
|
899
|
+
hostname?: string | undefined;
|
|
900
|
+
user?: string | undefined;
|
|
901
|
+
workingDirectory?: string | undefined;
|
|
902
|
+
disableNetworking?: boolean | undefined;
|
|
903
|
+
privileged?: boolean | undefined;
|
|
904
|
+
readonlyRootFilesystem?: boolean | undefined;
|
|
905
|
+
dnsServers?: string[] | undefined;
|
|
906
|
+
dnsSearchDomains?: string[] | undefined;
|
|
907
|
+
extraHosts?: HostEntry[] | undefined;
|
|
908
|
+
dockerSecurityOptions?: string[] | undefined;
|
|
909
|
+
interactive?: boolean | undefined;
|
|
910
|
+
pseudoTerminal?: boolean | undefined;
|
|
911
|
+
dockerLabels?: Record<string, string> | undefined;
|
|
912
|
+
ulimits?: Ulimit[] | undefined;
|
|
913
|
+
logConfiguration?: LogConfiguration | undefined;
|
|
914
|
+
healthCheck?: HealthCheck | undefined;
|
|
915
|
+
systemControls?: SystemControl[] | undefined;
|
|
916
|
+
resourceRequirements?: ResourceRequirement[] | undefined;
|
|
917
|
+
firelensConfiguration?: FirelensConfiguration | undefined;
|
|
918
|
+
credentialSpecs?: string[] | undefined;
|
|
897
919
|
}
|
|
898
920
|
export interface EphemeralStorage {
|
|
899
921
|
sizeInGiB: number | undefined;
|
|
@@ -926,8 +948,8 @@ export declare const TaskDefinitionPlacementConstraintType: {
|
|
|
926
948
|
export type TaskDefinitionPlacementConstraintType =
|
|
927
949
|
(typeof TaskDefinitionPlacementConstraintType)[keyof typeof TaskDefinitionPlacementConstraintType];
|
|
928
950
|
export interface TaskDefinitionPlacementConstraint {
|
|
929
|
-
type?: TaskDefinitionPlacementConstraintType;
|
|
930
|
-
expression?: string;
|
|
951
|
+
type?: TaskDefinitionPlacementConstraintType | undefined;
|
|
952
|
+
expression?: string | undefined;
|
|
931
953
|
}
|
|
932
954
|
export declare const ProxyConfigurationType: {
|
|
933
955
|
readonly APPMESH: "APPMESH";
|
|
@@ -935,9 +957,9 @@ export declare const ProxyConfigurationType: {
|
|
|
935
957
|
export type ProxyConfigurationType =
|
|
936
958
|
(typeof ProxyConfigurationType)[keyof typeof ProxyConfigurationType];
|
|
937
959
|
export interface ProxyConfiguration {
|
|
938
|
-
type?: ProxyConfigurationType;
|
|
960
|
+
type?: ProxyConfigurationType | undefined;
|
|
939
961
|
containerName: string | undefined;
|
|
940
|
-
properties?: KeyValuePair[];
|
|
962
|
+
properties?: KeyValuePair[] | undefined;
|
|
941
963
|
}
|
|
942
964
|
export declare const CPUArchitecture: {
|
|
943
965
|
readonly ARM64: "ARM64";
|
|
@@ -957,8 +979,8 @@ export declare const OSFamily: {
|
|
|
957
979
|
};
|
|
958
980
|
export type OSFamily = (typeof OSFamily)[keyof typeof OSFamily];
|
|
959
981
|
export interface RuntimePlatform {
|
|
960
|
-
cpuArchitecture?: CPUArchitecture;
|
|
961
|
-
operatingSystemFamily?: OSFamily;
|
|
982
|
+
cpuArchitecture?: CPUArchitecture | undefined;
|
|
983
|
+
operatingSystemFamily?: OSFamily | undefined;
|
|
962
984
|
}
|
|
963
985
|
export declare const TaskDefinitionStatus: {
|
|
964
986
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -973,11 +995,11 @@ export declare const Scope: {
|
|
|
973
995
|
};
|
|
974
996
|
export type Scope = (typeof Scope)[keyof typeof Scope];
|
|
975
997
|
export interface DockerVolumeConfiguration {
|
|
976
|
-
scope?: Scope;
|
|
977
|
-
autoprovision?: boolean;
|
|
978
|
-
driver?: string;
|
|
979
|
-
driverOpts?: Record<string, string
|
|
980
|
-
labels?: Record<string, string
|
|
998
|
+
scope?: Scope | undefined;
|
|
999
|
+
autoprovision?: boolean | undefined;
|
|
1000
|
+
driver?: string | undefined;
|
|
1001
|
+
driverOpts?: Record<string, string> | undefined;
|
|
1002
|
+
labels?: Record<string, string> | undefined;
|
|
981
1003
|
}
|
|
982
1004
|
export declare const EFSAuthorizationConfigIAM: {
|
|
983
1005
|
readonly DISABLED: "DISABLED";
|
|
@@ -986,8 +1008,8 @@ export declare const EFSAuthorizationConfigIAM: {
|
|
|
986
1008
|
export type EFSAuthorizationConfigIAM =
|
|
987
1009
|
(typeof EFSAuthorizationConfigIAM)[keyof typeof EFSAuthorizationConfigIAM];
|
|
988
1010
|
export interface EFSAuthorizationConfig {
|
|
989
|
-
accessPointId?: string;
|
|
990
|
-
iam?: EFSAuthorizationConfigIAM;
|
|
1011
|
+
accessPointId?: string | undefined;
|
|
1012
|
+
iam?: EFSAuthorizationConfigIAM | undefined;
|
|
991
1013
|
}
|
|
992
1014
|
export declare const EFSTransitEncryption: {
|
|
993
1015
|
readonly DISABLED: "DISABLED";
|
|
@@ -997,10 +1019,10 @@ export type EFSTransitEncryption =
|
|
|
997
1019
|
(typeof EFSTransitEncryption)[keyof typeof EFSTransitEncryption];
|
|
998
1020
|
export interface EFSVolumeConfiguration {
|
|
999
1021
|
fileSystemId: string | undefined;
|
|
1000
|
-
rootDirectory?: string;
|
|
1001
|
-
transitEncryption?: EFSTransitEncryption;
|
|
1002
|
-
transitEncryptionPort?: number;
|
|
1003
|
-
authorizationConfig?: EFSAuthorizationConfig;
|
|
1022
|
+
rootDirectory?: string | undefined;
|
|
1023
|
+
transitEncryption?: EFSTransitEncryption | undefined;
|
|
1024
|
+
transitEncryptionPort?: number | undefined;
|
|
1025
|
+
authorizationConfig?: EFSAuthorizationConfig | undefined;
|
|
1004
1026
|
}
|
|
1005
1027
|
export interface FSxWindowsFileServerAuthorizationConfig {
|
|
1006
1028
|
credentialsParameter: string | undefined;
|
|
@@ -1012,54 +1034,57 @@ export interface FSxWindowsFileServerVolumeConfiguration {
|
|
|
1012
1034
|
authorizationConfig: FSxWindowsFileServerAuthorizationConfig | undefined;
|
|
1013
1035
|
}
|
|
1014
1036
|
export interface HostVolumeProperties {
|
|
1015
|
-
sourcePath?: string;
|
|
1037
|
+
sourcePath?: string | undefined;
|
|
1016
1038
|
}
|
|
1017
1039
|
export interface Volume {
|
|
1018
|
-
name?: string;
|
|
1019
|
-
host?: HostVolumeProperties;
|
|
1020
|
-
dockerVolumeConfiguration?: DockerVolumeConfiguration;
|
|
1021
|
-
efsVolumeConfiguration?: EFSVolumeConfiguration;
|
|
1022
|
-
fsxWindowsFileServerVolumeConfiguration?:
|
|
1023
|
-
|
|
1040
|
+
name?: string | undefined;
|
|
1041
|
+
host?: HostVolumeProperties | undefined;
|
|
1042
|
+
dockerVolumeConfiguration?: DockerVolumeConfiguration | undefined;
|
|
1043
|
+
efsVolumeConfiguration?: EFSVolumeConfiguration | undefined;
|
|
1044
|
+
fsxWindowsFileServerVolumeConfiguration?:
|
|
1045
|
+
| FSxWindowsFileServerVolumeConfiguration
|
|
1046
|
+
| undefined;
|
|
1047
|
+
configuredAtLaunch?: boolean | undefined;
|
|
1024
1048
|
}
|
|
1025
1049
|
export interface TaskDefinition {
|
|
1026
|
-
taskDefinitionArn?: string;
|
|
1027
|
-
containerDefinitions?: ContainerDefinition[];
|
|
1028
|
-
family?: string;
|
|
1029
|
-
taskRoleArn?: string;
|
|
1030
|
-
executionRoleArn?: string;
|
|
1031
|
-
networkMode?: NetworkMode;
|
|
1032
|
-
revision?: number;
|
|
1033
|
-
volumes?: Volume[];
|
|
1034
|
-
status?: TaskDefinitionStatus;
|
|
1035
|
-
requiresAttributes?: Attribute[];
|
|
1036
|
-
placementConstraints?: TaskDefinitionPlacementConstraint[];
|
|
1037
|
-
compatibilities?: Compatibility[];
|
|
1038
|
-
runtimePlatform?: RuntimePlatform;
|
|
1039
|
-
requiresCompatibilities?: Compatibility[];
|
|
1040
|
-
cpu?: string;
|
|
1041
|
-
memory?: string;
|
|
1042
|
-
inferenceAccelerators?: InferenceAccelerator[];
|
|
1043
|
-
pidMode?: PidMode;
|
|
1044
|
-
ipcMode?: IpcMode;
|
|
1045
|
-
proxyConfiguration?: ProxyConfiguration;
|
|
1046
|
-
registeredAt?: Date;
|
|
1047
|
-
deregisteredAt?: Date;
|
|
1048
|
-
registeredBy?: string;
|
|
1049
|
-
ephemeralStorage?: EphemeralStorage;
|
|
1050
|
+
taskDefinitionArn?: string | undefined;
|
|
1051
|
+
containerDefinitions?: ContainerDefinition[] | undefined;
|
|
1052
|
+
family?: string | undefined;
|
|
1053
|
+
taskRoleArn?: string | undefined;
|
|
1054
|
+
executionRoleArn?: string | undefined;
|
|
1055
|
+
networkMode?: NetworkMode | undefined;
|
|
1056
|
+
revision?: number | undefined;
|
|
1057
|
+
volumes?: Volume[] | undefined;
|
|
1058
|
+
status?: TaskDefinitionStatus | undefined;
|
|
1059
|
+
requiresAttributes?: Attribute[] | undefined;
|
|
1060
|
+
placementConstraints?: TaskDefinitionPlacementConstraint[] | undefined;
|
|
1061
|
+
compatibilities?: Compatibility[] | undefined;
|
|
1062
|
+
runtimePlatform?: RuntimePlatform | undefined;
|
|
1063
|
+
requiresCompatibilities?: Compatibility[] | undefined;
|
|
1064
|
+
cpu?: string | undefined;
|
|
1065
|
+
memory?: string | undefined;
|
|
1066
|
+
inferenceAccelerators?: InferenceAccelerator[] | undefined;
|
|
1067
|
+
pidMode?: PidMode | undefined;
|
|
1068
|
+
ipcMode?: IpcMode | undefined;
|
|
1069
|
+
proxyConfiguration?: ProxyConfiguration | undefined;
|
|
1070
|
+
registeredAt?: Date | undefined;
|
|
1071
|
+
deregisteredAt?: Date | undefined;
|
|
1072
|
+
registeredBy?: string | undefined;
|
|
1073
|
+
ephemeralStorage?: EphemeralStorage | undefined;
|
|
1074
|
+
enableFaultInjection?: boolean | undefined;
|
|
1050
1075
|
}
|
|
1051
1076
|
export interface DeleteTaskDefinitionsResponse {
|
|
1052
|
-
taskDefinitions?: TaskDefinition[];
|
|
1053
|
-
failures?: Failure[];
|
|
1077
|
+
taskDefinitions?: TaskDefinition[] | undefined;
|
|
1078
|
+
failures?: Failure[] | undefined;
|
|
1054
1079
|
}
|
|
1055
1080
|
export interface DeleteTaskSetRequest {
|
|
1056
1081
|
cluster: string | undefined;
|
|
1057
1082
|
service: string | undefined;
|
|
1058
1083
|
taskSet: string | undefined;
|
|
1059
|
-
force?: boolean;
|
|
1084
|
+
force?: boolean | undefined;
|
|
1060
1085
|
}
|
|
1061
1086
|
export interface DeleteTaskSetResponse {
|
|
1062
|
-
taskSet?: TaskSet;
|
|
1087
|
+
taskSet?: TaskSet | undefined;
|
|
1063
1088
|
}
|
|
1064
1089
|
export declare class TaskSetNotFoundException extends __BaseException {
|
|
1065
1090
|
readonly name: "TaskSetNotFoundException";
|
|
@@ -1069,9 +1094,9 @@ export declare class TaskSetNotFoundException extends __BaseException {
|
|
|
1069
1094
|
);
|
|
1070
1095
|
}
|
|
1071
1096
|
export interface DeregisterContainerInstanceRequest {
|
|
1072
|
-
cluster?: string;
|
|
1097
|
+
cluster?: string | undefined;
|
|
1073
1098
|
containerInstance: string | undefined;
|
|
1074
|
-
force?: boolean;
|
|
1099
|
+
force?: boolean | undefined;
|
|
1075
1100
|
}
|
|
1076
1101
|
export declare const InstanceHealthCheckState: {
|
|
1077
1102
|
readonly IMPAIRED: "IMPAIRED";
|
|
@@ -1087,56 +1112,56 @@ export declare const InstanceHealthCheckType: {
|
|
|
1087
1112
|
export type InstanceHealthCheckType =
|
|
1088
1113
|
(typeof InstanceHealthCheckType)[keyof typeof InstanceHealthCheckType];
|
|
1089
1114
|
export interface InstanceHealthCheckResult {
|
|
1090
|
-
type?: InstanceHealthCheckType;
|
|
1091
|
-
status?: InstanceHealthCheckState;
|
|
1092
|
-
lastUpdated?: Date;
|
|
1093
|
-
lastStatusChange?: Date;
|
|
1115
|
+
type?: InstanceHealthCheckType | undefined;
|
|
1116
|
+
status?: InstanceHealthCheckState | undefined;
|
|
1117
|
+
lastUpdated?: Date | undefined;
|
|
1118
|
+
lastStatusChange?: Date | undefined;
|
|
1094
1119
|
}
|
|
1095
1120
|
export interface ContainerInstanceHealthStatus {
|
|
1096
|
-
overallStatus?: InstanceHealthCheckState;
|
|
1097
|
-
details?: InstanceHealthCheckResult[];
|
|
1121
|
+
overallStatus?: InstanceHealthCheckState | undefined;
|
|
1122
|
+
details?: InstanceHealthCheckResult[] | undefined;
|
|
1098
1123
|
}
|
|
1099
1124
|
export interface Resource {
|
|
1100
|
-
name?: string;
|
|
1101
|
-
type?: string;
|
|
1102
|
-
doubleValue?: number;
|
|
1103
|
-
longValue?: number;
|
|
1104
|
-
integerValue?: number;
|
|
1105
|
-
stringSetValue?: string[];
|
|
1125
|
+
name?: string | undefined;
|
|
1126
|
+
type?: string | undefined;
|
|
1127
|
+
doubleValue?: number | undefined;
|
|
1128
|
+
longValue?: number | undefined;
|
|
1129
|
+
integerValue?: number | undefined;
|
|
1130
|
+
stringSetValue?: string[] | undefined;
|
|
1106
1131
|
}
|
|
1107
1132
|
export interface VersionInfo {
|
|
1108
|
-
agentVersion?: string;
|
|
1109
|
-
agentHash?: string;
|
|
1110
|
-
dockerVersion?: string;
|
|
1133
|
+
agentVersion?: string | undefined;
|
|
1134
|
+
agentHash?: string | undefined;
|
|
1135
|
+
dockerVersion?: string | undefined;
|
|
1111
1136
|
}
|
|
1112
1137
|
export interface ContainerInstance {
|
|
1113
|
-
containerInstanceArn?: string;
|
|
1114
|
-
ec2InstanceId?: string;
|
|
1115
|
-
capacityProviderName?: string;
|
|
1116
|
-
version?: number;
|
|
1117
|
-
versionInfo?: VersionInfo;
|
|
1118
|
-
remainingResources?: Resource[];
|
|
1119
|
-
registeredResources?: Resource[];
|
|
1120
|
-
status?: string;
|
|
1121
|
-
statusReason?: string;
|
|
1122
|
-
agentConnected?: boolean;
|
|
1123
|
-
runningTasksCount?: number;
|
|
1124
|
-
pendingTasksCount?: number;
|
|
1125
|
-
agentUpdateStatus?: AgentUpdateStatus;
|
|
1126
|
-
attributes?: Attribute[];
|
|
1127
|
-
registeredAt?: Date;
|
|
1128
|
-
attachments?: Attachment[];
|
|
1129
|
-
tags?: Tag[];
|
|
1130
|
-
healthStatus?: ContainerInstanceHealthStatus;
|
|
1138
|
+
containerInstanceArn?: string | undefined;
|
|
1139
|
+
ec2InstanceId?: string | undefined;
|
|
1140
|
+
capacityProviderName?: string | undefined;
|
|
1141
|
+
version?: number | undefined;
|
|
1142
|
+
versionInfo?: VersionInfo | undefined;
|
|
1143
|
+
remainingResources?: Resource[] | undefined;
|
|
1144
|
+
registeredResources?: Resource[] | undefined;
|
|
1145
|
+
status?: string | undefined;
|
|
1146
|
+
statusReason?: string | undefined;
|
|
1147
|
+
agentConnected?: boolean | undefined;
|
|
1148
|
+
runningTasksCount?: number | undefined;
|
|
1149
|
+
pendingTasksCount?: number | undefined;
|
|
1150
|
+
agentUpdateStatus?: AgentUpdateStatus | undefined;
|
|
1151
|
+
attributes?: Attribute[] | undefined;
|
|
1152
|
+
registeredAt?: Date | undefined;
|
|
1153
|
+
attachments?: Attachment[] | undefined;
|
|
1154
|
+
tags?: Tag[] | undefined;
|
|
1155
|
+
healthStatus?: ContainerInstanceHealthStatus | undefined;
|
|
1131
1156
|
}
|
|
1132
1157
|
export interface DeregisterContainerInstanceResponse {
|
|
1133
|
-
containerInstance?: ContainerInstance;
|
|
1158
|
+
containerInstance?: ContainerInstance | undefined;
|
|
1134
1159
|
}
|
|
1135
1160
|
export interface DeregisterTaskDefinitionRequest {
|
|
1136
1161
|
taskDefinition: string | undefined;
|
|
1137
1162
|
}
|
|
1138
1163
|
export interface DeregisterTaskDefinitionResponse {
|
|
1139
|
-
taskDefinition?: TaskDefinition;
|
|
1164
|
+
taskDefinition?: TaskDefinition | undefined;
|
|
1140
1165
|
}
|
|
1141
1166
|
export declare const CapacityProviderField: {
|
|
1142
1167
|
readonly TAGS: "TAGS";
|
|
@@ -1144,15 +1169,15 @@ export declare const CapacityProviderField: {
|
|
|
1144
1169
|
export type CapacityProviderField =
|
|
1145
1170
|
(typeof CapacityProviderField)[keyof typeof CapacityProviderField];
|
|
1146
1171
|
export interface DescribeCapacityProvidersRequest {
|
|
1147
|
-
capacityProviders?: string[];
|
|
1148
|
-
include?: CapacityProviderField[];
|
|
1149
|
-
maxResults?: number;
|
|
1150
|
-
nextToken?: string;
|
|
1172
|
+
capacityProviders?: string[] | undefined;
|
|
1173
|
+
include?: CapacityProviderField[] | undefined;
|
|
1174
|
+
maxResults?: number | undefined;
|
|
1175
|
+
nextToken?: string | undefined;
|
|
1151
1176
|
}
|
|
1152
1177
|
export interface DescribeCapacityProvidersResponse {
|
|
1153
|
-
capacityProviders?: CapacityProvider[];
|
|
1154
|
-
failures?: Failure[];
|
|
1155
|
-
nextToken?: string;
|
|
1178
|
+
capacityProviders?: CapacityProvider[] | undefined;
|
|
1179
|
+
failures?: Failure[] | undefined;
|
|
1180
|
+
nextToken?: string | undefined;
|
|
1156
1181
|
}
|
|
1157
1182
|
export declare const ClusterField: {
|
|
1158
1183
|
readonly ATTACHMENTS: "ATTACHMENTS";
|
|
@@ -1163,12 +1188,12 @@ export declare const ClusterField: {
|
|
|
1163
1188
|
};
|
|
1164
1189
|
export type ClusterField = (typeof ClusterField)[keyof typeof ClusterField];
|
|
1165
1190
|
export interface DescribeClustersRequest {
|
|
1166
|
-
clusters?: string[];
|
|
1167
|
-
include?: ClusterField[];
|
|
1191
|
+
clusters?: string[] | undefined;
|
|
1192
|
+
include?: ClusterField[] | undefined;
|
|
1168
1193
|
}
|
|
1169
1194
|
export interface DescribeClustersResponse {
|
|
1170
|
-
clusters?: Cluster[];
|
|
1171
|
-
failures?: Failure[];
|
|
1195
|
+
clusters?: Cluster[] | undefined;
|
|
1196
|
+
failures?: Failure[] | undefined;
|
|
1172
1197
|
}
|
|
1173
1198
|
export declare const ContainerInstanceField: {
|
|
1174
1199
|
readonly CONTAINER_INSTANCE_HEALTH: "CONTAINER_INSTANCE_HEALTH";
|
|
@@ -1177,13 +1202,13 @@ export declare const ContainerInstanceField: {
|
|
|
1177
1202
|
export type ContainerInstanceField =
|
|
1178
1203
|
(typeof ContainerInstanceField)[keyof typeof ContainerInstanceField];
|
|
1179
1204
|
export interface DescribeContainerInstancesRequest {
|
|
1180
|
-
cluster?: string;
|
|
1205
|
+
cluster?: string | undefined;
|
|
1181
1206
|
containerInstances: string[] | undefined;
|
|
1182
|
-
include?: ContainerInstanceField[];
|
|
1207
|
+
include?: ContainerInstanceField[] | undefined;
|
|
1183
1208
|
}
|
|
1184
1209
|
export interface DescribeContainerInstancesResponse {
|
|
1185
|
-
containerInstances?: ContainerInstance[];
|
|
1186
|
-
failures?: Failure[];
|
|
1210
|
+
containerInstances?: ContainerInstance[] | undefined;
|
|
1211
|
+
failures?: Failure[] | undefined;
|
|
1187
1212
|
}
|
|
1188
1213
|
export interface DescribeServiceDeploymentsRequest {
|
|
1189
1214
|
serviceDeploymentArns: string[] | undefined;
|
|
@@ -1197,25 +1222,25 @@ export declare const ServiceDeploymentRollbackMonitorsStatus: {
|
|
|
1197
1222
|
export type ServiceDeploymentRollbackMonitorsStatus =
|
|
1198
1223
|
(typeof ServiceDeploymentRollbackMonitorsStatus)[keyof typeof ServiceDeploymentRollbackMonitorsStatus];
|
|
1199
1224
|
export interface ServiceDeploymentAlarms {
|
|
1200
|
-
status?: ServiceDeploymentRollbackMonitorsStatus;
|
|
1201
|
-
alarmNames?: string[];
|
|
1202
|
-
triggeredAlarmNames?: string[];
|
|
1225
|
+
status?: ServiceDeploymentRollbackMonitorsStatus | undefined;
|
|
1226
|
+
alarmNames?: string[] | undefined;
|
|
1227
|
+
triggeredAlarmNames?: string[] | undefined;
|
|
1203
1228
|
}
|
|
1204
1229
|
export interface ServiceDeploymentCircuitBreaker {
|
|
1205
|
-
status?: ServiceDeploymentRollbackMonitorsStatus;
|
|
1206
|
-
failureCount?: number;
|
|
1207
|
-
threshold?: number;
|
|
1230
|
+
status?: ServiceDeploymentRollbackMonitorsStatus | undefined;
|
|
1231
|
+
failureCount?: number | undefined;
|
|
1232
|
+
threshold?: number | undefined;
|
|
1208
1233
|
}
|
|
1209
1234
|
export interface Rollback {
|
|
1210
|
-
reason?: string;
|
|
1211
|
-
startedAt?: Date;
|
|
1212
|
-
serviceRevisionArn?: string;
|
|
1235
|
+
reason?: string | undefined;
|
|
1236
|
+
startedAt?: Date | undefined;
|
|
1237
|
+
serviceRevisionArn?: string | undefined;
|
|
1213
1238
|
}
|
|
1214
1239
|
export interface ServiceRevisionSummary {
|
|
1215
|
-
arn?: string;
|
|
1216
|
-
requestedTaskCount?: number;
|
|
1217
|
-
runningTaskCount?: number;
|
|
1218
|
-
pendingTaskCount?: number;
|
|
1240
|
+
arn?: string | undefined;
|
|
1241
|
+
requestedTaskCount?: number | undefined;
|
|
1242
|
+
runningTaskCount?: number | undefined;
|
|
1243
|
+
pendingTaskCount?: number | undefined;
|
|
1219
1244
|
}
|
|
1220
1245
|
export declare const ServiceDeploymentStatus: {
|
|
1221
1246
|
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
@@ -1230,70 +1255,71 @@ export declare const ServiceDeploymentStatus: {
|
|
|
1230
1255
|
export type ServiceDeploymentStatus =
|
|
1231
1256
|
(typeof ServiceDeploymentStatus)[keyof typeof ServiceDeploymentStatus];
|
|
1232
1257
|
export interface ServiceDeployment {
|
|
1233
|
-
serviceDeploymentArn?: string;
|
|
1234
|
-
serviceArn?: string;
|
|
1235
|
-
clusterArn?: string;
|
|
1236
|
-
createdAt?: Date;
|
|
1237
|
-
startedAt?: Date;
|
|
1238
|
-
finishedAt?: Date;
|
|
1239
|
-
stoppedAt?: Date;
|
|
1240
|
-
updatedAt?: Date;
|
|
1241
|
-
sourceServiceRevisions?: ServiceRevisionSummary[];
|
|
1242
|
-
targetServiceRevision?: ServiceRevisionSummary;
|
|
1243
|
-
status?: ServiceDeploymentStatus;
|
|
1244
|
-
statusReason?: string;
|
|
1245
|
-
deploymentConfiguration?: DeploymentConfiguration;
|
|
1246
|
-
rollback?: Rollback;
|
|
1247
|
-
deploymentCircuitBreaker?: ServiceDeploymentCircuitBreaker;
|
|
1248
|
-
alarms?: ServiceDeploymentAlarms;
|
|
1258
|
+
serviceDeploymentArn?: string | undefined;
|
|
1259
|
+
serviceArn?: string | undefined;
|
|
1260
|
+
clusterArn?: string | undefined;
|
|
1261
|
+
createdAt?: Date | undefined;
|
|
1262
|
+
startedAt?: Date | undefined;
|
|
1263
|
+
finishedAt?: Date | undefined;
|
|
1264
|
+
stoppedAt?: Date | undefined;
|
|
1265
|
+
updatedAt?: Date | undefined;
|
|
1266
|
+
sourceServiceRevisions?: ServiceRevisionSummary[] | undefined;
|
|
1267
|
+
targetServiceRevision?: ServiceRevisionSummary | undefined;
|
|
1268
|
+
status?: ServiceDeploymentStatus | undefined;
|
|
1269
|
+
statusReason?: string | undefined;
|
|
1270
|
+
deploymentConfiguration?: DeploymentConfiguration | undefined;
|
|
1271
|
+
rollback?: Rollback | undefined;
|
|
1272
|
+
deploymentCircuitBreaker?: ServiceDeploymentCircuitBreaker | undefined;
|
|
1273
|
+
alarms?: ServiceDeploymentAlarms | undefined;
|
|
1249
1274
|
}
|
|
1250
1275
|
export interface DescribeServiceDeploymentsResponse {
|
|
1251
|
-
serviceDeployments?: ServiceDeployment[];
|
|
1252
|
-
failures?: Failure[];
|
|
1276
|
+
serviceDeployments?: ServiceDeployment[] | undefined;
|
|
1277
|
+
failures?: Failure[] | undefined;
|
|
1253
1278
|
}
|
|
1254
1279
|
export interface DescribeServiceRevisionsRequest {
|
|
1255
1280
|
serviceRevisionArns: string[] | undefined;
|
|
1256
1281
|
}
|
|
1257
1282
|
export interface ContainerImage {
|
|
1258
|
-
containerName?: string;
|
|
1259
|
-
imageDigest?: string;
|
|
1260
|
-
image?: string;
|
|
1283
|
+
containerName?: string | undefined;
|
|
1284
|
+
imageDigest?: string | undefined;
|
|
1285
|
+
image?: string | undefined;
|
|
1261
1286
|
}
|
|
1262
1287
|
export interface ServiceRevision {
|
|
1263
|
-
serviceRevisionArn?: string;
|
|
1264
|
-
serviceArn?: string;
|
|
1265
|
-
clusterArn?: string;
|
|
1266
|
-
taskDefinition?: string;
|
|
1267
|
-
capacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
1268
|
-
launchType?: LaunchType;
|
|
1269
|
-
platformVersion?: string;
|
|
1270
|
-
platformFamily?: string;
|
|
1271
|
-
loadBalancers?: LoadBalancer[];
|
|
1272
|
-
serviceRegistries?: ServiceRegistry[];
|
|
1273
|
-
networkConfiguration?: NetworkConfiguration;
|
|
1274
|
-
containerImages?: ContainerImage[];
|
|
1275
|
-
guardDutyEnabled?: boolean;
|
|
1276
|
-
serviceConnectConfiguration?: ServiceConnectConfiguration;
|
|
1277
|
-
volumeConfigurations?: ServiceVolumeConfiguration[];
|
|
1278
|
-
fargateEphemeralStorage?: DeploymentEphemeralStorage;
|
|
1279
|
-
createdAt?: Date;
|
|
1288
|
+
serviceRevisionArn?: string | undefined;
|
|
1289
|
+
serviceArn?: string | undefined;
|
|
1290
|
+
clusterArn?: string | undefined;
|
|
1291
|
+
taskDefinition?: string | undefined;
|
|
1292
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
|
|
1293
|
+
launchType?: LaunchType | undefined;
|
|
1294
|
+
platformVersion?: string | undefined;
|
|
1295
|
+
platformFamily?: string | undefined;
|
|
1296
|
+
loadBalancers?: LoadBalancer[] | undefined;
|
|
1297
|
+
serviceRegistries?: ServiceRegistry[] | undefined;
|
|
1298
|
+
networkConfiguration?: NetworkConfiguration | undefined;
|
|
1299
|
+
containerImages?: ContainerImage[] | undefined;
|
|
1300
|
+
guardDutyEnabled?: boolean | undefined;
|
|
1301
|
+
serviceConnectConfiguration?: ServiceConnectConfiguration | undefined;
|
|
1302
|
+
volumeConfigurations?: ServiceVolumeConfiguration[] | undefined;
|
|
1303
|
+
fargateEphemeralStorage?: DeploymentEphemeralStorage | undefined;
|
|
1304
|
+
createdAt?: Date | undefined;
|
|
1305
|
+
vpcLatticeConfigurations?: VpcLatticeConfiguration[] | undefined;
|
|
1280
1306
|
}
|
|
1281
1307
|
export interface DescribeServiceRevisionsResponse {
|
|
1282
|
-
serviceRevisions?: ServiceRevision[];
|
|
1283
|
-
failures?: Failure[];
|
|
1308
|
+
serviceRevisions?: ServiceRevision[] | undefined;
|
|
1309
|
+
failures?: Failure[] | undefined;
|
|
1284
1310
|
}
|
|
1285
1311
|
export declare const ServiceField: {
|
|
1286
1312
|
readonly TAGS: "TAGS";
|
|
1287
1313
|
};
|
|
1288
1314
|
export type ServiceField = (typeof ServiceField)[keyof typeof ServiceField];
|
|
1289
1315
|
export interface DescribeServicesRequest {
|
|
1290
|
-
cluster?: string;
|
|
1316
|
+
cluster?: string | undefined;
|
|
1291
1317
|
services: string[] | undefined;
|
|
1292
|
-
include?: ServiceField[];
|
|
1318
|
+
include?: ServiceField[] | undefined;
|
|
1293
1319
|
}
|
|
1294
1320
|
export interface DescribeServicesResponse {
|
|
1295
|
-
services?: Service[];
|
|
1296
|
-
failures?: Failure[];
|
|
1321
|
+
services?: Service[] | undefined;
|
|
1322
|
+
failures?: Failure[] | undefined;
|
|
1297
1323
|
}
|
|
1298
1324
|
export declare const TaskDefinitionField: {
|
|
1299
1325
|
readonly TAGS: "TAGS";
|
|
@@ -1302,20 +1328,20 @@ export type TaskDefinitionField =
|
|
|
1302
1328
|
(typeof TaskDefinitionField)[keyof typeof TaskDefinitionField];
|
|
1303
1329
|
export interface DescribeTaskDefinitionRequest {
|
|
1304
1330
|
taskDefinition: string | undefined;
|
|
1305
|
-
include?: TaskDefinitionField[];
|
|
1331
|
+
include?: TaskDefinitionField[] | undefined;
|
|
1306
1332
|
}
|
|
1307
1333
|
export interface DescribeTaskDefinitionResponse {
|
|
1308
|
-
taskDefinition?: TaskDefinition;
|
|
1309
|
-
tags?: Tag[];
|
|
1334
|
+
taskDefinition?: TaskDefinition | undefined;
|
|
1335
|
+
tags?: Tag[] | undefined;
|
|
1310
1336
|
}
|
|
1311
1337
|
export declare const TaskField: {
|
|
1312
1338
|
readonly TAGS: "TAGS";
|
|
1313
1339
|
};
|
|
1314
1340
|
export type TaskField = (typeof TaskField)[keyof typeof TaskField];
|
|
1315
1341
|
export interface DescribeTasksRequest {
|
|
1316
|
-
cluster?: string;
|
|
1342
|
+
cluster?: string | undefined;
|
|
1317
1343
|
tasks: string[] | undefined;
|
|
1318
|
-
include?: TaskField[];
|
|
1344
|
+
include?: TaskField[] | undefined;
|
|
1319
1345
|
}
|
|
1320
1346
|
export declare const Connectivity: {
|
|
1321
1347
|
readonly CONNECTED: "CONNECTED";
|
|
@@ -1334,69 +1360,69 @@ export declare const ManagedAgentName: {
|
|
|
1334
1360
|
export type ManagedAgentName =
|
|
1335
1361
|
(typeof ManagedAgentName)[keyof typeof ManagedAgentName];
|
|
1336
1362
|
export interface ManagedAgent {
|
|
1337
|
-
lastStartedAt?: Date;
|
|
1338
|
-
name?: ManagedAgentName;
|
|
1339
|
-
reason?: string;
|
|
1340
|
-
lastStatus?: string;
|
|
1363
|
+
lastStartedAt?: Date | undefined;
|
|
1364
|
+
name?: ManagedAgentName | undefined;
|
|
1365
|
+
reason?: string | undefined;
|
|
1366
|
+
lastStatus?: string | undefined;
|
|
1341
1367
|
}
|
|
1342
1368
|
export interface NetworkBinding {
|
|
1343
|
-
bindIP?: string;
|
|
1344
|
-
containerPort?: number;
|
|
1345
|
-
hostPort?: number;
|
|
1346
|
-
protocol?: TransportProtocol;
|
|
1347
|
-
containerPortRange?: string;
|
|
1348
|
-
hostPortRange?: string;
|
|
1369
|
+
bindIP?: string | undefined;
|
|
1370
|
+
containerPort?: number | undefined;
|
|
1371
|
+
hostPort?: number | undefined;
|
|
1372
|
+
protocol?: TransportProtocol | undefined;
|
|
1373
|
+
containerPortRange?: string | undefined;
|
|
1374
|
+
hostPortRange?: string | undefined;
|
|
1349
1375
|
}
|
|
1350
1376
|
export interface NetworkInterface {
|
|
1351
|
-
attachmentId?: string;
|
|
1352
|
-
privateIpv4Address?: string;
|
|
1353
|
-
ipv6Address?: string;
|
|
1377
|
+
attachmentId?: string | undefined;
|
|
1378
|
+
privateIpv4Address?: string | undefined;
|
|
1379
|
+
ipv6Address?: string | undefined;
|
|
1354
1380
|
}
|
|
1355
1381
|
export interface Container {
|
|
1356
|
-
containerArn?: string;
|
|
1357
|
-
taskArn?: string;
|
|
1358
|
-
name?: string;
|
|
1359
|
-
image?: string;
|
|
1360
|
-
imageDigest?: string;
|
|
1361
|
-
runtimeId?: string;
|
|
1362
|
-
lastStatus?: string;
|
|
1363
|
-
exitCode?: number;
|
|
1364
|
-
reason?: string;
|
|
1365
|
-
networkBindings?: NetworkBinding[];
|
|
1366
|
-
networkInterfaces?: NetworkInterface[];
|
|
1367
|
-
healthStatus?: HealthStatus;
|
|
1368
|
-
managedAgents?: ManagedAgent[];
|
|
1369
|
-
cpu?: string;
|
|
1370
|
-
memory?: string;
|
|
1371
|
-
memoryReservation?: string;
|
|
1372
|
-
gpuIds?: string[];
|
|
1382
|
+
containerArn?: string | undefined;
|
|
1383
|
+
taskArn?: string | undefined;
|
|
1384
|
+
name?: string | undefined;
|
|
1385
|
+
image?: string | undefined;
|
|
1386
|
+
imageDigest?: string | undefined;
|
|
1387
|
+
runtimeId?: string | undefined;
|
|
1388
|
+
lastStatus?: string | undefined;
|
|
1389
|
+
exitCode?: number | undefined;
|
|
1390
|
+
reason?: string | undefined;
|
|
1391
|
+
networkBindings?: NetworkBinding[] | undefined;
|
|
1392
|
+
networkInterfaces?: NetworkInterface[] | undefined;
|
|
1393
|
+
healthStatus?: HealthStatus | undefined;
|
|
1394
|
+
managedAgents?: ManagedAgent[] | undefined;
|
|
1395
|
+
cpu?: string | undefined;
|
|
1396
|
+
memory?: string | undefined;
|
|
1397
|
+
memoryReservation?: string | undefined;
|
|
1398
|
+
gpuIds?: string[] | undefined;
|
|
1373
1399
|
}
|
|
1374
1400
|
export interface TaskEphemeralStorage {
|
|
1375
|
-
sizeInGiB?: number;
|
|
1376
|
-
kmsKeyId?: string;
|
|
1401
|
+
sizeInGiB?: number | undefined;
|
|
1402
|
+
kmsKeyId?: string | undefined;
|
|
1377
1403
|
}
|
|
1378
1404
|
export interface ContainerOverride {
|
|
1379
|
-
name?: string;
|
|
1380
|
-
command?: string[];
|
|
1381
|
-
environment?: KeyValuePair[];
|
|
1382
|
-
environmentFiles?: EnvironmentFile[];
|
|
1383
|
-
cpu?: number;
|
|
1384
|
-
memory?: number;
|
|
1385
|
-
memoryReservation?: number;
|
|
1386
|
-
resourceRequirements?: ResourceRequirement[];
|
|
1405
|
+
name?: string | undefined;
|
|
1406
|
+
command?: string[] | undefined;
|
|
1407
|
+
environment?: KeyValuePair[] | undefined;
|
|
1408
|
+
environmentFiles?: EnvironmentFile[] | undefined;
|
|
1409
|
+
cpu?: number | undefined;
|
|
1410
|
+
memory?: number | undefined;
|
|
1411
|
+
memoryReservation?: number | undefined;
|
|
1412
|
+
resourceRequirements?: ResourceRequirement[] | undefined;
|
|
1387
1413
|
}
|
|
1388
1414
|
export interface InferenceAcceleratorOverride {
|
|
1389
|
-
deviceName?: string;
|
|
1390
|
-
deviceType?: string;
|
|
1415
|
+
deviceName?: string | undefined;
|
|
1416
|
+
deviceType?: string | undefined;
|
|
1391
1417
|
}
|
|
1392
1418
|
export interface TaskOverride {
|
|
1393
|
-
containerOverrides?: ContainerOverride[];
|
|
1394
|
-
cpu?: string;
|
|
1395
|
-
inferenceAcceleratorOverrides?: InferenceAcceleratorOverride[];
|
|
1396
|
-
executionRoleArn?: string;
|
|
1397
|
-
memory?: string;
|
|
1398
|
-
taskRoleArn?: string;
|
|
1399
|
-
ephemeralStorage?: EphemeralStorage;
|
|
1419
|
+
containerOverrides?: ContainerOverride[] | undefined;
|
|
1420
|
+
cpu?: string | undefined;
|
|
1421
|
+
inferenceAcceleratorOverrides?: InferenceAcceleratorOverride[] | undefined;
|
|
1422
|
+
executionRoleArn?: string | undefined;
|
|
1423
|
+
memory?: string | undefined;
|
|
1424
|
+
taskRoleArn?: string | undefined;
|
|
1425
|
+
ephemeralStorage?: EphemeralStorage | undefined;
|
|
1400
1426
|
}
|
|
1401
1427
|
export declare const TaskStopCode: {
|
|
1402
1428
|
readonly ESSENTIAL_CONTAINER_EXITED: "EssentialContainerExited";
|
|
@@ -1408,47 +1434,47 @@ export declare const TaskStopCode: {
|
|
|
1408
1434
|
};
|
|
1409
1435
|
export type TaskStopCode = (typeof TaskStopCode)[keyof typeof TaskStopCode];
|
|
1410
1436
|
export interface Task {
|
|
1411
|
-
attachments?: Attachment[];
|
|
1412
|
-
attributes?: Attribute[];
|
|
1413
|
-
availabilityZone?: string;
|
|
1414
|
-
capacityProviderName?: string;
|
|
1415
|
-
clusterArn?: string;
|
|
1416
|
-
connectivity?: Connectivity;
|
|
1417
|
-
connectivityAt?: Date;
|
|
1418
|
-
containerInstanceArn?: string;
|
|
1419
|
-
containers?: Container[];
|
|
1420
|
-
cpu?: string;
|
|
1421
|
-
createdAt?: Date;
|
|
1422
|
-
desiredStatus?: string;
|
|
1423
|
-
enableExecuteCommand?: boolean;
|
|
1424
|
-
executionStoppedAt?: Date;
|
|
1425
|
-
group?: string;
|
|
1426
|
-
healthStatus?: HealthStatus;
|
|
1427
|
-
inferenceAccelerators?: InferenceAccelerator[];
|
|
1428
|
-
lastStatus?: string;
|
|
1429
|
-
launchType?: LaunchType;
|
|
1430
|
-
memory?: string;
|
|
1431
|
-
overrides?: TaskOverride;
|
|
1432
|
-
platformVersion?: string;
|
|
1433
|
-
platformFamily?: string;
|
|
1434
|
-
pullStartedAt?: Date;
|
|
1435
|
-
pullStoppedAt?: Date;
|
|
1436
|
-
startedAt?: Date;
|
|
1437
|
-
startedBy?: string;
|
|
1438
|
-
stopCode?: TaskStopCode;
|
|
1439
|
-
stoppedAt?: Date;
|
|
1440
|
-
stoppedReason?: string;
|
|
1441
|
-
stoppingAt?: Date;
|
|
1442
|
-
tags?: Tag[];
|
|
1443
|
-
taskArn?: string;
|
|
1444
|
-
taskDefinitionArn?: string;
|
|
1445
|
-
version?: number;
|
|
1446
|
-
ephemeralStorage?: EphemeralStorage;
|
|
1447
|
-
fargateEphemeralStorage?: TaskEphemeralStorage;
|
|
1437
|
+
attachments?: Attachment[] | undefined;
|
|
1438
|
+
attributes?: Attribute[] | undefined;
|
|
1439
|
+
availabilityZone?: string | undefined;
|
|
1440
|
+
capacityProviderName?: string | undefined;
|
|
1441
|
+
clusterArn?: string | undefined;
|
|
1442
|
+
connectivity?: Connectivity | undefined;
|
|
1443
|
+
connectivityAt?: Date | undefined;
|
|
1444
|
+
containerInstanceArn?: string | undefined;
|
|
1445
|
+
containers?: Container[] | undefined;
|
|
1446
|
+
cpu?: string | undefined;
|
|
1447
|
+
createdAt?: Date | undefined;
|
|
1448
|
+
desiredStatus?: string | undefined;
|
|
1449
|
+
enableExecuteCommand?: boolean | undefined;
|
|
1450
|
+
executionStoppedAt?: Date | undefined;
|
|
1451
|
+
group?: string | undefined;
|
|
1452
|
+
healthStatus?: HealthStatus | undefined;
|
|
1453
|
+
inferenceAccelerators?: InferenceAccelerator[] | undefined;
|
|
1454
|
+
lastStatus?: string | undefined;
|
|
1455
|
+
launchType?: LaunchType | undefined;
|
|
1456
|
+
memory?: string | undefined;
|
|
1457
|
+
overrides?: TaskOverride | undefined;
|
|
1458
|
+
platformVersion?: string | undefined;
|
|
1459
|
+
platformFamily?: string | undefined;
|
|
1460
|
+
pullStartedAt?: Date | undefined;
|
|
1461
|
+
pullStoppedAt?: Date | undefined;
|
|
1462
|
+
startedAt?: Date | undefined;
|
|
1463
|
+
startedBy?: string | undefined;
|
|
1464
|
+
stopCode?: TaskStopCode | undefined;
|
|
1465
|
+
stoppedAt?: Date | undefined;
|
|
1466
|
+
stoppedReason?: string | undefined;
|
|
1467
|
+
stoppingAt?: Date | undefined;
|
|
1468
|
+
tags?: Tag[] | undefined;
|
|
1469
|
+
taskArn?: string | undefined;
|
|
1470
|
+
taskDefinitionArn?: string | undefined;
|
|
1471
|
+
version?: number | undefined;
|
|
1472
|
+
ephemeralStorage?: EphemeralStorage | undefined;
|
|
1473
|
+
fargateEphemeralStorage?: TaskEphemeralStorage | undefined;
|
|
1448
1474
|
}
|
|
1449
1475
|
export interface DescribeTasksResponse {
|
|
1450
|
-
tasks?: Task[];
|
|
1451
|
-
failures?: Failure[];
|
|
1476
|
+
tasks?: Task[] | undefined;
|
|
1477
|
+
failures?: Failure[] | undefined;
|
|
1452
1478
|
}
|
|
1453
1479
|
export declare const TaskSetField: {
|
|
1454
1480
|
readonly TAGS: "TAGS";
|
|
@@ -1457,41 +1483,41 @@ export type TaskSetField = (typeof TaskSetField)[keyof typeof TaskSetField];
|
|
|
1457
1483
|
export interface DescribeTaskSetsRequest {
|
|
1458
1484
|
cluster: string | undefined;
|
|
1459
1485
|
service: string | undefined;
|
|
1460
|
-
taskSets?: string[];
|
|
1461
|
-
include?: TaskSetField[];
|
|
1486
|
+
taskSets?: string[] | undefined;
|
|
1487
|
+
include?: TaskSetField[] | undefined;
|
|
1462
1488
|
}
|
|
1463
1489
|
export interface DescribeTaskSetsResponse {
|
|
1464
|
-
taskSets?: TaskSet[];
|
|
1465
|
-
failures?: Failure[];
|
|
1490
|
+
taskSets?: TaskSet[] | undefined;
|
|
1491
|
+
failures?: Failure[] | undefined;
|
|
1466
1492
|
}
|
|
1467
1493
|
export interface DiscoverPollEndpointRequest {
|
|
1468
|
-
containerInstance?: string;
|
|
1469
|
-
cluster?: string;
|
|
1494
|
+
containerInstance?: string | undefined;
|
|
1495
|
+
cluster?: string | undefined;
|
|
1470
1496
|
}
|
|
1471
1497
|
export interface DiscoverPollEndpointResponse {
|
|
1472
|
-
endpoint?: string;
|
|
1473
|
-
telemetryEndpoint?: string;
|
|
1474
|
-
serviceConnectEndpoint?: string;
|
|
1498
|
+
endpoint?: string | undefined;
|
|
1499
|
+
telemetryEndpoint?: string | undefined;
|
|
1500
|
+
serviceConnectEndpoint?: string | undefined;
|
|
1475
1501
|
}
|
|
1476
1502
|
export interface ExecuteCommandRequest {
|
|
1477
|
-
cluster?: string;
|
|
1478
|
-
container?: string;
|
|
1503
|
+
cluster?: string | undefined;
|
|
1504
|
+
container?: string | undefined;
|
|
1479
1505
|
command: string | undefined;
|
|
1480
1506
|
interactive: boolean | undefined;
|
|
1481
1507
|
task: string | undefined;
|
|
1482
1508
|
}
|
|
1483
1509
|
export interface Session {
|
|
1484
|
-
sessionId?: string;
|
|
1485
|
-
streamUrl?: string;
|
|
1486
|
-
tokenValue?: string;
|
|
1510
|
+
sessionId?: string | undefined;
|
|
1511
|
+
streamUrl?: string | undefined;
|
|
1512
|
+
tokenValue?: string | undefined;
|
|
1487
1513
|
}
|
|
1488
1514
|
export interface ExecuteCommandResponse {
|
|
1489
|
-
clusterArn?: string;
|
|
1490
|
-
containerArn?: string;
|
|
1491
|
-
containerName?: string;
|
|
1492
|
-
interactive?: boolean;
|
|
1493
|
-
session?: Session;
|
|
1494
|
-
taskArn?: string;
|
|
1515
|
+
clusterArn?: string | undefined;
|
|
1516
|
+
containerArn?: string | undefined;
|
|
1517
|
+
containerName?: string | undefined;
|
|
1518
|
+
interactive?: boolean | undefined;
|
|
1519
|
+
session?: Session | undefined;
|
|
1520
|
+
taskArn?: string | undefined;
|
|
1495
1521
|
}
|
|
1496
1522
|
export declare class TargetNotConnectedException extends __BaseException {
|
|
1497
1523
|
readonly name: "TargetNotConnectedException";
|
|
@@ -1502,16 +1528,16 @@ export declare class TargetNotConnectedException extends __BaseException {
|
|
|
1502
1528
|
}
|
|
1503
1529
|
export interface GetTaskProtectionRequest {
|
|
1504
1530
|
cluster: string | undefined;
|
|
1505
|
-
tasks?: string[];
|
|
1531
|
+
tasks?: string[] | undefined;
|
|
1506
1532
|
}
|
|
1507
1533
|
export interface ProtectedTask {
|
|
1508
|
-
taskArn?: string;
|
|
1509
|
-
protectionEnabled?: boolean;
|
|
1510
|
-
expirationDate?: Date;
|
|
1534
|
+
taskArn?: string | undefined;
|
|
1535
|
+
protectionEnabled?: boolean | undefined;
|
|
1536
|
+
expirationDate?: Date | undefined;
|
|
1511
1537
|
}
|
|
1512
1538
|
export interface GetTaskProtectionResponse {
|
|
1513
|
-
protectedTasks?: ProtectedTask[];
|
|
1514
|
-
failures?: Failure[];
|
|
1539
|
+
protectedTasks?: ProtectedTask[] | undefined;
|
|
1540
|
+
failures?: Failure[] | undefined;
|
|
1515
1541
|
}
|
|
1516
1542
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
1517
1543
|
readonly name: "ResourceNotFoundException";
|
|
@@ -1521,36 +1547,36 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
1521
1547
|
);
|
|
1522
1548
|
}
|
|
1523
1549
|
export interface ListAccountSettingsRequest {
|
|
1524
|
-
name?: SettingName;
|
|
1525
|
-
value?: string;
|
|
1526
|
-
principalArn?: string;
|
|
1527
|
-
effectiveSettings?: boolean;
|
|
1528
|
-
nextToken?: string;
|
|
1529
|
-
maxResults?: number;
|
|
1550
|
+
name?: SettingName | undefined;
|
|
1551
|
+
value?: string | undefined;
|
|
1552
|
+
principalArn?: string | undefined;
|
|
1553
|
+
effectiveSettings?: boolean | undefined;
|
|
1554
|
+
nextToken?: string | undefined;
|
|
1555
|
+
maxResults?: number | undefined;
|
|
1530
1556
|
}
|
|
1531
1557
|
export interface ListAccountSettingsResponse {
|
|
1532
|
-
settings?: Setting[];
|
|
1533
|
-
nextToken?: string;
|
|
1558
|
+
settings?: Setting[] | undefined;
|
|
1559
|
+
nextToken?: string | undefined;
|
|
1534
1560
|
}
|
|
1535
1561
|
export interface ListAttributesRequest {
|
|
1536
|
-
cluster?: string;
|
|
1562
|
+
cluster?: string | undefined;
|
|
1537
1563
|
targetType: TargetType | undefined;
|
|
1538
|
-
attributeName?: string;
|
|
1539
|
-
attributeValue?: string;
|
|
1540
|
-
nextToken?: string;
|
|
1541
|
-
maxResults?: number;
|
|
1564
|
+
attributeName?: string | undefined;
|
|
1565
|
+
attributeValue?: string | undefined;
|
|
1566
|
+
nextToken?: string | undefined;
|
|
1567
|
+
maxResults?: number | undefined;
|
|
1542
1568
|
}
|
|
1543
1569
|
export interface ListAttributesResponse {
|
|
1544
|
-
attributes?: Attribute[];
|
|
1545
|
-
nextToken?: string;
|
|
1570
|
+
attributes?: Attribute[] | undefined;
|
|
1571
|
+
nextToken?: string | undefined;
|
|
1546
1572
|
}
|
|
1547
1573
|
export interface ListClustersRequest {
|
|
1548
|
-
nextToken?: string;
|
|
1549
|
-
maxResults?: number;
|
|
1574
|
+
nextToken?: string | undefined;
|
|
1575
|
+
maxResults?: number | undefined;
|
|
1550
1576
|
}
|
|
1551
1577
|
export interface ListClustersResponse {
|
|
1552
|
-
clusterArns?: string[];
|
|
1553
|
-
nextToken?: string;
|
|
1578
|
+
clusterArns?: string[] | undefined;
|
|
1579
|
+
nextToken?: string | undefined;
|
|
1554
1580
|
}
|
|
1555
1581
|
export declare const ContainerInstanceStatus: {
|
|
1556
1582
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -1562,68 +1588,68 @@ export declare const ContainerInstanceStatus: {
|
|
|
1562
1588
|
export type ContainerInstanceStatus =
|
|
1563
1589
|
(typeof ContainerInstanceStatus)[keyof typeof ContainerInstanceStatus];
|
|
1564
1590
|
export interface ListContainerInstancesRequest {
|
|
1565
|
-
cluster?: string;
|
|
1566
|
-
filter?: string;
|
|
1567
|
-
nextToken?: string;
|
|
1568
|
-
maxResults?: number;
|
|
1569
|
-
status?: ContainerInstanceStatus;
|
|
1591
|
+
cluster?: string | undefined;
|
|
1592
|
+
filter?: string | undefined;
|
|
1593
|
+
nextToken?: string | undefined;
|
|
1594
|
+
maxResults?: number | undefined;
|
|
1595
|
+
status?: ContainerInstanceStatus | undefined;
|
|
1570
1596
|
}
|
|
1571
1597
|
export interface ListContainerInstancesResponse {
|
|
1572
|
-
containerInstanceArns?: string[];
|
|
1573
|
-
nextToken?: string;
|
|
1598
|
+
containerInstanceArns?: string[] | undefined;
|
|
1599
|
+
nextToken?: string | undefined;
|
|
1574
1600
|
}
|
|
1575
1601
|
export interface CreatedAt {
|
|
1576
|
-
before?: Date;
|
|
1577
|
-
after?: Date;
|
|
1602
|
+
before?: Date | undefined;
|
|
1603
|
+
after?: Date | undefined;
|
|
1578
1604
|
}
|
|
1579
1605
|
export interface ListServiceDeploymentsRequest {
|
|
1580
1606
|
service: string | undefined;
|
|
1581
|
-
cluster?: string;
|
|
1582
|
-
status?: ServiceDeploymentStatus[];
|
|
1583
|
-
createdAt?: CreatedAt;
|
|
1584
|
-
nextToken?: string;
|
|
1585
|
-
maxResults?: number;
|
|
1607
|
+
cluster?: string | undefined;
|
|
1608
|
+
status?: ServiceDeploymentStatus[] | undefined;
|
|
1609
|
+
createdAt?: CreatedAt | undefined;
|
|
1610
|
+
nextToken?: string | undefined;
|
|
1611
|
+
maxResults?: number | undefined;
|
|
1586
1612
|
}
|
|
1587
1613
|
export interface ServiceDeploymentBrief {
|
|
1588
|
-
serviceDeploymentArn?: string;
|
|
1589
|
-
serviceArn?: string;
|
|
1590
|
-
clusterArn?: string;
|
|
1591
|
-
startedAt?: Date;
|
|
1592
|
-
createdAt?: Date;
|
|
1593
|
-
finishedAt?: Date;
|
|
1594
|
-
targetServiceRevisionArn?: string;
|
|
1595
|
-
status?: ServiceDeploymentStatus;
|
|
1596
|
-
statusReason?: string;
|
|
1614
|
+
serviceDeploymentArn?: string | undefined;
|
|
1615
|
+
serviceArn?: string | undefined;
|
|
1616
|
+
clusterArn?: string | undefined;
|
|
1617
|
+
startedAt?: Date | undefined;
|
|
1618
|
+
createdAt?: Date | undefined;
|
|
1619
|
+
finishedAt?: Date | undefined;
|
|
1620
|
+
targetServiceRevisionArn?: string | undefined;
|
|
1621
|
+
status?: ServiceDeploymentStatus | undefined;
|
|
1622
|
+
statusReason?: string | undefined;
|
|
1597
1623
|
}
|
|
1598
1624
|
export interface ListServiceDeploymentsResponse {
|
|
1599
|
-
serviceDeployments?: ServiceDeploymentBrief[];
|
|
1600
|
-
nextToken?: string;
|
|
1625
|
+
serviceDeployments?: ServiceDeploymentBrief[] | undefined;
|
|
1626
|
+
nextToken?: string | undefined;
|
|
1601
1627
|
}
|
|
1602
1628
|
export interface ListServicesRequest {
|
|
1603
|
-
cluster?: string;
|
|
1604
|
-
nextToken?: string;
|
|
1605
|
-
maxResults?: number;
|
|
1606
|
-
launchType?: LaunchType;
|
|
1607
|
-
schedulingStrategy?: SchedulingStrategy;
|
|
1629
|
+
cluster?: string | undefined;
|
|
1630
|
+
nextToken?: string | undefined;
|
|
1631
|
+
maxResults?: number | undefined;
|
|
1632
|
+
launchType?: LaunchType | undefined;
|
|
1633
|
+
schedulingStrategy?: SchedulingStrategy | undefined;
|
|
1608
1634
|
}
|
|
1609
1635
|
export interface ListServicesResponse {
|
|
1610
|
-
serviceArns?: string[];
|
|
1611
|
-
nextToken?: string;
|
|
1636
|
+
serviceArns?: string[] | undefined;
|
|
1637
|
+
nextToken?: string | undefined;
|
|
1612
1638
|
}
|
|
1613
1639
|
export interface ListServicesByNamespaceRequest {
|
|
1614
1640
|
namespace: string | undefined;
|
|
1615
|
-
nextToken?: string;
|
|
1616
|
-
maxResults?: number;
|
|
1641
|
+
nextToken?: string | undefined;
|
|
1642
|
+
maxResults?: number | undefined;
|
|
1617
1643
|
}
|
|
1618
1644
|
export interface ListServicesByNamespaceResponse {
|
|
1619
|
-
serviceArns?: string[];
|
|
1620
|
-
nextToken?: string;
|
|
1645
|
+
serviceArns?: string[] | undefined;
|
|
1646
|
+
nextToken?: string | undefined;
|
|
1621
1647
|
}
|
|
1622
1648
|
export interface ListTagsForResourceRequest {
|
|
1623
1649
|
resourceArn: string | undefined;
|
|
1624
1650
|
}
|
|
1625
1651
|
export interface ListTagsForResourceResponse {
|
|
1626
|
-
tags?: Tag[];
|
|
1652
|
+
tags?: Tag[] | undefined;
|
|
1627
1653
|
}
|
|
1628
1654
|
export declare const TaskDefinitionFamilyStatus: {
|
|
1629
1655
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -1633,14 +1659,14 @@ export declare const TaskDefinitionFamilyStatus: {
|
|
|
1633
1659
|
export type TaskDefinitionFamilyStatus =
|
|
1634
1660
|
(typeof TaskDefinitionFamilyStatus)[keyof typeof TaskDefinitionFamilyStatus];
|
|
1635
1661
|
export interface ListTaskDefinitionFamiliesRequest {
|
|
1636
|
-
familyPrefix?: string;
|
|
1637
|
-
status?: TaskDefinitionFamilyStatus;
|
|
1638
|
-
nextToken?: string;
|
|
1639
|
-
maxResults?: number;
|
|
1662
|
+
familyPrefix?: string | undefined;
|
|
1663
|
+
status?: TaskDefinitionFamilyStatus | undefined;
|
|
1664
|
+
nextToken?: string | undefined;
|
|
1665
|
+
maxResults?: number | undefined;
|
|
1640
1666
|
}
|
|
1641
1667
|
export interface ListTaskDefinitionFamiliesResponse {
|
|
1642
|
-
families?: string[];
|
|
1643
|
-
nextToken?: string;
|
|
1668
|
+
families?: string[] | undefined;
|
|
1669
|
+
nextToken?: string | undefined;
|
|
1644
1670
|
}
|
|
1645
1671
|
export declare const SortOrder: {
|
|
1646
1672
|
readonly ASC: "ASC";
|
|
@@ -1648,15 +1674,15 @@ export declare const SortOrder: {
|
|
|
1648
1674
|
};
|
|
1649
1675
|
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
1650
1676
|
export interface ListTaskDefinitionsRequest {
|
|
1651
|
-
familyPrefix?: string;
|
|
1652
|
-
status?: TaskDefinitionStatus;
|
|
1653
|
-
sort?: SortOrder;
|
|
1654
|
-
nextToken?: string;
|
|
1655
|
-
maxResults?: number;
|
|
1677
|
+
familyPrefix?: string | undefined;
|
|
1678
|
+
status?: TaskDefinitionStatus | undefined;
|
|
1679
|
+
sort?: SortOrder | undefined;
|
|
1680
|
+
nextToken?: string | undefined;
|
|
1681
|
+
maxResults?: number | undefined;
|
|
1656
1682
|
}
|
|
1657
1683
|
export interface ListTaskDefinitionsResponse {
|
|
1658
|
-
taskDefinitionArns?: string[];
|
|
1659
|
-
nextToken?: string;
|
|
1684
|
+
taskDefinitionArns?: string[] | undefined;
|
|
1685
|
+
nextToken?: string | undefined;
|
|
1660
1686
|
}
|
|
1661
1687
|
export declare const DesiredStatus: {
|
|
1662
1688
|
readonly PENDING: "PENDING";
|
|
@@ -1665,34 +1691,34 @@ export declare const DesiredStatus: {
|
|
|
1665
1691
|
};
|
|
1666
1692
|
export type DesiredStatus = (typeof DesiredStatus)[keyof typeof DesiredStatus];
|
|
1667
1693
|
export interface ListTasksRequest {
|
|
1668
|
-
cluster?: string;
|
|
1669
|
-
containerInstance?: string;
|
|
1670
|
-
family?: string;
|
|
1671
|
-
nextToken?: string;
|
|
1672
|
-
maxResults?: number;
|
|
1673
|
-
startedBy?: string;
|
|
1674
|
-
serviceName?: string;
|
|
1675
|
-
desiredStatus?: DesiredStatus;
|
|
1676
|
-
launchType?: LaunchType;
|
|
1694
|
+
cluster?: string | undefined;
|
|
1695
|
+
containerInstance?: string | undefined;
|
|
1696
|
+
family?: string | undefined;
|
|
1697
|
+
nextToken?: string | undefined;
|
|
1698
|
+
maxResults?: number | undefined;
|
|
1699
|
+
startedBy?: string | undefined;
|
|
1700
|
+
serviceName?: string | undefined;
|
|
1701
|
+
desiredStatus?: DesiredStatus | undefined;
|
|
1702
|
+
launchType?: LaunchType | undefined;
|
|
1677
1703
|
}
|
|
1678
1704
|
export interface ListTasksResponse {
|
|
1679
|
-
taskArns?: string[];
|
|
1680
|
-
nextToken?: string;
|
|
1705
|
+
taskArns?: string[] | undefined;
|
|
1706
|
+
nextToken?: string | undefined;
|
|
1681
1707
|
}
|
|
1682
1708
|
export interface PutAccountSettingRequest {
|
|
1683
1709
|
name: SettingName | undefined;
|
|
1684
1710
|
value: string | undefined;
|
|
1685
|
-
principalArn?: string;
|
|
1711
|
+
principalArn?: string | undefined;
|
|
1686
1712
|
}
|
|
1687
1713
|
export interface PutAccountSettingResponse {
|
|
1688
|
-
setting?: Setting;
|
|
1714
|
+
setting?: Setting | undefined;
|
|
1689
1715
|
}
|
|
1690
1716
|
export interface PutAccountSettingDefaultRequest {
|
|
1691
1717
|
name: SettingName | undefined;
|
|
1692
1718
|
value: string | undefined;
|
|
1693
1719
|
}
|
|
1694
1720
|
export interface PutAccountSettingDefaultResponse {
|
|
1695
|
-
setting?: Setting;
|
|
1721
|
+
setting?: Setting | undefined;
|
|
1696
1722
|
}
|
|
1697
1723
|
export declare class AttributeLimitExceededException extends __BaseException {
|
|
1698
1724
|
readonly name: "AttributeLimitExceededException";
|
|
@@ -1705,11 +1731,11 @@ export declare class AttributeLimitExceededException extends __BaseException {
|
|
|
1705
1731
|
);
|
|
1706
1732
|
}
|
|
1707
1733
|
export interface PutAttributesRequest {
|
|
1708
|
-
cluster?: string;
|
|
1734
|
+
cluster?: string | undefined;
|
|
1709
1735
|
attributes: Attribute[] | undefined;
|
|
1710
1736
|
}
|
|
1711
1737
|
export interface PutAttributesResponse {
|
|
1712
|
-
attributes?: Attribute[];
|
|
1738
|
+
attributes?: Attribute[] | undefined;
|
|
1713
1739
|
}
|
|
1714
1740
|
export interface PutClusterCapacityProvidersRequest {
|
|
1715
1741
|
cluster: string | undefined;
|
|
@@ -1717,7 +1743,7 @@ export interface PutClusterCapacityProvidersRequest {
|
|
|
1717
1743
|
defaultCapacityProviderStrategy: CapacityProviderStrategyItem[] | undefined;
|
|
1718
1744
|
}
|
|
1719
1745
|
export interface PutClusterCapacityProvidersResponse {
|
|
1720
|
-
cluster?: Cluster;
|
|
1746
|
+
cluster?: Cluster | undefined;
|
|
1721
1747
|
}
|
|
1722
1748
|
export declare class ResourceInUseException extends __BaseException {
|
|
1723
1749
|
readonly name: "ResourceInUseException";
|
|
@@ -1736,41 +1762,42 @@ export interface PlatformDevice {
|
|
|
1736
1762
|
type: PlatformDeviceType | undefined;
|
|
1737
1763
|
}
|
|
1738
1764
|
export interface RegisterContainerInstanceRequest {
|
|
1739
|
-
cluster?: string;
|
|
1740
|
-
instanceIdentityDocument?: string;
|
|
1741
|
-
instanceIdentityDocumentSignature?: string;
|
|
1742
|
-
totalResources?: Resource[];
|
|
1743
|
-
versionInfo?: VersionInfo;
|
|
1744
|
-
containerInstanceArn?: string;
|
|
1745
|
-
attributes?: Attribute[];
|
|
1746
|
-
platformDevices?: PlatformDevice[];
|
|
1747
|
-
tags?: Tag[];
|
|
1765
|
+
cluster?: string | undefined;
|
|
1766
|
+
instanceIdentityDocument?: string | undefined;
|
|
1767
|
+
instanceIdentityDocumentSignature?: string | undefined;
|
|
1768
|
+
totalResources?: Resource[] | undefined;
|
|
1769
|
+
versionInfo?: VersionInfo | undefined;
|
|
1770
|
+
containerInstanceArn?: string | undefined;
|
|
1771
|
+
attributes?: Attribute[] | undefined;
|
|
1772
|
+
platformDevices?: PlatformDevice[] | undefined;
|
|
1773
|
+
tags?: Tag[] | undefined;
|
|
1748
1774
|
}
|
|
1749
1775
|
export interface RegisterContainerInstanceResponse {
|
|
1750
|
-
containerInstance?: ContainerInstance;
|
|
1776
|
+
containerInstance?: ContainerInstance | undefined;
|
|
1751
1777
|
}
|
|
1752
1778
|
export interface RegisterTaskDefinitionRequest {
|
|
1753
1779
|
family: string | undefined;
|
|
1754
|
-
taskRoleArn?: string;
|
|
1755
|
-
executionRoleArn?: string;
|
|
1756
|
-
networkMode?: NetworkMode;
|
|
1780
|
+
taskRoleArn?: string | undefined;
|
|
1781
|
+
executionRoleArn?: string | undefined;
|
|
1782
|
+
networkMode?: NetworkMode | undefined;
|
|
1757
1783
|
containerDefinitions: ContainerDefinition[] | undefined;
|
|
1758
|
-
volumes?: Volume[];
|
|
1759
|
-
placementConstraints?: TaskDefinitionPlacementConstraint[];
|
|
1760
|
-
requiresCompatibilities?: Compatibility[];
|
|
1761
|
-
cpu?: string;
|
|
1762
|
-
memory?: string;
|
|
1763
|
-
tags?: Tag[];
|
|
1764
|
-
pidMode?: PidMode;
|
|
1765
|
-
ipcMode?: IpcMode;
|
|
1766
|
-
proxyConfiguration?: ProxyConfiguration;
|
|
1767
|
-
inferenceAccelerators?: InferenceAccelerator[];
|
|
1768
|
-
ephemeralStorage?: EphemeralStorage;
|
|
1769
|
-
runtimePlatform?: RuntimePlatform;
|
|
1784
|
+
volumes?: Volume[] | undefined;
|
|
1785
|
+
placementConstraints?: TaskDefinitionPlacementConstraint[] | undefined;
|
|
1786
|
+
requiresCompatibilities?: Compatibility[] | undefined;
|
|
1787
|
+
cpu?: string | undefined;
|
|
1788
|
+
memory?: string | undefined;
|
|
1789
|
+
tags?: Tag[] | undefined;
|
|
1790
|
+
pidMode?: PidMode | undefined;
|
|
1791
|
+
ipcMode?: IpcMode | undefined;
|
|
1792
|
+
proxyConfiguration?: ProxyConfiguration | undefined;
|
|
1793
|
+
inferenceAccelerators?: InferenceAccelerator[] | undefined;
|
|
1794
|
+
ephemeralStorage?: EphemeralStorage | undefined;
|
|
1795
|
+
runtimePlatform?: RuntimePlatform | undefined;
|
|
1796
|
+
enableFaultInjection?: boolean | undefined;
|
|
1770
1797
|
}
|
|
1771
1798
|
export interface RegisterTaskDefinitionResponse {
|
|
1772
|
-
taskDefinition?: TaskDefinition;
|
|
1773
|
-
tags?: Tag[];
|
|
1799
|
+
taskDefinition?: TaskDefinition | undefined;
|
|
1800
|
+
tags?: Tag[] | undefined;
|
|
1774
1801
|
}
|
|
1775
1802
|
export declare class BlockedException extends __BaseException {
|
|
1776
1803
|
readonly name: "BlockedException";
|
|
@@ -1780,134 +1807,134 @@ export declare class BlockedException extends __BaseException {
|
|
|
1780
1807
|
export declare class ConflictException extends __BaseException {
|
|
1781
1808
|
readonly name: "ConflictException";
|
|
1782
1809
|
readonly $fault: "client";
|
|
1783
|
-
resourceIds?: string[];
|
|
1810
|
+
resourceIds?: string[] | undefined;
|
|
1784
1811
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
1785
1812
|
}
|
|
1786
1813
|
export interface TaskManagedEBSVolumeTerminationPolicy {
|
|
1787
1814
|
deleteOnTermination: boolean | undefined;
|
|
1788
1815
|
}
|
|
1789
1816
|
export interface TaskManagedEBSVolumeConfiguration {
|
|
1790
|
-
encrypted?: boolean;
|
|
1791
|
-
kmsKeyId?: string;
|
|
1792
|
-
volumeType?: string;
|
|
1793
|
-
sizeInGiB?: number;
|
|
1794
|
-
snapshotId?: string;
|
|
1795
|
-
iops?: number;
|
|
1796
|
-
throughput?: number;
|
|
1797
|
-
tagSpecifications?: EBSTagSpecification[];
|
|
1817
|
+
encrypted?: boolean | undefined;
|
|
1818
|
+
kmsKeyId?: string | undefined;
|
|
1819
|
+
volumeType?: string | undefined;
|
|
1820
|
+
sizeInGiB?: number | undefined;
|
|
1821
|
+
snapshotId?: string | undefined;
|
|
1822
|
+
iops?: number | undefined;
|
|
1823
|
+
throughput?: number | undefined;
|
|
1824
|
+
tagSpecifications?: EBSTagSpecification[] | undefined;
|
|
1798
1825
|
roleArn: string | undefined;
|
|
1799
|
-
terminationPolicy?: TaskManagedEBSVolumeTerminationPolicy;
|
|
1800
|
-
filesystemType?: TaskFilesystemType;
|
|
1826
|
+
terminationPolicy?: TaskManagedEBSVolumeTerminationPolicy | undefined;
|
|
1827
|
+
filesystemType?: TaskFilesystemType | undefined;
|
|
1801
1828
|
}
|
|
1802
1829
|
export interface TaskVolumeConfiguration {
|
|
1803
1830
|
name: string | undefined;
|
|
1804
|
-
managedEBSVolume?: TaskManagedEBSVolumeConfiguration;
|
|
1831
|
+
managedEBSVolume?: TaskManagedEBSVolumeConfiguration | undefined;
|
|
1805
1832
|
}
|
|
1806
1833
|
export interface RunTaskRequest {
|
|
1807
|
-
capacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
1808
|
-
cluster?: string;
|
|
1809
|
-
count?: number;
|
|
1810
|
-
enableECSManagedTags?: boolean;
|
|
1811
|
-
enableExecuteCommand?: boolean;
|
|
1812
|
-
group?: string;
|
|
1813
|
-
launchType?: LaunchType;
|
|
1814
|
-
networkConfiguration?: NetworkConfiguration;
|
|
1815
|
-
overrides?: TaskOverride;
|
|
1816
|
-
placementConstraints?: PlacementConstraint[];
|
|
1817
|
-
placementStrategy?: PlacementStrategy[];
|
|
1818
|
-
platformVersion?: string;
|
|
1819
|
-
propagateTags?: PropagateTags;
|
|
1820
|
-
referenceId?: string;
|
|
1821
|
-
startedBy?: string;
|
|
1822
|
-
tags?: Tag[];
|
|
1834
|
+
capacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
|
|
1835
|
+
cluster?: string | undefined;
|
|
1836
|
+
count?: number | undefined;
|
|
1837
|
+
enableECSManagedTags?: boolean | undefined;
|
|
1838
|
+
enableExecuteCommand?: boolean | undefined;
|
|
1839
|
+
group?: string | undefined;
|
|
1840
|
+
launchType?: LaunchType | undefined;
|
|
1841
|
+
networkConfiguration?: NetworkConfiguration | undefined;
|
|
1842
|
+
overrides?: TaskOverride | undefined;
|
|
1843
|
+
placementConstraints?: PlacementConstraint[] | undefined;
|
|
1844
|
+
placementStrategy?: PlacementStrategy[] | undefined;
|
|
1845
|
+
platformVersion?: string | undefined;
|
|
1846
|
+
propagateTags?: PropagateTags | undefined;
|
|
1847
|
+
referenceId?: string | undefined;
|
|
1848
|
+
startedBy?: string | undefined;
|
|
1849
|
+
tags?: Tag[] | undefined;
|
|
1823
1850
|
taskDefinition: string | undefined;
|
|
1824
|
-
clientToken?: string;
|
|
1825
|
-
volumeConfigurations?: TaskVolumeConfiguration[];
|
|
1851
|
+
clientToken?: string | undefined;
|
|
1852
|
+
volumeConfigurations?: TaskVolumeConfiguration[] | undefined;
|
|
1826
1853
|
}
|
|
1827
1854
|
export interface RunTaskResponse {
|
|
1828
|
-
tasks?: Task[];
|
|
1829
|
-
failures?: Failure[];
|
|
1855
|
+
tasks?: Task[] | undefined;
|
|
1856
|
+
failures?: Failure[] | undefined;
|
|
1830
1857
|
}
|
|
1831
1858
|
export interface StartTaskRequest {
|
|
1832
|
-
cluster?: string;
|
|
1859
|
+
cluster?: string | undefined;
|
|
1833
1860
|
containerInstances: string[] | undefined;
|
|
1834
|
-
enableECSManagedTags?: boolean;
|
|
1835
|
-
enableExecuteCommand?: boolean;
|
|
1836
|
-
group?: string;
|
|
1837
|
-
networkConfiguration?: NetworkConfiguration;
|
|
1838
|
-
overrides?: TaskOverride;
|
|
1839
|
-
propagateTags?: PropagateTags;
|
|
1840
|
-
referenceId?: string;
|
|
1841
|
-
startedBy?: string;
|
|
1842
|
-
tags?: Tag[];
|
|
1861
|
+
enableECSManagedTags?: boolean | undefined;
|
|
1862
|
+
enableExecuteCommand?: boolean | undefined;
|
|
1863
|
+
group?: string | undefined;
|
|
1864
|
+
networkConfiguration?: NetworkConfiguration | undefined;
|
|
1865
|
+
overrides?: TaskOverride | undefined;
|
|
1866
|
+
propagateTags?: PropagateTags | undefined;
|
|
1867
|
+
referenceId?: string | undefined;
|
|
1868
|
+
startedBy?: string | undefined;
|
|
1869
|
+
tags?: Tag[] | undefined;
|
|
1843
1870
|
taskDefinition: string | undefined;
|
|
1844
|
-
volumeConfigurations?: TaskVolumeConfiguration[];
|
|
1871
|
+
volumeConfigurations?: TaskVolumeConfiguration[] | undefined;
|
|
1845
1872
|
}
|
|
1846
1873
|
export interface StartTaskResponse {
|
|
1847
|
-
tasks?: Task[];
|
|
1848
|
-
failures?: Failure[];
|
|
1874
|
+
tasks?: Task[] | undefined;
|
|
1875
|
+
failures?: Failure[] | undefined;
|
|
1849
1876
|
}
|
|
1850
1877
|
export interface StopTaskRequest {
|
|
1851
|
-
cluster?: string;
|
|
1878
|
+
cluster?: string | undefined;
|
|
1852
1879
|
task: string | undefined;
|
|
1853
|
-
reason?: string;
|
|
1880
|
+
reason?: string | undefined;
|
|
1854
1881
|
}
|
|
1855
1882
|
export interface StopTaskResponse {
|
|
1856
|
-
task?: Task;
|
|
1883
|
+
task?: Task | undefined;
|
|
1857
1884
|
}
|
|
1858
1885
|
export interface AttachmentStateChange {
|
|
1859
1886
|
attachmentArn: string | undefined;
|
|
1860
1887
|
status: string | undefined;
|
|
1861
1888
|
}
|
|
1862
1889
|
export interface SubmitAttachmentStateChangesRequest {
|
|
1863
|
-
cluster?: string;
|
|
1890
|
+
cluster?: string | undefined;
|
|
1864
1891
|
attachments: AttachmentStateChange[] | undefined;
|
|
1865
1892
|
}
|
|
1866
1893
|
export interface SubmitAttachmentStateChangesResponse {
|
|
1867
|
-
acknowledgment?: string;
|
|
1894
|
+
acknowledgment?: string | undefined;
|
|
1868
1895
|
}
|
|
1869
1896
|
export interface SubmitContainerStateChangeRequest {
|
|
1870
|
-
cluster?: string;
|
|
1871
|
-
task?: string;
|
|
1872
|
-
containerName?: string;
|
|
1873
|
-
runtimeId?: string;
|
|
1874
|
-
status?: string;
|
|
1875
|
-
exitCode?: number;
|
|
1876
|
-
reason?: string;
|
|
1877
|
-
networkBindings?: NetworkBinding[];
|
|
1897
|
+
cluster?: string | undefined;
|
|
1898
|
+
task?: string | undefined;
|
|
1899
|
+
containerName?: string | undefined;
|
|
1900
|
+
runtimeId?: string | undefined;
|
|
1901
|
+
status?: string | undefined;
|
|
1902
|
+
exitCode?: number | undefined;
|
|
1903
|
+
reason?: string | undefined;
|
|
1904
|
+
networkBindings?: NetworkBinding[] | undefined;
|
|
1878
1905
|
}
|
|
1879
1906
|
export interface SubmitContainerStateChangeResponse {
|
|
1880
|
-
acknowledgment?: string;
|
|
1907
|
+
acknowledgment?: string | undefined;
|
|
1881
1908
|
}
|
|
1882
1909
|
export interface ContainerStateChange {
|
|
1883
|
-
containerName?: string;
|
|
1884
|
-
imageDigest?: string;
|
|
1885
|
-
runtimeId?: string;
|
|
1886
|
-
exitCode?: number;
|
|
1887
|
-
networkBindings?: NetworkBinding[];
|
|
1888
|
-
reason?: string;
|
|
1889
|
-
status?: string;
|
|
1910
|
+
containerName?: string | undefined;
|
|
1911
|
+
imageDigest?: string | undefined;
|
|
1912
|
+
runtimeId?: string | undefined;
|
|
1913
|
+
exitCode?: number | undefined;
|
|
1914
|
+
networkBindings?: NetworkBinding[] | undefined;
|
|
1915
|
+
reason?: string | undefined;
|
|
1916
|
+
status?: string | undefined;
|
|
1890
1917
|
}
|
|
1891
1918
|
export interface ManagedAgentStateChange {
|
|
1892
1919
|
containerName: string | undefined;
|
|
1893
1920
|
managedAgentName: ManagedAgentName | undefined;
|
|
1894
1921
|
status: string | undefined;
|
|
1895
|
-
reason?: string;
|
|
1922
|
+
reason?: string | undefined;
|
|
1896
1923
|
}
|
|
1897
1924
|
export interface SubmitTaskStateChangeRequest {
|
|
1898
|
-
cluster?: string;
|
|
1899
|
-
task?: string;
|
|
1900
|
-
status?: string;
|
|
1901
|
-
reason?: string;
|
|
1902
|
-
containers?: ContainerStateChange[];
|
|
1903
|
-
attachments?: AttachmentStateChange[];
|
|
1904
|
-
managedAgents?: ManagedAgentStateChange[];
|
|
1905
|
-
pullStartedAt?: Date;
|
|
1906
|
-
pullStoppedAt?: Date;
|
|
1907
|
-
executionStoppedAt?: Date;
|
|
1925
|
+
cluster?: string | undefined;
|
|
1926
|
+
task?: string | undefined;
|
|
1927
|
+
status?: string | undefined;
|
|
1928
|
+
reason?: string | undefined;
|
|
1929
|
+
containers?: ContainerStateChange[] | undefined;
|
|
1930
|
+
attachments?: AttachmentStateChange[] | undefined;
|
|
1931
|
+
managedAgents?: ManagedAgentStateChange[] | undefined;
|
|
1932
|
+
pullStartedAt?: Date | undefined;
|
|
1933
|
+
pullStoppedAt?: Date | undefined;
|
|
1934
|
+
executionStoppedAt?: Date | undefined;
|
|
1908
1935
|
}
|
|
1909
1936
|
export interface SubmitTaskStateChangeResponse {
|
|
1910
|
-
acknowledgment?: string;
|
|
1937
|
+
acknowledgment?: string | undefined;
|
|
1911
1938
|
}
|
|
1912
1939
|
export interface TagResourceRequest {
|
|
1913
1940
|
resourceArn: string | undefined;
|
|
@@ -1919,18 +1946,6 @@ export interface UntagResourceRequest {
|
|
|
1919
1946
|
tagKeys: string[] | undefined;
|
|
1920
1947
|
}
|
|
1921
1948
|
export interface UntagResourceResponse {}
|
|
1922
|
-
export interface AutoScalingGroupProviderUpdate {
|
|
1923
|
-
managedScaling?: ManagedScaling;
|
|
1924
|
-
managedTerminationProtection?: ManagedTerminationProtection;
|
|
1925
|
-
managedDraining?: ManagedDraining;
|
|
1926
|
-
}
|
|
1927
|
-
export interface UpdateCapacityProviderRequest {
|
|
1928
|
-
name: string | undefined;
|
|
1929
|
-
autoScalingGroupProvider: AutoScalingGroupProviderUpdate | undefined;
|
|
1930
|
-
}
|
|
1931
|
-
export interface UpdateCapacityProviderResponse {
|
|
1932
|
-
capacityProvider?: CapacityProvider;
|
|
1933
|
-
}
|
|
1934
1949
|
export declare const SessionFilterSensitiveLog: (obj: Session) => any;
|
|
1935
1950
|
export declare const ExecuteCommandResponseFilterSensitiveLog: (
|
|
1936
1951
|
obj: ExecuteCommandResponse
|