@cdk8s/awscdk-resolver 0.0.67 → 0.0.75
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/README.md +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +169 -116
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +75 -34
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +37 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +73 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +5 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +4 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1246 -1343
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +184 -174
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +52 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListExportsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListImportsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +11 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +10 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +14 -13
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +13 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/package.json +41 -42
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +6 -49
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +3 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -40
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +32 -32
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/package.json +38 -38
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +7 -50
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +3 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +1 -40
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +89 -89
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +40 -40
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +10 -44
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +3 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +2 -34
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +3 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +98 -98
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/package.json +39 -40
- package/node_modules/@aws-sdk/core/CHANGELOG.md +35 -0
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +126 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/common.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/json/parseJsonBody.js +51 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/xml/parseXmlBody.js +57 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/common.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/json/parseJsonBody.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/xml/parseXmlBody.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/common.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/parseJsonBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/xml/parseXmlBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/package.json +8 -7
- package/node_modules/@aws-sdk/core/src/protocols/common.ts +5 -0
- package/node_modules/@aws-sdk/core/src/protocols/index.ts +2 -0
- package/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +60 -0
- package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +64 -0
- 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 +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
- package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@smithy/core/package.json +9 -9
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +11 -1
- package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@smithy/eventstream-codec/package.json +5 -5
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -9
- package/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@smithy/is-array-buffer/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +5 -5
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +11 -11
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +5 -0
- package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +6 -2
- package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +6 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +14 -3
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +30 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +16 -4
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/package.json +4 -4
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
- package/node_modules/@smithy/signature-v4/package.json +10 -10
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/smithy-client/dist-es/command.js +2 -2
- package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/client.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/serde.d.ts +10 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +2 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +10 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +27 -7
- package/node_modules/@smithy/types/dist-types/util.d.ts +22 -7
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +16 -1
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +14 -1
- package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +16 -1
- package/node_modules/@smithy/util-base64/dist-es/toBase64.js +14 -1
- package/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +4 -3
- package/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +4 -3
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +4 -3
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +4 -3
- package/node_modules/@smithy/util-base64/package.json +4 -3
- package/node_modules/@smithy/util-body-length-browser/package.json +2 -2
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +1 -1
- package/node_modules/@smithy/util-body-length-node/package.json +2 -2
- package/node_modules/@smithy/util-buffer-from/package.json +3 -3
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/util-config-provider/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@smithy/util-hex-encoding/package.json +2 -2
- package/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@smithy/util-stream/package.json +12 -12
- package/node_modules/@smithy/util-uri-escape/package.json +2 -2
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +9 -1
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -1
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +9 -1
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/package.json +3 -3
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/node_modules/uuid/CHANGELOG.md +45 -0
- package/node_modules/uuid/README.md +36 -75
- package/node_modules/uuid/dist/esm-browser/md5.js +23 -23
- package/node_modules/uuid/dist/esm-browser/parse.js +2 -2
- package/node_modules/uuid/dist/esm-browser/rng.js +4 -5
- package/node_modules/uuid/dist/esm-browser/sha1.js +26 -26
- package/node_modules/uuid/dist/esm-browser/stringify.js +9 -6
- package/node_modules/uuid/dist/esm-browser/v1.js +17 -17
- package/node_modules/uuid/dist/esm-browser/v3.js +1 -1
- package/node_modules/uuid/dist/esm-browser/v35.js +12 -10
- package/node_modules/uuid/dist/esm-browser/v4.js +9 -4
- package/node_modules/uuid/dist/esm-browser/v5.js +1 -1
- package/node_modules/uuid/dist/esm-browser/version.js +1 -1
- package/node_modules/uuid/dist/esm-node/stringify.js +7 -3
- package/node_modules/uuid/dist/esm-node/v1.js +2 -2
- package/node_modules/uuid/dist/esm-node/v35.js +6 -4
- package/node_modules/uuid/dist/esm-node/v4.js +7 -2
- package/node_modules/uuid/dist/esm-node/version.js +1 -1
- package/node_modules/uuid/dist/index.js +18 -18
- package/node_modules/uuid/dist/rng-browser.js +2 -3
- package/node_modules/uuid/dist/stringify.js +8 -3
- package/node_modules/uuid/dist/v1.js +2 -2
- package/node_modules/uuid/dist/v35.js +7 -5
- package/node_modules/uuid/dist/v4.js +8 -2
- package/node_modules/uuid/dist/version.js +1 -1
- package/node_modules/uuid/package.json +41 -41
- package/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/CHANGELOG.md +0 -274
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/README.md +0 -466
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/rng-browser.js +0 -25
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/stringify.js +0 -44
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v35.js +0 -80
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v4.js +0 -43
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/package.json +0 -135
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/wrapper.mjs +0 -10
- package/node_modules/uuid/dist/umd/uuid.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/md5.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/native.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/nil.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/parse.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/regex.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/rng.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/sha1.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/stringify.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v1.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v3.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v35.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v4.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v5.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/validate.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/version.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/native.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/native.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/native-browser.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/native.js +0 -0
@@ -1,80 +1,80 @@
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
2
2
|
import { STSServiceException as __BaseException } from "./STSServiceException";
|
3
3
|
/**
|
4
|
-
* @public
|
5
4
|
* <p>The identifiers for the temporary security credentials that the operation
|
6
5
|
* returns.</p>
|
6
|
+
* @public
|
7
7
|
*/
|
8
8
|
export interface AssumedRoleUser {
|
9
9
|
/**
|
10
|
-
* @public
|
11
10
|
* <p>A unique identifier that contains the role ID and the role session name of the role that
|
12
11
|
* is being assumed. The role ID is generated by Amazon Web Services when the role is created.</p>
|
12
|
+
* @public
|
13
13
|
*/
|
14
14
|
AssumedRoleId: string | undefined;
|
15
15
|
/**
|
16
|
-
* @public
|
17
16
|
* <p>The ARN of the temporary security credentials that are returned from the <a>AssumeRole</a> action. For more information about ARNs and how to use them in
|
18
17
|
* policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM Identifiers</a> in the
|
19
18
|
* <i>IAM User Guide</i>.</p>
|
19
|
+
* @public
|
20
20
|
*/
|
21
21
|
Arn: string | undefined;
|
22
22
|
}
|
23
23
|
/**
|
24
|
-
* @public
|
25
24
|
* <p>A reference to the IAM managed policy that is passed as a session policy for a role
|
26
25
|
* session or a federated user session.</p>
|
26
|
+
* @public
|
27
27
|
*/
|
28
28
|
export interface PolicyDescriptorType {
|
29
29
|
/**
|
30
|
-
* @public
|
31
30
|
* <p>The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy
|
32
31
|
* for the role. For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services
|
33
32
|
* Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
33
|
+
* @public
|
34
34
|
*/
|
35
35
|
arn?: string;
|
36
36
|
}
|
37
37
|
/**
|
38
|
-
* @public
|
39
38
|
* <p>Contains information about the provided context. This includes the signed and encrypted
|
40
39
|
* trusted context assertion and the context provider ARN from which the trusted context
|
41
40
|
* assertion was generated.</p>
|
41
|
+
* @public
|
42
42
|
*/
|
43
43
|
export interface ProvidedContext {
|
44
44
|
/**
|
45
|
-
* @public
|
46
45
|
* <p>The context provider ARN from which the trusted context assertion was generated.</p>
|
46
|
+
* @public
|
47
47
|
*/
|
48
48
|
ProviderArn?: string;
|
49
49
|
/**
|
50
|
-
* @public
|
51
50
|
* <p>The signed and encrypted trusted context assertion generated by the context provider.
|
52
51
|
* The trusted context assertion is signed and encrypted by Amazon Web Services STS.</p>
|
52
|
+
* @public
|
53
53
|
*/
|
54
54
|
ContextAssertion?: string;
|
55
55
|
}
|
56
56
|
/**
|
57
|
-
* @public
|
58
57
|
* <p>You can pass custom key-value pair attributes when you assume a role or federate a user.
|
59
58
|
* These are called session tags. You can then use the session tags to control access to
|
60
59
|
* resources. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html">Tagging Amazon Web Services STS Sessions</a> in the
|
61
60
|
* <i>IAM User Guide</i>.</p>
|
61
|
+
* @public
|
62
62
|
*/
|
63
63
|
export interface Tag {
|
64
64
|
/**
|
65
|
-
* @public
|
66
65
|
* <p>The key for a session tag.</p>
|
67
66
|
* <p>You can pass up to 50 session tags. The plain text session tag keys can’t exceed 128
|
68
67
|
* characters. For these and additional limits, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length">IAM
|
69
68
|
* and STS Character Limits</a> in the <i>IAM User Guide</i>.</p>
|
69
|
+
* @public
|
70
70
|
*/
|
71
71
|
Key: string | undefined;
|
72
72
|
/**
|
73
|
-
* @public
|
74
73
|
* <p>The value for a session tag.</p>
|
75
74
|
* <p>You can pass up to 50 session tags. The plain text session tag values can’t exceed 256
|
76
75
|
* characters. For these and additional limits, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length">IAM
|
77
76
|
* and STS Character Limits</a> in the <i>IAM User Guide</i>.</p>
|
77
|
+
* @public
|
78
78
|
*/
|
79
79
|
Value: string | undefined;
|
80
80
|
}
|
@@ -83,12 +83,11 @@ export interface Tag {
|
|
83
83
|
*/
|
84
84
|
export interface AssumeRoleRequest {
|
85
85
|
/**
|
86
|
-
* @public
|
87
86
|
* <p>The Amazon Resource Name (ARN) of the role to assume.</p>
|
87
|
+
* @public
|
88
88
|
*/
|
89
89
|
RoleArn: string | undefined;
|
90
90
|
/**
|
91
|
-
* @public
|
92
91
|
* <p>An identifier for the assumed role session.</p>
|
93
92
|
* <p>Use the role session name to uniquely identify a session when the same role is assumed
|
94
93
|
* by different principals or for different reasons. In cross-account scenarios, the role
|
@@ -99,10 +98,10 @@ export interface AssumeRoleRequest {
|
|
99
98
|
* <p>The regex used to validate this parameter is a string of characters
|
100
99
|
* consisting of upper- and lower-case alphanumeric characters with no spaces. You can
|
101
100
|
* also include underscores or any of the following characters: =,.@-</p>
|
101
|
+
* @public
|
102
102
|
*/
|
103
103
|
RoleSessionName: string | undefined;
|
104
104
|
/**
|
105
|
-
* @public
|
106
105
|
* <p>The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as
|
107
106
|
* managed session policies. The policies must exist in the same account as the role.</p>
|
108
107
|
* <p>This parameter is optional. You can provide up to 10 managed policy ARNs. However, the
|
@@ -124,10 +123,10 @@ export interface AssumeRoleRequest {
|
|
124
123
|
* by the identity-based policy of the role that is being assumed. For more information, see
|
125
124
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
|
126
125
|
* Policies</a> in the <i>IAM User Guide</i>.</p>
|
126
|
+
* @public
|
127
127
|
*/
|
128
128
|
PolicyArns?: PolicyDescriptorType[];
|
129
129
|
/**
|
130
|
-
* @public
|
131
130
|
* <p>An IAM policy in JSON format that you want to use as an inline session policy.</p>
|
132
131
|
* <p>This parameter is optional. Passing policies to this operation returns new
|
133
132
|
* temporary credentials. The resulting session's permissions are the intersection of the
|
@@ -149,10 +148,10 @@ export interface AssumeRoleRequest {
|
|
149
148
|
* <code>PackedPolicySize</code> response element indicates by percentage how close the
|
150
149
|
* policies and tags for your request are to the upper size limit.</p>
|
151
150
|
* </note>
|
151
|
+
* @public
|
152
152
|
*/
|
153
153
|
Policy?: string;
|
154
154
|
/**
|
155
|
-
* @public
|
156
155
|
* <p>The duration, in seconds, of the role session. The value specified can range from 900
|
157
156
|
* seconds (15 minutes) up to the maximum session duration set for the role. The maximum
|
158
157
|
* session duration setting can have a value from 1 hour to 12 hours. If you specify a value
|
@@ -178,10 +177,10 @@ export interface AssumeRoleRequest {
|
|
178
177
|
* that Enables Federated Users to Access the Amazon Web Services Management Console</a> in the
|
179
178
|
* <i>IAM User Guide</i>.</p>
|
180
179
|
* </note>
|
180
|
+
* @public
|
181
181
|
*/
|
182
182
|
DurationSeconds?: number;
|
183
183
|
/**
|
184
|
-
* @public
|
185
184
|
* <p>A list of session tags that you want to pass. Each session tag consists of a key name
|
186
185
|
* and an associated value. For more information about session tags, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html">Tagging Amazon Web Services STS
|
187
186
|
* Sessions</a> in the <i>IAM User Guide</i>.</p>
|
@@ -209,10 +208,10 @@ export interface AssumeRoleRequest {
|
|
209
208
|
* session tag with the same key as an inherited tag, the operation fails. To view the
|
210
209
|
* inherited tags for a session, see the CloudTrail logs. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html#id_session-tags_ctlogs">Viewing Session Tags in CloudTrail</a> in the
|
211
210
|
* <i>IAM User Guide</i>.</p>
|
211
|
+
* @public
|
212
212
|
*/
|
213
213
|
Tags?: Tag[];
|
214
214
|
/**
|
215
|
-
* @public
|
216
215
|
* <p>A list of keys for session tags that you want to set as transitive. If you set a tag key
|
217
216
|
* as transitive, the corresponding key and value passes to subsequent sessions in a role
|
218
217
|
* chain. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html#id_session-tags_role-chaining">Chaining Roles
|
@@ -221,10 +220,10 @@ export interface AssumeRoleRequest {
|
|
221
220
|
* and session tags packed binary limit is not affected.</p>
|
222
221
|
* <p>If you choose not to specify a transitive tag key, then no tags are passed from this
|
223
222
|
* session to any subsequent sessions.</p>
|
223
|
+
* @public
|
224
224
|
*/
|
225
225
|
TransitiveTagKeys?: string[];
|
226
226
|
/**
|
227
|
-
* @public
|
228
227
|
* <p>A unique identifier that might be required when you assume a role in another account. If
|
229
228
|
* the administrator of the account to which the role belongs provided you with an external
|
230
229
|
* ID, then provide that value in the <code>ExternalId</code> parameter. This value can be any
|
@@ -238,10 +237,10 @@ export interface AssumeRoleRequest {
|
|
238
237
|
* <p>The regex used to validate this parameter is a string of
|
239
238
|
* characters consisting of upper- and lower-case alphanumeric characters with no spaces.
|
240
239
|
* You can also include underscores or any of the following characters: =,.@:/-</p>
|
240
|
+
* @public
|
241
241
|
*/
|
242
242
|
ExternalId?: string;
|
243
243
|
/**
|
244
|
-
* @public
|
245
244
|
* <p>The identification number of the MFA device that is associated with the user who is
|
246
245
|
* making the <code>AssumeRole</code> call. Specify this value if the trust policy of the role
|
247
246
|
* being assumed includes a condition that requires MFA authentication. The value is either
|
@@ -251,20 +250,20 @@ export interface AssumeRoleRequest {
|
|
251
250
|
* <p>The regex used to validate this parameter is a string of characters
|
252
251
|
* consisting of upper- and lower-case alphanumeric characters with no spaces. You can
|
253
252
|
* also include underscores or any of the following characters: =,.@-</p>
|
253
|
+
* @public
|
254
254
|
*/
|
255
255
|
SerialNumber?: string;
|
256
256
|
/**
|
257
|
-
* @public
|
258
257
|
* <p>The value provided by the MFA device, if the trust policy of the role being assumed
|
259
258
|
* requires MFA. (In other words, if the policy includes a condition that tests for MFA). If
|
260
259
|
* the role being assumed requires MFA and if the <code>TokenCode</code> value is missing or
|
261
260
|
* expired, the <code>AssumeRole</code> call returns an "access denied" error.</p>
|
262
261
|
* <p>The format for this parameter, as described by its regex pattern, is a sequence of six
|
263
262
|
* numeric digits.</p>
|
263
|
+
* @public
|
264
264
|
*/
|
265
265
|
TokenCode?: string;
|
266
266
|
/**
|
267
|
-
* @public
|
268
267
|
* <p>The source identity specified by the principal that is calling the
|
269
268
|
* <code>AssumeRole</code> operation.</p>
|
270
269
|
* <p>You can require users to specify a source identity when they assume a role. You do this
|
@@ -279,10 +278,10 @@ export interface AssumeRoleRequest {
|
|
279
278
|
* and lower-case alphanumeric characters with no spaces. You can also include underscores or
|
280
279
|
* any of the following characters: =,.@-. You cannot use a value that begins with the text
|
281
280
|
* <code>aws:</code>. This prefix is reserved for Amazon Web Services internal use.</p>
|
281
|
+
* @public
|
282
282
|
*/
|
283
283
|
SourceIdentity?: string;
|
284
284
|
/**
|
285
|
-
* @public
|
286
285
|
* <p>A list of previously acquired trusted context assertions in the format of a JSON array.
|
287
286
|
* The trusted context assertion is signed and encrypted by Amazon Web Services STS.</p>
|
288
287
|
* <p>The following is an example of a <code>ProvidedContext</code> value that includes a
|
@@ -291,70 +290,70 @@ export interface AssumeRoleRequest {
|
|
291
290
|
* <p>
|
292
291
|
* <code>[\{"ProviderArn":"arn:aws:iam::aws:contextProvider/IdentityCenter","ContextAssertion":"trusted-context-assertion"\}]</code>
|
293
292
|
* </p>
|
293
|
+
* @public
|
294
294
|
*/
|
295
295
|
ProvidedContexts?: ProvidedContext[];
|
296
296
|
}
|
297
297
|
/**
|
298
|
-
* @public
|
299
298
|
* <p>Amazon Web Services credentials for API authentication.</p>
|
299
|
+
* @public
|
300
300
|
*/
|
301
301
|
export interface Credentials {
|
302
302
|
/**
|
303
|
-
* @public
|
304
303
|
* <p>The access key ID that identifies the temporary security credentials.</p>
|
304
|
+
* @public
|
305
305
|
*/
|
306
306
|
AccessKeyId: string | undefined;
|
307
307
|
/**
|
308
|
-
* @public
|
309
308
|
* <p>The secret access key that can be used to sign requests.</p>
|
309
|
+
* @public
|
310
310
|
*/
|
311
311
|
SecretAccessKey: string | undefined;
|
312
312
|
/**
|
313
|
-
* @public
|
314
313
|
* <p>The token that users must pass to the service API to use the temporary
|
315
314
|
* credentials.</p>
|
315
|
+
* @public
|
316
316
|
*/
|
317
317
|
SessionToken: string | undefined;
|
318
318
|
/**
|
319
|
-
* @public
|
320
319
|
* <p>The date on which the current credentials expire.</p>
|
320
|
+
* @public
|
321
321
|
*/
|
322
322
|
Expiration: Date | undefined;
|
323
323
|
}
|
324
324
|
/**
|
325
|
-
* @public
|
326
325
|
* <p>Contains the response to a successful <a>AssumeRole</a> request, including
|
327
326
|
* temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
|
327
|
+
* @public
|
328
328
|
*/
|
329
329
|
export interface AssumeRoleResponse {
|
330
330
|
/**
|
331
|
-
* @public
|
332
331
|
* <p>The temporary security credentials, which include an access key ID, a secret access key,
|
333
332
|
* and a security (or session) token.</p>
|
334
333
|
* <note>
|
335
334
|
* <p>The size of the security token that STS API operations return is not fixed. We
|
336
335
|
* strongly recommend that you make no assumptions about the maximum size.</p>
|
337
336
|
* </note>
|
337
|
+
* @public
|
338
338
|
*/
|
339
339
|
Credentials?: Credentials;
|
340
340
|
/**
|
341
|
-
* @public
|
342
341
|
* <p>The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you
|
343
342
|
* can use to refer to the resulting temporary security credentials. For example, you can
|
344
343
|
* reference these credentials as a principal in a resource-based policy by using the ARN or
|
345
344
|
* assumed role ID. The ARN and ID include the <code>RoleSessionName</code> that you specified
|
346
345
|
* when you called <code>AssumeRole</code>. </p>
|
346
|
+
* @public
|
347
347
|
*/
|
348
348
|
AssumedRoleUser?: AssumedRoleUser;
|
349
349
|
/**
|
350
|
-
* @public
|
351
350
|
* <p>A percentage value that indicates the packed size of the session policies and session
|
352
351
|
* tags combined passed in the request. The request fails if the packed size is greater than 100 percent,
|
353
352
|
* which means the policies and tags exceeded the allowed space.</p>
|
353
|
+
* @public
|
354
354
|
*/
|
355
355
|
PackedPolicySize?: number;
|
356
356
|
/**
|
357
|
-
* @public
|
358
357
|
* <p>The source identity specified by the principal that is calling the
|
359
358
|
* <code>AssumeRole</code> operation.</p>
|
360
359
|
* <p>You can require users to specify a source identity when they assume a role. You do this
|
@@ -368,13 +367,14 @@ export interface AssumeRoleResponse {
|
|
368
367
|
* <p>The regex used to validate this parameter is a string of characters consisting of upper-
|
369
368
|
* and lower-case alphanumeric characters with no spaces. You can also include underscores or
|
370
369
|
* any of the following characters: =,.@-</p>
|
370
|
+
* @public
|
371
371
|
*/
|
372
372
|
SourceIdentity?: string;
|
373
373
|
}
|
374
374
|
/**
|
375
|
-
* @public
|
376
375
|
* <p>The web identity token that was passed is expired or is not valid. Get a new identity
|
377
376
|
* token from the identity provider and then retry the request.</p>
|
377
|
+
* @public
|
378
378
|
*/
|
379
379
|
export declare class ExpiredTokenException extends __BaseException {
|
380
380
|
readonly name: "ExpiredTokenException";
|
@@ -385,9 +385,9 @@ export declare class ExpiredTokenException extends __BaseException {
|
|
385
385
|
constructor(opts: __ExceptionOptionType<ExpiredTokenException, __BaseException>);
|
386
386
|
}
|
387
387
|
/**
|
388
|
-
* @public
|
389
388
|
* <p>The request was rejected because the policy document was malformed. The error message
|
390
389
|
* describes the specific error.</p>
|
390
|
+
* @public
|
391
391
|
*/
|
392
392
|
export declare class MalformedPolicyDocumentException extends __BaseException {
|
393
393
|
readonly name: "MalformedPolicyDocumentException";
|
@@ -398,7 +398,6 @@ export declare class MalformedPolicyDocumentException extends __BaseException {
|
|
398
398
|
constructor(opts: __ExceptionOptionType<MalformedPolicyDocumentException, __BaseException>);
|
399
399
|
}
|
400
400
|
/**
|
401
|
-
* @public
|
402
401
|
* <p>The request was rejected because the total packed size of the session policies and
|
403
402
|
* session tags combined was too large. An Amazon Web Services conversion compresses the session policy
|
404
403
|
* document, session policy ARNs, and session tags into a packed binary format that has a
|
@@ -408,6 +407,7 @@ export declare class MalformedPolicyDocumentException extends __BaseException {
|
|
408
407
|
* <p>You could receive this error even though you meet other defined session policy and
|
409
408
|
* session tag limits. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-limits-entity-length">IAM and STS Entity
|
410
409
|
* Character Limits</a> in the <i>IAM User Guide</i>.</p>
|
410
|
+
* @public
|
411
411
|
*/
|
412
412
|
export declare class PackedPolicyTooLargeException extends __BaseException {
|
413
413
|
readonly name: "PackedPolicyTooLargeException";
|
@@ -418,12 +418,12 @@ export declare class PackedPolicyTooLargeException extends __BaseException {
|
|
418
418
|
constructor(opts: __ExceptionOptionType<PackedPolicyTooLargeException, __BaseException>);
|
419
419
|
}
|
420
420
|
/**
|
421
|
-
* @public
|
422
421
|
* <p>STS is not activated in the requested region for the account that is being asked to
|
423
422
|
* generate credentials. The account administrator must use the IAM console to activate STS
|
424
423
|
* in that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and
|
425
424
|
* Deactivating Amazon Web Services STS in an Amazon Web Services Region</a> in the <i>IAM User
|
426
425
|
* Guide</i>.</p>
|
426
|
+
* @public
|
427
427
|
*/
|
428
428
|
export declare class RegionDisabledException extends __BaseException {
|
429
429
|
readonly name: "RegionDisabledException";
|
@@ -438,25 +438,24 @@ export declare class RegionDisabledException extends __BaseException {
|
|
438
438
|
*/
|
439
439
|
export interface AssumeRoleWithSAMLRequest {
|
440
440
|
/**
|
441
|
-
* @public
|
442
441
|
* <p>The Amazon Resource Name (ARN) of the role that the caller is assuming.</p>
|
442
|
+
* @public
|
443
443
|
*/
|
444
444
|
RoleArn: string | undefined;
|
445
445
|
/**
|
446
|
-
* @public
|
447
446
|
* <p>The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the
|
448
447
|
* IdP.</p>
|
448
|
+
* @public
|
449
449
|
*/
|
450
450
|
PrincipalArn: string | undefined;
|
451
451
|
/**
|
452
|
-
* @public
|
453
452
|
* <p>The base64 encoded SAML authentication response provided by the IdP.</p>
|
454
453
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/create-role-saml-IdP-tasks.html">Configuring a Relying Party and
|
455
454
|
* Adding Claims</a> in the <i>IAM User Guide</i>. </p>
|
455
|
+
* @public
|
456
456
|
*/
|
457
457
|
SAMLAssertion: string | undefined;
|
458
458
|
/**
|
459
|
-
* @public
|
460
459
|
* <p>The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as
|
461
460
|
* managed session policies. The policies must exist in the same account as the role.</p>
|
462
461
|
* <p>This parameter is optional. You can provide up to 10 managed policy ARNs. However, the
|
@@ -478,10 +477,10 @@ export interface AssumeRoleWithSAMLRequest {
|
|
478
477
|
* by the identity-based policy of the role that is being assumed. For more information, see
|
479
478
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
|
480
479
|
* Policies</a> in the <i>IAM User Guide</i>.</p>
|
480
|
+
* @public
|
481
481
|
*/
|
482
482
|
PolicyArns?: PolicyDescriptorType[];
|
483
483
|
/**
|
484
|
-
* @public
|
485
484
|
* <p>An IAM policy in JSON format that you want to use as an inline session policy.</p>
|
486
485
|
* <p>This parameter is optional. Passing policies to this operation returns new
|
487
486
|
* temporary credentials. The resulting session's permissions are the intersection of the
|
@@ -503,10 +502,10 @@ export interface AssumeRoleWithSAMLRequest {
|
|
503
502
|
* <code>PackedPolicySize</code> response element indicates by percentage how close the
|
504
503
|
* policies and tags for your request are to the upper size limit.</p>
|
505
504
|
* </note>
|
505
|
+
* @public
|
506
506
|
*/
|
507
507
|
Policy?: string;
|
508
508
|
/**
|
509
|
-
* @public
|
510
509
|
* <p>The duration, in seconds, of the role session. Your role session lasts for the duration
|
511
510
|
* that you specify for the <code>DurationSeconds</code> parameter, or until the time
|
512
511
|
* specified in the SAML authentication response's <code>SessionNotOnOrAfter</code> value,
|
@@ -528,46 +527,46 @@ export interface AssumeRoleWithSAMLRequest {
|
|
528
527
|
* that Enables Federated Users to Access the Amazon Web Services Management Console</a> in the
|
529
528
|
* <i>IAM User Guide</i>.</p>
|
530
529
|
* </note>
|
530
|
+
* @public
|
531
531
|
*/
|
532
532
|
DurationSeconds?: number;
|
533
533
|
}
|
534
534
|
/**
|
535
|
-
* @public
|
536
535
|
* <p>Contains the response to a successful <a>AssumeRoleWithSAML</a> request,
|
537
536
|
* including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
|
537
|
+
* @public
|
538
538
|
*/
|
539
539
|
export interface AssumeRoleWithSAMLResponse {
|
540
540
|
/**
|
541
|
-
* @public
|
542
541
|
* <p>The temporary security credentials, which include an access key ID, a secret access key,
|
543
542
|
* and a security (or session) token.</p>
|
544
543
|
* <note>
|
545
544
|
* <p>The size of the security token that STS API operations return is not fixed. We
|
546
545
|
* strongly recommend that you make no assumptions about the maximum size.</p>
|
547
546
|
* </note>
|
547
|
+
* @public
|
548
548
|
*/
|
549
549
|
Credentials?: Credentials;
|
550
550
|
/**
|
551
|
-
* @public
|
552
551
|
* <p>The identifiers for the temporary security credentials that the operation
|
553
552
|
* returns.</p>
|
553
|
+
* @public
|
554
554
|
*/
|
555
555
|
AssumedRoleUser?: AssumedRoleUser;
|
556
556
|
/**
|
557
|
-
* @public
|
558
557
|
* <p>A percentage value that indicates the packed size of the session policies and session
|
559
558
|
* tags combined passed in the request. The request fails if the packed size is greater than 100 percent,
|
560
559
|
* which means the policies and tags exceeded the allowed space.</p>
|
560
|
+
* @public
|
561
561
|
*/
|
562
562
|
PackedPolicySize?: number;
|
563
563
|
/**
|
564
|
-
* @public
|
565
564
|
* <p>The value of the <code>NameID</code> element in the <code>Subject</code> element of the
|
566
565
|
* SAML assertion.</p>
|
566
|
+
* @public
|
567
567
|
*/
|
568
568
|
Subject?: string;
|
569
569
|
/**
|
570
|
-
* @public
|
571
570
|
* <p> The format of the name ID, as defined by the <code>Format</code> attribute in the
|
572
571
|
* <code>NameID</code> element of the SAML assertion. Typical examples of the format are
|
573
572
|
* <code>transient</code> or <code>persistent</code>. </p>
|
@@ -576,21 +575,21 @@ export interface AssumeRoleWithSAMLResponse {
|
|
576
575
|
* example, <code>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</code> is returned as
|
577
576
|
* <code>transient</code>. If the format includes any other prefix, the format is returned
|
578
577
|
* with no modifications.</p>
|
578
|
+
* @public
|
579
579
|
*/
|
580
580
|
SubjectType?: string;
|
581
581
|
/**
|
582
|
-
* @public
|
583
582
|
* <p>The value of the <code>Issuer</code> element of the SAML assertion.</p>
|
583
|
+
* @public
|
584
584
|
*/
|
585
585
|
Issuer?: string;
|
586
586
|
/**
|
587
|
-
* @public
|
588
587
|
* <p> The value of the <code>Recipient</code> attribute of the
|
589
588
|
* <code>SubjectConfirmationData</code> element of the SAML assertion. </p>
|
589
|
+
* @public
|
590
590
|
*/
|
591
591
|
Audience?: string;
|
592
592
|
/**
|
593
|
-
* @public
|
594
593
|
* <p>A hash value based on the concatenation of the following:</p>
|
595
594
|
* <ul>
|
596
595
|
* <li>
|
@@ -609,10 +608,10 @@ export interface AssumeRoleWithSAMLResponse {
|
|
609
608
|
* <p>
|
610
609
|
* <code>BASE64 ( SHA1 ( "https://example.com/saml" + "123456789012" + "/MySAMLIdP" ) )</code>
|
611
610
|
* </p>
|
611
|
+
* @public
|
612
612
|
*/
|
613
613
|
NameQualifier?: string;
|
614
614
|
/**
|
615
|
-
* @public
|
616
615
|
* <p>The value in the <code>SourceIdentity</code> attribute in the SAML assertion. </p>
|
617
616
|
* <p>You can require users to set a source identity value when they assume a role. You do
|
618
617
|
* this by using the <code>sts:SourceIdentity</code> condition key in a role trust policy.
|
@@ -628,15 +627,16 @@ export interface AssumeRoleWithSAMLResponse {
|
|
628
627
|
* <p>The regex used to validate this parameter is a string of characters
|
629
628
|
* consisting of upper- and lower-case alphanumeric characters with no spaces. You can
|
630
629
|
* also include underscores or any of the following characters: =,.@-</p>
|
630
|
+
* @public
|
631
631
|
*/
|
632
632
|
SourceIdentity?: string;
|
633
633
|
}
|
634
634
|
/**
|
635
|
-
* @public
|
636
635
|
* <p>The identity provider (IdP) reported that authentication failed. This might be because
|
637
636
|
* the claim is invalid.</p>
|
638
637
|
* <p>If this error is returned for the <code>AssumeRoleWithWebIdentity</code> operation, it
|
639
638
|
* can also mean that the claim has expired or has been explicitly revoked. </p>
|
639
|
+
* @public
|
640
640
|
*/
|
641
641
|
export declare class IDPRejectedClaimException extends __BaseException {
|
642
642
|
readonly name: "IDPRejectedClaimException";
|
@@ -647,9 +647,9 @@ export declare class IDPRejectedClaimException extends __BaseException {
|
|
647
647
|
constructor(opts: __ExceptionOptionType<IDPRejectedClaimException, __BaseException>);
|
648
648
|
}
|
649
649
|
/**
|
650
|
-
* @public
|
651
650
|
* <p>The web identity token that was passed could not be validated by Amazon Web Services. Get a new
|
652
651
|
* identity token from the identity provider and then retry the request.</p>
|
652
|
+
* @public
|
653
653
|
*/
|
654
654
|
export declare class InvalidIdentityTokenException extends __BaseException {
|
655
655
|
readonly name: "InvalidIdentityTokenException";
|
@@ -664,12 +664,11 @@ export declare class InvalidIdentityTokenException extends __BaseException {
|
|
664
664
|
*/
|
665
665
|
export interface AssumeRoleWithWebIdentityRequest {
|
666
666
|
/**
|
667
|
-
* @public
|
668
667
|
* <p>The Amazon Resource Name (ARN) of the role that the caller is assuming.</p>
|
668
|
+
* @public
|
669
669
|
*/
|
670
670
|
RoleArn: string | undefined;
|
671
671
|
/**
|
672
|
-
* @public
|
673
672
|
* <p>An identifier for the assumed role session. Typically, you pass the name or identifier
|
674
673
|
* that is associated with the user who is using your application. That way, the temporary
|
675
674
|
* security credentials that your application will use are associated with that user. This
|
@@ -678,29 +677,29 @@ export interface AssumeRoleWithWebIdentityRequest {
|
|
678
677
|
* <p>The regex used to validate this parameter is a string of characters
|
679
678
|
* consisting of upper- and lower-case alphanumeric characters with no spaces. You can
|
680
679
|
* also include underscores or any of the following characters: =,.@-</p>
|
680
|
+
* @public
|
681
681
|
*/
|
682
682
|
RoleSessionName: string | undefined;
|
683
683
|
/**
|
684
|
-
* @public
|
685
684
|
* <p>The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity
|
686
685
|
* provider. Your application must get this token by authenticating the user who is using your
|
687
686
|
* application with a web identity provider before the application makes an
|
688
687
|
* <code>AssumeRoleWithWebIdentity</code> call. Only tokens with RSA algorithms (RS256) are
|
689
688
|
* supported.</p>
|
689
|
+
* @public
|
690
690
|
*/
|
691
691
|
WebIdentityToken: string | undefined;
|
692
692
|
/**
|
693
|
-
* @public
|
694
693
|
* <p>The fully qualified host component of the domain name of the OAuth 2.0 identity
|
695
694
|
* provider. Do not specify this value for an OpenID Connect identity provider.</p>
|
696
695
|
* <p>Currently <code>www.amazon.com</code> and <code>graph.facebook.com</code> are the only
|
697
696
|
* supported identity providers for OAuth 2.0 access tokens. Do not include URL schemes and
|
698
697
|
* port numbers.</p>
|
699
698
|
* <p>Do not specify this value for OpenID Connect ID tokens.</p>
|
699
|
+
* @public
|
700
700
|
*/
|
701
701
|
ProviderId?: string;
|
702
702
|
/**
|
703
|
-
* @public
|
704
703
|
* <p>The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as
|
705
704
|
* managed session policies. The policies must exist in the same account as the role.</p>
|
706
705
|
* <p>This parameter is optional. You can provide up to 10 managed policy ARNs. However, the
|
@@ -722,10 +721,10 @@ export interface AssumeRoleWithWebIdentityRequest {
|
|
722
721
|
* by the identity-based policy of the role that is being assumed. For more information, see
|
723
722
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
|
724
723
|
* Policies</a> in the <i>IAM User Guide</i>.</p>
|
724
|
+
* @public
|
725
725
|
*/
|
726
726
|
PolicyArns?: PolicyDescriptorType[];
|
727
727
|
/**
|
728
|
-
* @public
|
729
728
|
* <p>An IAM policy in JSON format that you want to use as an inline session policy.</p>
|
730
729
|
* <p>This parameter is optional. Passing policies to this operation returns new
|
731
730
|
* temporary credentials. The resulting session's permissions are the intersection of the
|
@@ -747,10 +746,10 @@ export interface AssumeRoleWithWebIdentityRequest {
|
|
747
746
|
* <code>PackedPolicySize</code> response element indicates by percentage how close the
|
748
747
|
* policies and tags for your request are to the upper size limit.</p>
|
749
748
|
* </note>
|
749
|
+
* @public
|
750
750
|
*/
|
751
751
|
Policy?: string;
|
752
752
|
/**
|
753
|
-
* @public
|
754
753
|
* <p>The duration, in seconds, of the role session. The value can range from 900 seconds (15
|
755
754
|
* minutes) up to the maximum session duration setting for the role. This setting can have a
|
756
755
|
* value from 1 hour to 12 hours. If you specify a value higher than this setting, the
|
@@ -769,68 +768,68 @@ export interface AssumeRoleWithWebIdentityRequest {
|
|
769
768
|
* that Enables Federated Users to Access the Amazon Web Services Management Console</a> in the
|
770
769
|
* <i>IAM User Guide</i>.</p>
|
771
770
|
* </note>
|
771
|
+
* @public
|
772
772
|
*/
|
773
773
|
DurationSeconds?: number;
|
774
774
|
}
|
775
775
|
/**
|
776
|
-
* @public
|
777
776
|
* <p>Contains the response to a successful <a>AssumeRoleWithWebIdentity</a>
|
778
777
|
* request, including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
|
778
|
+
* @public
|
779
779
|
*/
|
780
780
|
export interface AssumeRoleWithWebIdentityResponse {
|
781
781
|
/**
|
782
|
-
* @public
|
783
782
|
* <p>The temporary security credentials, which include an access key ID, a secret access key,
|
784
783
|
* and a security token.</p>
|
785
784
|
* <note>
|
786
785
|
* <p>The size of the security token that STS API operations return is not fixed. We
|
787
786
|
* strongly recommend that you make no assumptions about the maximum size.</p>
|
788
787
|
* </note>
|
788
|
+
* @public
|
789
789
|
*/
|
790
790
|
Credentials?: Credentials;
|
791
791
|
/**
|
792
|
-
* @public
|
793
792
|
* <p>The unique user identifier that is returned by the identity provider. This identifier is
|
794
793
|
* associated with the <code>WebIdentityToken</code> that was submitted with the
|
795
794
|
* <code>AssumeRoleWithWebIdentity</code> call. The identifier is typically unique to the
|
796
795
|
* user and the application that acquired the <code>WebIdentityToken</code> (pairwise
|
797
796
|
* identifier). For OpenID Connect ID tokens, this field contains the value returned by the
|
798
797
|
* identity provider as the token's <code>sub</code> (Subject) claim. </p>
|
798
|
+
* @public
|
799
799
|
*/
|
800
800
|
SubjectFromWebIdentityToken?: string;
|
801
801
|
/**
|
802
|
-
* @public
|
803
802
|
* <p>The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you
|
804
803
|
* can use to refer to the resulting temporary security credentials. For example, you can
|
805
804
|
* reference these credentials as a principal in a resource-based policy by using the ARN or
|
806
805
|
* assumed role ID. The ARN and ID include the <code>RoleSessionName</code> that you specified
|
807
806
|
* when you called <code>AssumeRole</code>. </p>
|
807
|
+
* @public
|
808
808
|
*/
|
809
809
|
AssumedRoleUser?: AssumedRoleUser;
|
810
810
|
/**
|
811
|
-
* @public
|
812
811
|
* <p>A percentage value that indicates the packed size of the session policies and session
|
813
812
|
* tags combined passed in the request. The request fails if the packed size is greater than 100 percent,
|
814
813
|
* which means the policies and tags exceeded the allowed space.</p>
|
814
|
+
* @public
|
815
815
|
*/
|
816
816
|
PackedPolicySize?: number;
|
817
817
|
/**
|
818
|
-
* @public
|
819
818
|
* <p> The issuing authority of the web identity token presented. For OpenID Connect ID
|
820
819
|
* tokens, this contains the value of the <code>iss</code> field. For OAuth 2.0 access tokens,
|
821
820
|
* this contains the value of the <code>ProviderId</code> parameter that was passed in the
|
822
821
|
* <code>AssumeRoleWithWebIdentity</code> request.</p>
|
822
|
+
* @public
|
823
823
|
*/
|
824
824
|
Provider?: string;
|
825
825
|
/**
|
826
|
-
* @public
|
827
826
|
* <p>The intended audience (also known as client ID) of the web identity token. This is
|
828
827
|
* traditionally the client identifier issued to the application that requested the web
|
829
828
|
* identity token.</p>
|
829
|
+
* @public
|
830
830
|
*/
|
831
831
|
Audience?: string;
|
832
832
|
/**
|
833
|
-
* @public
|
834
833
|
* <p>The value of the source identity that is returned in the JSON web token (JWT) from the
|
835
834
|
* identity provider.</p>
|
836
835
|
* <p>You can require users to set a source identity value when they assume a role. You do
|
@@ -848,16 +847,17 @@ export interface AssumeRoleWithWebIdentityResponse {
|
|
848
847
|
* <p>The regex used to validate this parameter is a string of characters
|
849
848
|
* consisting of upper- and lower-case alphanumeric characters with no spaces. You can
|
850
849
|
* also include underscores or any of the following characters: =,.@-</p>
|
850
|
+
* @public
|
851
851
|
*/
|
852
852
|
SourceIdentity?: string;
|
853
853
|
}
|
854
854
|
/**
|
855
|
-
* @public
|
856
855
|
* <p>The request could not be fulfilled because the identity provider (IDP) that
|
857
856
|
* was asked to verify the incoming identity token could not be reached. This is often a
|
858
857
|
* transient error caused by network conditions. Retry the request a limited number of
|
859
858
|
* times so that you don't exceed the request rate. If the error persists, the
|
860
859
|
* identity provider might be down or not responding.</p>
|
860
|
+
* @public
|
861
861
|
*/
|
862
862
|
export declare class IDPCommunicationErrorException extends __BaseException {
|
863
863
|
readonly name: "IDPCommunicationErrorException";
|
@@ -872,28 +872,28 @@ export declare class IDPCommunicationErrorException extends __BaseException {
|
|
872
872
|
*/
|
873
873
|
export interface DecodeAuthorizationMessageRequest {
|
874
874
|
/**
|
875
|
-
* @public
|
876
875
|
* <p>The encoded message that was returned with the response.</p>
|
876
|
+
* @public
|
877
877
|
*/
|
878
878
|
EncodedMessage: string | undefined;
|
879
879
|
}
|
880
880
|
/**
|
881
|
-
* @public
|
882
881
|
* <p>A document that contains additional information about the authorization status of a
|
883
882
|
* request from an encoded message that is returned in response to an Amazon Web Services request.</p>
|
883
|
+
* @public
|
884
884
|
*/
|
885
885
|
export interface DecodeAuthorizationMessageResponse {
|
886
886
|
/**
|
887
|
-
* @public
|
888
887
|
* <p>The API returns a response with the decoded message.</p>
|
888
|
+
* @public
|
889
889
|
*/
|
890
890
|
DecodedMessage?: string;
|
891
891
|
}
|
892
892
|
/**
|
893
|
-
* @public
|
894
893
|
* <p>The error returned if the message passed to <code>DecodeAuthorizationMessage</code>
|
895
894
|
* was invalid. This can happen if the token contains invalid characters, such as
|
896
895
|
* linebreaks. </p>
|
896
|
+
* @public
|
897
897
|
*/
|
898
898
|
export declare class InvalidAuthorizationMessageException extends __BaseException {
|
899
899
|
readonly name: "InvalidAuthorizationMessageException";
|
@@ -908,10 +908,10 @@ export declare class InvalidAuthorizationMessageException extends __BaseExceptio
|
|
908
908
|
*/
|
909
909
|
export interface GetAccessKeyInfoRequest {
|
910
910
|
/**
|
911
|
-
* @public
|
912
911
|
* <p>The identifier of an access key.</p>
|
913
912
|
* <p>This parameter allows (through its regex pattern) a string of characters that can
|
914
913
|
* consist of any upper- or lowercase letter or digit.</p>
|
914
|
+
* @public
|
915
915
|
*/
|
916
916
|
AccessKeyId: string | undefined;
|
917
917
|
}
|
@@ -920,8 +920,8 @@ export interface GetAccessKeyInfoRequest {
|
|
920
920
|
*/
|
921
921
|
export interface GetAccessKeyInfoResponse {
|
922
922
|
/**
|
923
|
-
* @public
|
924
923
|
* <p>The number used to identify the Amazon Web Services account.</p>
|
924
|
+
* @public
|
925
925
|
*/
|
926
926
|
Account?: string;
|
927
927
|
}
|
@@ -931,28 +931,28 @@ export interface GetAccessKeyInfoResponse {
|
|
931
931
|
export interface GetCallerIdentityRequest {
|
932
932
|
}
|
933
933
|
/**
|
934
|
-
* @public
|
935
934
|
* <p>Contains the response to a successful <a>GetCallerIdentity</a> request,
|
936
935
|
* including information about the entity making the request.</p>
|
936
|
+
* @public
|
937
937
|
*/
|
938
938
|
export interface GetCallerIdentityResponse {
|
939
939
|
/**
|
940
|
-
* @public
|
941
940
|
* <p>The unique identifier of the calling entity. The exact value depends on the type of
|
942
941
|
* entity that is making the call. The values returned are those listed in the <b>aws:userid</b> column in the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_variables.html#principaltable">Principal
|
943
942
|
* table</a> found on the <b>Policy Variables</b> reference
|
944
943
|
* page in the <i>IAM User Guide</i>.</p>
|
944
|
+
* @public
|
945
945
|
*/
|
946
946
|
UserId?: string;
|
947
947
|
/**
|
948
|
-
* @public
|
949
948
|
* <p>The Amazon Web Services account ID number of the account that owns or contains the calling
|
950
949
|
* entity.</p>
|
950
|
+
* @public
|
951
951
|
*/
|
952
952
|
Account?: string;
|
953
953
|
/**
|
954
|
-
* @public
|
955
954
|
* <p>The Amazon Web Services ARN associated with the calling entity.</p>
|
955
|
+
* @public
|
956
956
|
*/
|
957
957
|
Arn?: string;
|
958
958
|
}
|
@@ -961,17 +961,16 @@ export interface GetCallerIdentityResponse {
|
|
961
961
|
*/
|
962
962
|
export interface GetFederationTokenRequest {
|
963
963
|
/**
|
964
|
-
* @public
|
965
964
|
* <p>The name of the federated user. The name is used as an identifier for the temporary
|
966
965
|
* security credentials (such as <code>Bob</code>). For example, you can reference the
|
967
966
|
* federated user name in a resource-based policy, such as in an Amazon S3 bucket policy.</p>
|
968
967
|
* <p>The regex used to validate this parameter is a string of characters
|
969
968
|
* consisting of upper- and lower-case alphanumeric characters with no spaces. You can
|
970
969
|
* also include underscores or any of the following characters: =,.@-</p>
|
970
|
+
* @public
|
971
971
|
*/
|
972
972
|
Name: string | undefined;
|
973
973
|
/**
|
974
|
-
* @public
|
975
974
|
* <p>An IAM policy in JSON format that you want to use as an inline session policy.</p>
|
976
975
|
* <p>You must pass an inline or managed <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">session policy</a> to
|
977
976
|
* this operation. You can pass a single JSON policy document to use as an inline session
|
@@ -1002,10 +1001,10 @@ export interface GetFederationTokenRequest {
|
|
1002
1001
|
* <code>PackedPolicySize</code> response element indicates by percentage how close the
|
1003
1002
|
* policies and tags for your request are to the upper size limit.</p>
|
1004
1003
|
* </note>
|
1004
|
+
* @public
|
1005
1005
|
*/
|
1006
1006
|
Policy?: string;
|
1007
1007
|
/**
|
1008
|
-
* @public
|
1009
1008
|
* <p>The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as a
|
1010
1009
|
* managed session policy. The policies must exist in the same account as the IAM user that is requesting federated access.</p>
|
1011
1010
|
* <p>You must pass an inline or managed <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">session policy</a> to
|
@@ -1035,20 +1034,20 @@ export interface GetFederationTokenRequest {
|
|
1035
1034
|
* <code>PackedPolicySize</code> response element indicates by percentage how close the
|
1036
1035
|
* policies and tags for your request are to the upper size limit.</p>
|
1037
1036
|
* </note>
|
1037
|
+
* @public
|
1038
1038
|
*/
|
1039
1039
|
PolicyArns?: PolicyDescriptorType[];
|
1040
1040
|
/**
|
1041
|
-
* @public
|
1042
1041
|
* <p>The duration, in seconds, that the session should last. Acceptable durations for
|
1043
1042
|
* federation sessions range from 900 seconds (15 minutes) to 129,600 seconds (36 hours), with
|
1044
1043
|
* 43,200 seconds (12 hours) as the default. Sessions obtained using root user
|
1045
1044
|
* credentials are restricted to a maximum of 3,600 seconds (one hour). If the specified
|
1046
1045
|
* duration is longer than one hour, the session obtained by using root user
|
1047
1046
|
* credentials defaults to one hour.</p>
|
1047
|
+
* @public
|
1048
1048
|
*/
|
1049
1049
|
DurationSeconds?: number;
|
1050
1050
|
/**
|
1051
|
-
* @public
|
1052
1051
|
* <p>A list of session tags. Each session tag consists of a key name and an associated value.
|
1053
1052
|
* For more information about session tags, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html">Passing Session Tags in STS</a> in the
|
1054
1053
|
* <i>IAM User Guide</i>.</p>
|
@@ -1071,57 +1070,58 @@ export interface GetFederationTokenRequest {
|
|
1071
1070
|
* <code>department</code>=<code>engineering</code> session tag. <code>Department</code>
|
1072
1071
|
* and <code>department</code> are not saved as separate tags, and the session tag passed in
|
1073
1072
|
* the request takes precedence over the role tag.</p>
|
1073
|
+
* @public
|
1074
1074
|
*/
|
1075
1075
|
Tags?: Tag[];
|
1076
1076
|
}
|
1077
1077
|
/**
|
1078
|
-
* @public
|
1079
1078
|
* <p>Identifiers for the federated user that is associated with the credentials.</p>
|
1079
|
+
* @public
|
1080
1080
|
*/
|
1081
1081
|
export interface FederatedUser {
|
1082
1082
|
/**
|
1083
|
-
* @public
|
1084
1083
|
* <p>The string that identifies the federated user associated with the credentials, similar
|
1085
1084
|
* to the unique ID of an IAM user.</p>
|
1085
|
+
* @public
|
1086
1086
|
*/
|
1087
1087
|
FederatedUserId: string | undefined;
|
1088
1088
|
/**
|
1089
|
-
* @public
|
1090
1089
|
* <p>The ARN that specifies the federated user that is associated with the credentials. For
|
1091
1090
|
* more information about ARNs and how to use them in policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM
|
1092
1091
|
* Identifiers</a> in the <i>IAM User Guide</i>. </p>
|
1092
|
+
* @public
|
1093
1093
|
*/
|
1094
1094
|
Arn: string | undefined;
|
1095
1095
|
}
|
1096
1096
|
/**
|
1097
|
-
* @public
|
1098
1097
|
* <p>Contains the response to a successful <a>GetFederationToken</a> request,
|
1099
1098
|
* including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
|
1099
|
+
* @public
|
1100
1100
|
*/
|
1101
1101
|
export interface GetFederationTokenResponse {
|
1102
1102
|
/**
|
1103
|
-
* @public
|
1104
1103
|
* <p>The temporary security credentials, which include an access key ID, a secret access key,
|
1105
1104
|
* and a security (or session) token.</p>
|
1106
1105
|
* <note>
|
1107
1106
|
* <p>The size of the security token that STS API operations return is not fixed. We
|
1108
1107
|
* strongly recommend that you make no assumptions about the maximum size.</p>
|
1109
1108
|
* </note>
|
1109
|
+
* @public
|
1110
1110
|
*/
|
1111
1111
|
Credentials?: Credentials;
|
1112
1112
|
/**
|
1113
|
-
* @public
|
1114
1113
|
* <p>Identifiers for the federated user associated with the credentials (such as
|
1115
1114
|
* <code>arn:aws:sts::123456789012:federated-user/Bob</code> or
|
1116
1115
|
* <code>123456789012:Bob</code>). You can use the federated user's ARN in your
|
1117
1116
|
* resource-based policies, such as an Amazon S3 bucket policy. </p>
|
1117
|
+
* @public
|
1118
1118
|
*/
|
1119
1119
|
FederatedUser?: FederatedUser;
|
1120
1120
|
/**
|
1121
|
-
* @public
|
1122
1121
|
* <p>A percentage value that indicates the packed size of the session policies and session
|
1123
1122
|
* tags combined passed in the request. The request fails if the packed size is greater than 100 percent,
|
1124
1123
|
* which means the policies and tags exceeded the allowed space.</p>
|
1124
|
+
* @public
|
1125
1125
|
*/
|
1126
1126
|
PackedPolicySize?: number;
|
1127
1127
|
}
|
@@ -1130,16 +1130,15 @@ export interface GetFederationTokenResponse {
|
|
1130
1130
|
*/
|
1131
1131
|
export interface GetSessionTokenRequest {
|
1132
1132
|
/**
|
1133
|
-
* @public
|
1134
1133
|
* <p>The duration, in seconds, that the credentials should remain valid. Acceptable durations
|
1135
1134
|
* for IAM user sessions range from 900 seconds (15 minutes) to 129,600 seconds
|
1136
1135
|
* (36 hours), with 43,200 seconds (12 hours) as the default. Sessions for Amazon Web Services account
|
1137
1136
|
* owners are restricted to a maximum of 3,600 seconds (one hour). If the duration is longer
|
1138
1137
|
* than one hour, the session for Amazon Web Services account owners defaults to one hour.</p>
|
1138
|
+
* @public
|
1139
1139
|
*/
|
1140
1140
|
DurationSeconds?: number;
|
1141
1141
|
/**
|
1142
|
-
* @public
|
1143
1142
|
* <p>The identification number of the MFA device that is associated with the IAM user who is making the <code>GetSessionToken</code> call. Specify this value
|
1144
1143
|
* if the IAM user has a policy that requires MFA authentication. The value is
|
1145
1144
|
* either the serial number for a hardware device (such as <code>GAHT12345678</code>) or an
|
@@ -1148,10 +1147,10 @@ export interface GetSessionTokenRequest {
|
|
1148
1147
|
* <p>The regex used to validate this parameter is a string of
|
1149
1148
|
* characters consisting of upper- and lower-case alphanumeric characters with no spaces.
|
1150
1149
|
* You can also include underscores or any of the following characters: =,.@:/-</p>
|
1150
|
+
* @public
|
1151
1151
|
*/
|
1152
1152
|
SerialNumber?: string;
|
1153
1153
|
/**
|
1154
|
-
* @public
|
1155
1154
|
* <p>The value provided by the MFA device, if MFA is required. If any policy requires the
|
1156
1155
|
* IAM user to submit an MFA code, specify this value. If MFA authentication
|
1157
1156
|
* is required, the user must provide a code when requesting a set of temporary security
|
@@ -1159,23 +1158,24 @@ export interface GetSessionTokenRequest {
|
|
1159
1158
|
* requesting resources that require MFA authentication.</p>
|
1160
1159
|
* <p>The format for this parameter, as described by its regex pattern, is a sequence of six
|
1161
1160
|
* numeric digits.</p>
|
1161
|
+
* @public
|
1162
1162
|
*/
|
1163
1163
|
TokenCode?: string;
|
1164
1164
|
}
|
1165
1165
|
/**
|
1166
|
-
* @public
|
1167
1166
|
* <p>Contains the response to a successful <a>GetSessionToken</a> request,
|
1168
1167
|
* including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
|
1168
|
+
* @public
|
1169
1169
|
*/
|
1170
1170
|
export interface GetSessionTokenResponse {
|
1171
1171
|
/**
|
1172
|
-
* @public
|
1173
1172
|
* <p>The temporary security credentials, which include an access key ID, a secret access key,
|
1174
1173
|
* and a security (or session) token.</p>
|
1175
1174
|
* <note>
|
1176
1175
|
* <p>The size of the security token that STS API operations return is not fixed. We
|
1177
1176
|
* strongly recommend that you make no assumptions about the maximum size.</p>
|
1178
1177
|
* </note>
|
1178
|
+
* @public
|
1179
1179
|
*/
|
1180
1180
|
Credentials?: Credentials;
|
1181
1181
|
}
|