@cdk8s/awscdk-resolver 0.0.270 → 0.0.272
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 +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +108 -18
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +91 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +1 -32
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +8 -97
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +47 -12
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +1 -42
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -30
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +28 -29
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +3 -28
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +12 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +36 -38
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -0
- 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 +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +141 -219
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +165 -16
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +11 -17
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +21 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +17 -18
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +4 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +79 -30
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +20 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/core/package.json +10 -10
- 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 +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- 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 +4 -4
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +17 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +36 -36
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +5 -7
- package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/package.json +5 -5
@@ -1,6 +1,145 @@
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
2
2
|
import { CloudFormationServiceException as __BaseException } from "./CloudFormationServiceException";
|
3
|
-
import { AutoDeployment, CallAs, Capability, Category, DeploymentTargets, DeprecatedStatus, IdentityProvider, LoggingConfig, ManagedExecution, Parameter, PermissionModels, ProvisioningType, RegistrationStatus, RegistryType, ResourceDefinition, RollbackConfiguration, StackSetOperationPreferences,
|
3
|
+
import { AutoDeployment, CallAs, Capability, Category, DeploymentTargets, DeprecatedStatus, IdentityProvider, LoggingConfig, ManagedExecution, Parameter, PermissionModels, ProvisioningType, RegistrationStatus, RegistryType, ResourceDefinition, RollbackConfiguration, ScanFilter, StackDriftStatus, StackSetOperationPreferences, StackSetStatus, Tag, TemplateConfiguration, ThirdPartyType, Visibility } from "./models_0";
|
4
|
+
/**
|
5
|
+
* @public
|
6
|
+
*/
|
7
|
+
export interface ListStackSetsInput {
|
8
|
+
/**
|
9
|
+
* <p>If the previous paginated request didn't return all the remaining results, the response
|
10
|
+
* object's <code>NextToken</code> parameter value is set to a token. To retrieve the next set of
|
11
|
+
* results, call <code>ListStackSets</code> again and assign that token to the request object's
|
12
|
+
* <code>NextToken</code> parameter. If there are no remaining results, the previous response
|
13
|
+
* object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
|
14
|
+
* @public
|
15
|
+
*/
|
16
|
+
NextToken?: string | undefined;
|
17
|
+
/**
|
18
|
+
* <p>The maximum number of results to be returned with a single call. If the number of
|
19
|
+
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
20
|
+
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
21
|
+
* results.</p>
|
22
|
+
* @public
|
23
|
+
*/
|
24
|
+
MaxResults?: number | undefined;
|
25
|
+
/**
|
26
|
+
* <p>The status of the stack sets that you want to get summary information about.</p>
|
27
|
+
* @public
|
28
|
+
*/
|
29
|
+
Status?: StackSetStatus | undefined;
|
30
|
+
/**
|
31
|
+
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
32
|
+
* in the management account or as a delegated administrator in a member
|
33
|
+
* account.</p>
|
34
|
+
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
|
35
|
+
* self-managed permissions.</p>
|
36
|
+
* <ul>
|
37
|
+
* <li>
|
38
|
+
* <p>If you are signed in to the management account, specify
|
39
|
+
* <code>SELF</code>.</p>
|
40
|
+
* </li>
|
41
|
+
* <li>
|
42
|
+
* <p>If you are signed in to a delegated administrator account, specify
|
43
|
+
* <code>DELEGATED_ADMIN</code>.</p>
|
44
|
+
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
|
45
|
+
* delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
46
|
+
* </li>
|
47
|
+
* </ul>
|
48
|
+
* @public
|
49
|
+
*/
|
50
|
+
CallAs?: CallAs | undefined;
|
51
|
+
}
|
52
|
+
/**
|
53
|
+
* <p>The structures that contain summary information about the specified stack set.</p>
|
54
|
+
* @public
|
55
|
+
*/
|
56
|
+
export interface StackSetSummary {
|
57
|
+
/**
|
58
|
+
* <p>The name of the stack set.</p>
|
59
|
+
* @public
|
60
|
+
*/
|
61
|
+
StackSetName?: string | undefined;
|
62
|
+
/**
|
63
|
+
* <p>The ID of the stack set.</p>
|
64
|
+
* @public
|
65
|
+
*/
|
66
|
+
StackSetId?: string | undefined;
|
67
|
+
/**
|
68
|
+
* <p>A description of the stack set that you specify when the stack set is created or
|
69
|
+
* updated.</p>
|
70
|
+
* @public
|
71
|
+
*/
|
72
|
+
Description?: string | undefined;
|
73
|
+
/**
|
74
|
+
* <p>The status of the stack set.</p>
|
75
|
+
* @public
|
76
|
+
*/
|
77
|
+
Status?: StackSetStatus | undefined;
|
78
|
+
/**
|
79
|
+
* <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).</p>
|
80
|
+
* @public
|
81
|
+
*/
|
82
|
+
AutoDeployment?: AutoDeployment | undefined;
|
83
|
+
/**
|
84
|
+
* <p>Describes how the IAM roles required for stack set operations are created.</p>
|
85
|
+
* <ul>
|
86
|
+
* <li>
|
87
|
+
* <p>With <code>self-managed</code> permissions, you must create the administrator and
|
88
|
+
* execution roles required to deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
|
89
|
+
* self-managed permissions</a>.</p>
|
90
|
+
* </li>
|
91
|
+
* <li>
|
92
|
+
* <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM
|
93
|
+
* roles required to deploy to accounts managed by Organizations. For more information,
|
94
|
+
* see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html">Activate
|
95
|
+
* trusted access for stack sets with Organizations</a>.</p>
|
96
|
+
* </li>
|
97
|
+
* </ul>
|
98
|
+
* @public
|
99
|
+
*/
|
100
|
+
PermissionModel?: PermissionModels | undefined;
|
101
|
+
/**
|
102
|
+
* <p>Status of the stack set's actual configuration compared to its expected template and
|
103
|
+
* parameter configuration. A stack set is considered to have drifted if one or more of its stack
|
104
|
+
* instances have drifted from their expected template and parameter configuration.</p>
|
105
|
+
* <ul>
|
106
|
+
* <li>
|
107
|
+
* <p>
|
108
|
+
* <code>DRIFTED</code>: One or more of the stack instances belonging to the stack set stack
|
109
|
+
* differs from the expected template and parameter configuration. A stack instance is considered
|
110
|
+
* to have drifted if one or more of the resources in the associated stack have drifted.</p>
|
111
|
+
* </li>
|
112
|
+
* <li>
|
113
|
+
* <p>
|
114
|
+
* <code>NOT_CHECKED</code>: CloudFormation hasn't checked the stack set for drift.</p>
|
115
|
+
* </li>
|
116
|
+
* <li>
|
117
|
+
* <p>
|
118
|
+
* <code>IN_SYNC</code>: All the stack instances belonging to the stack set stack match from
|
119
|
+
* the expected template and parameter configuration.</p>
|
120
|
+
* </li>
|
121
|
+
* <li>
|
122
|
+
* <p>
|
123
|
+
* <code>UNKNOWN</code>: This value is reserved for future use.</p>
|
124
|
+
* </li>
|
125
|
+
* </ul>
|
126
|
+
* @public
|
127
|
+
*/
|
128
|
+
DriftStatus?: StackDriftStatus | undefined;
|
129
|
+
/**
|
130
|
+
* <p>Most recent time when CloudFormation performed a drift detection operation on the stack set.
|
131
|
+
* This value will be <code>NULL</code> for any stack set on which drift detection hasn't yet been
|
132
|
+
* performed.</p>
|
133
|
+
* @public
|
134
|
+
*/
|
135
|
+
LastDriftCheckTimestamp?: Date | undefined;
|
136
|
+
/**
|
137
|
+
* <p>Describes whether StackSets performs non-conflicting operations concurrently and queues
|
138
|
+
* conflicting operations.</p>
|
139
|
+
* @public
|
140
|
+
*/
|
141
|
+
ManagedExecution?: ManagedExecution | undefined;
|
142
|
+
}
|
4
143
|
/**
|
5
144
|
* @public
|
6
145
|
*/
|
@@ -1097,6 +1236,11 @@ export interface StartResourceScanInput {
|
|
1097
1236
|
* @public
|
1098
1237
|
*/
|
1099
1238
|
ClientRequestToken?: string | undefined;
|
1239
|
+
/**
|
1240
|
+
* <p>The scan filters to use.</p>
|
1241
|
+
* @public
|
1242
|
+
*/
|
1243
|
+
ScanFilters?: ScanFilter[] | undefined;
|
1100
1244
|
}
|
1101
1245
|
/**
|
1102
1246
|
* @public
|
@@ -1429,7 +1573,8 @@ export interface UpdateStackInput {
|
|
1429
1573
|
* before actually updating the stack. If your stack template contains one or more macros,
|
1430
1574
|
* and you choose to update a stack directly from the processed template, without first
|
1431
1575
|
* reviewing the resulting changes in a change set, you must acknowledge this capability.
|
1432
|
-
* This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html">AWS::Include</a>
|
1576
|
+
* This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html">AWS::Include</a>
|
1577
|
+
* and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.</p>
|
1433
1578
|
* <p>If you want to update a stack from a stack template that contains macros
|
1434
1579
|
* <i>and</i> nested stacks, you must update the stack directly from the
|
1435
1580
|
* template using this capability.</p>
|
@@ -1458,7 +1603,8 @@ export interface UpdateStackInput {
|
|
1458
1603
|
* <p>If the list of resource types doesn't include a resource that you're updating, the stack
|
1459
1604
|
* update fails. By default, CloudFormation grants permissions to all resource types. IAM uses this
|
1460
1605
|
* parameter for CloudFormation-specific condition keys in IAM policies. For more information, see
|
1461
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html">Control access with
|
1606
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html">Control access with
|
1607
|
+
* Identity and Access Management</a>.</p>
|
1462
1608
|
* <note>
|
1463
1609
|
* <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can
|
1464
1610
|
* be specified.</p>
|
@@ -1713,8 +1859,8 @@ export interface UpdateStackSetInput {
|
|
1713
1859
|
TemplateBody?: string | undefined;
|
1714
1860
|
/**
|
1715
1861
|
* <p>The URL of a file that contains the template body. The URL must point to a template
|
1716
|
-
* (maximum size: 1 MB) that is located in an Amazon S3 bucket or a Systems Manager document.
|
1717
|
-
*
|
1862
|
+
* (maximum size: 1 MB) that is located in an Amazon S3 bucket or a Systems Manager document. The
|
1863
|
+
* location for an Amazon S3 bucket must start with <code>https://</code>.</p>
|
1718
1864
|
* <p>Conditional: You must specify only one of the following parameters:
|
1719
1865
|
* <code>TemplateBody</code> or <code>TemplateURL</code>—or set
|
1720
1866
|
* <code>UsePreviousTemplate</code> to true.</p>
|
@@ -1863,11 +2009,12 @@ export interface UpdateStackSetInput {
|
|
1863
2009
|
*/
|
1864
2010
|
OperationPreferences?: StackSetOperationPreferences | undefined;
|
1865
2011
|
/**
|
1866
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role to use to
|
2012
|
+
* <p>[Self-managed permissions] The Amazon Resource Name (ARN) of the IAM role to use to
|
2013
|
+
* update this stack set.</p>
|
1867
2014
|
* <p>Specify an IAM role only if you are using customized administrator roles to control
|
1868
2015
|
* which users or groups can manage specific stack sets within the same administrator account.
|
1869
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">
|
1870
|
-
*
|
2016
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
|
2017
|
+
* self-managed permissions</a> in the <i>CloudFormation User Guide</i>.</p>
|
1871
2018
|
* <p>If you specified a customized administrator role when you created the stack set, you must
|
1872
2019
|
* specify a customized administrator role, even if it is the same customized administrator role
|
1873
2020
|
* used with this stack set previously.</p>
|
@@ -1875,9 +2022,9 @@ export interface UpdateStackSetInput {
|
|
1875
2022
|
*/
|
1876
2023
|
AdministrationRoleARN?: string | undefined;
|
1877
2024
|
/**
|
1878
|
-
* <p>The name of the IAM execution role to use to update the stack
|
1879
|
-
* an execution role, CloudFormation uses the
|
1880
|
-
*
|
2025
|
+
* <p>[Self-managed permissions] The name of the IAM execution role to use to update the stack
|
2026
|
+
* set. If you do not specify an execution role, CloudFormation uses the
|
2027
|
+
* <code>AWSCloudFormationStackSetExecutionRole</code> role for the stack set operation.</p>
|
1881
2028
|
* <p>Specify an IAM role only if you are using customized execution roles to control which
|
1882
2029
|
* stack resources users and groups can include in their stack sets.</p>
|
1883
2030
|
* <p>If you specify a customized execution role, CloudFormation uses that role to update the stack.
|
@@ -1922,8 +2069,10 @@ export interface UpdateStackSetInput {
|
|
1922
2069
|
*/
|
1923
2070
|
PermissionModel?: PermissionModels | undefined;
|
1924
2071
|
/**
|
1925
|
-
* <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit
|
1926
|
-
*
|
2072
|
+
* <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).
|
2073
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html">Manage
|
2074
|
+
* automatic deployments for CloudFormation StackSets that use service-managed permissions</a>
|
2075
|
+
* in the <i>CloudFormation User Guide</i>.</p>
|
1927
2076
|
* <p>If you specify <code>AutoDeployment</code>, don't specify <code>DeploymentTargets</code>
|
1928
2077
|
* or <code>Regions</code>.</p>
|
1929
2078
|
* @public
|
@@ -2051,9 +2200,9 @@ export interface ValidateTemplateInput {
|
|
2051
2200
|
*/
|
2052
2201
|
TemplateBody?: string | undefined;
|
2053
2202
|
/**
|
2054
|
-
* <p>The URL of a file containing the template body. The URL must point to a template (max
|
2055
|
-
* 1 MB) that is located in an Amazon S3 bucket or a Systems Manager document. The location
|
2056
|
-
*
|
2203
|
+
* <p>The URL of a file containing the template body. The URL must point to a template (max
|
2204
|
+
* size: 1 MB) that is located in an Amazon S3 bucket or a Systems Manager document. The location for
|
2205
|
+
* an Amazon S3 bucket must start with <code>https://</code>.</p>
|
2057
2206
|
* <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both
|
2058
2207
|
* are passed, only <code>TemplateBody</code> is used.</p>
|
2059
2208
|
* @public
|
@@ -5,8 +5,7 @@ import {
|
|
5
5
|
ServiceInputTypes,
|
6
6
|
ServiceOutputTypes,
|
7
7
|
} from "../CloudFormationClient";
|
8
|
-
import { ListStackSetsInput } from "../models/
|
9
|
-
import { ListStackSetsOutput } from "../models/models_1";
|
8
|
+
import { ListStackSetsInput, ListStackSetsOutput } from "../models/models_1";
|
10
9
|
export { __MetadataBearer };
|
11
10
|
export { $Command };
|
12
11
|
export interface ListStackSetsCommandInput extends ListStackSetsInput {}
|
@@ -901,6 +901,9 @@ export interface DescribePublisherOutput {
|
|
901
901
|
export interface DescribeResourceScanInput {
|
902
902
|
ResourceScanId: string | undefined;
|
903
903
|
}
|
904
|
+
export interface ScanFilter {
|
905
|
+
Types?: string[] | undefined;
|
906
|
+
}
|
904
907
|
export declare const ResourceScanStatus: {
|
905
908
|
readonly COMPLETE: "COMPLETE";
|
906
909
|
readonly EXPIRED: "EXPIRED";
|
@@ -919,6 +922,7 @@ export interface DescribeResourceScanOutput {
|
|
919
922
|
ResourceTypes?: string[] | undefined;
|
920
923
|
ResourcesScanned?: number | undefined;
|
921
924
|
ResourcesRead?: number | undefined;
|
925
|
+
ScanFilters?: ScanFilter[] | undefined;
|
922
926
|
}
|
923
927
|
export declare class ResourceScanNotFoundException extends __BaseException {
|
924
928
|
readonly name: "ResourceScanNotFoundException";
|
@@ -1740,9 +1744,15 @@ export interface ListResourceScanResourcesOutput {
|
|
1740
1744
|
Resources?: ScannedResource[] | undefined;
|
1741
1745
|
NextToken?: string | undefined;
|
1742
1746
|
}
|
1747
|
+
export declare const ScanType: {
|
1748
|
+
readonly FULL: "FULL";
|
1749
|
+
readonly PARTIAL: "PARTIAL";
|
1750
|
+
};
|
1751
|
+
export type ScanType = (typeof ScanType)[keyof typeof ScanType];
|
1743
1752
|
export interface ListResourceScansInput {
|
1744
1753
|
NextToken?: string | undefined;
|
1745
1754
|
MaxResults?: number | undefined;
|
1755
|
+
ScanTypeFilter?: ScanType | undefined;
|
1746
1756
|
}
|
1747
1757
|
export interface ResourceScanSummary {
|
1748
1758
|
ResourceScanId?: string | undefined;
|
@@ -1751,6 +1761,7 @@ export interface ResourceScanSummary {
|
|
1751
1761
|
StartTime?: Date | undefined;
|
1752
1762
|
EndTime?: Date | undefined;
|
1753
1763
|
PercentageCompleted?: number | undefined;
|
1764
|
+
ScanType?: ScanType | undefined;
|
1754
1765
|
}
|
1755
1766
|
export interface ListResourceScansOutput {
|
1756
1767
|
ResourceScanSummaries?: ResourceScanSummary[] | undefined;
|
@@ -1994,20 +2005,3 @@ export interface ListStackSetOperationsOutput {
|
|
1994
2005
|
Summaries?: StackSetOperationSummary[] | undefined;
|
1995
2006
|
NextToken?: string | undefined;
|
1996
2007
|
}
|
1997
|
-
export interface ListStackSetsInput {
|
1998
|
-
NextToken?: string | undefined;
|
1999
|
-
MaxResults?: number | undefined;
|
2000
|
-
Status?: StackSetStatus | undefined;
|
2001
|
-
CallAs?: CallAs | undefined;
|
2002
|
-
}
|
2003
|
-
export interface StackSetSummary {
|
2004
|
-
StackSetName?: string | undefined;
|
2005
|
-
StackSetId?: string | undefined;
|
2006
|
-
Description?: string | undefined;
|
2007
|
-
Status?: StackSetStatus | undefined;
|
2008
|
-
AutoDeployment?: AutoDeployment | undefined;
|
2009
|
-
PermissionModel?: PermissionModels | undefined;
|
2010
|
-
DriftStatus?: StackDriftStatus | undefined;
|
2011
|
-
LastDriftCheckTimestamp?: Date | undefined;
|
2012
|
-
ManagedExecution?: ManagedExecution | undefined;
|
2013
|
-
}
|
@@ -17,13 +17,32 @@ import {
|
|
17
17
|
RegistryType,
|
18
18
|
ResourceDefinition,
|
19
19
|
RollbackConfiguration,
|
20
|
+
ScanFilter,
|
21
|
+
StackDriftStatus,
|
20
22
|
StackSetOperationPreferences,
|
21
|
-
|
23
|
+
StackSetStatus,
|
22
24
|
Tag,
|
23
25
|
TemplateConfiguration,
|
24
26
|
ThirdPartyType,
|
25
27
|
Visibility,
|
26
28
|
} from "./models_0";
|
29
|
+
export interface ListStackSetsInput {
|
30
|
+
NextToken?: string | undefined;
|
31
|
+
MaxResults?: number | undefined;
|
32
|
+
Status?: StackSetStatus | undefined;
|
33
|
+
CallAs?: CallAs | undefined;
|
34
|
+
}
|
35
|
+
export interface StackSetSummary {
|
36
|
+
StackSetName?: string | undefined;
|
37
|
+
StackSetId?: string | undefined;
|
38
|
+
Description?: string | undefined;
|
39
|
+
Status?: StackSetStatus | undefined;
|
40
|
+
AutoDeployment?: AutoDeployment | undefined;
|
41
|
+
PermissionModel?: PermissionModels | undefined;
|
42
|
+
DriftStatus?: StackDriftStatus | undefined;
|
43
|
+
LastDriftCheckTimestamp?: Date | undefined;
|
44
|
+
ManagedExecution?: ManagedExecution | undefined;
|
45
|
+
}
|
27
46
|
export interface ListStackSetsOutput {
|
28
47
|
Summaries?: StackSetSummary[] | undefined;
|
29
48
|
NextToken?: string | undefined;
|
@@ -242,6 +261,7 @@ export declare class ResourceScanLimitExceededException extends __BaseException
|
|
242
261
|
}
|
243
262
|
export interface StartResourceScanInput {
|
244
263
|
ClientRequestToken?: string | undefined;
|
264
|
+
ScanFilters?: ScanFilter[] | undefined;
|
245
265
|
}
|
246
266
|
export interface StartResourceScanOutput {
|
247
267
|
ResourceScanId?: string | undefined;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.777.0",
|
5
5
|
"scripts": {
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
|
@@ -20,43 +20,43 @@
|
|
20
20
|
"dependencies": {
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
23
|
-
"@aws-sdk/core": "3.
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
30
|
-
"@aws-sdk/types": "3.
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
34
|
-
"@smithy/config-resolver": "^4.0
|
35
|
-
"@smithy/core": "^3.
|
36
|
-
"@smithy/fetch-http-handler": "^5.0.
|
37
|
-
"@smithy/hash-node": "^4.0.
|
38
|
-
"@smithy/invalid-dependency": "^4.0.
|
39
|
-
"@smithy/middleware-content-length": "^4.0.
|
40
|
-
"@smithy/middleware-endpoint": "^4.0
|
41
|
-
"@smithy/middleware-retry": "^4.0
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
43
|
-
"@smithy/middleware-stack": "^4.0.
|
44
|
-
"@smithy/node-config-provider": "^4.0.
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
46
|
-
"@smithy/protocol-http": "^5.0
|
47
|
-
"@smithy/smithy-client": "^4.
|
48
|
-
"@smithy/types": "^4.
|
49
|
-
"@smithy/url-parser": "^4.0.
|
23
|
+
"@aws-sdk/core": "3.775.0",
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
25
|
+
"@aws-sdk/middleware-host-header": "3.775.0",
|
26
|
+
"@aws-sdk/middleware-logger": "3.775.0",
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.775.0",
|
29
|
+
"@aws-sdk/region-config-resolver": "3.775.0",
|
30
|
+
"@aws-sdk/types": "3.775.0",
|
31
|
+
"@aws-sdk/util-endpoints": "3.775.0",
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.775.0",
|
34
|
+
"@smithy/config-resolver": "^4.1.0",
|
35
|
+
"@smithy/core": "^3.2.0",
|
36
|
+
"@smithy/fetch-http-handler": "^5.0.2",
|
37
|
+
"@smithy/hash-node": "^4.0.2",
|
38
|
+
"@smithy/invalid-dependency": "^4.0.2",
|
39
|
+
"@smithy/middleware-content-length": "^4.0.2",
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.0",
|
41
|
+
"@smithy/middleware-retry": "^4.1.0",
|
42
|
+
"@smithy/middleware-serde": "^4.0.3",
|
43
|
+
"@smithy/middleware-stack": "^4.0.2",
|
44
|
+
"@smithy/node-config-provider": "^4.0.2",
|
45
|
+
"@smithy/node-http-handler": "^4.0.4",
|
46
|
+
"@smithy/protocol-http": "^5.1.0",
|
47
|
+
"@smithy/smithy-client": "^4.2.0",
|
48
|
+
"@smithy/types": "^4.2.0",
|
49
|
+
"@smithy/url-parser": "^4.0.2",
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
55
|
-
"@smithy/util-endpoints": "^3.0.
|
56
|
-
"@smithy/util-middleware": "^4.0.
|
57
|
-
"@smithy/util-retry": "^4.0.
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.8",
|
55
|
+
"@smithy/util-endpoints": "^3.0.2",
|
56
|
+
"@smithy/util-middleware": "^4.0.2",
|
57
|
+
"@smithy/util-retry": "^4.0.2",
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
59
|
-
"@smithy/util-waiter": "^4.0.
|
59
|
+
"@smithy/util-waiter": "^4.0.3",
|
60
60
|
"@types/uuid": "^9.0.1",
|
61
61
|
"tslib": "^2.6.2",
|
62
62
|
"uuid": "^9.0.1"
|
@@ -61,8 +61,6 @@ const defaultSSOHttpAuthSchemeProvider = (authParameters) => {
|
|
61
61
|
exports.defaultSSOHttpAuthSchemeProvider = defaultSSOHttpAuthSchemeProvider;
|
62
62
|
const resolveHttpAuthSchemeConfig = (config) => {
|
63
63
|
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
64
|
-
return {
|
65
|
-
...config_0,
|
66
|
-
};
|
64
|
+
return Object.assign(config_0, {});
|
67
65
|
};
|
68
66
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
@@ -59,12 +59,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
59
59
|
|
60
60
|
// src/endpoint/EndpointParameters.ts
|
61
61
|
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
62
|
-
return {
|
63
|
-
...options,
|
62
|
+
return Object.assign(options, {
|
64
63
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
65
64
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
66
65
|
defaultSigningName: "awsssoportal"
|
67
|
-
};
|
66
|
+
});
|
68
67
|
}, "resolveClientEndpointParameters");
|
69
68
|
var commonParams = {
|
70
69
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
@@ -121,22 +120,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
121
120
|
}, "resolveHttpAuthRuntimeConfig");
|
122
121
|
|
123
122
|
// src/runtimeExtensions.ts
|
124
|
-
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
125
123
|
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
126
|
-
const extensionConfiguration =
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
124
|
+
const extensionConfiguration = Object.assign(
|
125
|
+
(0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
126
|
+
(0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
|
127
|
+
(0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
128
|
+
getHttpAuthExtensionConfiguration(runtimeConfig)
|
129
|
+
);
|
132
130
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
133
|
-
return
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
131
|
+
return Object.assign(
|
132
|
+
runtimeConfig,
|
133
|
+
(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
134
|
+
(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
135
|
+
(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
136
|
+
resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
137
|
+
);
|
140
138
|
}, "resolveRuntimeExtensions");
|
141
139
|
|
142
140
|
// src/SSOClient.ts
|
@@ -150,6 +148,8 @@ var SSOClient = class extends import_smithy_client.Client {
|
|
150
148
|
config;
|
151
149
|
constructor(...[configuration]) {
|
152
150
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
151
|
+
super(_config_0);
|
152
|
+
this.initConfig = _config_0;
|
153
153
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
154
154
|
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
155
155
|
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
@@ -158,7 +158,6 @@ var SSOClient = class extends import_smithy_client.Client {
|
|
158
158
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
159
159
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
160
160
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
161
|
-
super(_config_8);
|
162
161
|
this.config = _config_8;
|
163
162
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
164
163
|
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
@@ -17,6 +17,8 @@ export class SSOClient extends __Client {
|
|
17
17
|
config;
|
18
18
|
constructor(...[configuration]) {
|
19
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
20
|
+
super(_config_0);
|
21
|
+
this.initConfig = _config_0;
|
20
22
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
21
23
|
const _config_2 = resolveUserAgentConfig(_config_1);
|
22
24
|
const _config_3 = resolveRetryConfig(_config_2);
|
@@ -25,7 +27,6 @@ export class SSOClient extends __Client {
|
|
25
27
|
const _config_6 = resolveEndpointConfig(_config_5);
|
26
28
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
27
29
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
28
|
-
super(_config_8);
|
29
30
|
this.config = _config_8;
|
30
31
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
31
32
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
@@ -56,7 +56,5 @@ export const defaultSSOHttpAuthSchemeProvider = (authParameters) => {
|
|
56
56
|
};
|
57
57
|
export const resolveHttpAuthSchemeConfig = (config) => {
|
58
58
|
const config_0 = resolveAwsSdkSigV4Config(config);
|
59
|
-
return {
|
60
|
-
...config_0,
|
61
|
-
};
|
59
|
+
return Object.assign(config_0, {});
|
62
60
|
};
|
@@ -1,10 +1,9 @@
|
|
1
1
|
export const resolveClientEndpointParameters = (options) => {
|
2
|
-
return {
|
3
|
-
...options,
|
2
|
+
return Object.assign(options, {
|
4
3
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
5
4
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
6
5
|
defaultSigningName: "awsssoportal",
|
7
|
-
};
|
6
|
+
});
|
8
7
|
};
|
9
8
|
export const commonParams = {
|
10
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
|
|
2
2
|
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
3
3
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
5
|
-
const asPartial = (t) => t;
|
6
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
7
|
-
const extensionConfiguration =
|
8
|
-
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
9
|
-
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
10
|
-
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
11
|
-
...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
|
12
|
-
};
|
6
|
+
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
13
7
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
14
|
-
return
|
15
|
-
...runtimeConfig,
|
16
|
-
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
17
|
-
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
18
|
-
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
19
|
-
...resolveHttpAuthRuntimeConfig(extensionConfiguration),
|
20
|
-
};
|
8
|
+
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
21
9
|
};
|
@@ -77,6 +77,7 @@ declare const GetRoleCredentialsCommand_base: {
|
|
77
77
|
* @throws {@link SSOServiceException}
|
78
78
|
* <p>Base exception class for all service exceptions from SSO service.</p>
|
79
79
|
*
|
80
|
+
*
|
80
81
|
* @public
|
81
82
|
*/
|
82
83
|
export declare class GetRoleCredentialsCommand extends GetRoleCredentialsCommand_base {
|
@@ -78,6 +78,7 @@ declare const ListAccountRolesCommand_base: {
|
|
78
78
|
* @throws {@link SSOServiceException}
|
79
79
|
* <p>Base exception class for all service exceptions from SSO service.</p>
|
80
80
|
*
|
81
|
+
*
|
81
82
|
* @public
|
82
83
|
*/
|
83
84
|
export declare class ListAccountRolesCommand extends ListAccountRolesCommand_base {
|
@@ -80,6 +80,7 @@ declare const ListAccountsCommand_base: {
|
|
80
80
|
* @throws {@link SSOServiceException}
|
81
81
|
* <p>Base exception class for all service exceptions from SSO service.</p>
|
82
82
|
*
|
83
|
+
*
|
83
84
|
* @public
|
84
85
|
*/
|
85
86
|
export declare class ListAccountsCommand extends ListAccountsCommand_base {
|