@cdk8s/awscdk-resolver 0.0.1 → 0.0.3
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 +69 -4
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/CloudFormationClient.js +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ActivateTypeCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CancelUpdateStackCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ContinueUpdateRollbackCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateChangeSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeactivateTypeCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteChangeSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeregisterTypeCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeAccountLimitsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeChangeSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeChangeSetHooksCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribePublisherCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackEventsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackInstanceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackResourceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackResourcesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackSetOperationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStacksCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeTypeCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeTypeRegistrationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DetectStackDriftCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DetectStackResourceDriftCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DetectStackSetDriftCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/EstimateTemplateCostCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ExecuteChangeSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetStackPolicyCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetTemplateCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetTemplateSummaryCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ImportStacksToStackSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListChangeSetsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListExportsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListImportsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackInstanceResourceDriftsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackResourcesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackSetOperationResultsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackSetOperationsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackSetsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStacksCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListTypeRegistrationsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListTypeVersionsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListTypesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/PublishTypeCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RecordHandlerProgressCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RegisterPublisherCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RegisterTypeCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RollbackStackCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SetStackPolicyCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SetTypeConfigurationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SetTypeDefaultVersionCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SignalResourceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/StopStackSetOperationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/TestTypeCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateStackCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateStackInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateStackSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateTerminationProtectionCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ValidateTemplateCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/extensionConfiguration.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeExtensions.js +22 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateOrganizationsAccessCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateTypeCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CancelUpdateStackCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ContinueUpdateRollbackCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateChangeSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateOrganizationsAccessCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateTypeCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteChangeSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeregisterTypeCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeAccountLimitsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetHooksCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeOrganizationsAccessCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribePublisherCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackEventsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackInstanceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceDriftsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourcesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetOperationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStacksCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeRegistrationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackDriftCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackResourceDriftCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackSetDriftCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/EstimateTemplateCostCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteChangeSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetStackPolicyCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateSummaryCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ImportStacksToStackSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListChangeSetsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListExportsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListImportsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackResourcesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationResultsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStacksCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeRegistrationsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeVersionsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/PublishTypeCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RecordHandlerProgressCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterPublisherCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterTypeCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RollbackStackCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetStackPolicyCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeConfigurationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeDefaultVersionCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SignalResourceCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StopStackSetOperationCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/TestTypeCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackInstancesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackSetCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateTerminationProtectionCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ValidateTemplateCommand.js +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeExtensions.js +18 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +6 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/extensionConfiguration.d.ts +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +32 -36
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +5 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +5 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +5 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +3 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +33 -32
- package/node_modules/@aws-sdk/client-sso/README.md +7 -10
- package/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +4 -2
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-cjs/extensionConfiguration.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeExtensions.js +22 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +4 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +18 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +6 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +5 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +5 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +5 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/package.json +29 -28
- package/node_modules/@aws-sdk/client-sts/README.md +7 -7
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +4 -2
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/extensionConfiguration.js +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +22 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +4 -2
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +5 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +18 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +6 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +5 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +5 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +5 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sts/package.json +32 -31
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/README.md +6 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-signing/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
- package/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +30 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +15 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +10 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +29 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +25 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +12 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +17 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +8 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +37 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +61 -0
- package/node_modules/@aws-sdk/token-providers/package.json +29 -29
- package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +2 -0
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +7 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +7 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
- package/node_modules/@smithy/abort-controller/package.json +7 -9
- package/node_modules/@smithy/config-resolver/package.json +9 -11
- package/node_modules/@smithy/credential-provider-imds/package.json +10 -12
- package/node_modules/@smithy/eventstream-codec/package.json +7 -9
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +23 -9
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +18 -5
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +22 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +22 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -11
- package/node_modules/@smithy/hash-node/package.json +7 -9
- package/node_modules/@smithy/invalid-dependency/package.json +7 -9
- package/node_modules/@smithy/middleware-content-length/package.json +10 -10
- package/node_modules/@smithy/middleware-endpoint/package.json +10 -12
- package/node_modules/@smithy/middleware-retry/README.md +7 -0
- package/node_modules/@smithy/middleware-retry/package.json +14 -14
- package/node_modules/@smithy/middleware-serde/package.json +9 -9
- package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +97 -35
- package/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +95 -35
- package/node_modules/@smithy/middleware-stack/package.json +7 -9
- package/node_modules/@smithy/node-config-provider/package.json +9 -11
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +13 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +13 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +12 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +12 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +4 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +4 -2
- package/node_modules/@smithy/node-http-handler/package.json +10 -12
- package/node_modules/@smithy/property-provider/dist-cjs/chain.js +19 -13
- package/node_modules/@smithy/property-provider/dist-es/chain.js +19 -13
- package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
- package/node_modules/@smithy/property-provider/package.json +7 -9
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +27 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +4 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
- package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-es/index.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +15 -1
- package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +15 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/package.json +7 -9
- package/node_modules/@smithy/querystring-builder/package.json +6 -8
- package/node_modules/@smithy/querystring-parser/package.json +7 -9
- package/node_modules/@smithy/service-error-classification/package.json +9 -9
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +11 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +11 -1
- package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -9
- package/node_modules/@smithy/signature-v4/package.json +10 -12
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +36 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +20 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +4 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +21 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +31 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +15 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +16 -0
- package/node_modules/@smithy/smithy-client/dist-es/index.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +15 -0
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +15 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/package.json +9 -11
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/index.js +4 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/middleware.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/transform/exact.js +2 -0
- package/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/types/dist-es/extensions/index.js +2 -0
- package/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@smithy/types/dist-es/middleware.js +1 -1
- package/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -1
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +19 -2
- package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +2 -1
- 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/streaming-payload/streaming-blob-payload-output-types.d.ts +2 -1
- package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +2 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +19 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +2 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +2 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@smithy/types/package.json +7 -9
- package/node_modules/@smithy/url-parser/package.json +8 -10
- package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +3 -0
- package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +3 -0
- package/node_modules/@smithy/util-body-length-node/package.json +1 -1
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -11
- package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -14
- package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +6 -0
- package/node_modules/@smithy/util-middleware/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
- package/node_modules/@smithy/util-middleware/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-middleware/package.json +7 -9
- package/node_modules/@smithy/util-retry/README.md +2 -1
- package/node_modules/@smithy/util-retry/package.json +8 -10
- package/node_modules/@smithy/util-stream/README.md +0 -6
- package/node_modules/@smithy/util-stream/package.json +11 -10
- package/node_modules/@smithy/util-waiter/package.json +8 -10
- package/node_modules/tslib/package.json +2 -2
- package/package.json +12 -12
@@ -2010,11 +2010,10 @@ export interface CreateStackInput {
|
|
2010
2010
|
EnableTerminationProtection?: boolean;
|
2011
2011
|
/**
|
2012
2012
|
* @public
|
2013
|
-
* <p>
|
2014
|
-
*
|
2015
|
-
*
|
2016
|
-
*
|
2017
|
-
* DeletionPolicy</a> attribute.</p>
|
2013
|
+
* <p>When set to <code>true</code>, newly created resources are deleted when the operation rolls back. This includes newly
|
2014
|
+
* created resources marked with a deletion policy of <code>Retain</code>.</p>
|
2015
|
+
* <p>Default: <code>false</code>
|
2016
|
+
* </p>
|
2018
2017
|
*/
|
2019
2018
|
RetainExceptOnCreate?: boolean;
|
2020
2019
|
}
|
@@ -2480,7 +2479,7 @@ export interface CreateStackSetInput {
|
|
2480
2479
|
* </p>
|
2481
2480
|
* </li>
|
2482
2481
|
* </ul>
|
2483
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/using-iam-template.html#capabilities">Acknowledging IAM Resources in CloudFormation Templates</a>.</p>
|
2482
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM Resources in CloudFormation Templates</a>.</p>
|
2484
2483
|
* </li>
|
2485
2484
|
* <li>
|
2486
2485
|
* <p>
|
@@ -2488,11 +2487,11 @@ export interface CreateStackSetInput {
|
|
2488
2487
|
* </p>
|
2489
2488
|
* <p>Some templates reference macros. If your stack set template references one or more macros, you must create the
|
2490
2489
|
* stack set directly from the processed template, without first reviewing the resulting changes in a change set. To
|
2491
|
-
* create the stack set directly, you must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/template-macros.html">Using CloudFormation Macros to Perform
|
2490
|
+
* create the stack set directly, you must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using CloudFormation Macros to Perform
|
2492
2491
|
* Custom Processing on Templates</a>.</p>
|
2493
2492
|
* <important>
|
2494
2493
|
* <p>Stack sets with service-managed permissions don't currently support the use of macros in templates. (This
|
2495
|
-
* includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.) Even if you specify this capability for a
|
2494
|
+
* includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.) Even if you specify this capability for a
|
2496
2495
|
* stack set with service-managed permissions, if you reference a macro in your template the stack set operation will
|
2497
2496
|
* fail.</p>
|
2498
2497
|
* </important>
|
@@ -2515,7 +2514,7 @@ export interface CreateStackSetInput {
|
|
2515
2514
|
* @public
|
2516
2515
|
* <p>The Amazon Resource Name (ARN) of the IAM role to use to create this stack set.</p>
|
2517
2516
|
* <p>Specify an IAM role only if you are using customized administrator roles to control which users
|
2518
|
-
* or groups can manage specific stack sets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html">Prerequisites: Granting Permissions for Stack Set
|
2517
|
+
* or groups can manage specific stack sets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Prerequisites: Granting Permissions for Stack Set
|
2519
2518
|
* Operations</a> in the <i>CloudFormation User Guide</i>.</p>
|
2520
2519
|
*/
|
2521
2520
|
AdministrationRoleARN?: string;
|
@@ -4387,7 +4386,8 @@ export interface DescribeStacksInput {
|
|
4387
4386
|
* @public
|
4388
4387
|
* <note>
|
4389
4388
|
* <p>If you don't pass a parameter to <code>StackName</code>, the API returns a response that describes all
|
4390
|
-
* resources in the account. This requires <code>ListStacks</code> and <code>DescribeStacks</code> permissions.</p>
|
4389
|
+
* resources in the account, which can impact performance. This requires <code>ListStacks</code> and <code>DescribeStacks</code> permissions.</p>
|
4390
|
+
* <p>Consider using the <a>ListStacks</a> API if you're not passing a parameter to <code>StackName</code>.</p>
|
4391
4391
|
* <p>The IAM policy below can be added to IAM policies when you want to limit
|
4392
4392
|
* resource-level permissions and avoid returning a response when no parameter is sent in the request:</p>
|
4393
4393
|
* <p>\{ "Version": "2012-10-17", "Statement": [\{ "Effect": "Deny", "Action": "cloudformation:DescribeStacks",
|
@@ -4652,11 +4652,10 @@ export interface Stack {
|
|
4652
4652
|
DriftInformation?: StackDriftInformation;
|
4653
4653
|
/**
|
4654
4654
|
* @public
|
4655
|
-
* <p>
|
4656
|
-
*
|
4657
|
-
*
|
4658
|
-
*
|
4659
|
-
* DeletionPolicy</a> attribute.</p>
|
4655
|
+
* <p>When set to <code>true</code>, newly created resources are deleted when the operation rolls back. This includes newly
|
4656
|
+
* created resources marked with a deletion policy of <code>Retain</code>.</p>
|
4657
|
+
* <p>Default: <code>false</code>
|
4658
|
+
* </p>
|
4660
4659
|
*/
|
4661
4660
|
RetainExceptOnCreate?: boolean;
|
4662
4661
|
}
|
@@ -4918,7 +4917,7 @@ export interface StackSet {
|
|
4918
4917
|
* @public
|
4919
4918
|
* <p>The Amazon Resource Name (ARN) of the IAM role used to create or update the stack set.</p>
|
4920
4919
|
* <p>Use customized administrator roles to control which users or groups can manage specific stack sets within the
|
4921
|
-
* same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html">Prerequisites: Granting Permissions for Stack Set Operations</a>
|
4920
|
+
* same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Prerequisites: Granting Permissions for Stack Set Operations</a>
|
4922
4921
|
* in the <i>CloudFormation User Guide</i>.</p>
|
4923
4922
|
*/
|
4924
4923
|
AdministrationRoleARN?: string;
|
@@ -5137,7 +5136,7 @@ export interface StackSetOperation {
|
|
5137
5136
|
* @public
|
5138
5137
|
* <p>The Amazon Resource Name (ARN) of the IAM role used to perform this stack set operation.</p>
|
5139
5138
|
* <p>Use customized administrator roles to control which users or groups can manage specific stack sets within the
|
5140
|
-
* same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html">Define Permissions for Multiple Administrators</a> in the
|
5139
|
+
* same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Define Permissions for Multiple Administrators</a> in the
|
5141
5140
|
* <i>CloudFormation User Guide</i>.</p>
|
5142
5141
|
*/
|
5143
5142
|
AdministrationRoleARN?: string;
|
@@ -5851,11 +5850,10 @@ export interface ExecuteChangeSetInput {
|
|
5851
5850
|
DisableRollback?: boolean;
|
5852
5851
|
/**
|
5853
5852
|
* @public
|
5854
|
-
* <p>
|
5855
|
-
*
|
5856
|
-
*
|
5857
|
-
*
|
5858
|
-
* DeletionPolicy</a> attribute.</p>
|
5853
|
+
* <p>When set to <code>true</code>, newly created resources are deleted when the operation rolls back. This includes newly
|
5854
|
+
* created resources marked with a deletion policy of <code>Retain</code>.</p>
|
5855
|
+
* <p>Default: <code>false</code>
|
5856
|
+
* </p>
|
5859
5857
|
*/
|
5860
5858
|
RetainExceptOnCreate?: boolean;
|
5861
5859
|
}
|
@@ -8361,11 +8359,10 @@ export interface RollbackStackInput {
|
|
8361
8359
|
ClientRequestToken?: string;
|
8362
8360
|
/**
|
8363
8361
|
* @public
|
8364
|
-
* <p>
|
8365
|
-
*
|
8366
|
-
*
|
8367
|
-
*
|
8368
|
-
* DeletionPolicy</a> attribute.</p>
|
8362
|
+
* <p>When set to <code>true</code>, newly created resources are deleted when the operation rolls back. This includes newly
|
8363
|
+
* created resources marked with a deletion policy of <code>Retain</code>.</p>
|
8364
|
+
* <p>Default: <code>false</code>
|
8365
|
+
* </p>
|
8369
8366
|
*/
|
8370
8367
|
RetainExceptOnCreate?: boolean;
|
8371
8368
|
}
|
@@ -8885,11 +8882,10 @@ export interface UpdateStackInput {
|
|
8885
8882
|
ClientRequestToken?: string;
|
8886
8883
|
/**
|
8887
8884
|
* @public
|
8888
|
-
* <p>
|
8889
|
-
*
|
8890
|
-
*
|
8891
|
-
*
|
8892
|
-
* DeletionPolicy</a> attribute.</p>
|
8885
|
+
* <p>When set to <code>true</code>, newly created resources are deleted when the operation rolls back. This includes newly
|
8886
|
+
* created resources marked with a deletion policy of <code>Retain</code>.</p>
|
8887
|
+
* <p>Default: <code>false</code>
|
8888
|
+
* </p>
|
8893
8889
|
*/
|
8894
8890
|
RetainExceptOnCreate?: boolean;
|
8895
8891
|
}
|
@@ -9130,7 +9126,7 @@ export interface UpdateStackSetInput {
|
|
9130
9126
|
* </p>
|
9131
9127
|
* </li>
|
9132
9128
|
* </ul>
|
9133
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/using-iam-template.html#capabilities">Acknowledging IAM Resources in CloudFormation Templates</a>.</p>
|
9129
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM Resources in CloudFormation Templates</a>.</p>
|
9134
9130
|
* </li>
|
9135
9131
|
* <li>
|
9136
9132
|
* <p>
|
@@ -9138,11 +9134,11 @@ export interface UpdateStackSetInput {
|
|
9138
9134
|
* </p>
|
9139
9135
|
* <p>Some templates reference macros. If your stack set template references one or more macros, you must update the
|
9140
9136
|
* stack set directly from the processed template, without first reviewing the resulting changes in a change set. To
|
9141
|
-
* update the stack set directly, you must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/template-macros.html">Using CloudFormation Macros to Perform
|
9137
|
+
* update the stack set directly, you must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using CloudFormation Macros to Perform
|
9142
9138
|
* Custom Processing on Templates</a>.</p>
|
9143
9139
|
* <important>
|
9144
9140
|
* <p>Stack sets with service-managed permissions do not currently support the use of macros in templates. (This
|
9145
|
-
* includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.) Even if you specify this capability for a
|
9141
|
+
* includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.) Even if you specify this capability for a
|
9146
9142
|
* stack set with service-managed permissions, if you reference a macro in your template the stack set operation will
|
9147
9143
|
* fail.</p>
|
9148
9144
|
* </important>
|
@@ -9188,7 +9184,7 @@ export interface UpdateStackSetInput {
|
|
9188
9184
|
* @public
|
9189
9185
|
* <p>The Amazon Resource Name (ARN) of the IAM role to use to update this stack set.</p>
|
9190
9186
|
* <p>Specify an IAM role only if you are using customized administrator roles to control which users
|
9191
|
-
* or groups can manage specific stack sets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/stacksets-prereqs.html">Granting Permissions for Stack Set
|
9187
|
+
* or groups can manage specific stack sets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Granting Permissions for Stack Set
|
9192
9188
|
* Operations</a> in the <i>CloudFormation User Guide</i>.</p>
|
9193
9189
|
* <p>If you specified a customized administrator role when you created the stack set, you must specify a customized
|
9194
9190
|
* administrator role, even if it is the same customized administrator role used with this stack set previously.</p>
|
@@ -11,7 +11,10 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
11
11
|
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
14
|
-
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").
|
14
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
|
15
|
+
updateHttpClientConfig(key: never, value: never): void;
|
16
|
+
httpHandlerConfigs(): {};
|
17
|
+
}) | RequestHandler;
|
15
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
16
19
|
sha256: import("@smithy/types").HashConstructor;
|
17
20
|
streamCollector: import("@smithy/types").StreamCollector;
|
@@ -26,6 +29,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
26
29
|
disableHostPrefix: boolean;
|
27
30
|
serviceId: string;
|
28
31
|
logger: import("@smithy/types").Logger;
|
32
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
29
33
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
30
34
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
31
35
|
logger?: import("@smithy/types").Logger | undefined;
|
@@ -11,7 +11,10 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
11
11
|
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
14
|
-
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").
|
14
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
|
15
|
+
updateHttpClientConfig(key: never, value: never): void;
|
16
|
+
httpHandlerConfigs(): {};
|
17
|
+
}) | RequestHandler;
|
15
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
16
19
|
sha256: import("@smithy/types").HashConstructor;
|
17
20
|
streamCollector: import("@smithy/types").StreamCollector;
|
@@ -26,6 +29,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
26
29
|
disableHostPrefix: boolean;
|
27
30
|
serviceId: string;
|
28
31
|
logger: import("@smithy/types").Logger;
|
32
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
29
33
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
30
34
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
31
35
|
logger?: import("@smithy/types").Logger | undefined;
|
@@ -5,7 +5,10 @@ import { CloudFormationClientConfig } from "./CloudFormationClient";
|
|
5
5
|
export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
6
6
|
runtime: string;
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
8
|
-
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").
|
8
|
+
requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
|
9
|
+
updateHttpClientConfig(key: never, value: never): void;
|
10
|
+
httpHandlerConfigs(): {};
|
11
|
+
}) | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
9
12
|
apiVersion: string;
|
10
13
|
urlParser: import("@smithy/types").UrlParser;
|
11
14
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
@@ -24,6 +27,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
24
27
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
25
28
|
retryMode: string | import("@smithy/types").Provider<string>;
|
26
29
|
logger: import("@smithy/types").Logger;
|
30
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
27
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
28
32
|
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
29
33
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
@@ -10,6 +10,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
12
12
|
}) => import("@smithy/types").EndpointV2;
|
13
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
13
14
|
logger: import("@smithy/types").Logger;
|
14
15
|
serviceId: string;
|
15
16
|
urlParser: import("@smithy/types").UrlParser;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { CloudFormationExtensionConfiguration } from "./extensionConfiguration";
|
2
|
+
/**
|
3
|
+
* @public
|
4
|
+
*/
|
5
|
+
export interface RuntimeExtension {
|
6
|
+
configure(extensionConfiguration: CloudFormationExtensionConfiguration): void;
|
7
|
+
}
|
8
|
+
/**
|
9
|
+
* @public
|
10
|
+
*/
|
11
|
+
export interface RuntimeExtensionsConfig {
|
12
|
+
extensions: RuntimeExtension[];
|
13
|
+
}
|
14
|
+
/**
|
15
|
+
* @internal
|
16
|
+
*/
|
17
|
+
export declare const resolveRuntimeExtensions: (runtimeConfig: any, extensions: RuntimeExtension[]) => any;
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts
CHANGED
@@ -330,6 +330,7 @@ import {
|
|
330
330
|
ClientResolvedEndpointParameters,
|
331
331
|
EndpointParameters,
|
332
332
|
} from "./endpoint/EndpointParameters";
|
333
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
333
334
|
export { __Client };
|
334
335
|
export type ServiceInputTypes =
|
335
336
|
| ActivateOrganizationsAccessCommandInput
|
@@ -495,6 +496,7 @@ export interface ClientDefaults
|
|
495
496
|
maxAttempts?: number | __Provider<number>;
|
496
497
|
retryMode?: string | __Provider<string>;
|
497
498
|
logger?: __Logger;
|
499
|
+
extensions?: RuntimeExtension[];
|
498
500
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
499
501
|
}
|
500
502
|
export type CloudFormationClientConfigType = Partial<
|
@@ -513,6 +515,7 @@ export interface CloudFormationClientConfig
|
|
513
515
|
export type CloudFormationClientResolvedConfigType =
|
514
516
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
515
517
|
Required<ClientDefaults> &
|
518
|
+
RuntimeExtensionsConfig &
|
516
519
|
RegionResolvedConfig &
|
517
520
|
EndpointResolvedConfig<EndpointParameters> &
|
518
521
|
RetryResolvedConfig &
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/extensionConfiguration.d.ts
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
3
|
+
import { DefaultExtensionConfiguration } from "@smithy/types";
|
4
|
+
export interface CloudFormationExtensionConfiguration
|
5
|
+
extends HttpHandlerExtensionConfiguration,
|
6
|
+
DefaultExtensionConfiguration,
|
7
|
+
AwsRegionExtensionConfiguration {}
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts
CHANGED
@@ -20,7 +20,14 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
20
20
|
any,
|
21
21
|
import("@smithy/types").HttpHandlerOptions
|
22
22
|
> &
|
23
|
-
import("@smithy/
|
23
|
+
import("@smithy/types").RequestHandler<
|
24
|
+
import("@smithy/protocol-http").HttpRequest,
|
25
|
+
import("@smithy/protocol-http").HttpResponse,
|
26
|
+
import("@smithy/types").HttpHandlerOptions
|
27
|
+
> & {
|
28
|
+
updateHttpClientConfig(key: never, value: never): void;
|
29
|
+
httpHandlerConfigs(): {};
|
30
|
+
})
|
24
31
|
| RequestHandler;
|
25
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
26
33
|
sha256: import("@smithy/types").HashConstructor;
|
@@ -36,6 +43,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
36
43
|
disableHostPrefix: boolean;
|
37
44
|
serviceId: string;
|
38
45
|
logger: import("@smithy/types").Logger;
|
46
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
39
47
|
endpoint?:
|
40
48
|
| ((
|
41
49
|
| string
|
@@ -20,7 +20,14 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
20
20
|
any,
|
21
21
|
import("@smithy/types").HttpHandlerOptions
|
22
22
|
> &
|
23
|
-
import("@smithy/
|
23
|
+
import("@smithy/types").RequestHandler<
|
24
|
+
import("@smithy/protocol-http").HttpRequest,
|
25
|
+
import("@smithy/protocol-http").HttpResponse,
|
26
|
+
import("@smithy/types").HttpHandlerOptions
|
27
|
+
> & {
|
28
|
+
updateHttpClientConfig(key: never, value: never): void;
|
29
|
+
httpHandlerConfigs(): {};
|
30
|
+
})
|
24
31
|
| RequestHandler;
|
25
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
26
33
|
sha256: import("@smithy/types").HashConstructor;
|
@@ -36,6 +43,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
36
43
|
disableHostPrefix: boolean;
|
37
44
|
serviceId: string;
|
38
45
|
logger: import("@smithy/types").Logger;
|
46
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
39
47
|
endpoint?:
|
40
48
|
| ((
|
41
49
|
| string
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts
CHANGED
@@ -8,7 +8,14 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
8
8
|
any,
|
9
9
|
import("@smithy/types").HttpHandlerOptions
|
10
10
|
> &
|
11
|
-
import("@smithy/
|
11
|
+
import("@smithy/types").RequestHandler<
|
12
|
+
import("@smithy/protocol-http").HttpRequest,
|
13
|
+
import("@smithy/protocol-http").HttpResponse,
|
14
|
+
import("@smithy/types").HttpHandlerOptions
|
15
|
+
> & {
|
16
|
+
updateHttpClientConfig(key: never, value: never): void;
|
17
|
+
httpHandlerConfigs(): {};
|
18
|
+
})
|
12
19
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
13
20
|
apiVersion: string;
|
14
21
|
urlParser: import("@smithy/types").UrlParser;
|
@@ -32,6 +39,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
32
39
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
33
40
|
retryMode: string | import("@smithy/types").Provider<string>;
|
34
41
|
logger: import("@smithy/types").Logger;
|
42
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
35
43
|
defaultsMode:
|
36
44
|
| import("@smithy/smithy-client").DefaultsMode
|
37
45
|
| import("@smithy/types").Provider<
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts
CHANGED
@@ -10,6 +10,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
10
10
|
logger?: import("@smithy/types").Logger | undefined;
|
11
11
|
}
|
12
12
|
) => import("@smithy/types").EndpointV2;
|
13
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
13
14
|
logger: import("@smithy/types").Logger;
|
14
15
|
serviceId: string;
|
15
16
|
urlParser: import("@smithy/types").UrlParser;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { CloudFormationExtensionConfiguration } from "./extensionConfiguration";
|
2
|
+
export interface RuntimeExtension {
|
3
|
+
configure(extensionConfiguration: CloudFormationExtensionConfiguration): void;
|
4
|
+
}
|
5
|
+
export interface RuntimeExtensionsConfig {
|
6
|
+
extensions: RuntimeExtension[];
|
7
|
+
}
|
8
|
+
export declare const resolveRuntimeExtensions: (
|
9
|
+
runtimeConfig: any,
|
10
|
+
extensions: RuntimeExtension[]
|
11
|
+
) => any;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.423.0",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
@@ -21,40 +21,41 @@
|
|
21
21
|
"dependencies": {
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
24
|
-
"@aws-sdk/client-sts": "3.
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
31
|
-
"@aws-sdk/
|
32
|
-
"@aws-sdk/
|
33
|
-
"@aws-sdk/util-
|
34
|
-
"@aws-sdk/util-user-agent-
|
35
|
-
"@
|
36
|
-
"@smithy/
|
37
|
-
"@smithy/
|
38
|
-
"@smithy/
|
39
|
-
"@smithy/
|
40
|
-
"@smithy/middleware-
|
41
|
-
"@smithy/middleware-
|
42
|
-
"@smithy/middleware-
|
43
|
-
"@smithy/middleware-
|
44
|
-
"@smithy/
|
45
|
-
"@smithy/node-
|
46
|
-
"@smithy/
|
47
|
-
"@smithy/
|
48
|
-
"@smithy/
|
49
|
-
"@smithy/
|
24
|
+
"@aws-sdk/client-sts": "3.423.0",
|
25
|
+
"@aws-sdk/credential-provider-node": "3.423.0",
|
26
|
+
"@aws-sdk/middleware-host-header": "3.418.0",
|
27
|
+
"@aws-sdk/middleware-logger": "3.418.0",
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.418.0",
|
29
|
+
"@aws-sdk/middleware-signing": "3.418.0",
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.418.0",
|
31
|
+
"@aws-sdk/region-config-resolver": "3.418.0",
|
32
|
+
"@aws-sdk/types": "3.418.0",
|
33
|
+
"@aws-sdk/util-endpoints": "3.418.0",
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.418.0",
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.418.0",
|
36
|
+
"@smithy/config-resolver": "^2.0.10",
|
37
|
+
"@smithy/fetch-http-handler": "^2.1.5",
|
38
|
+
"@smithy/hash-node": "^2.0.9",
|
39
|
+
"@smithy/invalid-dependency": "^2.0.9",
|
40
|
+
"@smithy/middleware-content-length": "^2.0.11",
|
41
|
+
"@smithy/middleware-endpoint": "^2.0.9",
|
42
|
+
"@smithy/middleware-retry": "^2.0.12",
|
43
|
+
"@smithy/middleware-serde": "^2.0.9",
|
44
|
+
"@smithy/middleware-stack": "^2.0.2",
|
45
|
+
"@smithy/node-config-provider": "^2.0.12",
|
46
|
+
"@smithy/node-http-handler": "^2.1.5",
|
47
|
+
"@smithy/protocol-http": "^3.0.5",
|
48
|
+
"@smithy/smithy-client": "^2.1.6",
|
49
|
+
"@smithy/types": "^2.3.3",
|
50
|
+
"@smithy/url-parser": "^2.0.9",
|
50
51
|
"@smithy/util-base64": "^2.0.0",
|
51
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
52
|
-
"@smithy/util-body-length-node": "^2.
|
53
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
54
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
55
|
-
"@smithy/util-retry": "^2.0.
|
53
|
+
"@smithy/util-body-length-node": "^2.1.0",
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.10",
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.12",
|
56
|
+
"@smithy/util-retry": "^2.0.2",
|
56
57
|
"@smithy/util-utf8": "^2.0.0",
|
57
|
-
"@smithy/util-waiter": "^2.0.
|
58
|
+
"@smithy/util-waiter": "^2.0.9",
|
58
59
|
"fast-xml-parser": "4.2.5",
|
59
60
|
"tslib": "^2.5.0",
|
60
61
|
"uuid": "^8.3.2"
|
@@ -9,16 +9,13 @@ AWS SDK for JavaScript SSO Client for Node.js, Browser and React Native.
|
|
9
9
|
<p>AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to
|
10
10
|
IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles
|
11
11
|
assigned to them and get federated into the application.</p>
|
12
|
-
|
13
12
|
<note>
|
14
13
|
<p>Although AWS Single Sign-On was renamed, the <code>sso</code> and
|
15
14
|
<code>identitystore</code> API namespaces will continue to retain their original name for
|
16
15
|
backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">IAM Identity Center rename</a>.</p>
|
17
16
|
</note>
|
18
|
-
|
19
17
|
<p>This reference guide describes the IAM Identity Center Portal operations that you can call
|
20
18
|
programatically and includes detailed information on data types and errors.</p>
|
21
|
-
|
22
19
|
<note>
|
23
20
|
<p>AWS provides SDKs that consist of libraries and sample code for various programming
|
24
21
|
languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a
|
@@ -41,16 +38,16 @@ using your favorite package manager:
|
|
41
38
|
|
42
39
|
The AWS SDK is modulized by clients and commands.
|
43
40
|
To send a request, you only need to import the `SSOClient` and
|
44
|
-
the commands you need, for example `
|
41
|
+
the commands you need, for example `ListAccountsCommand`:
|
45
42
|
|
46
43
|
```js
|
47
44
|
// ES5 example
|
48
|
-
const { SSOClient,
|
45
|
+
const { SSOClient, ListAccountsCommand } = require("@aws-sdk/client-sso");
|
49
46
|
```
|
50
47
|
|
51
48
|
```ts
|
52
49
|
// ES6+ example
|
53
|
-
import { SSOClient,
|
50
|
+
import { SSOClient, ListAccountsCommand } from "@aws-sdk/client-sso";
|
54
51
|
```
|
55
52
|
|
56
53
|
### Usage
|
@@ -69,7 +66,7 @@ const client = new SSOClient({ region: "REGION" });
|
|
69
66
|
const params = {
|
70
67
|
/** input parameters */
|
71
68
|
};
|
72
|
-
const command = new
|
69
|
+
const command = new ListAccountsCommand(params);
|
73
70
|
```
|
74
71
|
|
75
72
|
#### Async/await
|
@@ -148,7 +145,7 @@ const client = new AWS.SSO({ region: "REGION" });
|
|
148
145
|
|
149
146
|
// async/await.
|
150
147
|
try {
|
151
|
-
const data = await client.
|
148
|
+
const data = await client.listAccounts(params);
|
152
149
|
// process data.
|
153
150
|
} catch (error) {
|
154
151
|
// error handling.
|
@@ -156,7 +153,7 @@ try {
|
|
156
153
|
|
157
154
|
// Promises.
|
158
155
|
client
|
159
|
-
.
|
156
|
+
.listAccounts(params)
|
160
157
|
.then((data) => {
|
161
158
|
// process data.
|
162
159
|
})
|
@@ -165,7 +162,7 @@ client
|
|
165
162
|
});
|
166
163
|
|
167
164
|
// callbacks.
|
168
|
-
client.
|
165
|
+
client.listAccounts(params, (err, data) => {
|
169
166
|
// process err and data.
|
170
167
|
});
|
171
168
|
```
|
@@ -13,6 +13,7 @@ const smithy_client_1 = require("@smithy/smithy-client");
|
|
13
13
|
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
14
14
|
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
15
15
|
const runtimeConfig_1 = require("./runtimeConfig");
|
16
|
+
const runtimeExtensions_1 = require("./runtimeExtensions");
|
16
17
|
class SSOClient extends smithy_client_1.Client {
|
17
18
|
constructor(...[configuration]) {
|
18
19
|
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
@@ -22,8 +23,9 @@ class SSOClient extends smithy_client_1.Client {
|
|
22
23
|
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
23
24
|
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
24
25
|
const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
|
25
|
-
|
26
|
-
|
26
|
+
const _config_7 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_6, configuration?.extensions || []);
|
27
|
+
super(_config_7);
|
28
|
+
this.config = _config_7;
|
27
29
|
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
28
30
|
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
29
31
|
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
8
|
+
const types_1 = require("@smithy/types");
|
8
9
|
const models_0_1 = require("../models/models_0");
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
10
11
|
class GetRoleCredentialsCommand extends smithy_client_1.Command {
|
@@ -33,6 +34,10 @@ class GetRoleCredentialsCommand extends smithy_client_1.Command {
|
|
33
34
|
commandName,
|
34
35
|
inputFilterSensitiveLog: models_0_1.GetRoleCredentialsRequestFilterSensitiveLog,
|
35
36
|
outputFilterSensitiveLog: models_0_1.GetRoleCredentialsResponseFilterSensitiveLog,
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
38
|
+
service: "SWBPortalService",
|
39
|
+
operation: "GetRoleCredentials",
|
40
|
+
},
|
36
41
|
};
|
37
42
|
const { requestHandler } = configuration;
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
8
|
+
const types_1 = require("@smithy/types");
|
8
9
|
const models_0_1 = require("../models/models_0");
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
10
11
|
class ListAccountRolesCommand extends smithy_client_1.Command {
|
@@ -33,6 +34,10 @@ class ListAccountRolesCommand extends smithy_client_1.Command {
|
|
33
34
|
commandName,
|
34
35
|
inputFilterSensitiveLog: models_0_1.ListAccountRolesRequestFilterSensitiveLog,
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
38
|
+
service: "SWBPortalService",
|
39
|
+
operation: "ListAccountRoles",
|
40
|
+
},
|
36
41
|
};
|
37
42
|
const { requestHandler } = configuration;
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|