@jjrawlins/cdk-iam-policy-builder-helper 0.0.85 → 0.0.87
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/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +50 -0
- package/lib/constructs/Actions.js +51 -1
- package/methods_list.txt +46 -0
- package/node_modules/@aws/lambda-invoke-store/README.md +35 -27
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +40 -47
- package/node_modules/@aws/lambda-invoke-store/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/README.md +64 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +349 -71
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +61 -40
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +172 -34
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +57 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +472 -412
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +372 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +137 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +48 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +111 -82
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +70 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
- package/node_modules/@aws-sdk/client-iam/package.json +6 -6
- package/node_modules/@aws-sdk/client-sso/package.json +5 -5
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +2 -2
|
@@ -1,6 +1,362 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { IAMServiceException as __BaseException } from "./IAMServiceException";
|
|
3
|
-
import { AssertionEncryptionModeType,
|
|
3
|
+
import { AssertionEncryptionModeType, Role, ServerCertificateMetadata, ServiceSpecificCredential, SigningCertificate, SSHPublicKey, StatusType, Tag } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface PutGroupPolicyRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The name of the group to associate the policy with.</p>
|
|
10
|
+
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
11
|
+
* characters with no spaces. You can also include any of the following characters: _+=,.@-.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
GroupName: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The name of the policy document.</p>
|
|
17
|
+
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
18
|
+
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
PolicyName: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The policy document.</p>
|
|
24
|
+
* <p>You must provide policies in JSON format in IAM. However, for CloudFormation templates
|
|
25
|
+
* formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always
|
|
26
|
+
* converts a YAML policy to JSON format before submitting it to IAM.</p>
|
|
27
|
+
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
|
|
28
|
+
* used to validate this parameter is a string of characters consisting of the following:</p>
|
|
29
|
+
* <ul>
|
|
30
|
+
* <li>
|
|
31
|
+
* <p>Any printable ASCII
|
|
32
|
+
* character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
|
|
33
|
+
* </li>
|
|
34
|
+
* <li>
|
|
35
|
+
* <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
|
|
36
|
+
* (through <code>\u00FF</code>)</p>
|
|
37
|
+
* </li>
|
|
38
|
+
* <li>
|
|
39
|
+
* <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
|
|
40
|
+
* carriage return (<code>\u000D</code>)</p>
|
|
41
|
+
* </li>
|
|
42
|
+
* </ul>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
PolicyDocument: string | undefined;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
export interface PutRolePermissionsBoundaryRequest {
|
|
51
|
+
/**
|
|
52
|
+
* <p>The name (friendly name, not ARN) of the IAM role for which you want to set the
|
|
53
|
+
* permissions boundary.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
RoleName: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p>The ARN of the managed policy that is used to set the permissions boundary for the
|
|
59
|
+
* role.</p>
|
|
60
|
+
* <p>A permissions boundary policy defines the maximum permissions that identity-based
|
|
61
|
+
* policies can grant to an entity, but does not grant permissions. Permissions boundaries
|
|
62
|
+
* do not define the maximum permissions that a resource-based policy can grant to an
|
|
63
|
+
* entity. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries
|
|
64
|
+
* for IAM entities</a> in the <i>IAM User Guide</i>.</p>
|
|
65
|
+
* <p>For more information about policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policy-types">Policy types
|
|
66
|
+
* </a> in the <i>IAM User Guide</i>.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
PermissionsBoundary: string | undefined;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export interface PutRolePolicyRequest {
|
|
75
|
+
/**
|
|
76
|
+
* <p>The name of the role to associate the policy with.</p>
|
|
77
|
+
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
78
|
+
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
RoleName: string | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* <p>The name of the policy document.</p>
|
|
84
|
+
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
85
|
+
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
PolicyName: string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* <p>The policy document.</p>
|
|
91
|
+
* <p>You must provide policies in JSON format in IAM. However, for CloudFormation
|
|
92
|
+
* templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to
|
|
93
|
+
* IAM.</p>
|
|
94
|
+
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
|
|
95
|
+
* used to validate this parameter is a string of characters consisting of the following:</p>
|
|
96
|
+
* <ul>
|
|
97
|
+
* <li>
|
|
98
|
+
* <p>Any printable ASCII
|
|
99
|
+
* character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
|
|
100
|
+
* </li>
|
|
101
|
+
* <li>
|
|
102
|
+
* <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
|
|
103
|
+
* (through <code>\u00FF</code>)</p>
|
|
104
|
+
* </li>
|
|
105
|
+
* <li>
|
|
106
|
+
* <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
|
|
107
|
+
* carriage return (<code>\u000D</code>)</p>
|
|
108
|
+
* </li>
|
|
109
|
+
* </ul>
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
PolicyDocument: string | undefined;
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
export interface PutUserPermissionsBoundaryRequest {
|
|
118
|
+
/**
|
|
119
|
+
* <p>The name (friendly name, not ARN) of the IAM user for which you want to set the
|
|
120
|
+
* permissions boundary.</p>
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
UserName: string | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* <p>The ARN of the managed policy that is used to set the permissions boundary for the
|
|
126
|
+
* user.</p>
|
|
127
|
+
* <p>A permissions boundary policy defines the maximum permissions that identity-based
|
|
128
|
+
* policies can grant to an entity, but does not grant permissions. Permissions boundaries
|
|
129
|
+
* do not define the maximum permissions that a resource-based policy can grant to an
|
|
130
|
+
* entity. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries
|
|
131
|
+
* for IAM entities</a> in the <i>IAM User Guide</i>.</p>
|
|
132
|
+
* <p>For more information about policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policy-types">Policy types
|
|
133
|
+
* </a> in the <i>IAM User Guide</i>.</p>
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
PermissionsBoundary: string | undefined;
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
export interface PutUserPolicyRequest {
|
|
142
|
+
/**
|
|
143
|
+
* <p>The name of the user to associate the policy with.</p>
|
|
144
|
+
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
145
|
+
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
148
|
+
UserName: string | undefined;
|
|
149
|
+
/**
|
|
150
|
+
* <p>The name of the policy document.</p>
|
|
151
|
+
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
152
|
+
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
PolicyName: string | undefined;
|
|
156
|
+
/**
|
|
157
|
+
* <p>The policy document.</p>
|
|
158
|
+
* <p>You must provide policies in JSON format in IAM. However, for CloudFormation
|
|
159
|
+
* templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to
|
|
160
|
+
* IAM.</p>
|
|
161
|
+
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
|
|
162
|
+
* used to validate this parameter is a string of characters consisting of the following:</p>
|
|
163
|
+
* <ul>
|
|
164
|
+
* <li>
|
|
165
|
+
* <p>Any printable ASCII
|
|
166
|
+
* character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
|
|
167
|
+
* </li>
|
|
168
|
+
* <li>
|
|
169
|
+
* <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
|
|
170
|
+
* (through <code>\u00FF</code>)</p>
|
|
171
|
+
* </li>
|
|
172
|
+
* <li>
|
|
173
|
+
* <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
|
|
174
|
+
* carriage return (<code>\u000D</code>)</p>
|
|
175
|
+
* </li>
|
|
176
|
+
* </ul>
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
PolicyDocument: string | undefined;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
184
|
+
export interface RejectDelegationRequestRequest {
|
|
185
|
+
/**
|
|
186
|
+
* <p>The unique identifier of the delegation request to reject.</p>
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
189
|
+
DelegationRequestId: string | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* <p>Optional notes explaining the reason for rejecting the delegation request.</p>
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
194
|
+
Notes?: string | undefined;
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
export interface RemoveClientIDFromOpenIDConnectProviderRequest {
|
|
200
|
+
/**
|
|
201
|
+
* <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the
|
|
202
|
+
* client ID from. You can get a list of OIDC provider ARNs by using the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListOpenIDConnectProviders.html">ListOpenIDConnectProviders</a> operation.</p>
|
|
203
|
+
* <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
204
|
+
* @public
|
|
205
|
+
*/
|
|
206
|
+
OpenIDConnectProviderArn: string | undefined;
|
|
207
|
+
/**
|
|
208
|
+
* <p>The client ID (also known as audience) to remove from the IAM OIDC provider
|
|
209
|
+
* resource. For more information about client IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html">CreateOpenIDConnectProvider</a>.</p>
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
ClientID: string | undefined;
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
export interface RemoveRoleFromInstanceProfileRequest {
|
|
218
|
+
/**
|
|
219
|
+
* <p>The name of the instance profile to update.</p>
|
|
220
|
+
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
221
|
+
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
InstanceProfileName: string | undefined;
|
|
225
|
+
/**
|
|
226
|
+
* <p>The name of the role to remove.</p>
|
|
227
|
+
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
228
|
+
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
229
|
+
* @public
|
|
230
|
+
*/
|
|
231
|
+
RoleName: string | undefined;
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* @public
|
|
235
|
+
*/
|
|
236
|
+
export interface RemoveUserFromGroupRequest {
|
|
237
|
+
/**
|
|
238
|
+
* <p>The name of the group to update.</p>
|
|
239
|
+
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
240
|
+
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
241
|
+
* @public
|
|
242
|
+
*/
|
|
243
|
+
GroupName: string | undefined;
|
|
244
|
+
/**
|
|
245
|
+
* <p>The name of the user to remove.</p>
|
|
246
|
+
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
247
|
+
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
248
|
+
* @public
|
|
249
|
+
*/
|
|
250
|
+
UserName: string | undefined;
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* @public
|
|
254
|
+
*/
|
|
255
|
+
export interface ResetServiceSpecificCredentialRequest {
|
|
256
|
+
/**
|
|
257
|
+
* <p>The name of the IAM user associated with the service-specific credential. If this
|
|
258
|
+
* value is not specified, then the operation assumes the user whose credentials are used
|
|
259
|
+
* to call the operation.</p>
|
|
260
|
+
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
261
|
+
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
UserName?: string | undefined;
|
|
265
|
+
/**
|
|
266
|
+
* <p>The unique identifier of the service-specific credential.</p>
|
|
267
|
+
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
|
|
268
|
+
* consist of any upper or lowercased letter or digit.</p>
|
|
269
|
+
* @public
|
|
270
|
+
*/
|
|
271
|
+
ServiceSpecificCredentialId: string | undefined;
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
export interface ResetServiceSpecificCredentialResponse {
|
|
277
|
+
/**
|
|
278
|
+
* <p>A structure with details about the updated service-specific credential, including the
|
|
279
|
+
* new password.</p>
|
|
280
|
+
* <important>
|
|
281
|
+
* <p>This is the <b>only</b> time that you can access the
|
|
282
|
+
* password. You cannot recover the password later, but you can reset it again.</p>
|
|
283
|
+
* </important>
|
|
284
|
+
* @public
|
|
285
|
+
*/
|
|
286
|
+
ServiceSpecificCredential?: ServiceSpecificCredential | undefined;
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* @public
|
|
290
|
+
*/
|
|
291
|
+
export interface ResyncMFADeviceRequest {
|
|
292
|
+
/**
|
|
293
|
+
* <p>The name of the user whose MFA device you want to resynchronize.</p>
|
|
294
|
+
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
295
|
+
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
296
|
+
* @public
|
|
297
|
+
*/
|
|
298
|
+
UserName: string | undefined;
|
|
299
|
+
/**
|
|
300
|
+
* <p>Serial number that uniquely identifies the MFA device.</p>
|
|
301
|
+
* <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
|
|
302
|
+
* characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
|
|
303
|
+
* @public
|
|
304
|
+
*/
|
|
305
|
+
SerialNumber: string | undefined;
|
|
306
|
+
/**
|
|
307
|
+
* <p>An authentication code emitted by the device.</p>
|
|
308
|
+
* <p>The format for this parameter is a sequence of six digits.</p>
|
|
309
|
+
* @public
|
|
310
|
+
*/
|
|
311
|
+
AuthenticationCode1: string | undefined;
|
|
312
|
+
/**
|
|
313
|
+
* <p>A subsequent authentication code emitted by the device.</p>
|
|
314
|
+
* <p>The format for this parameter is a sequence of six digits.</p>
|
|
315
|
+
* @public
|
|
316
|
+
*/
|
|
317
|
+
AuthenticationCode2: string | undefined;
|
|
318
|
+
}
|
|
319
|
+
/**
|
|
320
|
+
* @public
|
|
321
|
+
*/
|
|
322
|
+
export interface SendDelegationTokenRequest {
|
|
323
|
+
/**
|
|
324
|
+
* <p>The unique identifier of the delegation request for which to send the token.</p>
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
327
|
+
DelegationRequestId: string | undefined;
|
|
328
|
+
}
|
|
329
|
+
/**
|
|
330
|
+
* @public
|
|
331
|
+
*/
|
|
332
|
+
export interface SetDefaultPolicyVersionRequest {
|
|
333
|
+
/**
|
|
334
|
+
* <p>The Amazon Resource Name (ARN) of the IAM policy whose default version you want to
|
|
335
|
+
* set.</p>
|
|
336
|
+
* <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
337
|
+
* @public
|
|
338
|
+
*/
|
|
339
|
+
PolicyArn: string | undefined;
|
|
340
|
+
/**
|
|
341
|
+
* <p>The version of the policy to set as the default (operative) version.</p>
|
|
342
|
+
* <p>For more information about managed policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed
|
|
343
|
+
* policies</a> in the <i>IAM User Guide</i>.</p>
|
|
344
|
+
* @public
|
|
345
|
+
*/
|
|
346
|
+
VersionId: string | undefined;
|
|
347
|
+
}
|
|
348
|
+
/**
|
|
349
|
+
* @public
|
|
350
|
+
* @enum
|
|
351
|
+
*/
|
|
352
|
+
export declare const GlobalEndpointTokenVersion: {
|
|
353
|
+
readonly v1Token: "v1Token";
|
|
354
|
+
readonly v2Token: "v2Token";
|
|
355
|
+
};
|
|
356
|
+
/**
|
|
357
|
+
* @public
|
|
358
|
+
*/
|
|
359
|
+
export type GlobalEndpointTokenVersion = (typeof GlobalEndpointTokenVersion)[keyof typeof GlobalEndpointTokenVersion];
|
|
4
360
|
/**
|
|
5
361
|
* @public
|
|
6
362
|
*/
|
|
@@ -1243,6 +1599,21 @@ export interface UpdateAssumeRolePolicyRequest {
|
|
|
1243
1599
|
*/
|
|
1244
1600
|
PolicyDocument: string | undefined;
|
|
1245
1601
|
}
|
|
1602
|
+
/**
|
|
1603
|
+
* @public
|
|
1604
|
+
*/
|
|
1605
|
+
export interface UpdateDelegationRequestRequest {
|
|
1606
|
+
/**
|
|
1607
|
+
* <p>The unique identifier of the delegation request to update.</p>
|
|
1608
|
+
* @public
|
|
1609
|
+
*/
|
|
1610
|
+
DelegationRequestId: string | undefined;
|
|
1611
|
+
/**
|
|
1612
|
+
* <p>Additional notes or comments to add to the delegation request.</p>
|
|
1613
|
+
* @public
|
|
1614
|
+
*/
|
|
1615
|
+
Notes?: string | undefined;
|
|
1616
|
+
}
|
|
1246
1617
|
/**
|
|
1247
1618
|
* @public
|
|
1248
1619
|
*/
|
|
@@ -5,6 +5,7 @@ export declare var passwordType: StaticSimpleSchema;
|
|
|
5
5
|
export declare var privateKeyType: StaticSimpleSchema;
|
|
6
6
|
export declare var serviceCredentialSecret: StaticSimpleSchema;
|
|
7
7
|
export declare var servicePassword: StaticSimpleSchema;
|
|
8
|
+
export declare var AcceptDelegationRequestRequest: StaticStructureSchema;
|
|
8
9
|
export declare var AccessDetail: StaticStructureSchema;
|
|
9
10
|
export declare var AccessKey: StaticStructureSchema;
|
|
10
11
|
export declare var AccessKeyLastUsed: StaticStructureSchema;
|
|
@@ -13,6 +14,7 @@ export declare var AccountNotManagementOrDelegatedAdministratorException: Static
|
|
|
13
14
|
export declare var AddClientIDToOpenIDConnectProviderRequest: StaticStructureSchema;
|
|
14
15
|
export declare var AddRoleToInstanceProfileRequest: StaticStructureSchema;
|
|
15
16
|
export declare var AddUserToGroupRequest: StaticStructureSchema;
|
|
17
|
+
export declare var AssociateDelegationRequestRequest: StaticStructureSchema;
|
|
16
18
|
export declare var AttachedPermissionsBoundary: StaticStructureSchema;
|
|
17
19
|
export declare var AttachedPolicy: StaticStructureSchema;
|
|
18
20
|
export declare var AttachGroupPolicyRequest: StaticStructureSchema;
|
|
@@ -56,6 +58,7 @@ export declare var CredentialReportNotPresentException: StaticErrorSchema;
|
|
|
56
58
|
export declare var CredentialReportNotReadyException: StaticErrorSchema;
|
|
57
59
|
export declare var DeactivateMFADeviceRequest: StaticStructureSchema;
|
|
58
60
|
export declare var DelegationPermission: StaticStructureSchema;
|
|
61
|
+
export declare var DelegationRequest: StaticStructureSchema;
|
|
59
62
|
export declare var DeleteAccessKeyRequest: StaticStructureSchema;
|
|
60
63
|
export declare var DeleteAccountAliasRequest: StaticStructureSchema;
|
|
61
64
|
export declare var DeleteConflictException: StaticErrorSchema;
|
|
@@ -116,10 +119,14 @@ export declare var GetContextKeysForCustomPolicyRequest: StaticStructureSchema;
|
|
|
116
119
|
export declare var GetContextKeysForPolicyResponse: StaticStructureSchema;
|
|
117
120
|
export declare var GetContextKeysForPrincipalPolicyRequest: StaticStructureSchema;
|
|
118
121
|
export declare var GetCredentialReportResponse: StaticStructureSchema;
|
|
122
|
+
export declare var GetDelegationRequestRequest: StaticStructureSchema;
|
|
123
|
+
export declare var GetDelegationRequestResponse: StaticStructureSchema;
|
|
119
124
|
export declare var GetGroupPolicyRequest: StaticStructureSchema;
|
|
120
125
|
export declare var GetGroupPolicyResponse: StaticStructureSchema;
|
|
121
126
|
export declare var GetGroupRequest: StaticStructureSchema;
|
|
122
127
|
export declare var GetGroupResponse: StaticStructureSchema;
|
|
128
|
+
export declare var GetHumanReadableSummaryRequest: StaticStructureSchema;
|
|
129
|
+
export declare var GetHumanReadableSummaryResponse: StaticStructureSchema;
|
|
123
130
|
export declare var GetInstanceProfileRequest: StaticStructureSchema;
|
|
124
131
|
export declare var GetInstanceProfileResponse: StaticStructureSchema;
|
|
125
132
|
export declare var GetLoginProfileRequest: StaticStructureSchema;
|
|
@@ -174,6 +181,8 @@ export declare var ListAttachedRolePoliciesRequest: StaticStructureSchema;
|
|
|
174
181
|
export declare var ListAttachedRolePoliciesResponse: StaticStructureSchema;
|
|
175
182
|
export declare var ListAttachedUserPoliciesRequest: StaticStructureSchema;
|
|
176
183
|
export declare var ListAttachedUserPoliciesResponse: StaticStructureSchema;
|
|
184
|
+
export declare var ListDelegationRequestsRequest: StaticStructureSchema;
|
|
185
|
+
export declare var ListDelegationRequestsResponse: StaticStructureSchema;
|
|
177
186
|
export declare var ListEntitiesForPolicyRequest: StaticStructureSchema;
|
|
178
187
|
export declare var ListEntitiesForPolicyResponse: StaticStructureSchema;
|
|
179
188
|
export declare var ListGroupPoliciesRequest: StaticStructureSchema;
|
|
@@ -265,6 +274,7 @@ export declare var PutRolePermissionsBoundaryRequest: StaticStructureSchema;
|
|
|
265
274
|
export declare var PutRolePolicyRequest: StaticStructureSchema;
|
|
266
275
|
export declare var PutUserPermissionsBoundaryRequest: StaticStructureSchema;
|
|
267
276
|
export declare var PutUserPolicyRequest: StaticStructureSchema;
|
|
277
|
+
export declare var RejectDelegationRequestRequest: StaticStructureSchema;
|
|
268
278
|
export declare var RemoveClientIDFromOpenIDConnectProviderRequest: StaticStructureSchema;
|
|
269
279
|
export declare var RemoveRoleFromInstanceProfileRequest: StaticStructureSchema;
|
|
270
280
|
export declare var RemoveUserFromGroupRequest: StaticStructureSchema;
|
|
@@ -279,6 +289,7 @@ export declare var RoleLastUsed: StaticStructureSchema;
|
|
|
279
289
|
export declare var RoleUsageType: StaticStructureSchema;
|
|
280
290
|
export declare var SAMLPrivateKey: StaticStructureSchema;
|
|
281
291
|
export declare var SAMLProviderListEntry: StaticStructureSchema;
|
|
292
|
+
export declare var SendDelegationTokenRequest: StaticStructureSchema;
|
|
282
293
|
export declare var ServerCertificate: StaticStructureSchema;
|
|
283
294
|
export declare var ServerCertificateMetadata: StaticStructureSchema;
|
|
284
295
|
export declare var ServiceAccessNotEnabledException: StaticErrorSchema;
|
|
@@ -319,6 +330,7 @@ export declare var UntagUserRequest: StaticStructureSchema;
|
|
|
319
330
|
export declare var UpdateAccessKeyRequest: StaticStructureSchema;
|
|
320
331
|
export declare var UpdateAccountPasswordPolicyRequest: StaticStructureSchema;
|
|
321
332
|
export declare var UpdateAssumeRolePolicyRequest: StaticStructureSchema;
|
|
333
|
+
export declare var UpdateDelegationRequestRequest: StaticStructureSchema;
|
|
322
334
|
export declare var UpdateGroupRequest: StaticStructureSchema;
|
|
323
335
|
export declare var UpdateLoginProfileRequest: StaticStructureSchema;
|
|
324
336
|
export declare var UpdateOpenIDConnectProviderThumbprintRequest: StaticStructureSchema;
|
|
@@ -355,6 +367,7 @@ export declare var clientIDListType: number;
|
|
|
355
367
|
export declare var ContextEntryListType: StaticListSchema;
|
|
356
368
|
export declare var ContextKeyNamesResultListType: number;
|
|
357
369
|
export declare var ContextKeyValueListType: number;
|
|
370
|
+
export declare var delegationRequestsListType: StaticListSchema;
|
|
358
371
|
export declare var entityDetailsListType: StaticListSchema;
|
|
359
372
|
export declare var entityListType: number;
|
|
360
373
|
export declare var EvaluationResultsListType: StaticListSchema;
|
|
@@ -382,6 +395,7 @@ export declare var ResourceNameListType: number;
|
|
|
382
395
|
export declare var ResourceSpecificResultListType: StaticListSchema;
|
|
383
396
|
export declare var roleDetailListType: StaticListSchema;
|
|
384
397
|
export declare var roleListType: StaticListSchema;
|
|
398
|
+
export declare var rolePermissionRestrictionArnListType: number;
|
|
385
399
|
export declare var RoleUsageListType: StaticListSchema;
|
|
386
400
|
export declare var SAMLProviderListType: StaticListSchema;
|
|
387
401
|
export declare var serverCertificateMetadataListType: StaticListSchema;
|
|
@@ -401,9 +415,11 @@ export declare var virtualMFADeviceListType: StaticListSchema;
|
|
|
401
415
|
export declare var CertificationMapType: number;
|
|
402
416
|
export declare var EvalDecisionDetailsType: number;
|
|
403
417
|
export declare var summaryMapType: number;
|
|
418
|
+
export declare var AcceptDelegationRequest: StaticOperationSchema;
|
|
404
419
|
export declare var AddClientIDToOpenIDConnectProvider: StaticOperationSchema;
|
|
405
420
|
export declare var AddRoleToInstanceProfile: StaticOperationSchema;
|
|
406
421
|
export declare var AddUserToGroup: StaticOperationSchema;
|
|
422
|
+
export declare var AssociateDelegationRequest: StaticOperationSchema;
|
|
407
423
|
export declare var AttachGroupPolicy: StaticOperationSchema;
|
|
408
424
|
export declare var AttachRolePolicy: StaticOperationSchema;
|
|
409
425
|
export declare var AttachUserPolicy: StaticOperationSchema;
|
|
@@ -465,8 +481,10 @@ export declare var GetAccountSummary: StaticOperationSchema;
|
|
|
465
481
|
export declare var GetContextKeysForCustomPolicy: StaticOperationSchema;
|
|
466
482
|
export declare var GetContextKeysForPrincipalPolicy: StaticOperationSchema;
|
|
467
483
|
export declare var GetCredentialReport: StaticOperationSchema;
|
|
484
|
+
export declare var GetDelegationRequest: StaticOperationSchema;
|
|
468
485
|
export declare var GetGroup: StaticOperationSchema;
|
|
469
486
|
export declare var GetGroupPolicy: StaticOperationSchema;
|
|
487
|
+
export declare var GetHumanReadableSummary: StaticOperationSchema;
|
|
470
488
|
export declare var GetInstanceProfile: StaticOperationSchema;
|
|
471
489
|
export declare var GetLoginProfile: StaticOperationSchema;
|
|
472
490
|
export declare var GetMFADevice: StaticOperationSchema;
|
|
@@ -489,6 +507,7 @@ export declare var ListAccountAliases: StaticOperationSchema;
|
|
|
489
507
|
export declare var ListAttachedGroupPolicies: StaticOperationSchema;
|
|
490
508
|
export declare var ListAttachedRolePolicies: StaticOperationSchema;
|
|
491
509
|
export declare var ListAttachedUserPolicies: StaticOperationSchema;
|
|
510
|
+
export declare var ListDelegationRequests: StaticOperationSchema;
|
|
492
511
|
export declare var ListEntitiesForPolicy: StaticOperationSchema;
|
|
493
512
|
export declare var ListGroupPolicies: StaticOperationSchema;
|
|
494
513
|
export declare var ListGroups: StaticOperationSchema;
|
|
@@ -524,11 +543,13 @@ export declare var PutRolePermissionsBoundary: StaticOperationSchema;
|
|
|
524
543
|
export declare var PutRolePolicy: StaticOperationSchema;
|
|
525
544
|
export declare var PutUserPermissionsBoundary: StaticOperationSchema;
|
|
526
545
|
export declare var PutUserPolicy: StaticOperationSchema;
|
|
546
|
+
export declare var RejectDelegationRequest: StaticOperationSchema;
|
|
527
547
|
export declare var RemoveClientIDFromOpenIDConnectProvider: StaticOperationSchema;
|
|
528
548
|
export declare var RemoveRoleFromInstanceProfile: StaticOperationSchema;
|
|
529
549
|
export declare var RemoveUserFromGroup: StaticOperationSchema;
|
|
530
550
|
export declare var ResetServiceSpecificCredential: StaticOperationSchema;
|
|
531
551
|
export declare var ResyncMFADevice: StaticOperationSchema;
|
|
552
|
+
export declare var SendDelegationToken: StaticOperationSchema;
|
|
532
553
|
export declare var SetDefaultPolicyVersion: StaticOperationSchema;
|
|
533
554
|
export declare var SetSecurityTokenServicePreferences: StaticOperationSchema;
|
|
534
555
|
export declare var SimulateCustomPolicy: StaticOperationSchema;
|
|
@@ -552,6 +573,7 @@ export declare var UntagUser: StaticOperationSchema;
|
|
|
552
573
|
export declare var UpdateAccessKey: StaticOperationSchema;
|
|
553
574
|
export declare var UpdateAccountPasswordPolicy: StaticOperationSchema;
|
|
554
575
|
export declare var UpdateAssumeRolePolicy: StaticOperationSchema;
|
|
576
|
+
export declare var UpdateDelegationRequest: StaticOperationSchema;
|
|
555
577
|
export declare var UpdateGroup: StaticOperationSchema;
|
|
556
578
|
export declare var UpdateLoginProfile: StaticOperationSchema;
|
|
557
579
|
export declare var UpdateOpenIDConnectProviderThumbprint: StaticOperationSchema;
|