@cdk8s/awscdk-resolver 0.0.271 → 0.0.273

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.
Files changed (118) hide show
  1. package/.jsii +4 -4
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +10 -11
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +91 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +4 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +91 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +10 -11
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +10 -11
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +1 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +1 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +4 -3
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +12 -12
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +3 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +1 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +1 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +7 -4
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +1 -0
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +1 -0
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +1 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -0
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +1 -32
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +1 -0
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +8 -97
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -0
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +1 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -0
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +1 -0
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -0
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +1 -0
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -0
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +1 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -0
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +1 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +1 -0
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +1 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +1 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +47 -12
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +1 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +1 -0
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -0
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +1 -0
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +3 -1
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +1 -42
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +3 -1
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +1 -0
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -30
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +28 -29
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +3 -28
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +1 -0
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +1 -0
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +1 -0
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +1 -0
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -0
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -0
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -0
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -2
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +5 -3
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -0
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -0
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -0
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -0
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -0
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -0
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -0
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -0
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -0
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -0
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -0
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -0
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +12 -5
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -0
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -0
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +36 -38
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -0
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -0
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -0
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -0
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +10 -11
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +141 -219
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +165 -16
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -2
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +11 -17
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +21 -1
  103. package/node_modules/@aws-sdk/client-cloudformation/package.json +2 -2
  104. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -0
  105. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -0
  106. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -0
  107. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -0
  108. package/node_modules/@aws-sdk/client-sso/package.json +1 -1
  109. package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
  110. package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
  111. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  112. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  113. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +46 -0
  114. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  115. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
  116. package/node_modules/@aws-sdk/nested-clients/package.json +1 -1
  117. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  118. 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, StackSetSummary, Tag, TemplateConfiguration, ThirdPartyType, Visibility } from "./models_0";
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> 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>
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 Identity and Access Management</a>.</p>
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
- * The location for an Amazon S3 bucket must start with <code>https://</code>.</p>
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 update this stack set.</p>
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">Prerequisites for using
1870
- * CloudFormation StackSets</a> in the <i>CloudFormation User Guide</i>.</p>
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 set. If you do not specify
1879
- * an execution role, CloudFormation uses the <code>AWSCloudFormationStackSetExecutionRole</code>
1880
- * role for the stack set operation.</p>
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
- * (OU).</p>
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 size:
2055
- * 1 MB) that is located in an Amazon S3 bucket or a Systems Manager document. The location
2056
- * for an Amazon S3 bucket must start with <code>https://</code>.</p>
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/models_0";
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
- StackSetSummary,
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.775.0",
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",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
@@ -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 {
@@ -77,6 +77,7 @@ declare const LogoutCommand_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 LogoutCommand extends LogoutCommand_base {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
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-sso",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.775.0",
3
+ "version": "3.777.0",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -31,9 +31,9 @@
31
31
  "@aws-sdk/credential-provider-env": "3.775.0",
32
32
  "@aws-sdk/credential-provider-http": "3.775.0",
33
33
  "@aws-sdk/credential-provider-process": "3.775.0",
34
- "@aws-sdk/credential-provider-sso": "3.775.0",
35
- "@aws-sdk/credential-provider-web-identity": "3.775.0",
36
- "@aws-sdk/nested-clients": "3.775.0",
34
+ "@aws-sdk/credential-provider-sso": "3.777.0",
35
+ "@aws-sdk/credential-provider-web-identity": "3.777.0",
36
+ "@aws-sdk/nested-clients": "3.777.0",
37
37
  "@aws-sdk/types": "3.775.0",
38
38
  "@smithy/credential-provider-imds": "^4.0.2",
39
39
  "@smithy/property-provider": "^4.0.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.775.0",
3
+ "version": "3.777.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -31,10 +31,10 @@
31
31
  "dependencies": {
32
32
  "@aws-sdk/credential-provider-env": "3.775.0",
33
33
  "@aws-sdk/credential-provider-http": "3.775.0",
34
- "@aws-sdk/credential-provider-ini": "3.775.0",
34
+ "@aws-sdk/credential-provider-ini": "3.777.0",
35
35
  "@aws-sdk/credential-provider-process": "3.775.0",
36
- "@aws-sdk/credential-provider-sso": "3.775.0",
37
- "@aws-sdk/credential-provider-web-identity": "3.775.0",
36
+ "@aws-sdk/credential-provider-sso": "3.777.0",
37
+ "@aws-sdk/credential-provider-web-identity": "3.777.0",
38
38
  "@aws-sdk/types": "3.775.0",
39
39
  "@smithy/credential-provider-imds": "^4.0.2",
40
40
  "@smithy/property-provider": "^4.0.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.775.0",
3
+ "version": "3.777.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-sso": "3.775.0",
28
+ "@aws-sdk/client-sso": "3.777.0",
29
29
  "@aws-sdk/core": "3.775.0",
30
- "@aws-sdk/token-providers": "3.775.0",
30
+ "@aws-sdk/token-providers": "3.777.0",
31
31
  "@aws-sdk/types": "3.775.0",
32
32
  "@smithy/property-provider": "^4.0.2",
33
33
  "@smithy/shared-ini-file-loader": "^4.0.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.775.0",
3
+ "version": "3.777.0",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -34,7 +34,7 @@
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
36
  "@aws-sdk/core": "3.775.0",
37
- "@aws-sdk/nested-clients": "3.775.0",
37
+ "@aws-sdk/nested-clients": "3.777.0",
38
38
  "@aws-sdk/types": "3.775.0",
39
39
  "@smithy/property-provider": "^4.0.2",
40
40
  "@smithy/types": "^4.2.0",
@@ -111,6 +111,52 @@ declare const CreateTokenCommand_base: {
111
111
  * @throws {@link SSOOIDCServiceException}
112
112
  * <p>Base exception class for all service exceptions from SSOOIDC service.</p>
113
113
  *
114
+ *
115
+ * @example Call OAuth/OIDC /token endpoint for Device Code grant with Secret authentication
116
+ * ```javascript
117
+ * //
118
+ * const input = {
119
+ * clientId: "_yzkThXVzLWVhc3QtMQEXAMPLECLIENTID",
120
+ * clientSecret: "VERYLONGSECRETeyJraWQiOiJrZXktMTU2NDAyODA5OSIsImFsZyI6IkhTMzg0In0",
121
+ * deviceCode: "yJraWQiOiJrZXktMTU2Njk2ODA4OCIsImFsZyI6IkhTMzIn0EXAMPLEDEVICECODE",
122
+ * grantType: "urn:ietf:params:oauth:grant-type:device-code"
123
+ * };
124
+ * const command = new CreateTokenCommand(input);
125
+ * const response = await client.send(command);
126
+ * /* response is
127
+ * {
128
+ * accessToken: "aoal-YigITUDiNX1xZwOMXM5MxOWDL0E0jg9P6_C_jKQPxS_SKCP6f0kh1Up4g7TtvQqkMnD-GJiU_S1gvug6SrggAkc0:MGYCMQD3IatVjV7jAJU91kK3PkS/SfA2wtgWzOgZWDOR7sDGN9t0phCZz5It/aes/3C1Zj0CMQCKWOgRaiz6AIhza3DSXQNMLjRKXC8F8ceCsHlgYLMZ7hZidEXAMPLEACCESSTOKEN",
129
+ * expiresIn: 1579729529,
130
+ * refreshToken: "aorvJYubGpU6i91YnH7Mfo-AT2fIVa1zCfA_Rvq9yjVKIP3onFmmykuQ7E93y2I-9Nyj-A_sVvMufaLNL0bqnDRtgAkc0:MGUCMFrRsktMRVlWaOR70XGMFGLL0SlcCw4DiYveIiOVx1uK9BbD0gvAddsW3UTLozXKMgIxAJ3qxUvjpnlLIOaaKOoa/FuNgqJVvr9GMwDtnAtlh9iZzAkEXAMPLEREFRESHTOKEN",
131
+ * tokenType: "Bearer"
132
+ * }
133
+ * *\/
134
+ * ```
135
+ *
136
+ * @example Call OAuth/OIDC /token endpoint for Refresh Token grant with Secret authentication
137
+ * ```javascript
138
+ * //
139
+ * const input = {
140
+ * clientId: "_yzkThXVzLWVhc3QtMQEXAMPLECLIENTID",
141
+ * clientSecret: "VERYLONGSECRETeyJraWQiOiJrZXktMTU2NDAyODA5OSIsImFsZyI6IkhTMzg0In0",
142
+ * grantType: "refresh_token",
143
+ * refreshToken: "aorvJYubGpU6i91YnH7Mfo-AT2fIVa1zCfA_Rvq9yjVKIP3onFmmykuQ7E93y2I-9Nyj-A_sVvMufaLNL0bqnDRtgAkc0:MGUCMFrRsktMRVlWaOR70XGMFGLL0SlcCw4DiYveIiOVx1uK9BbD0gvAddsW3UTLozXKMgIxAJ3qxUvjpnlLIOaaKOoa/FuNgqJVvr9GMwDtnAtlh9iZzAkEXAMPLEREFRESHTOKEN",
144
+ * scope: [
145
+ * "codewhisperer:completions"
146
+ * ]
147
+ * };
148
+ * const command = new CreateTokenCommand(input);
149
+ * const response = await client.send(command);
150
+ * /* response is
151
+ * {
152
+ * accessToken: "aoal-YigITUDiNX1xZwOMXM5MxOWDL0E0jg9P6_C_jKQPxS_SKCP6f0kh1Up4g7TtvQqkMnD-GJiU_S1gvug6SrggAkc0:MGYCMQD3IatVjV7jAJU91kK3PkS/SfA2wtgWzOgZWDOR7sDGN9t0phCZz5It/aes/3C1Zj0CMQCKWOgRaiz6AIhza3DSXQNMLjRKXC8F8ceCsHlgYLMZ7hZidEXAMPLEACCESSTOKEN",
153
+ * expiresIn: 1579729529,
154
+ * refreshToken: "aorvJYubGpU6i91YnH7Mfo-AT2fIVa1zCfA_Rvq9yjVKIP3onFmmykuQ7E93y2I-9Nyj-A_sVvMufaLNL0bqnDRtgAkc0:MGUCMFrRsktMRVlWaOR70XGMFGLL0SlcCw4DiYveIiOVx1uK9BbD0gvAddsW3UTLozXKMgIxAJ3qxUvjpnlLIOaaKOoa/FuNgqJVvr9GMwDtnAtlh9iZzAkEXAMPLEREFRESHTOKEN",
155
+ * tokenType: "Bearer"
156
+ * }
157
+ * *\/
158
+ * ```
159
+ *
114
160
  * @public
115
161
  */
116
162
  export declare class CreateTokenCommand extends CreateTokenCommand_base {
@@ -205,6 +205,53 @@ declare const AssumeRoleCommand_base: {
205
205
  * @throws {@link STSServiceException}
206
206
  * <p>Base exception class for all service exceptions from STS service.</p>
207
207
  *
208
+ *
209
+ * @example To assume a role
210
+ * ```javascript
211
+ * //
212
+ * const input = {
213
+ * ExternalId: "123ABC",
214
+ * Policy: `{"Version":"2012-10-17","Statement":[{"Sid":"Stmt1","Effect":"Allow","Action":"s3:ListAllMyBuckets","Resource":"*"}]}`,
215
+ * RoleArn: "arn:aws:iam::123456789012:role/demo",
216
+ * RoleSessionName: "testAssumeRoleSession",
217
+ * Tags: [
218
+ * {
219
+ * Key: "Project",
220
+ * Value: "Unicorn"
221
+ * },
222
+ * {
223
+ * Key: "Team",
224
+ * Value: "Automation"
225
+ * },
226
+ * {
227
+ * Key: "Cost-Center",
228
+ * Value: "12345"
229
+ * }
230
+ * ],
231
+ * TransitiveTagKeys: [
232
+ * "Project",
233
+ * "Cost-Center"
234
+ * ]
235
+ * };
236
+ * const command = new AssumeRoleCommand(input);
237
+ * const response = await client.send(command);
238
+ * /* response is
239
+ * {
240
+ * AssumedRoleUser: {
241
+ * Arn: "arn:aws:sts::123456789012:assumed-role/demo/Bob",
242
+ * AssumedRoleId: "ARO123EXAMPLE123:Bob"
243
+ * },
244
+ * Credentials: {
245
+ * AccessKeyId: "AKIAIOSFODNN7EXAMPLE",
246
+ * Expiration: "2011-07-15T23:28:33.359Z",
247
+ * SecretAccessKey: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY",
248
+ * SessionToken: "AQoDYXdzEPT//////////wEXAMPLEtc764bNrC9SAPBSM22wDOk4x4HIZ8j4FZTwdQWLWsKWHGBuFqwAeMicRXmxfpSPfIeoIYRqTflfKD8YUuwthAx7mSEI/qkPpKPi/kMcGdQrmGdeehM4IC1NtBmUpp2wUE8phUZampKsburEDy0KPkyQDYwT7WZ0wq5VSXDvp75YU9HFvlRd8Tx6q6fE8YQcHNVXAkiY9q6d+xo0rKwT38xVqr7ZD0u0iPPkUL64lIZbqBAz+scqKmlzm8FDrypNC9Yjc8fPOLn9FX9KSYvKTr4rvx3iSIlTJabIQwj2ICCR/oLxBA=="
249
+ * },
250
+ * PackedPolicySize: 8
251
+ * }
252
+ * *\/
253
+ * ```
254
+ *
208
255
  * @public
209
256
  */
210
257
  export declare class AssumeRoleCommand extends AssumeRoleCommand_base {