@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
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -1 +1 @@
|
|
1
|
-
export
|
1
|
+
export const SMITHY_CONTEXT_KEY = "__smithy_context";
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -1,6 +1,7 @@
|
|
1
1
|
/// <reference types="node" />
|
2
2
|
/// <reference types="node" />
|
3
3
|
import { Readable } from "stream";
|
4
|
+
import type { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check";
|
4
5
|
/**
|
5
6
|
* @public
|
6
7
|
*
|
@@ -33,7 +34,7 @@ export type NodeJsRuntimeBlobTypes = Readable | Buffer;
|
|
33
34
|
*
|
34
35
|
* Additional blob types for the browser environment.
|
35
36
|
*/
|
36
|
-
export type BrowserRuntimeBlobTypes =
|
37
|
+
export type BrowserRuntimeBlobTypes = BlobOptionalType | ReadableStreamOptionalType;
|
37
38
|
/**
|
38
39
|
* @deprecated renamed to BlobPayloadInputTypes.
|
39
40
|
*/
|
@@ -17,22 +17,39 @@ export interface ChecksumAlgorithm {
|
|
17
17
|
algorithmId(): AlgorithmId;
|
18
18
|
checksumConstructor(): ChecksumConstructor | HashConstructor;
|
19
19
|
}
|
20
|
-
|
20
|
+
/**
|
21
|
+
* @deprecated unused.
|
22
|
+
*/
|
23
|
+
type ChecksumConfigurationLegacy = {
|
24
|
+
[other in string | number]: any;
|
25
|
+
};
|
26
|
+
/**
|
27
|
+
* @internal
|
28
|
+
*/
|
29
|
+
export interface ChecksumConfiguration extends ChecksumConfigurationLegacy {
|
21
30
|
addChecksumAlgorithm(algo: ChecksumAlgorithm): void;
|
22
31
|
checksumAlgorithms(): ChecksumAlgorithm[];
|
23
|
-
[other: string | number]: any;
|
24
32
|
}
|
33
|
+
/**
|
34
|
+
* @deprecated will be removed for implicit type.
|
35
|
+
*/
|
25
36
|
type GetChecksumConfigurationType = (runtimeConfig: Partial<{
|
26
37
|
sha256: ChecksumConstructor | HashConstructor;
|
27
38
|
md5: ChecksumConstructor | HashConstructor;
|
28
39
|
}>) => ChecksumConfiguration;
|
29
40
|
/**
|
30
41
|
* @internal
|
42
|
+
* @deprecated will be moved to smithy-client.
|
31
43
|
*/
|
32
44
|
export declare const getChecksumConfiguration: GetChecksumConfigurationType;
|
45
|
+
/**
|
46
|
+
* @deprecated will be removed for implicit type.
|
47
|
+
*/
|
33
48
|
type ResolveChecksumRuntimeConfigType = (clientConfig: ChecksumConfiguration) => any;
|
34
49
|
/**
|
35
50
|
* @internal
|
51
|
+
*
|
52
|
+
* @deprecated will be moved to smithy-client.
|
36
53
|
*/
|
37
54
|
export declare const resolveChecksumRuntimeConfig: ResolveChecksumRuntimeConfigType;
|
38
55
|
export {};
|
@@ -1,20 +1,30 @@
|
|
1
1
|
import { ChecksumConfiguration } from "./checksum";
|
2
2
|
/**
|
3
|
+
* @deprecated will be replaced by DefaultExtensionConfiguration.
|
3
4
|
* @internal
|
4
5
|
*
|
5
6
|
* Default client configuration consisting various configurations for modifying a service client
|
6
7
|
*/
|
7
8
|
export interface DefaultClientConfiguration extends ChecksumConfiguration {
|
8
9
|
}
|
10
|
+
/**
|
11
|
+
* @deprecated will be removed for implicit type.
|
12
|
+
*/
|
9
13
|
type GetDefaultConfigurationType = (runtimeConfig: any) => DefaultClientConfiguration;
|
10
14
|
/**
|
15
|
+
* @deprecated moving to @smithy/smithy-client.
|
11
16
|
* @internal
|
12
17
|
*
|
13
18
|
* Helper function to resolve default client configuration from runtime config
|
19
|
+
*
|
14
20
|
*/
|
15
21
|
export declare const getDefaultClientConfiguration: GetDefaultConfigurationType;
|
22
|
+
/**
|
23
|
+
* @deprecated will be removed for implicit type.
|
24
|
+
*/
|
16
25
|
type ResolveDefaultRuntimeConfigType = (clientConfig: DefaultClientConfiguration) => any;
|
17
26
|
/**
|
27
|
+
* @deprecated moving to @smithy/smithy-client.
|
18
28
|
* @internal
|
19
29
|
*
|
20
30
|
* Helper function to resolve runtime config from default client configuration
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { ChecksumConfiguration } from "./checksum";
|
2
|
+
import { RetryStrategyConfiguration } from "./retry";
|
3
|
+
/**
|
4
|
+
* @internal
|
5
|
+
*
|
6
|
+
* Default extension configuration consisting various configurations for modifying a service client
|
7
|
+
*/
|
8
|
+
export interface DefaultExtensionConfiguration extends ChecksumConfiguration, RetryStrategyConfiguration {
|
9
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { RetryStrategyV2 } from "../retry";
|
2
|
+
import { Provider, RetryStrategy } from "../util";
|
3
|
+
/**
|
4
|
+
* A configuration interface with methods called by runtime extension
|
5
|
+
* @internal
|
6
|
+
*/
|
7
|
+
export interface RetryStrategyConfiguration {
|
8
|
+
/**
|
9
|
+
* Set retry strategy used for all http requests
|
10
|
+
* @param retryStrategy
|
11
|
+
*/
|
12
|
+
setRetryStrategy(retryStrategy: Provider<RetryStrategyV2 | RetryStrategy>): void;
|
13
|
+
/**
|
14
|
+
* Get retry strategy used for all http requests
|
15
|
+
* @param retryStrategy
|
16
|
+
*/
|
17
|
+
retryStrategy(): Provider<RetryStrategyV2 | RetryStrategy>;
|
18
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import type { Exact } from "../transform/exact";
|
2
|
+
/**
|
3
|
+
* @public
|
4
|
+
*
|
5
|
+
* A checked type that resolves to Blob if it is defined as more than a stub, otherwise
|
6
|
+
* resolves to 'never' so as not to widen the type of unions containing Blob
|
7
|
+
* excessively.
|
8
|
+
*/
|
9
|
+
export type BlobOptionalType = BlobDefined extends true ? Blob : Unavailable;
|
10
|
+
/**
|
11
|
+
* @public
|
12
|
+
*
|
13
|
+
* A checked type that resolves to ReadableStream if it is defined as more than a stub, otherwise
|
14
|
+
* resolves to 'never' so as not to widen the type of unions containing ReadableStream
|
15
|
+
* excessively.
|
16
|
+
*/
|
17
|
+
export type ReadableStreamOptionalType = ReadableStreamDefined extends true ? ReadableStream : Unavailable;
|
18
|
+
/**
|
19
|
+
* @public
|
20
|
+
*
|
21
|
+
* Indicates a type is unavailable if it resolves to this.
|
22
|
+
*/
|
23
|
+
export type Unavailable = never;
|
24
|
+
/**
|
25
|
+
* @internal
|
26
|
+
*
|
27
|
+
* Whether the global types define more than a stub for ReadableStream.
|
28
|
+
*/
|
29
|
+
export type ReadableStreamDefined = Exact<ReadableStream, {}> extends true ? false : true;
|
30
|
+
/**
|
31
|
+
* @internal
|
32
|
+
*
|
33
|
+
* Whether the global types define more than a stub for Blob.
|
34
|
+
*/
|
35
|
+
export type BlobDefined = Exact<Blob, {}> extends true ? false : true;
|
@@ -254,6 +254,13 @@ export interface HandlerOptions {
|
|
254
254
|
* A unique name to refer to a middleware
|
255
255
|
*/
|
256
256
|
name?: string;
|
257
|
+
/**
|
258
|
+
* @internal
|
259
|
+
* Aliases allows for middleware to be found by multiple names besides {@link HandlerOptions.name}.
|
260
|
+
* This allows for references to replaced middleware to continue working, e.g. replacing
|
261
|
+
* multiple auth-specific middleware with a single generic auth middleware.
|
262
|
+
*/
|
263
|
+
aliases?: Array<string>;
|
257
264
|
/**
|
258
265
|
* A flag to override the existing middleware with the same name. Without
|
259
266
|
* setting it, adding middleware with duplicated name will throw an exception.
|
@@ -409,6 +416,17 @@ export interface MiddlewareStack<Input extends object, Output extends object> ex
|
|
409
416
|
* provide a reference to the stack itself.
|
410
417
|
*/
|
411
418
|
identify(): string[];
|
419
|
+
/**
|
420
|
+
* @internal
|
421
|
+
*
|
422
|
+
* When an operation is called using this stack,
|
423
|
+
* it will log its list of middleware to the console using
|
424
|
+
* the identify function.
|
425
|
+
*
|
426
|
+
* @param toggle - set whether to log on resolve.
|
427
|
+
* If no argument given, returns the current value.
|
428
|
+
*/
|
429
|
+
identifyOnResolve(toggle?: boolean): boolean;
|
412
430
|
/**
|
413
431
|
* Builds a single handler function from zero or more middleware classes and
|
414
432
|
* a core handler. The core handler is meant to send command objects to AWS
|
@@ -421,6 +439,10 @@ export interface MiddlewareStack<Input extends object, Output extends object> ex
|
|
421
439
|
*/
|
422
440
|
resolve<InputType extends Input, OutputType extends Output>(handler: DeserializeHandler<InputType, OutputType>, context: HandlerExecutionContext): InitializeHandler<InputType, OutputType>;
|
423
441
|
}
|
442
|
+
/**
|
443
|
+
* @internal
|
444
|
+
*/
|
445
|
+
export declare const SMITHY_CONTEXT_KEY = "__smithy_context";
|
424
446
|
/**
|
425
447
|
* @public
|
426
448
|
*
|
@@ -433,6 +455,14 @@ export interface HandlerExecutionContext {
|
|
433
455
|
* operation.
|
434
456
|
*/
|
435
457
|
logger?: Logger;
|
458
|
+
/**
|
459
|
+
* Name of the service the operation is being sent to.
|
460
|
+
*/
|
461
|
+
clientName?: string;
|
462
|
+
/**
|
463
|
+
* Name of the operation being executed.
|
464
|
+
*/
|
465
|
+
commandName?: string;
|
436
466
|
/**
|
437
467
|
* Additional user agent that inferred by middleware. It can be used to save
|
438
468
|
* the internal user agent sections without overriding the `customUserAgent`
|
@@ -460,6 +490,11 @@ export interface HandlerExecutionContext {
|
|
460
490
|
overrideInputFilterSensitiveLog(...args: any[]): string | void;
|
461
491
|
overrideOutputFilterSensitiveLog(...args: any[]): string | void;
|
462
492
|
}>;
|
493
|
+
/**
|
494
|
+
* @internal
|
495
|
+
* Context for Smithy properties
|
496
|
+
*/
|
497
|
+
[SMITHY_CONTEXT_KEY]?: Record<string, unknown>;
|
463
498
|
[key: string]: any;
|
464
499
|
}
|
465
500
|
/**
|
package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
/// <reference types="node" />
|
2
2
|
import type { Readable } from "stream";
|
3
|
+
import type { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check";
|
3
4
|
/**
|
4
5
|
* @public
|
5
6
|
*
|
@@ -29,4 +30,4 @@ export type NodeJsRuntimeStreamingBlobTypes = Readable;
|
|
29
30
|
*
|
30
31
|
* Browser streaming blob types.
|
31
32
|
*/
|
32
|
-
export type BrowserRuntimeStreamingBlobTypes =
|
33
|
+
export type BrowserRuntimeStreamingBlobTypes = ReadableStreamOptionalType | BlobOptionalType;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
/// <reference types="node" />
|
2
2
|
/// <reference types="node" />
|
3
3
|
import type { Readable } from "stream";
|
4
|
+
import type { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check";
|
4
5
|
/**
|
5
6
|
* @public
|
6
7
|
*
|
@@ -58,4 +59,4 @@ export type NodeJsRuntimeStreamingBlobPayloadInputTypes = string | Uint8Array |
|
|
58
59
|
* Streaming payload input types in the browser environment.
|
59
60
|
* These are derived from the types compatible with fetch's Request.body.
|
60
61
|
*/
|
61
|
-
export type BrowserRuntimeStreamingBlobPayloadInputTypes = string | Uint8Array |
|
62
|
+
export type BrowserRuntimeStreamingBlobPayloadInputTypes = string | Uint8Array | ReadableStreamOptionalType | BlobOptionalType;
|
@@ -2,6 +2,7 @@
|
|
2
2
|
/// <reference types="node" />
|
3
3
|
import type { IncomingMessage } from "http";
|
4
4
|
import type { Readable } from "stream";
|
5
|
+
import type { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check";
|
5
6
|
import type { SdkStream } from "../serde";
|
6
7
|
/**
|
7
8
|
* @public
|
@@ -49,4 +50,4 @@ export type NodeJsRuntimeStreamingBlobPayloadOutputTypes = SdkStream<IncomingMes
|
|
49
50
|
* The SdkStreamMixin adds methods on this type to help transform (collect) it to
|
50
51
|
* other formats.
|
51
52
|
*/
|
52
|
-
export type BrowserRuntimeStreamingBlobPayloadOutputTypes = SdkStream<
|
53
|
+
export type BrowserRuntimeStreamingBlobPayloadOutputTypes = SdkStream<ReadableStreamOptionalType | BlobOptionalType>;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
/// <reference types="node" />
|
2
2
|
import { Readable } from "stream";
|
3
|
+
import { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check";
|
3
4
|
/**
|
4
5
|
* @public
|
5
6
|
*
|
@@ -32,7 +33,7 @@ export type NodeJsRuntimeBlobTypes = Readable | Buffer;
|
|
32
33
|
*
|
33
34
|
* Additional blob types for the browser environment.
|
34
35
|
*/
|
35
|
-
export type BrowserRuntimeBlobTypes =
|
36
|
+
export type BrowserRuntimeBlobTypes = BlobOptionalType | ReadableStreamOptionalType;
|
36
37
|
/**
|
37
38
|
* @deprecated renamed to BlobPayloadInputTypes.
|
38
39
|
*/
|
@@ -17,22 +17,39 @@ export interface ChecksumAlgorithm {
|
|
17
17
|
algorithmId(): AlgorithmId;
|
18
18
|
checksumConstructor(): ChecksumConstructor | HashConstructor;
|
19
19
|
}
|
20
|
-
|
20
|
+
/**
|
21
|
+
* @deprecated unused.
|
22
|
+
*/
|
23
|
+
type ChecksumConfigurationLegacy = {
|
24
|
+
[other in string | number]: any;
|
25
|
+
};
|
26
|
+
/**
|
27
|
+
* @internal
|
28
|
+
*/
|
29
|
+
export interface ChecksumConfiguration extends ChecksumConfigurationLegacy {
|
21
30
|
addChecksumAlgorithm(algo: ChecksumAlgorithm): void;
|
22
31
|
checksumAlgorithms(): ChecksumAlgorithm[];
|
23
|
-
[other: string | number]: any;
|
24
32
|
}
|
33
|
+
/**
|
34
|
+
* @deprecated will be removed for implicit type.
|
35
|
+
*/
|
25
36
|
type GetChecksumConfigurationType = (runtimeConfig: Partial<{
|
26
37
|
sha256: ChecksumConstructor | HashConstructor;
|
27
38
|
md5: ChecksumConstructor | HashConstructor;
|
28
39
|
}>) => ChecksumConfiguration;
|
29
40
|
/**
|
30
41
|
* @internal
|
42
|
+
* @deprecated will be moved to smithy-client.
|
31
43
|
*/
|
32
44
|
export declare const getChecksumConfiguration: GetChecksumConfigurationType;
|
45
|
+
/**
|
46
|
+
* @deprecated will be removed for implicit type.
|
47
|
+
*/
|
33
48
|
type ResolveChecksumRuntimeConfigType = (clientConfig: ChecksumConfiguration) => any;
|
34
49
|
/**
|
35
50
|
* @internal
|
51
|
+
*
|
52
|
+
* @deprecated will be moved to smithy-client.
|
36
53
|
*/
|
37
54
|
export declare const resolveChecksumRuntimeConfig: ResolveChecksumRuntimeConfigType;
|
38
55
|
export {};
|
package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts
CHANGED
@@ -1,20 +1,30 @@
|
|
1
1
|
import { ChecksumConfiguration } from "./checksum";
|
2
2
|
/**
|
3
|
+
* @deprecated will be replaced by DefaultExtensionConfiguration.
|
3
4
|
* @internal
|
4
5
|
*
|
5
6
|
* Default client configuration consisting various configurations for modifying a service client
|
6
7
|
*/
|
7
8
|
export interface DefaultClientConfiguration extends ChecksumConfiguration {
|
8
9
|
}
|
10
|
+
/**
|
11
|
+
* @deprecated will be removed for implicit type.
|
12
|
+
*/
|
9
13
|
type GetDefaultConfigurationType = (runtimeConfig: any) => DefaultClientConfiguration;
|
10
14
|
/**
|
15
|
+
* @deprecated moving to @smithy/smithy-client.
|
11
16
|
* @internal
|
12
17
|
*
|
13
18
|
* Helper function to resolve default client configuration from runtime config
|
19
|
+
*
|
14
20
|
*/
|
15
21
|
export declare const getDefaultClientConfiguration: GetDefaultConfigurationType;
|
22
|
+
/**
|
23
|
+
* @deprecated will be removed for implicit type.
|
24
|
+
*/
|
16
25
|
type ResolveDefaultRuntimeConfigType = (clientConfig: DefaultClientConfiguration) => any;
|
17
26
|
/**
|
27
|
+
* @deprecated moving to @smithy/smithy-client.
|
18
28
|
* @internal
|
19
29
|
*
|
20
30
|
* Helper function to resolve runtime config from default client configuration
|
package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
import { ChecksumConfiguration } from "./checksum";
|
2
|
+
import { RetryStrategyConfiguration } from "./retry";
|
3
|
+
/**
|
4
|
+
* @internal
|
5
|
+
*
|
6
|
+
* Default extension configuration consisting various configurations for modifying a service client
|
7
|
+
*/
|
8
|
+
export interface DefaultExtensionConfiguration extends ChecksumConfiguration, RetryStrategyConfiguration {
|
9
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { RetryStrategyV2 } from "../retry";
|
2
|
+
import { Provider, RetryStrategy } from "../util";
|
3
|
+
/**
|
4
|
+
* A configuration interface with methods called by runtime extension
|
5
|
+
* @internal
|
6
|
+
*/
|
7
|
+
export interface RetryStrategyConfiguration {
|
8
|
+
/**
|
9
|
+
* Set retry strategy used for all http requests
|
10
|
+
* @param retryStrategy
|
11
|
+
*/
|
12
|
+
setRetryStrategy(retryStrategy: Provider<RetryStrategyV2 | RetryStrategy>): void;
|
13
|
+
/**
|
14
|
+
* Get retry strategy used for all http requests
|
15
|
+
* @param retryStrategy
|
16
|
+
*/
|
17
|
+
retryStrategy(): Provider<RetryStrategyV2 | RetryStrategy>;
|
18
|
+
}
|
package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
import { Exact } from "../transform/exact";
|
2
|
+
/**
|
3
|
+
* @public
|
4
|
+
*
|
5
|
+
* A checked type that resolves to Blob if it is defined as more than a stub, otherwise
|
6
|
+
* resolves to 'never' so as not to widen the type of unions containing Blob
|
7
|
+
* excessively.
|
8
|
+
*/
|
9
|
+
export type BlobOptionalType = BlobDefined extends true ? Blob : Unavailable;
|
10
|
+
/**
|
11
|
+
* @public
|
12
|
+
*
|
13
|
+
* A checked type that resolves to ReadableStream if it is defined as more than a stub, otherwise
|
14
|
+
* resolves to 'never' so as not to widen the type of unions containing ReadableStream
|
15
|
+
* excessively.
|
16
|
+
*/
|
17
|
+
export type ReadableStreamOptionalType = ReadableStreamDefined extends true ? ReadableStream : Unavailable;
|
18
|
+
/**
|
19
|
+
* @public
|
20
|
+
*
|
21
|
+
* Indicates a type is unavailable if it resolves to this.
|
22
|
+
*/
|
23
|
+
export type Unavailable = never;
|
24
|
+
/**
|
25
|
+
* @internal
|
26
|
+
*
|
27
|
+
* Whether the global types define more than a stub for ReadableStream.
|
28
|
+
*/
|
29
|
+
export type ReadableStreamDefined = Exact<ReadableStream, {}> extends true ? false : true;
|
30
|
+
/**
|
31
|
+
* @internal
|
32
|
+
*
|
33
|
+
* Whether the global types define more than a stub for Blob.
|
34
|
+
*/
|
35
|
+
export type BlobDefined = Exact<Blob, {}> extends true ? false : true;
|
@@ -254,6 +254,13 @@ export interface HandlerOptions {
|
|
254
254
|
* A unique name to refer to a middleware
|
255
255
|
*/
|
256
256
|
name?: string;
|
257
|
+
/**
|
258
|
+
* @internal
|
259
|
+
* Aliases allows for middleware to be found by multiple names besides {@link HandlerOptions.name}.
|
260
|
+
* This allows for references to replaced middleware to continue working, e.g. replacing
|
261
|
+
* multiple auth-specific middleware with a single generic auth middleware.
|
262
|
+
*/
|
263
|
+
aliases?: Array<string>;
|
257
264
|
/**
|
258
265
|
* A flag to override the existing middleware with the same name. Without
|
259
266
|
* setting it, adding middleware with duplicated name will throw an exception.
|
@@ -409,6 +416,17 @@ export interface MiddlewareStack<Input extends object, Output extends object> ex
|
|
409
416
|
* provide a reference to the stack itself.
|
410
417
|
*/
|
411
418
|
identify(): string[];
|
419
|
+
/**
|
420
|
+
* @internal
|
421
|
+
*
|
422
|
+
* When an operation is called using this stack,
|
423
|
+
* it will log its list of middleware to the console using
|
424
|
+
* the identify function.
|
425
|
+
*
|
426
|
+
* @param toggle - set whether to log on resolve.
|
427
|
+
* If no argument given, returns the current value.
|
428
|
+
*/
|
429
|
+
identifyOnResolve(toggle?: boolean): boolean;
|
412
430
|
/**
|
413
431
|
* Builds a single handler function from zero or more middleware classes and
|
414
432
|
* a core handler. The core handler is meant to send command objects to AWS
|
@@ -421,6 +439,10 @@ export interface MiddlewareStack<Input extends object, Output extends object> ex
|
|
421
439
|
*/
|
422
440
|
resolve<InputType extends Input, OutputType extends Output>(handler: DeserializeHandler<InputType, OutputType>, context: HandlerExecutionContext): InitializeHandler<InputType, OutputType>;
|
423
441
|
}
|
442
|
+
/**
|
443
|
+
* @internal
|
444
|
+
*/
|
445
|
+
export declare const SMITHY_CONTEXT_KEY = "__smithy_context";
|
424
446
|
/**
|
425
447
|
* @public
|
426
448
|
*
|
@@ -433,6 +455,14 @@ export interface HandlerExecutionContext {
|
|
433
455
|
* operation.
|
434
456
|
*/
|
435
457
|
logger?: Logger;
|
458
|
+
/**
|
459
|
+
* Name of the service the operation is being sent to.
|
460
|
+
*/
|
461
|
+
clientName?: string;
|
462
|
+
/**
|
463
|
+
* Name of the operation being executed.
|
464
|
+
*/
|
465
|
+
commandName?: string;
|
436
466
|
/**
|
437
467
|
* Additional user agent that inferred by middleware. It can be used to save
|
438
468
|
* the internal user agent sections without overriding the `customUserAgent`
|
@@ -460,6 +490,11 @@ export interface HandlerExecutionContext {
|
|
460
490
|
overrideInputFilterSensitiveLog(...args: any[]): string | void;
|
461
491
|
overrideOutputFilterSensitiveLog(...args: any[]): string | void;
|
462
492
|
}>;
|
493
|
+
/**
|
494
|
+
* @internal
|
495
|
+
* Context for Smithy properties
|
496
|
+
*/
|
497
|
+
[SMITHY_CONTEXT_KEY]?: Record<string, unknown>;
|
463
498
|
[key: string]: any;
|
464
499
|
}
|
465
500
|
/**
|
@@ -1,5 +1,6 @@
|
|
1
1
|
/// <reference types="node" />
|
2
2
|
import { Readable } from "stream";
|
3
|
+
import { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check";
|
3
4
|
/**
|
4
5
|
* @public
|
5
6
|
*
|
@@ -29,4 +30,4 @@ export type NodeJsRuntimeStreamingBlobTypes = Readable;
|
|
29
30
|
*
|
30
31
|
* Browser streaming blob types.
|
31
32
|
*/
|
32
|
-
export type BrowserRuntimeStreamingBlobTypes =
|
33
|
+
export type BrowserRuntimeStreamingBlobTypes = ReadableStreamOptionalType | BlobOptionalType;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
/// <reference types="node" />
|
2
2
|
import { Readable } from "stream";
|
3
|
+
import { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check";
|
3
4
|
/**
|
4
5
|
* @public
|
5
6
|
*
|
@@ -57,4 +58,4 @@ export type NodeJsRuntimeStreamingBlobPayloadInputTypes = string | Uint8Array |
|
|
57
58
|
* Streaming payload input types in the browser environment.
|
58
59
|
* These are derived from the types compatible with fetch's Request.body.
|
59
60
|
*/
|
60
|
-
export type BrowserRuntimeStreamingBlobPayloadInputTypes = string | Uint8Array |
|
61
|
+
export type BrowserRuntimeStreamingBlobPayloadInputTypes = string | Uint8Array | ReadableStreamOptionalType | BlobOptionalType;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
/// <reference types="node" />
|
2
2
|
import { IncomingMessage } from "http";
|
3
3
|
import { Readable } from "stream";
|
4
|
+
import { BlobOptionalType, ReadableStreamOptionalType } from "../externals-check/browser-externals-check";
|
4
5
|
import { SdkStream } from "../serde";
|
5
6
|
/**
|
6
7
|
* @public
|
@@ -48,4 +49,4 @@ export type NodeJsRuntimeStreamingBlobPayloadOutputTypes = SdkStream<IncomingMes
|
|
48
49
|
* The SdkStreamMixin adds methods on this type to help transform (collect) it to
|
49
50
|
* other formats.
|
50
51
|
*/
|
51
|
-
export type BrowserRuntimeStreamingBlobPayloadOutputTypes = SdkStream<
|
52
|
+
export type BrowserRuntimeStreamingBlobPayloadOutputTypes = SdkStream<ReadableStreamOptionalType | BlobOptionalType>;
|
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/types",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.3.4",
|
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": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4 && node scripts/downlevel",
|
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": "tsc -p tsconfig.test.json",
|
14
|
+
"test": "yarn g:tsc -p tsconfig.test.json",
|
15
15
|
"extract:docs": "api-extractor run --local"
|
16
16
|
},
|
17
17
|
"main": "./dist-cjs/index.js",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"node": ">=14.0.0"
|
31
31
|
},
|
32
32
|
"typesVersions": {
|
33
|
-
"
|
33
|
+
"<=4.0": {
|
34
34
|
"dist-types/*": [
|
35
35
|
"dist-types/ts3.4/*"
|
36
36
|
]
|
@@ -49,10 +49,8 @@
|
|
49
49
|
"@tsconfig/recommended": "1.0.1",
|
50
50
|
"concurrently": "7.0.0",
|
51
51
|
"downlevel-dts": "0.10.1",
|
52
|
-
"jest": "28.1.1",
|
53
52
|
"rimraf": "3.0.2",
|
54
|
-
"typedoc": "0.23.23"
|
55
|
-
"typescript": "~4.9.5"
|
53
|
+
"typedoc": "0.23.23"
|
56
54
|
},
|
57
55
|
"typedoc": {
|
58
56
|
"entryPoint": "src/index.ts"
|