@cdklabs/cdk-ecs-codedeploy 0.0.345 → 0.0.347

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 (132) hide show
  1. package/.jsii +3 -3
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +376 -376
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +386 -376
  9. package/node_modules/@aws-sdk/client-codedeploy/package.json +36 -36
  10. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
  11. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
  12. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  13. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
  14. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
  15. package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
  16. package/node_modules/@aws-sdk/client-sts/README.md +8 -0
  17. package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +89 -12
  18. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
  19. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
  20. package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
  21. package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
  22. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
  23. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
  24. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
  25. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
  26. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
  27. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
  28. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
  29. package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
  30. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
  31. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
  32. package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +202 -88
  34. package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
  35. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
  36. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
  37. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
  38. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
  39. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
  40. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
  41. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  42. package/node_modules/@aws-sdk/core/package.json +14 -14
  43. package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
  44. package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
  45. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
  46. package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
  47. package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
  48. package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
  49. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
  50. package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -8
  51. package/node_modules/@aws-sdk/middleware-logger/package.json +7 -7
  52. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -8
  53. package/node_modules/@aws-sdk/middleware-user-agent/package.json +11 -11
  54. package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
  55. package/node_modules/@aws-sdk/token-providers/package.json +8 -8
  56. package/node_modules/@aws-sdk/types/package.json +2 -2
  57. package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
  58. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  59. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -5
  60. package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
  61. package/node_modules/@smithy/abort-controller/package.json +4 -3
  62. package/node_modules/@smithy/config-resolver/package.json +7 -6
  63. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +21 -20
  64. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  65. package/node_modules/@smithy/core/package.json +10 -9
  66. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  67. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
  68. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +10 -3
  69. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  70. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
  71. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
  72. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  73. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
  74. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  75. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
  76. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  77. package/node_modules/@smithy/hash-node/package.json +4 -3
  78. package/node_modules/@smithy/invalid-dependency/package.json +4 -3
  79. package/node_modules/@smithy/middleware-content-length/package.json +5 -4
  80. package/node_modules/@smithy/middleware-endpoint/package.json +11 -10
  81. package/node_modules/@smithy/middleware-retry/package.json +12 -10
  82. package/node_modules/@smithy/middleware-serde/package.json +6 -4
  83. package/node_modules/@smithy/middleware-stack/package.json +4 -3
  84. package/node_modules/@smithy/node-config-provider/package.json +6 -5
  85. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
  86. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
  87. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
  88. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  89. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  90. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
  91. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
  92. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  93. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  94. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
  95. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  96. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  97. package/node_modules/@smithy/node-http-handler/package.json +7 -6
  98. package/node_modules/@smithy/property-provider/package.json +4 -3
  99. package/node_modules/@smithy/protocol-http/package.json +4 -3
  100. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  101. package/node_modules/@smithy/querystring-parser/package.json +4 -3
  102. package/node_modules/@smithy/service-error-classification/package.json +4 -3
  103. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
  104. package/node_modules/@smithy/signature-v4/package.json +6 -5
  105. package/node_modules/@smithy/smithy-client/package.json +9 -8
  106. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  107. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
  108. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  109. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
  110. package/node_modules/@smithy/types/package.json +1 -1
  111. package/node_modules/@smithy/url-parser/package.json +5 -4
  112. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
  113. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
  114. package/node_modules/@smithy/util-endpoints/package.json +7 -5
  115. package/node_modules/@smithy/util-middleware/package.json +4 -3
  116. package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
  117. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  118. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  119. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  120. package/node_modules/@smithy/util-retry/package.json +5 -4
  121. package/node_modules/@smithy/util-stream/dist-cjs/index.js +1 -0
  122. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  123. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
  124. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
  125. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
  126. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
  127. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
  128. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
  129. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
  130. package/node_modules/@smithy/util-stream/package.json +10 -6
  131. package/node_modules/@smithy/util-waiter/package.json +5 -4
  132. package/package.json +6 -6
@@ -3,8 +3,8 @@ import { SSOOIDCServiceException as __BaseException } from "./SSOOIDCServiceExce
3
3
  export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
5
5
  readonly $fault: "client";
6
- error?: string;
7
- error_description?: string;
6
+ error?: string | undefined;
7
+ error_description?: string | undefined;
8
8
  constructor(
9
9
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
10
10
  );
@@ -12,8 +12,8 @@ export declare class AccessDeniedException extends __BaseException {
12
12
  export declare class AuthorizationPendingException extends __BaseException {
13
13
  readonly name: "AuthorizationPendingException";
14
14
  readonly $fault: "client";
15
- error?: string;
16
- error_description?: string;
15
+ error?: string | undefined;
16
+ error_description?: string | undefined;
17
17
  constructor(
18
18
  opts: __ExceptionOptionType<AuthorizationPendingException, __BaseException>
19
19
  );
@@ -22,25 +22,25 @@ export interface CreateTokenRequest {
22
22
  clientId: string | undefined;
23
23
  clientSecret: string | undefined;
24
24
  grantType: string | undefined;
25
- deviceCode?: string;
26
- code?: string;
27
- refreshToken?: string;
28
- scope?: string[];
29
- redirectUri?: string;
30
- codeVerifier?: string;
25
+ deviceCode?: string | undefined;
26
+ code?: string | undefined;
27
+ refreshToken?: string | undefined;
28
+ scope?: string[] | undefined;
29
+ redirectUri?: string | undefined;
30
+ codeVerifier?: string | undefined;
31
31
  }
32
32
  export interface CreateTokenResponse {
33
- accessToken?: string;
34
- tokenType?: string;
35
- expiresIn?: number;
36
- refreshToken?: string;
37
- idToken?: string;
33
+ accessToken?: string | undefined;
34
+ tokenType?: string | undefined;
35
+ expiresIn?: number | undefined;
36
+ refreshToken?: string | undefined;
37
+ idToken?: string | undefined;
38
38
  }
39
39
  export declare class ExpiredTokenException extends __BaseException {
40
40
  readonly name: "ExpiredTokenException";
41
41
  readonly $fault: "client";
42
- error?: string;
43
- error_description?: string;
42
+ error?: string | undefined;
43
+ error_description?: string | undefined;
44
44
  constructor(
45
45
  opts: __ExceptionOptionType<ExpiredTokenException, __BaseException>
46
46
  );
@@ -48,8 +48,8 @@ export declare class ExpiredTokenException extends __BaseException {
48
48
  export declare class InternalServerException extends __BaseException {
49
49
  readonly name: "InternalServerException";
50
50
  readonly $fault: "server";
51
- error?: string;
52
- error_description?: string;
51
+ error?: string | undefined;
52
+ error_description?: string | undefined;
53
53
  constructor(
54
54
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
55
55
  );
@@ -57,8 +57,8 @@ export declare class InternalServerException extends __BaseException {
57
57
  export declare class InvalidClientException extends __BaseException {
58
58
  readonly name: "InvalidClientException";
59
59
  readonly $fault: "client";
60
- error?: string;
61
- error_description?: string;
60
+ error?: string | undefined;
61
+ error_description?: string | undefined;
62
62
  constructor(
63
63
  opts: __ExceptionOptionType<InvalidClientException, __BaseException>
64
64
  );
@@ -66,8 +66,8 @@ export declare class InvalidClientException extends __BaseException {
66
66
  export declare class InvalidGrantException extends __BaseException {
67
67
  readonly name: "InvalidGrantException";
68
68
  readonly $fault: "client";
69
- error?: string;
70
- error_description?: string;
69
+ error?: string | undefined;
70
+ error_description?: string | undefined;
71
71
  constructor(
72
72
  opts: __ExceptionOptionType<InvalidGrantException, __BaseException>
73
73
  );
@@ -75,8 +75,8 @@ export declare class InvalidGrantException extends __BaseException {
75
75
  export declare class InvalidRequestException extends __BaseException {
76
76
  readonly name: "InvalidRequestException";
77
77
  readonly $fault: "client";
78
- error?: string;
79
- error_description?: string;
78
+ error?: string | undefined;
79
+ error_description?: string | undefined;
80
80
  constructor(
81
81
  opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
82
82
  );
@@ -84,8 +84,8 @@ export declare class InvalidRequestException extends __BaseException {
84
84
  export declare class InvalidScopeException extends __BaseException {
85
85
  readonly name: "InvalidScopeException";
86
86
  readonly $fault: "client";
87
- error?: string;
88
- error_description?: string;
87
+ error?: string | undefined;
88
+ error_description?: string | undefined;
89
89
  constructor(
90
90
  opts: __ExceptionOptionType<InvalidScopeException, __BaseException>
91
91
  );
@@ -93,15 +93,15 @@ export declare class InvalidScopeException extends __BaseException {
93
93
  export declare class SlowDownException extends __BaseException {
94
94
  readonly name: "SlowDownException";
95
95
  readonly $fault: "client";
96
- error?: string;
97
- error_description?: string;
96
+ error?: string | undefined;
97
+ error_description?: string | undefined;
98
98
  constructor(opts: __ExceptionOptionType<SlowDownException, __BaseException>);
99
99
  }
100
100
  export declare class UnauthorizedClientException extends __BaseException {
101
101
  readonly name: "UnauthorizedClientException";
102
102
  readonly $fault: "client";
103
- error?: string;
104
- error_description?: string;
103
+ error?: string | undefined;
104
+ error_description?: string | undefined;
105
105
  constructor(
106
106
  opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>
107
107
  );
@@ -109,8 +109,8 @@ export declare class UnauthorizedClientException extends __BaseException {
109
109
  export declare class UnsupportedGrantTypeException extends __BaseException {
110
110
  readonly name: "UnsupportedGrantTypeException";
111
111
  readonly $fault: "client";
112
- error?: string;
113
- error_description?: string;
112
+ error?: string | undefined;
113
+ error_description?: string | undefined;
114
114
  constructor(
115
115
  opts: __ExceptionOptionType<UnsupportedGrantTypeException, __BaseException>
116
116
  );
@@ -118,32 +118,32 @@ export declare class UnsupportedGrantTypeException extends __BaseException {
118
118
  export interface CreateTokenWithIAMRequest {
119
119
  clientId: string | undefined;
120
120
  grantType: string | undefined;
121
- code?: string;
122
- refreshToken?: string;
123
- assertion?: string;
124
- scope?: string[];
125
- redirectUri?: string;
126
- subjectToken?: string;
127
- subjectTokenType?: string;
128
- requestedTokenType?: string;
129
- codeVerifier?: string;
121
+ code?: string | undefined;
122
+ refreshToken?: string | undefined;
123
+ assertion?: string | undefined;
124
+ scope?: string[] | undefined;
125
+ redirectUri?: string | undefined;
126
+ subjectToken?: string | undefined;
127
+ subjectTokenType?: string | undefined;
128
+ requestedTokenType?: string | undefined;
129
+ codeVerifier?: string | undefined;
130
130
  }
131
131
  export interface CreateTokenWithIAMResponse {
132
- accessToken?: string;
133
- tokenType?: string;
134
- expiresIn?: number;
135
- refreshToken?: string;
136
- idToken?: string;
137
- issuedTokenType?: string;
138
- scope?: string[];
132
+ accessToken?: string | undefined;
133
+ tokenType?: string | undefined;
134
+ expiresIn?: number | undefined;
135
+ refreshToken?: string | undefined;
136
+ idToken?: string | undefined;
137
+ issuedTokenType?: string | undefined;
138
+ scope?: string[] | undefined;
139
139
  }
140
140
  export declare class InvalidRequestRegionException extends __BaseException {
141
141
  readonly name: "InvalidRequestRegionException";
142
142
  readonly $fault: "client";
143
- error?: string;
144
- error_description?: string;
145
- endpoint?: string;
146
- region?: string;
143
+ error?: string | undefined;
144
+ error_description?: string | undefined;
145
+ endpoint?: string | undefined;
146
+ region?: string | undefined;
147
147
  constructor(
148
148
  opts: __ExceptionOptionType<InvalidRequestRegionException, __BaseException>
149
149
  );
@@ -151,8 +151,8 @@ export declare class InvalidRequestRegionException extends __BaseException {
151
151
  export declare class InvalidClientMetadataException extends __BaseException {
152
152
  readonly name: "InvalidClientMetadataException";
153
153
  readonly $fault: "client";
154
- error?: string;
155
- error_description?: string;
154
+ error?: string | undefined;
155
+ error_description?: string | undefined;
156
156
  constructor(
157
157
  opts: __ExceptionOptionType<InvalidClientMetadataException, __BaseException>
158
158
  );
@@ -160,8 +160,8 @@ export declare class InvalidClientMetadataException extends __BaseException {
160
160
  export declare class InvalidRedirectUriException extends __BaseException {
161
161
  readonly name: "InvalidRedirectUriException";
162
162
  readonly $fault: "client";
163
- error?: string;
164
- error_description?: string;
163
+ error?: string | undefined;
164
+ error_description?: string | undefined;
165
165
  constructor(
166
166
  opts: __ExceptionOptionType<InvalidRedirectUriException, __BaseException>
167
167
  );
@@ -169,19 +169,19 @@ export declare class InvalidRedirectUriException extends __BaseException {
169
169
  export interface RegisterClientRequest {
170
170
  clientName: string | undefined;
171
171
  clientType: string | undefined;
172
- scopes?: string[];
173
- redirectUris?: string[];
174
- grantTypes?: string[];
175
- issuerUrl?: string;
176
- entitledApplicationArn?: string;
172
+ scopes?: string[] | undefined;
173
+ redirectUris?: string[] | undefined;
174
+ grantTypes?: string[] | undefined;
175
+ issuerUrl?: string | undefined;
176
+ entitledApplicationArn?: string | undefined;
177
177
  }
178
178
  export interface RegisterClientResponse {
179
- clientId?: string;
180
- clientSecret?: string;
181
- clientIdIssuedAt?: number;
182
- clientSecretExpiresAt?: number;
183
- authorizationEndpoint?: string;
184
- tokenEndpoint?: string;
179
+ clientId?: string | undefined;
180
+ clientSecret?: string | undefined;
181
+ clientIdIssuedAt?: number | undefined;
182
+ clientSecretExpiresAt?: number | undefined;
183
+ authorizationEndpoint?: string | undefined;
184
+ tokenEndpoint?: string | undefined;
185
185
  }
186
186
  export interface StartDeviceAuthorizationRequest {
187
187
  clientId: string | undefined;
@@ -189,12 +189,12 @@ export interface StartDeviceAuthorizationRequest {
189
189
  startUrl: string | undefined;
190
190
  }
191
191
  export interface StartDeviceAuthorizationResponse {
192
- deviceCode?: string;
193
- userCode?: string;
194
- verificationUri?: string;
195
- verificationUriComplete?: string;
196
- expiresIn?: number;
197
- interval?: number;
192
+ deviceCode?: string | undefined;
193
+ userCode?: string | undefined;
194
+ verificationUri?: string | undefined;
195
+ verificationUriComplete?: string | undefined;
196
+ expiresIn?: number | undefined;
197
+ interval?: number | undefined;
198
198
  }
199
199
  export declare const CreateTokenRequestFilterSensitiveLog: (
200
200
  obj: CreateTokenRequest
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso-oidc",
3
3
  "description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
4
- "version": "3.686.0",
4
+ "version": "3.693.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-oidc",
@@ -20,41 +20,41 @@
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.686.0",
24
- "@aws-sdk/credential-provider-node": "3.686.0",
25
- "@aws-sdk/middleware-host-header": "3.686.0",
26
- "@aws-sdk/middleware-logger": "3.686.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.686.0",
28
- "@aws-sdk/middleware-user-agent": "3.686.0",
29
- "@aws-sdk/region-config-resolver": "3.686.0",
30
- "@aws-sdk/types": "3.686.0",
31
- "@aws-sdk/util-endpoints": "3.686.0",
32
- "@aws-sdk/util-user-agent-browser": "3.686.0",
33
- "@aws-sdk/util-user-agent-node": "3.686.0",
34
- "@smithy/config-resolver": "^3.0.10",
35
- "@smithy/core": "^2.5.1",
36
- "@smithy/fetch-http-handler": "^4.0.0",
37
- "@smithy/hash-node": "^3.0.8",
38
- "@smithy/invalid-dependency": "^3.0.8",
39
- "@smithy/middleware-content-length": "^3.0.10",
40
- "@smithy/middleware-endpoint": "^3.2.1",
41
- "@smithy/middleware-retry": "^3.0.25",
42
- "@smithy/middleware-serde": "^3.0.8",
43
- "@smithy/middleware-stack": "^3.0.8",
44
- "@smithy/node-config-provider": "^3.1.9",
45
- "@smithy/node-http-handler": "^3.2.5",
46
- "@smithy/protocol-http": "^4.1.5",
47
- "@smithy/smithy-client": "^3.4.2",
48
- "@smithy/types": "^3.6.0",
49
- "@smithy/url-parser": "^3.0.8",
23
+ "@aws-sdk/core": "3.693.0",
24
+ "@aws-sdk/credential-provider-node": "3.693.0",
25
+ "@aws-sdk/middleware-host-header": "3.693.0",
26
+ "@aws-sdk/middleware-logger": "3.693.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.693.0",
28
+ "@aws-sdk/middleware-user-agent": "3.693.0",
29
+ "@aws-sdk/region-config-resolver": "3.693.0",
30
+ "@aws-sdk/types": "3.692.0",
31
+ "@aws-sdk/util-endpoints": "3.693.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.693.0",
33
+ "@aws-sdk/util-user-agent-node": "3.693.0",
34
+ "@smithy/config-resolver": "^3.0.11",
35
+ "@smithy/core": "^2.5.2",
36
+ "@smithy/fetch-http-handler": "^4.1.0",
37
+ "@smithy/hash-node": "^3.0.9",
38
+ "@smithy/invalid-dependency": "^3.0.9",
39
+ "@smithy/middleware-content-length": "^3.0.11",
40
+ "@smithy/middleware-endpoint": "^3.2.2",
41
+ "@smithy/middleware-retry": "^3.0.26",
42
+ "@smithy/middleware-serde": "^3.0.9",
43
+ "@smithy/middleware-stack": "^3.0.9",
44
+ "@smithy/node-config-provider": "^3.1.10",
45
+ "@smithy/node-http-handler": "^3.3.0",
46
+ "@smithy/protocol-http": "^4.1.6",
47
+ "@smithy/smithy-client": "^3.4.3",
48
+ "@smithy/types": "^3.7.0",
49
+ "@smithy/url-parser": "^3.0.9",
50
50
  "@smithy/util-base64": "^3.0.0",
51
51
  "@smithy/util-body-length-browser": "^3.0.0",
52
52
  "@smithy/util-body-length-node": "^3.0.0",
53
- "@smithy/util-defaults-mode-browser": "^3.0.25",
54
- "@smithy/util-defaults-mode-node": "^3.0.25",
55
- "@smithy/util-endpoints": "^2.1.4",
56
- "@smithy/util-middleware": "^3.0.8",
57
- "@smithy/util-retry": "^3.0.8",
53
+ "@smithy/util-defaults-mode-browser": "^3.0.26",
54
+ "@smithy/util-defaults-mode-node": "^3.0.26",
55
+ "@smithy/util-endpoints": "^2.1.5",
56
+ "@smithy/util-middleware": "^3.0.9",
57
+ "@smithy/util-retry": "^3.0.9",
58
58
  "@smithy/util-utf8": "^3.0.0",
59
59
  "tslib": "^2.6.2"
60
60
  },
@@ -85,7 +85,7 @@
85
85
  },
86
86
  "license": "Apache-2.0",
87
87
  "peerDependencies": {
88
- "@aws-sdk/client-sts": "^3.686.0"
88
+ "@aws-sdk/client-sts": "^3.693.0"
89
89
  },
90
90
  "browser": {
91
91
  "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
@@ -230,6 +230,14 @@ AssumeRoleWithWebIdentity
230
230
 
231
231
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sts/command/AssumeRoleWithWebIdentityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/AssumeRoleWithWebIdentityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/AssumeRoleWithWebIdentityCommandOutput/)
232
232
 
233
+ </details>
234
+ <details>
235
+ <summary>
236
+ AssumeRoot
237
+ </summary>
238
+
239
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sts/command/AssumeRootCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/AssumeRootCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sts/Interface/AssumeRootCommandOutput/)
240
+
233
241
  </details>
234
242
  <details>
235
243
  <summary>
@@ -30,7 +30,9 @@ __export(src_exports, {
30
30
  AssumeRoleWithWebIdentityCommand: () => AssumeRoleWithWebIdentityCommand,
31
31
  AssumeRoleWithWebIdentityRequestFilterSensitiveLog: () => AssumeRoleWithWebIdentityRequestFilterSensitiveLog,
32
32
  AssumeRoleWithWebIdentityResponseFilterSensitiveLog: () => AssumeRoleWithWebIdentityResponseFilterSensitiveLog,
33
- ClientInputEndpointParameters: () => import_EndpointParameters9.ClientInputEndpointParameters,
33
+ AssumeRootCommand: () => AssumeRootCommand,
34
+ AssumeRootResponseFilterSensitiveLog: () => AssumeRootResponseFilterSensitiveLog,
35
+ ClientInputEndpointParameters: () => import_EndpointParameters10.ClientInputEndpointParameters,
34
36
  CredentialsFilterSensitiveLog: () => CredentialsFilterSensitiveLog,
35
37
  DecodeAuthorizationMessageCommand: () => DecodeAuthorizationMessageCommand,
36
38
  ExpiredTokenException: () => ExpiredTokenException,
@@ -243,6 +245,10 @@ var AssumeRoleWithWebIdentityResponseFilterSensitiveLog = /* @__PURE__ */ __name
243
245
  ...obj,
244
246
  ...obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }
245
247
  }), "AssumeRoleWithWebIdentityResponseFilterSensitiveLog");
248
+ var AssumeRootResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
249
+ ...obj,
250
+ ...obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }
251
+ }), "AssumeRootResponseFilterSensitiveLog");
246
252
  var GetFederationTokenResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
247
253
  ...obj,
248
254
  ...obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }
@@ -286,6 +292,16 @@ var se_AssumeRoleWithWebIdentityCommand = /* @__PURE__ */ __name(async (input, c
286
292
  });
287
293
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
288
294
  }, "se_AssumeRoleWithWebIdentityCommand");
295
+ var se_AssumeRootCommand = /* @__PURE__ */ __name(async (input, context) => {
296
+ const headers = SHARED_HEADERS;
297
+ let body;
298
+ body = buildFormUrlencodedString({
299
+ ...se_AssumeRootRequest(input, context),
300
+ [_A]: _ARs,
301
+ [_V]: _
302
+ });
303
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
304
+ }, "se_AssumeRootCommand");
289
305
  var se_DecodeAuthorizationMessageCommand = /* @__PURE__ */ __name(async (input, context) => {
290
306
  const headers = SHARED_HEADERS;
291
307
  let body;
@@ -375,6 +391,19 @@ var de_AssumeRoleWithWebIdentityCommand = /* @__PURE__ */ __name(async (output,
375
391
  };
376
392
  return response;
377
393
  }, "de_AssumeRoleWithWebIdentityCommand");
394
+ var de_AssumeRootCommand = /* @__PURE__ */ __name(async (output, context) => {
395
+ if (output.statusCode >= 300) {
396
+ return de_CommandError(output, context);
397
+ }
398
+ const data = await (0, import_core.parseXmlBody)(output.body, context);
399
+ let contents = {};
400
+ contents = de_AssumeRootResponse(data.AssumeRootResult, context);
401
+ const response = {
402
+ $metadata: deserializeMetadata(output),
403
+ ...contents
404
+ };
405
+ return response;
406
+ }, "de_AssumeRootCommand");
378
407
  var de_DecodeAuthorizationMessageCommand = /* @__PURE__ */ __name(async (output, context) => {
379
408
  if (output.statusCode >= 300) {
380
409
  return de_CommandError(output, context);
@@ -684,6 +713,23 @@ var se_AssumeRoleWithWebIdentityRequest = /* @__PURE__ */ __name((input, context
684
713
  }
685
714
  return entries;
686
715
  }, "se_AssumeRoleWithWebIdentityRequest");
716
+ var se_AssumeRootRequest = /* @__PURE__ */ __name((input, context) => {
717
+ const entries = {};
718
+ if (input[_TP] != null) {
719
+ entries[_TP] = input[_TP];
720
+ }
721
+ if (input[_TPA] != null) {
722
+ const memberEntries = se_PolicyDescriptorType(input[_TPA], context);
723
+ Object.entries(memberEntries).forEach(([key, value]) => {
724
+ const loc = `TaskPolicyArn.${key}`;
725
+ entries[loc] = value;
726
+ });
727
+ }
728
+ if (input[_DS] != null) {
729
+ entries[_DS] = input[_DS];
730
+ }
731
+ return entries;
732
+ }, "se_AssumeRootRequest");
687
733
  var se_DecodeAuthorizationMessageRequest = /* @__PURE__ */ __name((input, context) => {
688
734
  const entries = {};
689
735
  if (input[_EM] != null) {
@@ -915,6 +961,16 @@ var de_AssumeRoleWithWebIdentityResponse = /* @__PURE__ */ __name((output, conte
915
961
  }
916
962
  return contents;
917
963
  }, "de_AssumeRoleWithWebIdentityResponse");
964
+ var de_AssumeRootResponse = /* @__PURE__ */ __name((output, context) => {
965
+ const contents = {};
966
+ if (output[_C] != null) {
967
+ contents[_C] = de_Credentials(output[_C], context);
968
+ }
969
+ if (output[_SI] != null) {
970
+ contents[_SI] = (0, import_smithy_client.expectString)(output[_SI]);
971
+ }
972
+ return contents;
973
+ }, "de_AssumeRootResponse");
918
974
  var de_Credentials = /* @__PURE__ */ __name((output, context) => {
919
975
  const contents = {};
920
976
  if (output[_AKI] != null) {
@@ -1080,6 +1136,7 @@ var _ARI = "AssumedRoleId";
1080
1136
  var _ARU = "AssumedRoleUser";
1081
1137
  var _ARWSAML = "AssumeRoleWithSAML";
1082
1138
  var _ARWWI = "AssumeRoleWithWebIdentity";
1139
+ var _ARs = "AssumeRoot";
1083
1140
  var _Ac = "Account";
1084
1141
  var _Ar = "Arn";
1085
1142
  var _Au = "Audience";
@@ -1121,6 +1178,8 @@ var _ST = "SubjectType";
1121
1178
  var _STe = "SessionToken";
1122
1179
  var _T = "Tags";
1123
1180
  var _TC = "TokenCode";
1181
+ var _TP = "TargetPrincipal";
1182
+ var _TPA = "TaskPolicyArn";
1124
1183
  var _TTK = "TransitiveTagKeys";
1125
1184
  var _UI = "UserId";
1126
1185
  var _V = "Version";
@@ -1180,12 +1239,27 @@ var _AssumeRoleWithWebIdentityCommand = class _AssumeRoleWithWebIdentityCommand
1180
1239
  __name(_AssumeRoleWithWebIdentityCommand, "AssumeRoleWithWebIdentityCommand");
1181
1240
  var AssumeRoleWithWebIdentityCommand = _AssumeRoleWithWebIdentityCommand;
1182
1241
 
1183
- // src/commands/DecodeAuthorizationMessageCommand.ts
1242
+ // src/commands/AssumeRootCommand.ts
1184
1243
 
1185
1244
 
1186
1245
 
1187
1246
  var import_EndpointParameters4 = require("./endpoint/EndpointParameters");
1188
- var _DecodeAuthorizationMessageCommand = class _DecodeAuthorizationMessageCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters4.commonParams).m(function(Command, cs, config, o) {
1247
+ var _AssumeRootCommand = class _AssumeRootCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters4.commonParams).m(function(Command, cs, config, o) {
1248
+ return [
1249
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1250
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1251
+ ];
1252
+ }).s("AWSSecurityTokenServiceV20110615", "AssumeRoot", {}).n("STSClient", "AssumeRootCommand").f(void 0, AssumeRootResponseFilterSensitiveLog).ser(se_AssumeRootCommand).de(de_AssumeRootCommand).build() {
1253
+ };
1254
+ __name(_AssumeRootCommand, "AssumeRootCommand");
1255
+ var AssumeRootCommand = _AssumeRootCommand;
1256
+
1257
+ // src/commands/DecodeAuthorizationMessageCommand.ts
1258
+
1259
+
1260
+
1261
+ var import_EndpointParameters5 = require("./endpoint/EndpointParameters");
1262
+ var _DecodeAuthorizationMessageCommand = class _DecodeAuthorizationMessageCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters5.commonParams).m(function(Command, cs, config, o) {
1189
1263
  return [
1190
1264
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1191
1265
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1199,8 +1273,8 @@ var DecodeAuthorizationMessageCommand = _DecodeAuthorizationMessageCommand;
1199
1273
 
1200
1274
 
1201
1275
 
1202
- var import_EndpointParameters5 = require("./endpoint/EndpointParameters");
1203
- var _GetAccessKeyInfoCommand = class _GetAccessKeyInfoCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters5.commonParams).m(function(Command, cs, config, o) {
1276
+ var import_EndpointParameters6 = require("./endpoint/EndpointParameters");
1277
+ var _GetAccessKeyInfoCommand = class _GetAccessKeyInfoCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters6.commonParams).m(function(Command, cs, config, o) {
1204
1278
  return [
1205
1279
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1206
1280
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1214,8 +1288,8 @@ var GetAccessKeyInfoCommand = _GetAccessKeyInfoCommand;
1214
1288
 
1215
1289
 
1216
1290
 
1217
- var import_EndpointParameters6 = require("./endpoint/EndpointParameters");
1218
- var _GetCallerIdentityCommand = class _GetCallerIdentityCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters6.commonParams).m(function(Command, cs, config, o) {
1291
+ var import_EndpointParameters7 = require("./endpoint/EndpointParameters");
1292
+ var _GetCallerIdentityCommand = class _GetCallerIdentityCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters7.commonParams).m(function(Command, cs, config, o) {
1219
1293
  return [
1220
1294
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1221
1295
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1229,8 +1303,8 @@ var GetCallerIdentityCommand = _GetCallerIdentityCommand;
1229
1303
 
1230
1304
 
1231
1305
 
1232
- var import_EndpointParameters7 = require("./endpoint/EndpointParameters");
1233
- var _GetFederationTokenCommand = class _GetFederationTokenCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters7.commonParams).m(function(Command, cs, config, o) {
1306
+ var import_EndpointParameters8 = require("./endpoint/EndpointParameters");
1307
+ var _GetFederationTokenCommand = class _GetFederationTokenCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters8.commonParams).m(function(Command, cs, config, o) {
1234
1308
  return [
1235
1309
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1236
1310
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1244,8 +1318,8 @@ var GetFederationTokenCommand = _GetFederationTokenCommand;
1244
1318
 
1245
1319
 
1246
1320
 
1247
- var import_EndpointParameters8 = require("./endpoint/EndpointParameters");
1248
- var _GetSessionTokenCommand = class _GetSessionTokenCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters8.commonParams).m(function(Command, cs, config, o) {
1321
+ var import_EndpointParameters9 = require("./endpoint/EndpointParameters");
1322
+ var _GetSessionTokenCommand = class _GetSessionTokenCommand extends import_smithy_client.Command.classBuilder().ep(import_EndpointParameters9.commonParams).m(function(Command, cs, config, o) {
1249
1323
  return [
1250
1324
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1251
1325
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1261,6 +1335,7 @@ var commands = {
1261
1335
  AssumeRoleCommand,
1262
1336
  AssumeRoleWithSAMLCommand,
1263
1337
  AssumeRoleWithWebIdentityCommand,
1338
+ AssumeRootCommand,
1264
1339
  DecodeAuthorizationMessageCommand,
1265
1340
  GetAccessKeyInfoCommand,
1266
1341
  GetCallerIdentityCommand,
@@ -1274,7 +1349,7 @@ var STS = _STS;
1274
1349
  (0, import_smithy_client.createAggregatedClient)(commands, STS);
1275
1350
 
1276
1351
  // src/index.ts
1277
- var import_EndpointParameters9 = require("./endpoint/EndpointParameters");
1352
+ var import_EndpointParameters10 = require("./endpoint/EndpointParameters");
1278
1353
 
1279
1354
  // src/defaultStsRoleAssumers.ts
1280
1355
  var import_client = require("@aws-sdk/core/client");
@@ -1430,6 +1505,7 @@ var decorateDefaultCredentialProvider = /* @__PURE__ */ __name((provider) => (in
1430
1505
  AssumeRoleCommand,
1431
1506
  AssumeRoleWithSAMLCommand,
1432
1507
  AssumeRoleWithWebIdentityCommand,
1508
+ AssumeRootCommand,
1433
1509
  DecodeAuthorizationMessageCommand,
1434
1510
  GetAccessKeyInfoCommand,
1435
1511
  GetCallerIdentityCommand,
@@ -1449,6 +1525,7 @@ var decorateDefaultCredentialProvider = /* @__PURE__ */ __name((provider) => (in
1449
1525
  AssumeRoleWithSAMLResponseFilterSensitiveLog,
1450
1526
  AssumeRoleWithWebIdentityRequestFilterSensitiveLog,
1451
1527
  AssumeRoleWithWebIdentityResponseFilterSensitiveLog,
1528
+ AssumeRootResponseFilterSensitiveLog,
1452
1529
  GetFederationTokenResponseFilterSensitiveLog,
1453
1530
  GetSessionTokenResponseFilterSensitiveLog,
1454
1531
  getDefaultRoleAssumer,
@@ -2,6 +2,7 @@ import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { AssumeRoleCommand } from "./commands/AssumeRoleCommand";
3
3
  import { AssumeRoleWithSAMLCommand, } from "./commands/AssumeRoleWithSAMLCommand";
4
4
  import { AssumeRoleWithWebIdentityCommand, } from "./commands/AssumeRoleWithWebIdentityCommand";
5
+ import { AssumeRootCommand } from "./commands/AssumeRootCommand";
5
6
  import { DecodeAuthorizationMessageCommand, } from "./commands/DecodeAuthorizationMessageCommand";
6
7
  import { GetAccessKeyInfoCommand, } from "./commands/GetAccessKeyInfoCommand";
7
8
  import { GetCallerIdentityCommand, } from "./commands/GetCallerIdentityCommand";
@@ -12,6 +13,7 @@ const commands = {
12
13
  AssumeRoleCommand,
13
14
  AssumeRoleWithSAMLCommand,
14
15
  AssumeRoleWithWebIdentityCommand,
16
+ AssumeRootCommand,
15
17
  DecodeAuthorizationMessageCommand,
16
18
  GetAccessKeyInfoCommand,
17
19
  GetCallerIdentityCommand,
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { AssumeRootResponseFilterSensitiveLog } from "../models/models_0";
6
+ import { de_AssumeRootCommand, se_AssumeRootCommand } from "../protocols/Aws_query";
7
+ export { $Command };
8
+ export class AssumeRootCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AWSSecurityTokenServiceV20110615", "AssumeRoot", {})
18
+ .n("STSClient", "AssumeRootCommand")
19
+ .f(void 0, AssumeRootResponseFilterSensitiveLog)
20
+ .ser(se_AssumeRootCommand)
21
+ .de(de_AssumeRootCommand)
22
+ .build() {
23
+ }
@@ -1,6 +1,7 @@
1
1
  export * from "./AssumeRoleCommand";
2
2
  export * from "./AssumeRoleWithSAMLCommand";
3
3
  export * from "./AssumeRoleWithWebIdentityCommand";
4
+ export * from "./AssumeRootCommand";
4
5
  export * from "./DecodeAuthorizationMessageCommand";
5
6
  export * from "./GetAccessKeyInfoCommand";
6
7
  export * from "./GetCallerIdentityCommand";
@@ -120,6 +120,10 @@ export const AssumeRoleWithWebIdentityResponseFilterSensitiveLog = (obj) => ({
120
120
  ...obj,
121
121
  ...(obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }),
122
122
  });
123
+ export const AssumeRootResponseFilterSensitiveLog = (obj) => ({
124
+ ...obj,
125
+ ...(obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }),
126
+ });
123
127
  export const GetFederationTokenResponseFilterSensitiveLog = (obj) => ({
124
128
  ...obj,
125
129
  ...(obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }),