@cdk8s/awscdk-resolver 0.0.64 → 0.0.66
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 +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +35 -35
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
- package/node_modules/@aws-sdk/client-sts/package.json +33 -33
- package/node_modules/@aws-sdk/core/CHANGELOG.md +19 -0
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +7 -8
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +5 -0
- package/node_modules/@aws-sdk/core/package.json +6 -6
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +30 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +10 -8
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
- 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-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- 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 +2 -2
- package/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@smithy/core/package.json +8 -8
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@smithy/middleware-endpoint/package.json +7 -7
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +7 -2
- package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +3 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +7 -2
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +3 -0
- package/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +7 -1
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -1
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@smithy/smithy-client/package.json +6 -6
- package/node_modules/@smithy/types/dist-types/retry.d.ts +6 -1
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +10 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +6 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +10 -1
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +5 -5
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/CloudFormation.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/CloudFormationClient.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ActivateOrganizationsAccessCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ActivateTypeCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/BatchDescribeTypeConfigurationsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CancelUpdateStackCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ContinueUpdateRollbackCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateChangeSetCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateGeneratedTemplateCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackInstancesCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackSetCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeactivateOrganizationsAccessCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeactivateTypeCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteChangeSetCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteGeneratedTemplateCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackInstancesCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackSetCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeregisterTypeCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeAccountLimitsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeChangeSetCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeChangeSetHooksCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeGeneratedTemplateCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeOrganizationsAccessCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribePublisherCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeResourceScanCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackDriftDetectionStatusCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackEventsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackInstanceCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackResourceCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackResourceDriftsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackResourcesCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackSetCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStackSetOperationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeStacksCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeTypeCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DescribeTypeRegistrationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DetectStackDriftCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DetectStackResourceDriftCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DetectStackSetDriftCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/EstimateTemplateCostCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ExecuteChangeSetCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetGeneratedTemplateCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetStackPolicyCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetTemplateCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/GetTemplateSummaryCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ImportStacksToStackSetCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListChangeSetsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListExportsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListGeneratedTemplatesCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListImportsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScanRelatedResourcesCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScanResourcesCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListResourceScansCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackInstanceResourceDriftsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackInstancesCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackResourcesCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackSetOperationResultsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackSetOperationsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStackSetsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListStacksCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListTypeRegistrationsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListTypeVersionsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ListTypesCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/PublishTypeCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RecordHandlerProgressCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RegisterPublisherCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RegisterTypeCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/RollbackStackCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SetStackPolicyCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SetTypeConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SetTypeDefaultVersionCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/SignalResourceCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/StartResourceScanCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/StopStackSetOperationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/TestTypeCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateGeneratedTemplateCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateStackCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateStackInstancesCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateStackSetCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/UpdateTerminationProtectionCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ValidateTemplateCommand.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/index.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/extensionConfiguration.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/models_0.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/models_1.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeAccountLimitsPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeStackEventsPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeStackResourceDriftsPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/DescribeStacksPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/Interfaces.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListChangeSetsPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListExportsPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListGeneratedTemplatesPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListImportsPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScanRelatedResourcesPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScanResourcesPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListResourceScansPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackInstancesPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackResourcesPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackSetOperationResultsPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackSetOperationsPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStackSetsPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListStacksPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListTypeRegistrationsPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListTypeVersionsPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/ListTypesPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/pagination/index.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/protocols/Aws_query.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeExtensions.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/index.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForChangeSetCreateComplete.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackCreateComplete.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackDeleteComplete.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackExists.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackImportComplete.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackRollbackComplete.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackUpdateComplete.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForTypeRegistrationComplete.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/extensionConfiguration.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeExtensions.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenWithIAMCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/extensionConfiguration.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeExtensions.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/extensionConfiguration.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +0 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/middleware-logger",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.523.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-logger",
|
@@ -22,8 +22,8 @@
|
|
22
22
|
"module": "./dist-es/index.js",
|
23
23
|
"types": "./dist-types/index.d.ts",
|
24
24
|
"dependencies": {
|
25
|
-
"@aws-sdk/types": "3.
|
26
|
-
"@smithy/types": "^2.10.
|
25
|
+
"@aws-sdk/types": "3.523.0",
|
26
|
+
"@smithy/types": "^2.10.1",
|
27
27
|
"tslib": "^2.5.0"
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/middleware-recursion-detection",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.523.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
|
@@ -21,9 +21,9 @@
|
|
21
21
|
},
|
22
22
|
"license": "Apache-2.0",
|
23
23
|
"dependencies": {
|
24
|
-
"@aws-sdk/types": "3.
|
25
|
-
"@smithy/protocol-http": "^3.2.
|
26
|
-
"@smithy/types": "^2.10.
|
24
|
+
"@aws-sdk/types": "3.523.0",
|
25
|
+
"@smithy/protocol-http": "^3.2.1",
|
26
|
+
"@smithy/types": "^2.10.1",
|
27
27
|
"tslib": "^2.5.0"
|
28
28
|
},
|
29
29
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/middleware-user-agent",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.525.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
|
@@ -22,10 +22,10 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@aws-sdk/types": "3.
|
26
|
-
"@aws-sdk/util-endpoints": "3.
|
27
|
-
"@smithy/protocol-http": "^3.2.
|
28
|
-
"@smithy/types": "^2.10.
|
25
|
+
"@aws-sdk/types": "3.523.0",
|
26
|
+
"@aws-sdk/util-endpoints": "3.525.0",
|
27
|
+
"@smithy/protocol-http": "^3.2.1",
|
28
|
+
"@smithy/types": "^2.10.1",
|
29
29
|
"tslib": "^2.5.0"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/region-config-resolver",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.525.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
|
@@ -21,11 +21,11 @@
|
|
21
21
|
},
|
22
22
|
"license": "Apache-2.0",
|
23
23
|
"dependencies": {
|
24
|
-
"@aws-sdk/types": "3.
|
25
|
-
"@smithy/node-config-provider": "^2.2.
|
26
|
-
"@smithy/types": "^2.10.
|
24
|
+
"@aws-sdk/types": "3.523.0",
|
25
|
+
"@smithy/node-config-provider": "^2.2.4",
|
26
|
+
"@smithy/types": "^2.10.1",
|
27
27
|
"@smithy/util-config-provider": "^2.2.1",
|
28
|
-
"@smithy/util-middleware": "^2.1.
|
28
|
+
"@smithy/util-middleware": "^2.1.3",
|
29
29
|
"tslib": "^2.5.0"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/token-providers",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.525.0",
|
4
4
|
"description": "A collection of token providers",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -26,11 +26,11 @@
|
|
26
26
|
},
|
27
27
|
"license": "Apache-2.0",
|
28
28
|
"dependencies": {
|
29
|
-
"@aws-sdk/client-sso-oidc": "3.
|
30
|
-
"@aws-sdk/types": "3.
|
31
|
-
"@smithy/property-provider": "^2.1.
|
32
|
-
"@smithy/shared-ini-file-loader": "^2.3.
|
33
|
-
"@smithy/types": "^2.10.
|
29
|
+
"@aws-sdk/client-sso-oidc": "3.525.0",
|
30
|
+
"@aws-sdk/types": "3.523.0",
|
31
|
+
"@smithy/property-provider": "^2.1.3",
|
32
|
+
"@smithy/shared-ini-file-loader": "^2.3.3",
|
33
|
+
"@smithy/types": "^2.10.1",
|
34
34
|
"tslib": "^2.5.0"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/types",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.523.0",
|
4
4
|
"main": "./dist-cjs/index.js",
|
5
5
|
"module": "./dist-es/index.js",
|
6
6
|
"types": "./dist-types/index.d.ts",
|
@@ -41,7 +41,7 @@
|
|
41
41
|
"directory": "packages/types"
|
42
42
|
},
|
43
43
|
"dependencies": {
|
44
|
-
"@smithy/types": "^2.10.
|
44
|
+
"@smithy/types": "^2.10.1",
|
45
45
|
"tslib": "^2.5.0"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-endpoints",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.525.0",
|
4
4
|
"description": "Utilities to help with endpoint resolution",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -22,9 +22,9 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@aws-sdk/types": "3.
|
26
|
-
"@smithy/types": "^2.10.
|
27
|
-
"@smithy/util-endpoints": "^1.1.
|
25
|
+
"@aws-sdk/types": "3.523.0",
|
26
|
+
"@smithy/types": "^2.10.1",
|
27
|
+
"@smithy/util-endpoints": "^1.1.4",
|
28
28
|
"tslib": "^2.5.0"
|
29
29
|
},
|
30
30
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-user-agent-browser",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.523.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-browser",
|
@@ -22,8 +22,8 @@
|
|
22
22
|
"license": "Apache-2.0",
|
23
23
|
"react-native": "dist-es/index.native.js",
|
24
24
|
"dependencies": {
|
25
|
-
"@aws-sdk/types": "3.
|
26
|
-
"@smithy/types": "^2.10.
|
25
|
+
"@aws-sdk/types": "3.523.0",
|
26
|
+
"@smithy/types": "^2.10.1",
|
27
27
|
"bowser": "^2.11.0",
|
28
28
|
"tslib": "^2.5.0"
|
29
29
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/util-user-agent-node",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.525.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
|
@@ -20,9 +20,9 @@
|
|
20
20
|
},
|
21
21
|
"license": "Apache-2.0",
|
22
22
|
"dependencies": {
|
23
|
-
"@aws-sdk/types": "3.
|
24
|
-
"@smithy/node-config-provider": "^2.2.
|
25
|
-
"@smithy/types": "^2.10.
|
23
|
+
"@aws-sdk/types": "3.523.0",
|
24
|
+
"@smithy/node-config-provider": "^2.2.4",
|
25
|
+
"@smithy/types": "^2.10.1",
|
26
26
|
"tslib": "^2.5.0"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/abort-controller",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.3",
|
4
4
|
"description": "A simple abort controller library",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/types": "^2.10.
|
27
|
+
"@smithy/types": "^2.10.1",
|
28
28
|
"tslib": "^2.5.0"
|
29
29
|
},
|
30
30
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/config-resolver",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.4",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline config-resolver",
|
@@ -23,10 +23,10 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/node-config-provider": "^2.2.
|
27
|
-
"@smithy/types": "^2.10.
|
26
|
+
"@smithy/node-config-provider": "^2.2.4",
|
27
|
+
"@smithy/types": "^2.10.1",
|
28
28
|
"@smithy/util-config-provider": "^2.2.1",
|
29
|
-
"@smithy/util-middleware": "^2.1.
|
29
|
+
"@smithy/util-middleware": "^2.1.3",
|
30
30
|
"tslib": "^2.5.0"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/core",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.5",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline core",
|
@@ -23,13 +23,13 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/middleware-endpoint": "^2.4.
|
27
|
-
"@smithy/middleware-retry": "^2.1.
|
28
|
-
"@smithy/middleware-serde": "^2.1.
|
29
|
-
"@smithy/protocol-http": "^3.2.
|
30
|
-
"@smithy/smithy-client": "^2.4.
|
31
|
-
"@smithy/types": "^2.10.
|
32
|
-
"@smithy/util-middleware": "^2.1.
|
26
|
+
"@smithy/middleware-endpoint": "^2.4.4",
|
27
|
+
"@smithy/middleware-retry": "^2.1.4",
|
28
|
+
"@smithy/middleware-serde": "^2.1.3",
|
29
|
+
"@smithy/protocol-http": "^3.2.1",
|
30
|
+
"@smithy/smithy-client": "^2.4.2",
|
31
|
+
"@smithy/types": "^2.10.1",
|
32
|
+
"@smithy/util-middleware": "^2.1.3",
|
33
33
|
"tslib": "^2.5.0"
|
34
34
|
},
|
35
35
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/credential-provider-imds",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.4",
|
4
4
|
"description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -26,10 +26,10 @@
|
|
26
26
|
},
|
27
27
|
"license": "Apache-2.0",
|
28
28
|
"dependencies": {
|
29
|
-
"@smithy/node-config-provider": "^2.2.
|
30
|
-
"@smithy/property-provider": "^2.1.
|
31
|
-
"@smithy/types": "^2.10.
|
32
|
-
"@smithy/url-parser": "^2.1.
|
29
|
+
"@smithy/node-config-provider": "^2.2.4",
|
30
|
+
"@smithy/property-provider": "^2.1.3",
|
31
|
+
"@smithy/types": "^2.10.1",
|
32
|
+
"@smithy/url-parser": "^2.1.3",
|
33
33
|
"tslib": "^2.5.0"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/eventstream-codec",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.3",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline eventstream-codec",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
25
|
"@aws-crypto/crc32": "3.0.0",
|
26
|
-
"@smithy/types": "^2.10.
|
26
|
+
"@smithy/types": "^2.10.1",
|
27
27
|
"@smithy/util-hex-encoding": "^2.1.1",
|
28
28
|
"tslib": "^2.5.0"
|
29
29
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/fetch-http-handler",
|
3
|
-
"version": "2.4.
|
3
|
+
"version": "2.4.3",
|
4
4
|
"description": "Provides a way to make requests",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
@@ -24,14 +24,14 @@
|
|
24
24
|
"module": "./dist-es/index.js",
|
25
25
|
"types": "./dist-types/index.d.ts",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/protocol-http": "^3.2.
|
28
|
-
"@smithy/querystring-builder": "^2.1.
|
29
|
-
"@smithy/types": "^2.10.
|
27
|
+
"@smithy/protocol-http": "^3.2.1",
|
28
|
+
"@smithy/querystring-builder": "^2.1.3",
|
29
|
+
"@smithy/types": "^2.10.1",
|
30
30
|
"@smithy/util-base64": "^2.1.1",
|
31
31
|
"tslib": "^2.5.0"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
|
-
"@smithy/abort-controller": "^2.1.
|
34
|
+
"@smithy/abort-controller": "^2.1.3",
|
35
35
|
"@tsconfig/recommended": "1.0.1",
|
36
36
|
"@types/chai-as-promised": "^7.1.2",
|
37
37
|
"chai": "^4.2.0",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/hash-node",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.3",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline hash-node",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
"typedoc": "0.23.23"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@smithy/types": "^2.10.
|
34
|
+
"@smithy/types": "^2.10.1",
|
35
35
|
"@smithy/util-buffer-from": "^2.1.1",
|
36
36
|
"@smithy/util-utf8": "^2.1.1",
|
37
37
|
"tslib": "^2.5.0"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/invalid-dependency",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.3",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline invalid-dependency",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@smithy/types": "^2.10.
|
25
|
+
"@smithy/types": "^2.10.1",
|
26
26
|
"tslib": "^2.5.0"
|
27
27
|
},
|
28
28
|
"typesVersions": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-content-length",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.3",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline middleware-content-length",
|
@@ -23,8 +23,8 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/protocol-http": "^3.2.
|
27
|
-
"@smithy/types": "^2.10.
|
26
|
+
"@smithy/protocol-http": "^3.2.1",
|
27
|
+
"@smithy/types": "^2.10.1",
|
28
28
|
"tslib": "^2.5.0"
|
29
29
|
},
|
30
30
|
"engines": {
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"directory": "packages/middleware-content-length"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
|
-
"@smithy/util-test": "^0.1.
|
50
|
+
"@smithy/util-test": "^0.1.16",
|
51
51
|
"@tsconfig/recommended": "1.0.1",
|
52
52
|
"concurrently": "7.0.0",
|
53
53
|
"downlevel-dts": "0.10.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-endpoint",
|
3
|
-
"version": "2.4.
|
3
|
+
"version": "2.4.4",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline middleware-endpoint",
|
@@ -23,12 +23,12 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/middleware-serde": "^2.1.
|
27
|
-
"@smithy/node-config-provider": "^2.2.
|
28
|
-
"@smithy/shared-ini-file-loader": "^2.3.
|
29
|
-
"@smithy/types": "^2.10.
|
30
|
-
"@smithy/url-parser": "^2.1.
|
31
|
-
"@smithy/util-middleware": "^2.1.
|
26
|
+
"@smithy/middleware-serde": "^2.1.3",
|
27
|
+
"@smithy/node-config-provider": "^2.2.4",
|
28
|
+
"@smithy/shared-ini-file-loader": "^2.3.4",
|
29
|
+
"@smithy/types": "^2.10.1",
|
30
|
+
"@smithy/url-parser": "^2.1.3",
|
31
|
+
"@smithy/util-middleware": "^2.1.3",
|
32
32
|
"tslib": "^2.5.0"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
@@ -357,6 +357,7 @@ var retryMiddleware = /* @__PURE__ */ __name((options) => (next, context) => asy
|
|
357
357
|
var isRetryStrategyV2 = /* @__PURE__ */ __name((retryStrategy) => typeof retryStrategy.acquireInitialRetryToken !== "undefined" && typeof retryStrategy.refreshRetryTokenForRetry !== "undefined" && typeof retryStrategy.recordSuccess !== "undefined", "isRetryStrategyV2");
|
358
358
|
var getRetryErrorInfo = /* @__PURE__ */ __name((error) => {
|
359
359
|
const errorInfo = {
|
360
|
+
error,
|
360
361
|
errorType: getRetryErrorType(error)
|
361
362
|
};
|
362
363
|
const retryAfterHint = getRetryAfterHint(error.$response);
|
@@ -67,6 +67,7 @@ const isRetryStrategyV2 = (retryStrategy) => typeof retryStrategy.acquireInitial
|
|
67
67
|
typeof retryStrategy.recordSuccess !== "undefined";
|
68
68
|
const getRetryErrorInfo = (error) => {
|
69
69
|
const errorInfo = {
|
70
|
+
error,
|
70
71
|
errorType: getRetryErrorType(error),
|
71
72
|
};
|
72
73
|
const retryAfterHint = getRetryAfterHint(error.$response);
|
@@ -16,13 +16,19 @@ export interface RetryInputConfig {
|
|
16
16
|
*/
|
17
17
|
retryStrategy?: RetryStrategy | RetryStrategyV2;
|
18
18
|
}
|
19
|
-
|
19
|
+
/**
|
20
|
+
* @internal
|
21
|
+
*/
|
22
|
+
export interface PreviouslyResolved {
|
20
23
|
/**
|
21
24
|
* Specifies provider for retry algorithm to use.
|
22
25
|
* @internal
|
23
26
|
*/
|
24
27
|
retryMode: string | Provider<string>;
|
25
28
|
}
|
29
|
+
/**
|
30
|
+
* @internal
|
31
|
+
*/
|
26
32
|
export interface RetryResolvedConfig {
|
27
33
|
/**
|
28
34
|
* Resolved value for input config {@link RetryInputConfig.maxAttempts}
|
@@ -37,4 +43,3 @@ export declare const resolveRetryConfig: <T>(input: T & PreviouslyResolved & Ret
|
|
37
43
|
export declare const ENV_RETRY_MODE = "AWS_RETRY_MODE";
|
38
44
|
export declare const CONFIG_RETRY_MODE = "retry_mode";
|
39
45
|
export declare const NODE_RETRY_MODE_CONFIG_OPTIONS: LoadedConfigSelectors<string>;
|
40
|
-
export {};
|
@@ -16,13 +16,19 @@ export interface RetryInputConfig {
|
|
16
16
|
*/
|
17
17
|
retryStrategy?: RetryStrategy | RetryStrategyV2;
|
18
18
|
}
|
19
|
-
|
19
|
+
/**
|
20
|
+
* @internal
|
21
|
+
*/
|
22
|
+
export interface PreviouslyResolved {
|
20
23
|
/**
|
21
24
|
* Specifies provider for retry algorithm to use.
|
22
25
|
* @internal
|
23
26
|
*/
|
24
27
|
retryMode: string | Provider<string>;
|
25
28
|
}
|
29
|
+
/**
|
30
|
+
* @internal
|
31
|
+
*/
|
26
32
|
export interface RetryResolvedConfig {
|
27
33
|
/**
|
28
34
|
* Resolved value for input config {@link RetryInputConfig.maxAttempts}
|
@@ -37,4 +43,3 @@ export declare const resolveRetryConfig: <T>(input: T & PreviouslyResolved & Ret
|
|
37
43
|
export declare const ENV_RETRY_MODE = "AWS_RETRY_MODE";
|
38
44
|
export declare const CONFIG_RETRY_MODE = "retry_mode";
|
39
45
|
export declare const NODE_RETRY_MODE_CONFIG_OPTIONS: LoadedConfigSelectors<string>;
|
40
|
-
export {};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-retry",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.4",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline middleware-retry",
|
@@ -31,18 +31,18 @@
|
|
31
31
|
},
|
32
32
|
"license": "Apache-2.0",
|
33
33
|
"dependencies": {
|
34
|
-
"@smithy/node-config-provider": "^2.2.
|
35
|
-
"@smithy/protocol-http": "^3.2.
|
36
|
-
"@smithy/service-error-classification": "^2.1.
|
37
|
-
"@smithy/smithy-client": "^2.4.
|
38
|
-
"@smithy/types": "^2.10.
|
39
|
-
"@smithy/util-middleware": "^2.1.
|
40
|
-
"@smithy/util-retry": "^2.1.
|
34
|
+
"@smithy/node-config-provider": "^2.2.4",
|
35
|
+
"@smithy/protocol-http": "^3.2.1",
|
36
|
+
"@smithy/service-error-classification": "^2.1.3",
|
37
|
+
"@smithy/smithy-client": "^2.4.2",
|
38
|
+
"@smithy/types": "^2.10.1",
|
39
|
+
"@smithy/util-middleware": "^2.1.3",
|
40
|
+
"@smithy/util-retry": "^2.1.3",
|
41
41
|
"tslib": "^2.5.0",
|
42
42
|
"uuid": "^8.3.2"
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@smithy/util-test": "^0.1.
|
45
|
+
"@smithy/util-test": "^0.1.16",
|
46
46
|
"@tsconfig/recommended": "1.0.1",
|
47
47
|
"@types/uuid": "^8.3.0",
|
48
48
|
"concurrently": "7.0.0",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-serde",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.3",
|
4
4
|
"scripts": {
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
6
6
|
"build:cjs": "node ../../scripts/inline middleware-serde",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/types": "^2.10.
|
26
|
+
"@smithy/types": "^2.10.1",
|
27
27
|
"tslib": "^2.5.0"
|
28
28
|
},
|
29
29
|
"engines": {
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"directory": "packages/middleware-serde"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"@smithy/util-test": "^0.1.
|
49
|
+
"@smithy/util-test": "^0.1.16",
|
50
50
|
"@tsconfig/recommended": "1.0.1",
|
51
51
|
"concurrently": "7.0.0",
|
52
52
|
"downlevel-dts": "0.10.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/middleware-stack",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.3",
|
4
4
|
"description": "Provides a means for composing multiple middleware functions into a single handler",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"module": "./dist-es/index.js",
|
26
26
|
"types": "./dist-types/index.d.ts",
|
27
27
|
"dependencies": {
|
28
|
-
"@smithy/types": "^2.10.
|
28
|
+
"@smithy/types": "^2.10.1",
|
29
29
|
"tslib": "^2.5.0"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/node-config-provider",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.4",
|
4
4
|
"description": "Load config default values from ini config files and environmental variable",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
"module": "./dist-es/index.js",
|
25
25
|
"types": "./dist-types/index.d.ts",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/property-provider": "^2.1.
|
28
|
-
"@smithy/shared-ini-file-loader": "^2.3.
|
29
|
-
"@smithy/types": "^2.10.
|
27
|
+
"@smithy/property-provider": "^2.1.3",
|
28
|
+
"@smithy/shared-ini-file-loader": "^2.3.4",
|
29
|
+
"@smithy/types": "^2.10.1",
|
30
30
|
"tslib": "^2.5.0"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/node-http-handler",
|
3
|
-
"version": "2.4.
|
3
|
+
"version": "2.4.1",
|
4
4
|
"description": "Provides a way to make requests",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
@@ -25,10 +25,10 @@
|
|
25
25
|
"module": "./dist-es/index.js",
|
26
26
|
"types": "./dist-types/index.d.ts",
|
27
27
|
"dependencies": {
|
28
|
-
"@smithy/abort-controller": "^2.1.
|
29
|
-
"@smithy/protocol-http": "^3.2.
|
30
|
-
"@smithy/querystring-builder": "^2.1.
|
31
|
-
"@smithy/types": "^2.10.
|
28
|
+
"@smithy/abort-controller": "^2.1.3",
|
29
|
+
"@smithy/protocol-http": "^3.2.1",
|
30
|
+
"@smithy/querystring-builder": "^2.1.3",
|
31
|
+
"@smithy/types": "^2.10.1",
|
32
32
|
"tslib": "^2.5.0"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|