@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
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/service-error-classification",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.3",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
|
-
"build:cjs": "tsc -p tsconfig.cjs.json",
|
7
|
-
"build:es": "tsc -p tsconfig.es.json",
|
8
|
-
"build:types": "tsc -p tsconfig.types.json",
|
6
|
+
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
7
|
+
"build:es": "yarn g:tsc -p tsconfig.es.json",
|
8
|
+
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
9
9
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
10
10
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
11
11
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
12
12
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
13
13
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
14
|
-
"test": "jest"
|
14
|
+
"test": "yarn g:jest"
|
15
15
|
},
|
16
16
|
"main": "./dist-cjs/index.js",
|
17
17
|
"module": "./dist-es/index.js",
|
@@ -22,14 +22,11 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"devDependencies": {
|
25
|
-
"@smithy/types": "^2.0.1",
|
26
25
|
"@tsconfig/recommended": "1.0.1",
|
27
26
|
"concurrently": "7.0.0",
|
28
27
|
"downlevel-dts": "0.10.1",
|
29
|
-
"jest": "28.1.1",
|
30
28
|
"rimraf": "3.0.2",
|
31
|
-
"typedoc": "0.23.23"
|
32
|
-
"typescript": "~4.9.5"
|
29
|
+
"typedoc": "0.23.23"
|
33
30
|
},
|
34
31
|
"engines": {
|
35
32
|
"node": ">=14.0.0"
|
@@ -55,5 +52,8 @@
|
|
55
52
|
},
|
56
53
|
"publishConfig": {
|
57
54
|
"directory": ".release/package"
|
55
|
+
},
|
56
|
+
"dependencies": {
|
57
|
+
"@smithy/types": "^2.3.4"
|
58
58
|
}
|
59
59
|
}
|
@@ -3,6 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getHomeDir = void 0;
|
4
4
|
const os_1 = require("os");
|
5
5
|
const path_1 = require("path");
|
6
|
+
const homeDirCache = {};
|
7
|
+
const getHomeDirCacheKey = () => {
|
8
|
+
if (process && process.geteuid) {
|
9
|
+
return `${process.geteuid()}`;
|
10
|
+
}
|
11
|
+
return "DEFAULT";
|
12
|
+
};
|
6
13
|
const getHomeDir = () => {
|
7
14
|
const { HOME, USERPROFILE, HOMEPATH, HOMEDRIVE = `C:${path_1.sep}` } = process.env;
|
8
15
|
if (HOME)
|
@@ -11,6 +18,9 @@ const getHomeDir = () => {
|
|
11
18
|
return USERPROFILE;
|
12
19
|
if (HOMEPATH)
|
13
20
|
return `${HOMEDRIVE}${HOMEPATH}`;
|
14
|
-
|
21
|
+
const homeDirCacheKey = getHomeDirCacheKey();
|
22
|
+
if (!homeDirCache[homeDirCacheKey])
|
23
|
+
homeDirCache[homeDirCacheKey] = (0, os_1.homedir)();
|
24
|
+
return homeDirCache[homeDirCacheKey];
|
15
25
|
};
|
16
26
|
exports.getHomeDir = getHomeDir;
|
@@ -1,5 +1,12 @@
|
|
1
1
|
import { homedir } from "os";
|
2
2
|
import { sep } from "path";
|
3
|
+
const homeDirCache = {};
|
4
|
+
const getHomeDirCacheKey = () => {
|
5
|
+
if (process && process.geteuid) {
|
6
|
+
return `${process.geteuid()}`;
|
7
|
+
}
|
8
|
+
return "DEFAULT";
|
9
|
+
};
|
3
10
|
export const getHomeDir = () => {
|
4
11
|
const { HOME, USERPROFILE, HOMEPATH, HOMEDRIVE = `C:${sep}` } = process.env;
|
5
12
|
if (HOME)
|
@@ -8,5 +15,8 @@ export const getHomeDir = () => {
|
|
8
15
|
return USERPROFILE;
|
9
16
|
if (HOMEPATH)
|
10
17
|
return `${HOMEDRIVE}${HOMEPATH}`;
|
11
|
-
|
18
|
+
const homeDirCacheKey = getHomeDirCacheKey();
|
19
|
+
if (!homeDirCache[homeDirCacheKey])
|
20
|
+
homeDirCache[homeDirCacheKey] = homedir();
|
21
|
+
return homeDirCache[homeDirCacheKey];
|
12
22
|
};
|
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/shared-ini-file-loader",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.12",
|
4
4
|
"dependencies": {
|
5
|
-
"@smithy/types": "^2.
|
5
|
+
"@smithy/types": "^2.3.4",
|
6
6
|
"tslib": "^2.5.0"
|
7
7
|
},
|
8
8
|
"devDependencies": {
|
@@ -10,23 +10,21 @@
|
|
10
10
|
"@types/node": "^14.14.31",
|
11
11
|
"concurrently": "7.0.0",
|
12
12
|
"downlevel-dts": "0.10.1",
|
13
|
-
"jest": "28.1.1",
|
14
13
|
"rimraf": "3.0.2",
|
15
|
-
"typedoc": "0.23.23"
|
16
|
-
"typescript": "~4.9.5"
|
14
|
+
"typedoc": "0.23.23"
|
17
15
|
},
|
18
16
|
"scripts": {
|
19
17
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
20
|
-
"build:cjs": "tsc -p tsconfig.cjs.json",
|
21
|
-
"build:es": "tsc -p tsconfig.es.json",
|
22
|
-
"build:types": "tsc -p tsconfig.types.json",
|
18
|
+
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
19
|
+
"build:es": "yarn g:tsc -p tsconfig.es.json",
|
20
|
+
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
23
21
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
24
22
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
25
23
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
26
24
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
27
25
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
28
26
|
"extract:docs": "api-extractor run --local",
|
29
|
-
"test": "jest"
|
27
|
+
"test": "yarn g:jest"
|
30
28
|
},
|
31
29
|
"author": {
|
32
30
|
"name": "AWS SDK for JavaScript Team",
|
@@ -1,22 +1,22 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/signature-v4",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.10",
|
4
4
|
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
7
7
|
"types": "./dist-types/index.d.ts",
|
8
8
|
"scripts": {
|
9
9
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
10
|
-
"build:cjs": "tsc -p tsconfig.cjs.json",
|
11
|
-
"build:es": "tsc -p tsconfig.es.json",
|
12
|
-
"build:types": "tsc -p tsconfig.types.json",
|
10
|
+
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
11
|
+
"build:es": "yarn g:tsc -p tsconfig.es.json",
|
12
|
+
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
13
13
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
14
14
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
15
15
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
16
16
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
17
17
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
18
18
|
"extract:docs": "api-extractor run --local",
|
19
|
-
"test": "jest --coverage"
|
19
|
+
"test": "yarn g:jest --coverage"
|
20
20
|
},
|
21
21
|
"author": {
|
22
22
|
"name": "AWS SDK for JavaScript Team",
|
@@ -24,25 +24,23 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/eventstream-codec": "^2.0.
|
27
|
+
"@smithy/eventstream-codec": "^2.0.10",
|
28
28
|
"@smithy/is-array-buffer": "^2.0.0",
|
29
|
-
"@smithy/types": "^2.
|
29
|
+
"@smithy/types": "^2.3.4",
|
30
30
|
"@smithy/util-hex-encoding": "^2.0.0",
|
31
|
-
"@smithy/util-middleware": "^2.0.
|
31
|
+
"@smithy/util-middleware": "^2.0.3",
|
32
32
|
"@smithy/util-uri-escape": "^2.0.0",
|
33
33
|
"@smithy/util-utf8": "^2.0.0",
|
34
34
|
"tslib": "^2.5.0"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
37
|
"@aws-crypto/sha256-js": "3.0.0",
|
38
|
-
"@smithy/protocol-http": "^
|
38
|
+
"@smithy/protocol-http": "^3.0.6",
|
39
39
|
"@tsconfig/recommended": "1.0.1",
|
40
40
|
"concurrently": "7.0.0",
|
41
41
|
"downlevel-dts": "0.10.1",
|
42
|
-
"jest": "28.1.1",
|
43
42
|
"rimraf": "3.0.2",
|
44
|
-
"typedoc": "0.23.23"
|
45
|
-
"typescript": "~4.9.5"
|
43
|
+
"typedoc": "0.23.23"
|
46
44
|
},
|
47
45
|
"engines": {
|
48
46
|
"node": ">=14.0.0"
|
@@ -0,0 +1,36 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.resolveChecksumRuntimeConfig = exports.getChecksumConfiguration = exports.AlgorithmId = void 0;
|
4
|
+
const types_1 = require("@smithy/types");
|
5
|
+
Object.defineProperty(exports, "AlgorithmId", { enumerable: true, get: function () { return types_1.AlgorithmId; } });
|
6
|
+
const getChecksumConfiguration = (runtimeConfig) => {
|
7
|
+
const checksumAlgorithms = [];
|
8
|
+
for (const id in types_1.AlgorithmId) {
|
9
|
+
const algorithmId = types_1.AlgorithmId[id];
|
10
|
+
if (runtimeConfig[algorithmId] === undefined) {
|
11
|
+
continue;
|
12
|
+
}
|
13
|
+
checksumAlgorithms.push({
|
14
|
+
algorithmId: () => algorithmId,
|
15
|
+
checksumConstructor: () => runtimeConfig[algorithmId],
|
16
|
+
});
|
17
|
+
}
|
18
|
+
return {
|
19
|
+
_checksumAlgorithms: checksumAlgorithms,
|
20
|
+
addChecksumAlgorithm(algo) {
|
21
|
+
this._checksumAlgorithms.push(algo);
|
22
|
+
},
|
23
|
+
checksumAlgorithms() {
|
24
|
+
return this._checksumAlgorithms;
|
25
|
+
},
|
26
|
+
};
|
27
|
+
};
|
28
|
+
exports.getChecksumConfiguration = getChecksumConfiguration;
|
29
|
+
const resolveChecksumRuntimeConfig = (clientConfig) => {
|
30
|
+
const runtimeConfig = {};
|
31
|
+
clientConfig.checksumAlgorithms().forEach((checksumAlgorithm) => {
|
32
|
+
runtimeConfig[checksumAlgorithm.algorithmId()] = checksumAlgorithm.checksumConstructor();
|
33
|
+
});
|
34
|
+
return runtimeConfig;
|
35
|
+
};
|
36
|
+
exports.resolveChecksumRuntimeConfig = resolveChecksumRuntimeConfig;
|
package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.resolveDefaultRuntimeConfig = exports.getDefaultClientConfiguration = exports.getDefaultExtensionConfiguration = void 0;
|
4
|
+
const checksum_1 = require("./checksum");
|
5
|
+
const retry_1 = require("./retry");
|
6
|
+
const getDefaultExtensionConfiguration = (runtimeConfig) => {
|
7
|
+
return {
|
8
|
+
...(0, checksum_1.getChecksumConfiguration)(runtimeConfig),
|
9
|
+
...(0, retry_1.getRetryConfiguration)(runtimeConfig),
|
10
|
+
};
|
11
|
+
};
|
12
|
+
exports.getDefaultExtensionConfiguration = getDefaultExtensionConfiguration;
|
13
|
+
exports.getDefaultClientConfiguration = exports.getDefaultExtensionConfiguration;
|
14
|
+
const resolveDefaultRuntimeConfig = (config) => {
|
15
|
+
return {
|
16
|
+
...(0, checksum_1.resolveChecksumRuntimeConfig)(config),
|
17
|
+
...(0, retry_1.resolveRetryRuntimeConfig)(config),
|
18
|
+
};
|
19
|
+
};
|
20
|
+
exports.resolveDefaultRuntimeConfig = resolveDefaultRuntimeConfig;
|
@@ -0,0 +1,21 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.resolveRetryRuntimeConfig = exports.getRetryConfiguration = void 0;
|
4
|
+
const getRetryConfiguration = (runtimeConfig) => {
|
5
|
+
let _retryStrategy = runtimeConfig.retryStrategy;
|
6
|
+
return {
|
7
|
+
setRetryStrategy(retryStrategy) {
|
8
|
+
_retryStrategy = retryStrategy;
|
9
|
+
},
|
10
|
+
retryStrategy() {
|
11
|
+
return _retryStrategy;
|
12
|
+
},
|
13
|
+
};
|
14
|
+
};
|
15
|
+
exports.getRetryConfiguration = getRetryConfiguration;
|
16
|
+
const resolveRetryRuntimeConfig = (retryStrategyConfiguration) => {
|
17
|
+
const runtimeConfig = {};
|
18
|
+
runtimeConfig.retryStrategy = retryStrategyConfiguration.retryStrategy();
|
19
|
+
return runtimeConfig;
|
20
|
+
};
|
21
|
+
exports.resolveRetryRuntimeConfig = resolveRetryRuntimeConfig;
|
@@ -11,6 +11,7 @@ tslib_1.__exportStar(require("./date-utils"), exports);
|
|
11
11
|
tslib_1.__exportStar(require("./default-error-handler"), exports);
|
12
12
|
tslib_1.__exportStar(require("./defaults-mode"), exports);
|
13
13
|
tslib_1.__exportStar(require("./emitWarningIfUnsupportedVersion"), exports);
|
14
|
+
tslib_1.__exportStar(require("./extensions"), exports);
|
14
15
|
tslib_1.__exportStar(require("./exceptions"), exports);
|
15
16
|
tslib_1.__exportStar(require("./extended-encode-uri-component"), exports);
|
16
17
|
tslib_1.__exportStar(require("./get-array-if-single-item"), exports);
|
@@ -0,0 +1,31 @@
|
|
1
|
+
import { AlgorithmId } from "@smithy/types";
|
2
|
+
export { AlgorithmId };
|
3
|
+
export const getChecksumConfiguration = (runtimeConfig) => {
|
4
|
+
const checksumAlgorithms = [];
|
5
|
+
for (const id in AlgorithmId) {
|
6
|
+
const algorithmId = AlgorithmId[id];
|
7
|
+
if (runtimeConfig[algorithmId] === undefined) {
|
8
|
+
continue;
|
9
|
+
}
|
10
|
+
checksumAlgorithms.push({
|
11
|
+
algorithmId: () => algorithmId,
|
12
|
+
checksumConstructor: () => runtimeConfig[algorithmId],
|
13
|
+
});
|
14
|
+
}
|
15
|
+
return {
|
16
|
+
_checksumAlgorithms: checksumAlgorithms,
|
17
|
+
addChecksumAlgorithm(algo) {
|
18
|
+
this._checksumAlgorithms.push(algo);
|
19
|
+
},
|
20
|
+
checksumAlgorithms() {
|
21
|
+
return this._checksumAlgorithms;
|
22
|
+
},
|
23
|
+
};
|
24
|
+
};
|
25
|
+
export const resolveChecksumRuntimeConfig = (clientConfig) => {
|
26
|
+
const runtimeConfig = {};
|
27
|
+
clientConfig.checksumAlgorithms().forEach((checksumAlgorithm) => {
|
28
|
+
runtimeConfig[checksumAlgorithm.algorithmId()] = checksumAlgorithm.checksumConstructor();
|
29
|
+
});
|
30
|
+
return runtimeConfig;
|
31
|
+
};
|
package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
import { getChecksumConfiguration, resolveChecksumRuntimeConfig } from "./checksum";
|
2
|
+
import { getRetryConfiguration, resolveRetryRuntimeConfig } from "./retry";
|
3
|
+
export const getDefaultExtensionConfiguration = (runtimeConfig) => {
|
4
|
+
return {
|
5
|
+
...getChecksumConfiguration(runtimeConfig),
|
6
|
+
...getRetryConfiguration(runtimeConfig),
|
7
|
+
};
|
8
|
+
};
|
9
|
+
export const getDefaultClientConfiguration = getDefaultExtensionConfiguration;
|
10
|
+
export const resolveDefaultRuntimeConfig = (config) => {
|
11
|
+
return {
|
12
|
+
...resolveChecksumRuntimeConfig(config),
|
13
|
+
...resolveRetryRuntimeConfig(config),
|
14
|
+
};
|
15
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./defaultExtensionConfiguration";
|
@@ -0,0 +1,16 @@
|
|
1
|
+
export const getRetryConfiguration = (runtimeConfig) => {
|
2
|
+
let _retryStrategy = runtimeConfig.retryStrategy;
|
3
|
+
return {
|
4
|
+
setRetryStrategy(retryStrategy) {
|
5
|
+
_retryStrategy = retryStrategy;
|
6
|
+
},
|
7
|
+
retryStrategy() {
|
8
|
+
return _retryStrategy;
|
9
|
+
},
|
10
|
+
};
|
11
|
+
};
|
12
|
+
export const resolveRetryRuntimeConfig = (retryStrategyConfiguration) => {
|
13
|
+
const runtimeConfig = {};
|
14
|
+
runtimeConfig.retryStrategy = retryStrategyConfiguration.retryStrategy();
|
15
|
+
return runtimeConfig;
|
16
|
+
};
|
@@ -8,6 +8,7 @@ export * from "./date-utils";
|
|
8
8
|
export * from "./default-error-handler";
|
9
9
|
export * from "./defaults-mode";
|
10
10
|
export * from "./emitWarningIfUnsupportedVersion";
|
11
|
+
export * from "./extensions";
|
11
12
|
export * from "./exceptions";
|
12
13
|
export * from "./extended-encode-uri-component";
|
13
14
|
export * from "./get-array-if-single-item";
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import type { ChecksumAlgorithm, ChecksumConfiguration, ChecksumConstructor, HashConstructor } from "@smithy/types";
|
2
|
+
import { AlgorithmId } from "@smithy/types";
|
3
|
+
export { AlgorithmId, ChecksumAlgorithm, ChecksumConfiguration };
|
4
|
+
/**
|
5
|
+
* @internal
|
6
|
+
*/
|
7
|
+
export type PartialChecksumRuntimeConfigType = Partial<{
|
8
|
+
sha256: ChecksumConstructor | HashConstructor;
|
9
|
+
md5: ChecksumConstructor | HashConstructor;
|
10
|
+
crc32: ChecksumConstructor | HashConstructor;
|
11
|
+
crc32c: ChecksumConstructor | HashConstructor;
|
12
|
+
sha1: ChecksumConstructor | HashConstructor;
|
13
|
+
}>;
|
14
|
+
/**
|
15
|
+
* @internal
|
16
|
+
*/
|
17
|
+
export declare const getChecksumConfiguration: (runtimeConfig: PartialChecksumRuntimeConfigType) => {
|
18
|
+
_checksumAlgorithms: ChecksumAlgorithm[];
|
19
|
+
addChecksumAlgorithm(algo: ChecksumAlgorithm): void;
|
20
|
+
checksumAlgorithms(): ChecksumAlgorithm[];
|
21
|
+
};
|
22
|
+
/**
|
23
|
+
* @internal
|
24
|
+
*/
|
25
|
+
export declare const resolveChecksumRuntimeConfig: (clientConfig: ChecksumConfiguration) => PartialChecksumRuntimeConfigType;
|
package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
2
|
+
import { PartialChecksumRuntimeConfigType } from "./checksum";
|
3
|
+
import { PartialRetryRuntimeConfigType } from "./retry";
|
4
|
+
/**
|
5
|
+
* @internal
|
6
|
+
*/
|
7
|
+
export type DefaultExtensionRuntimeConfigType = PartialRetryRuntimeConfigType & PartialChecksumRuntimeConfigType;
|
8
|
+
/**
|
9
|
+
* @internal
|
10
|
+
*
|
11
|
+
* Helper function to resolve default extension configuration from runtime config
|
12
|
+
*/
|
13
|
+
export declare const getDefaultExtensionConfiguration: (runtimeConfig: DefaultExtensionRuntimeConfigType) => {
|
14
|
+
setRetryStrategy(retryStrategy: import("@smithy/types").Provider<import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2>): void;
|
15
|
+
retryStrategy(): import("@smithy/types").Provider<import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2>;
|
16
|
+
_checksumAlgorithms: import("@smithy/types").ChecksumAlgorithm[];
|
17
|
+
addChecksumAlgorithm(algo: import("@smithy/types").ChecksumAlgorithm): void;
|
18
|
+
checksumAlgorithms(): import("@smithy/types").ChecksumAlgorithm[];
|
19
|
+
};
|
20
|
+
/**
|
21
|
+
* @deprecated use getDefaultExtensionConfiguration
|
22
|
+
* @internal
|
23
|
+
*
|
24
|
+
* Helper function to resolve default extension configuration from runtime config
|
25
|
+
*/
|
26
|
+
export declare const getDefaultClientConfiguration: (runtimeConfig: DefaultExtensionRuntimeConfigType) => {
|
27
|
+
setRetryStrategy(retryStrategy: import("@smithy/types").Provider<import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2>): void;
|
28
|
+
retryStrategy(): import("@smithy/types").Provider<import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2>;
|
29
|
+
_checksumAlgorithms: import("@smithy/types").ChecksumAlgorithm[];
|
30
|
+
addChecksumAlgorithm(algo: import("@smithy/types").ChecksumAlgorithm): void;
|
31
|
+
checksumAlgorithms(): import("@smithy/types").ChecksumAlgorithm[];
|
32
|
+
};
|
33
|
+
/**
|
34
|
+
* @internal
|
35
|
+
*
|
36
|
+
* Helper function to resolve runtime config from default extension configuration
|
37
|
+
*/
|
38
|
+
export declare const resolveDefaultRuntimeConfig: (config: DefaultExtensionConfiguration) => DefaultExtensionRuntimeConfigType;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./defaultExtensionConfiguration";
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { Provider, RetryStrategy, RetryStrategyConfiguration, RetryStrategyV2 } from "@smithy/types";
|
2
|
+
export type PartialRetryRuntimeConfigType = Partial<{
|
3
|
+
retryStrategy: Provider<RetryStrategyV2 | RetryStrategy>;
|
4
|
+
}>;
|
5
|
+
/**
|
6
|
+
* @internal
|
7
|
+
*/
|
8
|
+
export declare const getRetryConfiguration: (runtimeConfig: PartialRetryRuntimeConfigType) => {
|
9
|
+
setRetryStrategy(retryStrategy: Provider<RetryStrategyV2 | RetryStrategy>): void;
|
10
|
+
retryStrategy(): Provider<RetryStrategyV2 | RetryStrategy>;
|
11
|
+
};
|
12
|
+
/**
|
13
|
+
* @internal
|
14
|
+
*/
|
15
|
+
export declare const resolveRetryRuntimeConfig: (retryStrategyConfiguration: RetryStrategyConfiguration) => PartialRetryRuntimeConfigType;
|
@@ -8,6 +8,7 @@ export * from "./date-utils";
|
|
8
8
|
export * from "./default-error-handler";
|
9
9
|
export * from "./defaults-mode";
|
10
10
|
export * from "./emitWarningIfUnsupportedVersion";
|
11
|
+
export * from "./extensions";
|
11
12
|
export * from "./exceptions";
|
12
13
|
export * from "./extended-encode-uri-component";
|
13
14
|
export * from "./get-array-if-single-item";
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { ChecksumAlgorithm, ChecksumConfiguration, ChecksumConstructor, HashConstructor } from "@smithy/types";
|
2
|
+
import { AlgorithmId } from "@smithy/types";
|
3
|
+
export { AlgorithmId, ChecksumAlgorithm, ChecksumConfiguration };
|
4
|
+
/**
|
5
|
+
* @internal
|
6
|
+
*/
|
7
|
+
export type PartialChecksumRuntimeConfigType = Partial<{
|
8
|
+
sha256: ChecksumConstructor | HashConstructor;
|
9
|
+
md5: ChecksumConstructor | HashConstructor;
|
10
|
+
crc32: ChecksumConstructor | HashConstructor;
|
11
|
+
crc32c: ChecksumConstructor | HashConstructor;
|
12
|
+
sha1: ChecksumConstructor | HashConstructor;
|
13
|
+
}>;
|
14
|
+
/**
|
15
|
+
* @internal
|
16
|
+
*/
|
17
|
+
export declare const getChecksumConfiguration: (runtimeConfig: PartialChecksumRuntimeConfigType) => {
|
18
|
+
_checksumAlgorithms: ChecksumAlgorithm[];
|
19
|
+
addChecksumAlgorithm(algo: ChecksumAlgorithm): void;
|
20
|
+
checksumAlgorithms(): ChecksumAlgorithm[];
|
21
|
+
};
|
22
|
+
/**
|
23
|
+
* @internal
|
24
|
+
*/
|
25
|
+
export declare const resolveChecksumRuntimeConfig: (clientConfig: ChecksumConfiguration) => PartialChecksumRuntimeConfigType;
|
@@ -0,0 +1,38 @@
|
|
1
|
+
import { DefaultExtensionConfiguration } from "@smithy/types";
|
2
|
+
import { PartialChecksumRuntimeConfigType } from "./checksum";
|
3
|
+
import { PartialRetryRuntimeConfigType } from "./retry";
|
4
|
+
/**
|
5
|
+
* @internal
|
6
|
+
*/
|
7
|
+
export type DefaultExtensionRuntimeConfigType = PartialRetryRuntimeConfigType & PartialChecksumRuntimeConfigType;
|
8
|
+
/**
|
9
|
+
* @internal
|
10
|
+
*
|
11
|
+
* Helper function to resolve default extension configuration from runtime config
|
12
|
+
*/
|
13
|
+
export declare const getDefaultExtensionConfiguration: (runtimeConfig: DefaultExtensionRuntimeConfigType) => {
|
14
|
+
setRetryStrategy(retryStrategy: import("@smithy/types").Provider<import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2>): void;
|
15
|
+
retryStrategy(): import("@smithy/types").Provider<import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2>;
|
16
|
+
_checksumAlgorithms: import("@smithy/types").ChecksumAlgorithm[];
|
17
|
+
addChecksumAlgorithm(algo: import("@smithy/types").ChecksumAlgorithm): void;
|
18
|
+
checksumAlgorithms(): import("@smithy/types").ChecksumAlgorithm[];
|
19
|
+
};
|
20
|
+
/**
|
21
|
+
* @deprecated use getDefaultExtensionConfiguration
|
22
|
+
* @internal
|
23
|
+
*
|
24
|
+
* Helper function to resolve default extension configuration from runtime config
|
25
|
+
*/
|
26
|
+
export declare const getDefaultClientConfiguration: (runtimeConfig: DefaultExtensionRuntimeConfigType) => {
|
27
|
+
setRetryStrategy(retryStrategy: import("@smithy/types").Provider<import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2>): void;
|
28
|
+
retryStrategy(): import("@smithy/types").Provider<import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2>;
|
29
|
+
_checksumAlgorithms: import("@smithy/types").ChecksumAlgorithm[];
|
30
|
+
addChecksumAlgorithm(algo: import("@smithy/types").ChecksumAlgorithm): void;
|
31
|
+
checksumAlgorithms(): import("@smithy/types").ChecksumAlgorithm[];
|
32
|
+
};
|
33
|
+
/**
|
34
|
+
* @internal
|
35
|
+
*
|
36
|
+
* Helper function to resolve runtime config from default extension configuration
|
37
|
+
*/
|
38
|
+
export declare const resolveDefaultRuntimeConfig: (config: DefaultExtensionConfiguration) => DefaultExtensionRuntimeConfigType;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./defaultExtensionConfiguration";
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { Provider, RetryStrategy, RetryStrategyConfiguration, RetryStrategyV2 } from "@smithy/types";
|
2
|
+
export type PartialRetryRuntimeConfigType = Partial<{
|
3
|
+
retryStrategy: Provider<RetryStrategyV2 | RetryStrategy>;
|
4
|
+
}>;
|
5
|
+
/**
|
6
|
+
* @internal
|
7
|
+
*/
|
8
|
+
export declare const getRetryConfiguration: (runtimeConfig: PartialRetryRuntimeConfigType) => {
|
9
|
+
setRetryStrategy(retryStrategy: Provider<RetryStrategyV2 | RetryStrategy>): void;
|
10
|
+
retryStrategy(): Provider<RetryStrategyV2 | RetryStrategy>;
|
11
|
+
};
|
12
|
+
/**
|
13
|
+
* @internal
|
14
|
+
*/
|
15
|
+
export declare const resolveRetryRuntimeConfig: (retryStrategyConfiguration: RetryStrategyConfiguration) => PartialRetryRuntimeConfigType;
|
@@ -8,6 +8,7 @@ export * from "./date-utils";
|
|
8
8
|
export * from "./default-error-handler";
|
9
9
|
export * from "./defaults-mode";
|
10
10
|
export * from "./emitWarningIfUnsupportedVersion";
|
11
|
+
export * from "./extensions";
|
11
12
|
export * from "./exceptions";
|
12
13
|
export * from "./extended-encode-uri-component";
|
13
14
|
export * from "./get-array-if-single-item";
|
@@ -1,18 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/smithy-client",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.1.9",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
|
-
"build:cjs": "tsc -p tsconfig.cjs.json",
|
7
|
-
"build:es": "tsc -p tsconfig.es.json",
|
8
|
-
"build:types": "tsc -p tsconfig.types.json",
|
6
|
+
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
|
7
|
+
"build:es": "yarn g:tsc -p tsconfig.es.json",
|
8
|
+
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
9
9
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
10
10
|
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
11
11
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
12
12
|
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
13
13
|
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
14
14
|
"extract:docs": "api-extractor run --local",
|
15
|
-
"test": "jest --passWithNoTests"
|
15
|
+
"test": "yarn g:jest --passWithNoTests"
|
16
16
|
},
|
17
17
|
"main": "./dist-cjs/index.js",
|
18
18
|
"module": "./dist-es/index.js",
|
@@ -23,9 +23,9 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/middleware-stack": "^2.0.
|
27
|
-
"@smithy/types": "^2.
|
28
|
-
"@smithy/util-stream": "^2.0.
|
26
|
+
"@smithy/middleware-stack": "^2.0.4",
|
27
|
+
"@smithy/types": "^2.3.4",
|
28
|
+
"@smithy/util-stream": "^2.0.14",
|
29
29
|
"tslib": "^2.5.0"
|
30
30
|
},
|
31
31
|
"engines": {
|
@@ -52,10 +52,8 @@
|
|
52
52
|
"@types/node": "^14.14.31",
|
53
53
|
"concurrently": "7.0.0",
|
54
54
|
"downlevel-dts": "0.10.1",
|
55
|
-
"jest": "28.1.1",
|
56
55
|
"rimraf": "3.0.2",
|
57
|
-
"typedoc": "0.23.23"
|
58
|
-
"typescript": "~4.9.5"
|
56
|
+
"typedoc": "0.23.23"
|
59
57
|
},
|
60
58
|
"typedoc": {
|
61
59
|
"entryPoint": "src/index.ts"
|
@@ -1,4 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.AlgorithmId = void 0;
|
3
4
|
const tslib_1 = require("tslib");
|
4
5
|
tslib_1.__exportStar(require("./defaultClientConfiguration"), exports);
|
6
|
+
tslib_1.__exportStar(require("./defaultExtensionConfiguration"), exports);
|
7
|
+
var checksum_1 = require("./checksum");
|
8
|
+
Object.defineProperty(exports, "AlgorithmId", { enumerable: true, get: function () { return checksum_1.AlgorithmId; } });
|