@cdk8s/awscdk-resolver 0.0.2 → 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 +4 -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 +10 -10
@@ -17,6 +17,7 @@ import { GetCallerIdentityCommandInput, GetCallerIdentityCommandOutput } from ".
|
|
17
17
|
import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "./commands/GetFederationTokenCommand";
|
18
18
|
import { GetSessionTokenCommandInput, GetSessionTokenCommandOutput } from "./commands/GetSessionTokenCommand";
|
19
19
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
20
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
20
21
|
export { __Client };
|
21
22
|
/**
|
22
23
|
* @public
|
@@ -124,6 +125,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
124
125
|
* Optional logger for logging debug/info/warn/error.
|
125
126
|
*/
|
126
127
|
logger?: __Logger;
|
128
|
+
/**
|
129
|
+
* Optional extensions
|
130
|
+
*/
|
131
|
+
extensions?: RuntimeExtension[];
|
127
132
|
/**
|
128
133
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
129
134
|
*/
|
@@ -143,7 +148,7 @@ export interface STSClientConfig extends STSClientConfigType {
|
|
143
148
|
/**
|
144
149
|
* @public
|
145
150
|
*/
|
146
|
-
export type STSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & StsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
151
|
+
export type STSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & StsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
147
152
|
/**
|
148
153
|
* @public
|
149
154
|
*
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
3
|
+
import { DefaultExtensionConfiguration } from "@smithy/types";
|
4
|
+
/**
|
5
|
+
* @internal
|
6
|
+
*/
|
7
|
+
export interface STSExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration {
|
8
|
+
}
|
@@ -11,7 +11,10 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
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: STSClientConfig) => {
|
|
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: STSClientConfig) => {
|
|
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: STSClientConfig) => {
|
|
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 { STSClientConfig } from "./STSClient";
|
|
5
5
|
export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
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: STSClientConfig) => {
|
|
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: STSClientConfig) => {
|
|
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 { STSExtensionConfiguration } from "./extensionConfiguration";
|
2
|
+
/**
|
3
|
+
* @public
|
4
|
+
*/
|
5
|
+
export interface RuntimeExtension {
|
6
|
+
configure(extensionConfiguration: STSExtensionConfiguration): 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;
|
@@ -82,6 +82,7 @@ import {
|
|
82
82
|
ClientResolvedEndpointParameters,
|
83
83
|
EndpointParameters,
|
84
84
|
} from "./endpoint/EndpointParameters";
|
85
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
85
86
|
export { __Client };
|
86
87
|
export type ServiceInputTypes =
|
87
88
|
| AssumeRoleCommandInput
|
@@ -123,6 +124,7 @@ export interface ClientDefaults
|
|
123
124
|
maxAttempts?: number | __Provider<number>;
|
124
125
|
retryMode?: string | __Provider<string>;
|
125
126
|
logger?: __Logger;
|
127
|
+
extensions?: RuntimeExtension[];
|
126
128
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
127
129
|
}
|
128
130
|
export type STSClientConfigType = Partial<
|
@@ -140,6 +142,7 @@ export interface STSClientConfig extends STSClientConfigType {}
|
|
140
142
|
export type STSClientResolvedConfigType =
|
141
143
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
142
144
|
Required<ClientDefaults> &
|
145
|
+
RuntimeExtensionsConfig &
|
143
146
|
RegionResolvedConfig &
|
144
147
|
EndpointResolvedConfig<EndpointParameters> &
|
145
148
|
RetryResolvedConfig &
|
@@ -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 STSExtensionConfiguration
|
5
|
+
extends HttpHandlerExtensionConfiguration,
|
6
|
+
DefaultExtensionConfiguration,
|
7
|
+
AwsRegionExtensionConfiguration {}
|
@@ -20,7 +20,14 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
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: STSClientConfig) => {
|
|
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
|
@@ -18,7 +18,14 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
18
18
|
any,
|
19
19
|
import("@smithy/types").HttpHandlerOptions
|
20
20
|
> &
|
21
|
-
import("@smithy/
|
21
|
+
import("@smithy/types").RequestHandler<
|
22
|
+
import("@smithy/protocol-http").HttpRequest,
|
23
|
+
import("@smithy/protocol-http").HttpResponse,
|
24
|
+
import("@smithy/types").HttpHandlerOptions
|
25
|
+
> & {
|
26
|
+
updateHttpClientConfig(key: never, value: never): void;
|
27
|
+
httpHandlerConfigs(): {};
|
28
|
+
})
|
22
29
|
| RequestHandler;
|
23
30
|
retryMode: string | import("@smithy/types").Provider<string>;
|
24
31
|
sha256: import("@smithy/types").HashConstructor;
|
@@ -34,6 +41,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
34
41
|
disableHostPrefix: boolean;
|
35
42
|
serviceId: string;
|
36
43
|
logger: import("@smithy/types").Logger;
|
44
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
37
45
|
endpoint?:
|
38
46
|
| ((
|
39
47
|
| string
|
@@ -8,7 +8,14 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
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: STSClientConfig) => {
|
|
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<
|
@@ -10,6 +10,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
|
|
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 { STSExtensionConfiguration } from "./extensionConfiguration";
|
2
|
+
export interface RuntimeExtension {
|
3
|
+
configure(extensionConfiguration: STSExtensionConfiguration): 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-sts",
|
3
3
|
"description": "AWS SDK for JavaScript Sts 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",
|
@@ -23,38 +23,39 @@
|
|
23
23
|
"dependencies": {
|
24
24
|
"@aws-crypto/sha256-browser": "3.0.0",
|
25
25
|
"@aws-crypto/sha256-js": "3.0.0",
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
30
|
-
"@aws-sdk/middleware-sdk-sts": "3.
|
31
|
-
"@aws-sdk/middleware-signing": "3.
|
32
|
-
"@aws-sdk/middleware-user-agent": "3.
|
33
|
-
"@aws-sdk/
|
34
|
-
"@aws-sdk/
|
35
|
-
"@aws-sdk/util-
|
36
|
-
"@aws-sdk/util-user-agent-
|
37
|
-
"@
|
38
|
-
"@smithy/
|
39
|
-
"@smithy/
|
40
|
-
"@smithy/
|
41
|
-
"@smithy/
|
42
|
-
"@smithy/middleware-
|
43
|
-
"@smithy/middleware-
|
44
|
-
"@smithy/middleware-
|
45
|
-
"@smithy/middleware-
|
46
|
-
"@smithy/
|
47
|
-
"@smithy/node-
|
48
|
-
"@smithy/
|
49
|
-
"@smithy/
|
50
|
-
"@smithy/
|
51
|
-
"@smithy/
|
26
|
+
"@aws-sdk/credential-provider-node": "3.423.0",
|
27
|
+
"@aws-sdk/middleware-host-header": "3.418.0",
|
28
|
+
"@aws-sdk/middleware-logger": "3.418.0",
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.418.0",
|
30
|
+
"@aws-sdk/middleware-sdk-sts": "3.418.0",
|
31
|
+
"@aws-sdk/middleware-signing": "3.418.0",
|
32
|
+
"@aws-sdk/middleware-user-agent": "3.418.0",
|
33
|
+
"@aws-sdk/region-config-resolver": "3.418.0",
|
34
|
+
"@aws-sdk/types": "3.418.0",
|
35
|
+
"@aws-sdk/util-endpoints": "3.418.0",
|
36
|
+
"@aws-sdk/util-user-agent-browser": "3.418.0",
|
37
|
+
"@aws-sdk/util-user-agent-node": "3.418.0",
|
38
|
+
"@smithy/config-resolver": "^2.0.10",
|
39
|
+
"@smithy/fetch-http-handler": "^2.1.5",
|
40
|
+
"@smithy/hash-node": "^2.0.9",
|
41
|
+
"@smithy/invalid-dependency": "^2.0.9",
|
42
|
+
"@smithy/middleware-content-length": "^2.0.11",
|
43
|
+
"@smithy/middleware-endpoint": "^2.0.9",
|
44
|
+
"@smithy/middleware-retry": "^2.0.12",
|
45
|
+
"@smithy/middleware-serde": "^2.0.9",
|
46
|
+
"@smithy/middleware-stack": "^2.0.2",
|
47
|
+
"@smithy/node-config-provider": "^2.0.12",
|
48
|
+
"@smithy/node-http-handler": "^2.1.5",
|
49
|
+
"@smithy/protocol-http": "^3.0.5",
|
50
|
+
"@smithy/smithy-client": "^2.1.6",
|
51
|
+
"@smithy/types": "^2.3.3",
|
52
|
+
"@smithy/url-parser": "^2.0.9",
|
52
53
|
"@smithy/util-base64": "^2.0.0",
|
53
54
|
"@smithy/util-body-length-browser": "^2.0.0",
|
54
|
-
"@smithy/util-body-length-node": "^2.
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
57
|
-
"@smithy/util-retry": "^2.0.
|
55
|
+
"@smithy/util-body-length-node": "^2.1.0",
|
56
|
+
"@smithy/util-defaults-mode-browser": "^2.0.10",
|
57
|
+
"@smithy/util-defaults-mode-node": "^2.0.12",
|
58
|
+
"@smithy/util-retry": "^2.0.2",
|
58
59
|
"@smithy/util-utf8": "^2.0.0",
|
59
60
|
"fast-xml-parser": "4.2.5",
|
60
61
|
"tslib": "^2.5.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.418.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/types": "3.
|
27
|
+
"@aws-sdk/types": "3.418.0",
|
28
28
|
"@smithy/property-provider": "^2.0.0",
|
29
|
-
"@smithy/types": "^2.
|
29
|
+
"@smithy/types": "^2.3.3",
|
30
30
|
"tslib": "^2.5.0"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js
CHANGED
@@ -36,6 +36,7 @@ const resolveAssumeRoleCredentials = async (profileName, profiles, options, visi
|
|
36
36
|
RoleArn: data.role_arn,
|
37
37
|
RoleSessionName: data.role_session_name || `aws-sdk-js-${Date.now()}`,
|
38
38
|
ExternalId: data.external_id,
|
39
|
+
DurationSeconds: parseInt(data.duration_seconds || "3600", 10),
|
39
40
|
};
|
40
41
|
const { mfa_serial } = data;
|
41
42
|
if (mfa_serial) {
|
package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js
CHANGED
@@ -32,6 +32,7 @@ export const resolveAssumeRoleCredentials = async (profileName, profiles, option
|
|
32
32
|
RoleArn: data.role_arn,
|
33
33
|
RoleSessionName: data.role_session_name || `aws-sdk-js-${Date.now()}`,
|
34
34
|
ExternalId: data.external_id,
|
35
|
+
DurationSeconds: parseInt(data.duration_seconds || "3600", 10),
|
35
36
|
};
|
36
37
|
const { mfa_serial } = data;
|
37
38
|
if (mfa_serial) {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.423.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,15 +24,15 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/credential-provider-env": "3.
|
28
|
-
"@aws-sdk/credential-provider-process": "3.
|
29
|
-
"@aws-sdk/credential-provider-sso": "3.
|
30
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
31
|
-
"@aws-sdk/types": "3.
|
27
|
+
"@aws-sdk/credential-provider-env": "3.418.0",
|
28
|
+
"@aws-sdk/credential-provider-process": "3.418.0",
|
29
|
+
"@aws-sdk/credential-provider-sso": "3.423.0",
|
30
|
+
"@aws-sdk/credential-provider-web-identity": "3.418.0",
|
31
|
+
"@aws-sdk/types": "3.418.0",
|
32
32
|
"@smithy/credential-provider-imds": "^2.0.0",
|
33
33
|
"@smithy/property-provider": "^2.0.0",
|
34
|
-
"@smithy/shared-ini-file-loader": "^2.0.
|
35
|
-
"@smithy/types": "^2.
|
34
|
+
"@smithy/shared-ini-file-loader": "^2.0.6",
|
35
|
+
"@smithy/types": "^2.3.3",
|
36
36
|
"tslib": "^2.5.0"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
@@ -39,7 +39,10 @@ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
39
39
|
const { S3Client, GetObjectCommand } = require("@aws-sdk/client-s3");
|
40
40
|
|
41
41
|
const provider = defaultProvider({
|
42
|
-
roleAssumerWithWebIdentity: getDefaultRoleAssumerWithWebIdentity(
|
42
|
+
roleAssumerWithWebIdentity: getDefaultRoleAssumerWithWebIdentity({
|
43
|
+
// You must explicitly pass a region if you are not using us-east-1
|
44
|
+
region: "eu-west-1"
|
45
|
+
}),
|
43
46
|
});
|
44
47
|
|
45
48
|
const client = new S3Client({ credentialDefaultProvider: provider });
|
@@ -77,8 +80,8 @@ supported:
|
|
77
80
|
code and `mfaCodeProvider` is not a valid function, the credential provider
|
78
81
|
promise will be rejected.
|
79
82
|
- `roleAssumer` - A function that assumes a role and returns a promise
|
80
|
-
fulfilled with credentials for the assumed role. If not specified,
|
81
|
-
will
|
83
|
+
fulfilled with credentials for the assumed role. If not specified, no role
|
84
|
+
will be assumed, and an error will be thrown.
|
82
85
|
- `roleArn` - ARN to assume. If not specified, the provider will use the value
|
83
86
|
in the `AWS_ROLE_ARN` environment variable.
|
84
87
|
- `webIdentityTokenFile` - File location of where the `OIDC` token is stored.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.423.0",
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
5
5
|
"engines": {
|
6
6
|
"node": ">=14.0.0"
|
@@ -27,16 +27,16 @@
|
|
27
27
|
},
|
28
28
|
"license": "Apache-2.0",
|
29
29
|
"dependencies": {
|
30
|
-
"@aws-sdk/credential-provider-env": "3.
|
31
|
-
"@aws-sdk/credential-provider-ini": "3.
|
32
|
-
"@aws-sdk/credential-provider-process": "3.
|
33
|
-
"@aws-sdk/credential-provider-sso": "3.
|
34
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
35
|
-
"@aws-sdk/types": "3.
|
30
|
+
"@aws-sdk/credential-provider-env": "3.418.0",
|
31
|
+
"@aws-sdk/credential-provider-ini": "3.423.0",
|
32
|
+
"@aws-sdk/credential-provider-process": "3.418.0",
|
33
|
+
"@aws-sdk/credential-provider-sso": "3.423.0",
|
34
|
+
"@aws-sdk/credential-provider-web-identity": "3.418.0",
|
35
|
+
"@aws-sdk/types": "3.418.0",
|
36
36
|
"@smithy/credential-provider-imds": "^2.0.0",
|
37
37
|
"@smithy/property-provider": "^2.0.0",
|
38
|
-
"@smithy/shared-ini-file-loader": "^2.0.
|
39
|
-
"@smithy/types": "^2.
|
38
|
+
"@smithy/shared-ini-file-loader": "^2.0.6",
|
39
|
+
"@smithy/types": "^2.3.3",
|
40
40
|
"tslib": "^2.5.0"
|
41
41
|
},
|
42
42
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-process",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.418.0",
|
4
4
|
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,10 +24,10 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/types": "3.
|
27
|
+
"@aws-sdk/types": "3.418.0",
|
28
28
|
"@smithy/property-provider": "^2.0.0",
|
29
|
-
"@smithy/shared-ini-file-loader": "^2.0.
|
30
|
-
"@smithy/types": "^2.
|
29
|
+
"@smithy/shared-ini-file-loader": "^2.0.6",
|
30
|
+
"@smithy/types": "^2.3.3",
|
31
31
|
"tslib": "^2.5.0"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
@@ -5,7 +5,6 @@ const client_sso_1 = require("@aws-sdk/client-sso");
|
|
5
5
|
const token_providers_1 = require("@aws-sdk/token-providers");
|
6
6
|
const property_provider_1 = require("@smithy/property-provider");
|
7
7
|
const shared_ini_file_loader_1 = require("@smithy/shared-ini-file-loader");
|
8
|
-
const EXPIRE_WINDOW_MS = 15 * 60 * 1000;
|
9
8
|
const SHOULD_FAIL_CREDENTIAL_CHAIN = false;
|
10
9
|
const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, profile, }) => {
|
11
10
|
let token;
|
@@ -30,7 +29,7 @@ const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ss
|
|
30
29
|
throw new property_provider_1.CredentialsProviderError(`The SSO session associated with this profile is invalid. ${refreshMessage}`, SHOULD_FAIL_CREDENTIAL_CHAIN);
|
31
30
|
}
|
32
31
|
}
|
33
|
-
if (new Date(token.expiresAt).getTime() - Date.now() <=
|
32
|
+
if (new Date(token.expiresAt).getTime() - Date.now() <= 0) {
|
34
33
|
throw new property_provider_1.CredentialsProviderError(`The SSO session associated with this profile has expired. ${refreshMessage}`, SHOULD_FAIL_CREDENTIAL_CHAIN);
|
35
34
|
}
|
36
35
|
const { accessToken } = token;
|
@@ -2,7 +2,6 @@ import { GetRoleCredentialsCommand, SSOClient } from "@aws-sdk/client-sso";
|
|
2
2
|
import { fromSso as getSsoTokenProvider } from "@aws-sdk/token-providers";
|
3
3
|
import { CredentialsProviderError } from "@smithy/property-provider";
|
4
4
|
import { getSSOTokenFromFile } from "@smithy/shared-ini-file-loader";
|
5
|
-
const EXPIRE_WINDOW_MS = 15 * 60 * 1000;
|
6
5
|
const SHOULD_FAIL_CREDENTIAL_CHAIN = false;
|
7
6
|
export const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, profile, }) => {
|
8
7
|
let token;
|
@@ -27,7 +26,7 @@ export const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccoun
|
|
27
26
|
throw new CredentialsProviderError(`The SSO session associated with this profile is invalid. ${refreshMessage}`, SHOULD_FAIL_CREDENTIAL_CHAIN);
|
28
27
|
}
|
29
28
|
}
|
30
|
-
if (new Date(token.expiresAt).getTime() - Date.now() <=
|
29
|
+
if (new Date(token.expiresAt).getTime() - Date.now() <= 0) {
|
31
30
|
throw new CredentialsProviderError(`The SSO session associated with this profile has expired. ${refreshMessage}`, SHOULD_FAIL_CREDENTIAL_CHAIN);
|
32
31
|
}
|
33
32
|
const { accessToken } = token;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.423.0",
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,12 +24,12 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@aws-sdk/client-sso": "3.
|
28
|
-
"@aws-sdk/token-providers": "3.
|
29
|
-
"@aws-sdk/types": "3.
|
27
|
+
"@aws-sdk/client-sso": "3.423.0",
|
28
|
+
"@aws-sdk/token-providers": "3.418.0",
|
29
|
+
"@aws-sdk/types": "3.418.0",
|
30
30
|
"@smithy/property-provider": "^2.0.0",
|
31
|
-
"@smithy/shared-ini-file-loader": "^2.0.
|
32
|
-
"@smithy/types": "^2.
|
31
|
+
"@smithy/shared-ini-file-loader": "^2.0.6",
|
32
|
+
"@smithy/types": "^2.3.3",
|
33
33
|
"tslib": "^2.5.0"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.418.0",
|
4
4
|
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -32,9 +32,9 @@
|
|
32
32
|
},
|
33
33
|
"license": "Apache-2.0",
|
34
34
|
"dependencies": {
|
35
|
-
"@aws-sdk/types": "3.
|
35
|
+
"@aws-sdk/types": "3.418.0",
|
36
36
|
"@smithy/property-provider": "^2.0.0",
|
37
|
-
"@smithy/types": "^2.
|
37
|
+
"@smithy/types": "^2.3.3",
|
38
38
|
"tslib": "^2.5.0"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/middleware-host-header",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.418.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
@@ -21,9 +21,9 @@
|
|
21
21
|
},
|
22
22
|
"license": "Apache-2.0",
|
23
23
|
"dependencies": {
|
24
|
-
"@aws-sdk/types": "3.
|
25
|
-
"@smithy/protocol-http": "^
|
26
|
-
"@smithy/types": "^2.
|
24
|
+
"@aws-sdk/types": "3.418.0",
|
25
|
+
"@smithy/protocol-http": "^3.0.5",
|
26
|
+
"@smithy/types": "^2.3.3",
|
27
27
|
"tslib": "^2.5.0"
|
28
28
|
},
|
29
29
|
"engines": {
|