@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": "@smithy/property-provider",
|
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 property-provider",
|
@@ -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
|
"engines": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/protocol-http",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.1",
|
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 protocol-http",
|
@@ -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": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/querystring-builder",
|
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 querystring-builder",
|
@@ -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
|
"@smithy/util-uri-escape": "^2.1.1",
|
27
27
|
"tslib": "^2.5.0"
|
28
28
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/querystring-parser",
|
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 querystring-parser",
|
@@ -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
|
"engines": {
|
@@ -20,6 +20,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
20
20
|
// src/index.ts
|
21
21
|
var src_exports = {};
|
22
22
|
__export(src_exports, {
|
23
|
+
isClockSkewCorrectedError: () => isClockSkewCorrectedError,
|
23
24
|
isClockSkewError: () => isClockSkewError,
|
24
25
|
isRetryableByTrait: () => isRetryableByTrait,
|
25
26
|
isServerError: () => isServerError,
|
@@ -61,13 +62,17 @@ var NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "ECONNREFUSED", "EPIPE", "ETIMED
|
|
61
62
|
// src/index.ts
|
62
63
|
var isRetryableByTrait = /* @__PURE__ */ __name((error) => error.$retryable !== void 0, "isRetryableByTrait");
|
63
64
|
var isClockSkewError = /* @__PURE__ */ __name((error) => CLOCK_SKEW_ERROR_CODES.includes(error.name), "isClockSkewError");
|
65
|
+
var isClockSkewCorrectedError = /* @__PURE__ */ __name((error) => {
|
66
|
+
var _a;
|
67
|
+
return (_a = error.$metadata) == null ? void 0 : _a.clockSkewCorrected;
|
68
|
+
}, "isClockSkewCorrectedError");
|
64
69
|
var isThrottlingError = /* @__PURE__ */ __name((error) => {
|
65
70
|
var _a, _b;
|
66
71
|
return ((_a = error.$metadata) == null ? void 0 : _a.httpStatusCode) === 429 || THROTTLING_ERROR_CODES.includes(error.name) || ((_b = error.$retryable) == null ? void 0 : _b.throttling) == true;
|
67
72
|
}, "isThrottlingError");
|
68
73
|
var isTransientError = /* @__PURE__ */ __name((error) => {
|
69
74
|
var _a;
|
70
|
-
return TRANSIENT_ERROR_CODES.includes(error.name) || NODEJS_TIMEOUT_ERROR_CODES.includes((error == null ? void 0 : error.code) || "") || TRANSIENT_ERROR_STATUS_CODES.includes(((_a = error.$metadata) == null ? void 0 : _a.httpStatusCode) || 0);
|
75
|
+
return isClockSkewCorrectedError(error) || TRANSIENT_ERROR_CODES.includes(error.name) || NODEJS_TIMEOUT_ERROR_CODES.includes((error == null ? void 0 : error.code) || "") || TRANSIENT_ERROR_STATUS_CODES.includes(((_a = error.$metadata) == null ? void 0 : _a.httpStatusCode) || 0);
|
71
76
|
}, "isTransientError");
|
72
77
|
var isServerError = /* @__PURE__ */ __name((error) => {
|
73
78
|
var _a;
|
@@ -85,6 +90,7 @@ var isServerError = /* @__PURE__ */ __name((error) => {
|
|
85
90
|
0 && (module.exports = {
|
86
91
|
isRetryableByTrait,
|
87
92
|
isClockSkewError,
|
93
|
+
isClockSkewCorrectedError,
|
88
94
|
isThrottlingError,
|
89
95
|
isTransientError,
|
90
96
|
isServerError
|
@@ -1,10 +1,12 @@
|
|
1
1
|
import { CLOCK_SKEW_ERROR_CODES, NODEJS_TIMEOUT_ERROR_CODES, THROTTLING_ERROR_CODES, TRANSIENT_ERROR_CODES, TRANSIENT_ERROR_STATUS_CODES, } from "./constants";
|
2
2
|
export const isRetryableByTrait = (error) => error.$retryable !== undefined;
|
3
3
|
export const isClockSkewError = (error) => CLOCK_SKEW_ERROR_CODES.includes(error.name);
|
4
|
+
export const isClockSkewCorrectedError = (error) => error.$metadata?.clockSkewCorrected;
|
4
5
|
export const isThrottlingError = (error) => error.$metadata?.httpStatusCode === 429 ||
|
5
6
|
THROTTLING_ERROR_CODES.includes(error.name) ||
|
6
7
|
error.$retryable?.throttling == true;
|
7
|
-
export const isTransientError = (error) =>
|
8
|
+
export const isTransientError = (error) => isClockSkewCorrectedError(error) ||
|
9
|
+
TRANSIENT_ERROR_CODES.includes(error.name) ||
|
8
10
|
NODEJS_TIMEOUT_ERROR_CODES.includes(error?.code || "") ||
|
9
11
|
TRANSIENT_ERROR_STATUS_CODES.includes(error.$metadata?.httpStatusCode || 0);
|
10
12
|
export const isServerError = (error) => {
|
@@ -1,6 +1,13 @@
|
|
1
1
|
import { SdkError } from "@smithy/types";
|
2
2
|
export declare const isRetryableByTrait: (error: SdkError) => boolean;
|
3
|
+
/**
|
4
|
+
* @deprecated use isClockSkewCorrectedError. This is only used in deprecated code.
|
5
|
+
*/
|
3
6
|
export declare const isClockSkewError: (error: SdkError) => boolean;
|
7
|
+
/**
|
8
|
+
* @returns whether the error resulted in a systemClockOffset aka clock skew correction.
|
9
|
+
*/
|
10
|
+
export declare const isClockSkewCorrectedError: (error: SdkError) => true | undefined;
|
4
11
|
export declare const isThrottlingError: (error: SdkError) => boolean;
|
5
12
|
/**
|
6
13
|
* Though NODEJS_TIMEOUT_ERROR_CODES are platform specific, they are
|
@@ -1,6 +1,13 @@
|
|
1
1
|
import { SdkError } from "@smithy/types";
|
2
2
|
export declare const isRetryableByTrait: (error: SdkError) => boolean;
|
3
|
+
/**
|
4
|
+
* @deprecated use isClockSkewCorrectedError. This is only used in deprecated code.
|
5
|
+
*/
|
3
6
|
export declare const isClockSkewError: (error: SdkError) => boolean;
|
7
|
+
/**
|
8
|
+
* @returns whether the error resulted in a systemClockOffset aka clock skew correction.
|
9
|
+
*/
|
10
|
+
export declare const isClockSkewCorrectedError: (error: SdkError) => true | undefined;
|
4
11
|
export declare const isThrottlingError: (error: SdkError) => boolean;
|
5
12
|
/**
|
6
13
|
* Though NODEJS_TIMEOUT_ERROR_CODES are platform specific, they are
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/service-error-classification",
|
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 service-error-classification",
|
@@ -54,6 +54,6 @@
|
|
54
54
|
"directory": ".release/package"
|
55
55
|
},
|
56
56
|
"dependencies": {
|
57
|
-
"@smithy/types": "^2.10.
|
57
|
+
"@smithy/types": "^2.10.1"
|
58
58
|
}
|
59
59
|
}
|
@@ -146,7 +146,7 @@ var loadSharedConfigFiles = /* @__PURE__ */ __name(async (init = {}) => {
|
|
146
146
|
|
147
147
|
// src/getSsoSessionData.ts
|
148
148
|
|
149
|
-
var getSsoSessionData = /* @__PURE__ */ __name((data) => Object.entries(data).filter(([key]) => key.startsWith(import_types.IniSectionType.SSO_SESSION + CONFIG_PREFIX_SEPARATOR)).reduce((acc, [key, value]) => ({ ...acc, [key.
|
149
|
+
var getSsoSessionData = /* @__PURE__ */ __name((data) => Object.entries(data).filter(([key]) => key.startsWith(import_types.IniSectionType.SSO_SESSION + CONFIG_PREFIX_SEPARATOR)).reduce((acc, [key, value]) => ({ ...acc, [key.substring(key.indexOf(CONFIG_PREFIX_SEPARATOR) + 1)]: value }), {}), "getSsoSessionData");
|
150
150
|
|
151
151
|
// src/loadSsoSessionData.ts
|
152
152
|
var import_slurpFile2 = require("././slurpFile");
|
@@ -2,4 +2,4 @@ import { IniSectionType } from "@smithy/types";
|
|
2
2
|
import { CONFIG_PREFIX_SEPARATOR } from "./loadSharedConfigFiles";
|
3
3
|
export const getSsoSessionData = (data) => Object.entries(data)
|
4
4
|
.filter(([key]) => key.startsWith(IniSectionType.SSO_SESSION + CONFIG_PREFIX_SEPARATOR))
|
5
|
-
.reduce((acc, [key, value]) => ({ ...acc, [key.
|
5
|
+
.reduce((acc, [key, value]) => ({ ...acc, [key.substring(key.indexOf(CONFIG_PREFIX_SEPARATOR) + 1)]: value }), {});
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/signature-v4",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.3",
|
4
4
|
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -24,18 +24,18 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/eventstream-codec": "^2.1.
|
27
|
+
"@smithy/eventstream-codec": "^2.1.3",
|
28
28
|
"@smithy/is-array-buffer": "^2.1.1",
|
29
|
-
"@smithy/types": "^2.10.
|
29
|
+
"@smithy/types": "^2.10.1",
|
30
30
|
"@smithy/util-hex-encoding": "^2.1.1",
|
31
|
-
"@smithy/util-middleware": "^2.1.
|
31
|
+
"@smithy/util-middleware": "^2.1.3",
|
32
32
|
"@smithy/util-uri-escape": "^2.1.1",
|
33
33
|
"@smithy/util-utf8": "^2.1.1",
|
34
34
|
"tslib": "^2.5.0"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
37
|
"@aws-crypto/sha256-js": "3.0.0",
|
38
|
-
"@smithy/protocol-http": "^3.2.
|
38
|
+
"@smithy/protocol-http": "^3.2.1",
|
39
39
|
"@tsconfig/recommended": "1.0.1",
|
40
40
|
"concurrently": "7.0.0",
|
41
41
|
"downlevel-dts": "0.10.1",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/smithy-client",
|
3
|
-
"version": "2.4.
|
3
|
+
"version": "2.4.2",
|
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 smithy-client",
|
@@ -23,11 +23,11 @@
|
|
23
23
|
},
|
24
24
|
"license": "Apache-2.0",
|
25
25
|
"dependencies": {
|
26
|
-
"@smithy/middleware-endpoint": "^2.4.
|
27
|
-
"@smithy/middleware-stack": "^2.1.
|
28
|
-
"@smithy/protocol-http": "^3.2.
|
29
|
-
"@smithy/types": "^2.10.
|
30
|
-
"@smithy/util-stream": "^2.1.
|
26
|
+
"@smithy/middleware-endpoint": "^2.4.4",
|
27
|
+
"@smithy/middleware-stack": "^2.1.3",
|
28
|
+
"@smithy/protocol-http": "^3.2.1",
|
29
|
+
"@smithy/types": "^2.10.1",
|
30
|
+
"@smithy/util-stream": "^2.1.3",
|
31
31
|
"tslib": "^2.5.0"
|
32
32
|
},
|
33
33
|
"engines": {
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { SdkError } from "./shapes";
|
1
2
|
/**
|
2
3
|
* @public
|
3
4
|
*/
|
@@ -29,13 +30,17 @@ export type RetryErrorType =
|
|
29
30
|
* @public
|
30
31
|
*/
|
31
32
|
export interface RetryErrorInfo {
|
33
|
+
/**
|
34
|
+
* The error thrown during the initial request, if available.
|
35
|
+
*/
|
36
|
+
error?: SdkError;
|
32
37
|
errorType: RetryErrorType;
|
33
38
|
/**
|
34
39
|
* Protocol hint. This could come from Http's 'retry-after' header or
|
35
40
|
* something from MQTT or any other protocol that has the ability to convey
|
36
41
|
* retry info from a peer.
|
37
42
|
*
|
38
|
-
*
|
43
|
+
* The Date after which a retry should be attempted.
|
39
44
|
*/
|
40
45
|
retryAfterHint?: Date;
|
41
46
|
}
|
@@ -69,4 +69,13 @@ export interface SmithyException {
|
|
69
69
|
* the base exception for the service should be used. Each client exports
|
70
70
|
* a base ServiceException prefixed with the service name.
|
71
71
|
*/
|
72
|
-
export type SdkError = Error & Partial<SmithyException> & Partial<MetadataBearer
|
72
|
+
export type SdkError = Error & Partial<SmithyException> & Partial<MetadataBearer> & {
|
73
|
+
$metadata?: Partial<MetadataBearer>["$metadata"] & {
|
74
|
+
/**
|
75
|
+
* If present, will have value of true and indicates that the error resulted in a
|
76
|
+
* correction of the clock skew, a.k.a. config.systemClockOffset.
|
77
|
+
* This is specific to AWS SDK and sigv4.
|
78
|
+
*/
|
79
|
+
readonly clockSkewCorrected?: true;
|
80
|
+
};
|
81
|
+
};
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { SdkError } from "./shapes";
|
1
2
|
/**
|
2
3
|
* @public
|
3
4
|
*/
|
@@ -29,13 +30,17 @@ export type RetryErrorType =
|
|
29
30
|
* @public
|
30
31
|
*/
|
31
32
|
export interface RetryErrorInfo {
|
33
|
+
/**
|
34
|
+
* The error thrown during the initial request, if available.
|
35
|
+
*/
|
36
|
+
error?: SdkError;
|
32
37
|
errorType: RetryErrorType;
|
33
38
|
/**
|
34
39
|
* Protocol hint. This could come from Http's 'retry-after' header or
|
35
40
|
* something from MQTT or any other protocol that has the ability to convey
|
36
41
|
* retry info from a peer.
|
37
42
|
*
|
38
|
-
*
|
43
|
+
* The Date after which a retry should be attempted.
|
39
44
|
*/
|
40
45
|
retryAfterHint?: Date;
|
41
46
|
}
|
@@ -69,4 +69,13 @@ export interface SmithyException {
|
|
69
69
|
* the base exception for the service should be used. Each client exports
|
70
70
|
* a base ServiceException prefixed with the service name.
|
71
71
|
*/
|
72
|
-
export type SdkError = Error & Partial<SmithyException> & Partial<MetadataBearer
|
72
|
+
export type SdkError = Error & Partial<SmithyException> & Partial<MetadataBearer> & {
|
73
|
+
$metadata?: Partial<MetadataBearer>["$metadata"] & {
|
74
|
+
/**
|
75
|
+
* If present, will have value of true and indicates that the error resulted in a
|
76
|
+
* correction of the clock skew, a.k.a. config.systemClockOffset.
|
77
|
+
* This is specific to AWS SDK and sigv4.
|
78
|
+
*/
|
79
|
+
readonly clockSkewCorrected?: true;
|
80
|
+
};
|
81
|
+
};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/url-parser",
|
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 url-parser",
|
@@ -22,8 +22,8 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@smithy/querystring-parser": "^2.1.
|
26
|
-
"@smithy/types": "^2.10.
|
25
|
+
"@smithy/querystring-parser": "^2.1.3",
|
26
|
+
"@smithy/types": "^2.10.1",
|
27
27
|
"tslib": "^2.5.0"
|
28
28
|
},
|
29
29
|
"typesVersions": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-defaults-mode-browser",
|
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 util-defaults-mode-browser",
|
@@ -22,9 +22,9 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@smithy/property-provider": "^2.1.
|
26
|
-
"@smithy/smithy-client": "^2.4.
|
27
|
-
"@smithy/types": "^2.10.
|
25
|
+
"@smithy/property-provider": "^2.1.3",
|
26
|
+
"@smithy/smithy-client": "^2.4.2",
|
27
|
+
"@smithy/types": "^2.10.1",
|
28
28
|
"bowser": "^2.11.0",
|
29
29
|
"tslib": "^2.5.0"
|
30
30
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-defaults-mode-node",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.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 util-defaults-mode-node",
|
@@ -22,12 +22,12 @@
|
|
22
22
|
},
|
23
23
|
"license": "Apache-2.0",
|
24
24
|
"dependencies": {
|
25
|
-
"@smithy/config-resolver": "^2.1.
|
26
|
-
"@smithy/credential-provider-imds": "^2.2.
|
27
|
-
"@smithy/node-config-provider": "^2.2.
|
28
|
-
"@smithy/property-provider": "^2.1.
|
29
|
-
"@smithy/smithy-client": "^2.4.
|
30
|
-
"@smithy/types": "^2.10.
|
25
|
+
"@smithy/config-resolver": "^2.1.4",
|
26
|
+
"@smithy/credential-provider-imds": "^2.2.4",
|
27
|
+
"@smithy/node-config-provider": "^2.2.4",
|
28
|
+
"@smithy/property-provider": "^2.1.3",
|
29
|
+
"@smithy/smithy-client": "^2.4.2",
|
30
|
+
"@smithy/types": "^2.10.1",
|
31
31
|
"tslib": "^2.5.0"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-endpoints",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.4",
|
4
4
|
"description": "Utilities to help with endpoint resolution.",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -26,8 +26,8 @@
|
|
26
26
|
},
|
27
27
|
"license": "Apache-2.0",
|
28
28
|
"dependencies": {
|
29
|
-
"@smithy/node-config-provider": "^2.2.
|
30
|
-
"@smithy/types": "^2.10.
|
29
|
+
"@smithy/node-config-provider": "^2.2.4",
|
30
|
+
"@smithy/types": "^2.10.1",
|
31
31
|
"tslib": "^2.5.0"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-middleware",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.3",
|
4
4
|
"description": "Shared utilities for to be used in middleware packages.",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
},
|
27
27
|
"license": "Apache-2.0",
|
28
28
|
"dependencies": {
|
29
|
-
"@smithy/types": "^2.10.
|
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/util-retry",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.3",
|
4
4
|
"description": "Shared retry utilities to be used in middleware packages.",
|
5
5
|
"main": "./dist-cjs/index.js",
|
6
6
|
"module": "./dist-es/index.js",
|
@@ -27,8 +27,8 @@
|
|
27
27
|
},
|
28
28
|
"license": "Apache-2.0",
|
29
29
|
"dependencies": {
|
30
|
-
"@smithy/service-error-classification": "^2.1.
|
31
|
-
"@smithy/types": "^2.10.
|
30
|
+
"@smithy/service-error-classification": "^2.1.3",
|
31
|
+
"@smithy/types": "^2.10.1",
|
32
32
|
"tslib": "^2.5.0"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-stream",
|
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 util-stream",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
},
|
25
25
|
"license": "Apache-2.0",
|
26
26
|
"dependencies": {
|
27
|
-
"@smithy/fetch-http-handler": "^2.4.
|
28
|
-
"@smithy/node-http-handler": "^2.4.
|
29
|
-
"@smithy/types": "^2.10.
|
27
|
+
"@smithy/fetch-http-handler": "^2.4.3",
|
28
|
+
"@smithy/node-http-handler": "^2.4.1",
|
29
|
+
"@smithy/types": "^2.10.1",
|
30
30
|
"@smithy/util-base64": "^2.1.1",
|
31
31
|
"@smithy/util-buffer-from": "^2.1.1",
|
32
32
|
"@smithy/util-hex-encoding": "^2.1.1",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"tslib": "^2.5.0"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
37
|
-
"@smithy/util-test": "^0.1.
|
37
|
+
"@smithy/util-test": "^0.1.16",
|
38
38
|
"@types/chai-as-promised": "^7.1.2",
|
39
39
|
"@types/node": "^14.14.31",
|
40
40
|
"chai": "^4.2.0",
|
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smithy/util-waiter",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.3",
|
4
4
|
"description": "Shared utilities for client waiters for the AWS SDK",
|
5
5
|
"dependencies": {
|
6
|
-
"@smithy/abort-controller": "^2.1.
|
7
|
-
"@smithy/types": "^2.10.
|
6
|
+
"@smithy/abort-controller": "^2.1.3",
|
7
|
+
"@smithy/types": "^2.10.1",
|
8
8
|
"tslib": "^2.5.0"
|
9
9
|
},
|
10
10
|
"scripts": {
|
package/package.json
CHANGED
@@ -42,16 +42,16 @@
|
|
42
42
|
"organization": false
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@cdk8s/projen-common": "0.0.
|
45
|
+
"@cdk8s/projen-common": "0.0.497",
|
46
46
|
"@types/fs-extra": "^11.0.4",
|
47
47
|
"@types/jest": "^27",
|
48
48
|
"@types/node": "^16",
|
49
49
|
"@typescript-eslint/eslint-plugin": "^6",
|
50
50
|
"@typescript-eslint/parser": "^6",
|
51
|
-
"aws-cdk": "^2.
|
51
|
+
"aws-cdk": "^2.131.0",
|
52
52
|
"aws-cdk-lib": "2.109.0",
|
53
53
|
"cdk8s": "2.68.4",
|
54
|
-
"cdk8s-cli": "^2.198.
|
54
|
+
"cdk8s-cli": "^2.198.63",
|
55
55
|
"constructs": "10.3.0",
|
56
56
|
"eslint": "^8",
|
57
57
|
"eslint-import-resolver-typescript": "^3.6.1",
|
@@ -64,7 +64,7 @@
|
|
64
64
|
"jsii-docgen": "^9.2.2",
|
65
65
|
"jsii-pacmak": "^1.94.0",
|
66
66
|
"jsii-rosetta": "^5",
|
67
|
-
"projen": "^0.80.
|
67
|
+
"projen": "^0.80.5",
|
68
68
|
"standard-version": "^9",
|
69
69
|
"ts-jest": "^27",
|
70
70
|
"ts-node": "^10.9.2",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"publishConfig": {
|
93
93
|
"access": "public"
|
94
94
|
},
|
95
|
-
"version": "0.0.
|
95
|
+
"version": "0.0.66",
|
96
96
|
"jest": {
|
97
97
|
"testMatch": [
|
98
98
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("./index.js");
|
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("./index.js");
|
package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthExtensionConfiguration.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/ActivateTypeCommand.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CancelUpdateStackCommand.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateChangeSetCommand.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackInstancesCommand.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/CreateStackSetCommand.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeactivateTypeCommand.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteChangeSetCommand.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackInstancesCommand.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeleteStackSetCommand.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/commands/DeregisterTypeCommand.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require("../index.js");
|