@jjrawlins/cdk-ami-builder 0.0.23 → 0.0.25
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 +12 -12
- package/cdk-ami-builder/jsii/jsii.go +2 -2
- package/cdk-ami-builder/version +1 -1
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +123 -5
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_7.js +0 -4
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_8.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +124 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopySnapshotCommand.d.ts +7 -10
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_2.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +11 -11
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +100 -65
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +45 -31
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +149 -22
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +11 -12
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +12 -10
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +20 -2
- package/node_modules/@aws-sdk/client-ec2/package.json +19 -19
- package/node_modules/@aws-sdk/client-ecs/package.json +18 -18
- package/node_modules/@aws-sdk/client-kms/package.json +18 -18
- package/node_modules/@aws-sdk/client-s3/package.json +28 -28
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +18 -18
- package/node_modules/@aws-sdk/client-sfn/package.json +18 -18
- package/node_modules/@aws-sdk/client-sns/package.json +18 -18
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/SendMessageBatchCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/SendMessageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/package.json +19 -19
- package/node_modules/@aws-sdk/client-ssm/package.json +18 -18
- package/node_modules/@aws-sdk/client-sso/package.json +17 -17
- package/node_modules/@aws-sdk/core/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +6 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +4 -3
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/stringHasher.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +6 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +8 -7
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -3
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -5
- package/node_modules/@aws-sdk/nested-clients/package.json +18 -17
- package/node_modules/@aws-sdk/region-config-resolver/package.json +3 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -3
- package/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/types/package.json +2 -1
- package/node_modules/@aws-sdk/util-arn-parser/package.json +2 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/util-format-url/package.json +3 -2
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -3
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -1
- package/node_modules/cdk-iam-floyd/README.md +3 -3
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +2 -4
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -9
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -4
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +3 -5
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudformation.d.ts +23 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudformation.js +29 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatchobservabilityadminservice.d.ts +133 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatchobservabilityadminservice.js +166 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticvmwareservice.d.ts +16 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticvmwareservice.js +24 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenter.d.ts +333 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenter.js +334 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenterdirectory.d.ts +108 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenterdirectory.js +109 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenteroidcservice.d.ts +4 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenteroidcservice.js +5 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/identitystore.d.ts +93 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/identitystore.js +103 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.d.ts +24 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.js +34 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/qinconnect.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/qinconnect.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3.d.ts +2 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3.js +3 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/taxsettings.d.ts +48 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/taxsettings.js +68 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspaces.d.ts +6 -14
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspaces.js +7 -18
- package/node_modules/cdk-iam-floyd/package.json +4 -4
- package/package.json +13 -13
- package/node_modules/@aws-sdk/middleware-sdk-ec2/dist-es/fixture.js +0 -13
- package/node_modules/@aws-sdk/middleware-sdk-ec2/dist-types/fixture.d.ts +0 -12
- package/node_modules/@aws-sdk/middleware-sdk-ec2/dist-types/ts3.4/fixture.d.ts +0 -12
|
@@ -15,6 +15,8 @@ export declare class Sso extends PolicyStatement {
|
|
|
15
15
|
*
|
|
16
16
|
* Dependent actions:
|
|
17
17
|
* - ds:AuthorizeApplication
|
|
18
|
+
* - identitystore:CreateIdentityStore
|
|
19
|
+
* - kms:Decrypt
|
|
18
20
|
*
|
|
19
21
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
20
22
|
*/
|
|
@@ -24,6 +26,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
24
26
|
*
|
|
25
27
|
* Access Level: Write
|
|
26
28
|
*
|
|
29
|
+
* Dependent actions:
|
|
30
|
+
* - kms:Decrypt
|
|
31
|
+
*
|
|
27
32
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
28
33
|
*/
|
|
29
34
|
toAssociateProfile(): this;
|
|
@@ -32,6 +37,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
32
37
|
*
|
|
33
38
|
* Access Level: Permissions management
|
|
34
39
|
*
|
|
40
|
+
* Dependent actions:
|
|
41
|
+
* - kms:Decrypt
|
|
42
|
+
*
|
|
35
43
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_AttachCustomerManagedPolicyReferenceToPermissionSet.html
|
|
36
44
|
*/
|
|
37
45
|
toAttachCustomerManagedPolicyReferenceToPermissionSet(): this;
|
|
@@ -40,6 +48,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
40
48
|
*
|
|
41
49
|
* Access Level: Permissions management
|
|
42
50
|
*
|
|
51
|
+
* Dependent actions:
|
|
52
|
+
* - kms:Decrypt
|
|
53
|
+
*
|
|
43
54
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_AttachManagedPolicyToPermissionSet.html
|
|
44
55
|
*/
|
|
45
56
|
toAttachManagedPolicyToPermissionSet(): this;
|
|
@@ -48,6 +59,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
48
59
|
*
|
|
49
60
|
* Access Level: Write
|
|
50
61
|
*
|
|
62
|
+
* Dependent actions:
|
|
63
|
+
* - kms:Decrypt
|
|
64
|
+
*
|
|
51
65
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateAccountAssignment.html
|
|
52
66
|
*/
|
|
53
67
|
toCreateAccountAssignment(): this;
|
|
@@ -60,6 +74,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
60
74
|
* - .ifAwsRequestTag()
|
|
61
75
|
* - .ifAwsTagKeys()
|
|
62
76
|
*
|
|
77
|
+
* Dependent actions:
|
|
78
|
+
* - kms:Decrypt
|
|
79
|
+
*
|
|
63
80
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateApplication.html
|
|
64
81
|
*/
|
|
65
82
|
toCreateApplication(): this;
|
|
@@ -71,6 +88,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
71
88
|
* Possible conditions:
|
|
72
89
|
* - .ifApplicationAccount()
|
|
73
90
|
*
|
|
91
|
+
* Dependent actions:
|
|
92
|
+
* - kms:Decrypt
|
|
93
|
+
*
|
|
74
94
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateApplicationAssignment.html
|
|
75
95
|
*/
|
|
76
96
|
toCreateApplicationAssignment(): this;
|
|
@@ -79,6 +99,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
79
99
|
*
|
|
80
100
|
* Access Level: Write
|
|
81
101
|
*
|
|
102
|
+
* Dependent actions:
|
|
103
|
+
* - kms:Decrypt
|
|
104
|
+
*
|
|
82
105
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
83
106
|
*/
|
|
84
107
|
toCreateApplicationInstance(): this;
|
|
@@ -87,6 +110,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
87
110
|
*
|
|
88
111
|
* Access Level: Write
|
|
89
112
|
*
|
|
113
|
+
* Dependent actions:
|
|
114
|
+
* - kms:Decrypt
|
|
115
|
+
*
|
|
90
116
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
91
117
|
*/
|
|
92
118
|
toCreateApplicationInstanceCertificate(): this;
|
|
@@ -101,6 +127,7 @@ export declare class Sso extends PolicyStatement {
|
|
|
101
127
|
*
|
|
102
128
|
* Dependent actions:
|
|
103
129
|
* - iam:CreateServiceLinkedRole
|
|
130
|
+
* - identitystore:CreateIdentityStore
|
|
104
131
|
* - organizations:DescribeOrganization
|
|
105
132
|
*
|
|
106
133
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateInstance.html
|
|
@@ -122,6 +149,7 @@ export declare class Sso extends PolicyStatement {
|
|
|
122
149
|
* - iam:ListRolePolicies
|
|
123
150
|
* - iam:PutRolePolicy
|
|
124
151
|
* - iam:UpdateAssumeRolePolicy
|
|
152
|
+
* - kms:Decrypt
|
|
125
153
|
*
|
|
126
154
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateInstanceAccessControlAttributeConfiguration.html
|
|
127
155
|
*/
|
|
@@ -131,6 +159,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
131
159
|
*
|
|
132
160
|
* Access Level: Write
|
|
133
161
|
*
|
|
162
|
+
* Dependent actions:
|
|
163
|
+
* - kms:Decrypt
|
|
164
|
+
*
|
|
134
165
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
135
166
|
*/
|
|
136
167
|
toCreateManagedApplicationInstance(): this;
|
|
@@ -143,6 +174,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
143
174
|
* - .ifAwsRequestTag()
|
|
144
175
|
* - .ifAwsTagKeys()
|
|
145
176
|
*
|
|
177
|
+
* Dependent actions:
|
|
178
|
+
* - kms:Decrypt
|
|
179
|
+
*
|
|
146
180
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreatePermissionSet.html
|
|
147
181
|
*/
|
|
148
182
|
toCreatePermissionSet(): this;
|
|
@@ -151,6 +185,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
151
185
|
*
|
|
152
186
|
* Access Level: Write
|
|
153
187
|
*
|
|
188
|
+
* Dependent actions:
|
|
189
|
+
* - kms:Decrypt
|
|
190
|
+
*
|
|
154
191
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
155
192
|
*/
|
|
156
193
|
toCreateProfile(): this;
|
|
@@ -159,6 +196,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
159
196
|
*
|
|
160
197
|
* Access Level: Write
|
|
161
198
|
*
|
|
199
|
+
* Dependent actions:
|
|
200
|
+
* - kms:Decrypt
|
|
201
|
+
*
|
|
162
202
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
163
203
|
*/
|
|
164
204
|
toCreateTrust(): this;
|
|
@@ -171,6 +211,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
171
211
|
* - .ifAwsRequestTag()
|
|
172
212
|
* - .ifAwsTagKeys()
|
|
173
213
|
*
|
|
214
|
+
* Dependent actions:
|
|
215
|
+
* - kms:Decrypt
|
|
216
|
+
*
|
|
174
217
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateTrustedTokenIssuer.html
|
|
175
218
|
*/
|
|
176
219
|
toCreateTrustedTokenIssuer(): this;
|
|
@@ -179,6 +222,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
179
222
|
*
|
|
180
223
|
* Access Level: Write
|
|
181
224
|
*
|
|
225
|
+
* Dependent actions:
|
|
226
|
+
* - kms:Decrypt
|
|
227
|
+
*
|
|
182
228
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DeleteAccountAssignment.html
|
|
183
229
|
*/
|
|
184
230
|
toDeleteAccountAssignment(): this;
|
|
@@ -190,6 +236,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
190
236
|
* Possible conditions:
|
|
191
237
|
* - .ifApplicationAccount()
|
|
192
238
|
*
|
|
239
|
+
* Dependent actions:
|
|
240
|
+
* - kms:Decrypt
|
|
241
|
+
*
|
|
193
242
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DeleteApplication.html
|
|
194
243
|
*/
|
|
195
244
|
toDeleteApplication(): this;
|
|
@@ -201,6 +250,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
201
250
|
* Possible conditions:
|
|
202
251
|
* - .ifApplicationAccount()
|
|
203
252
|
*
|
|
253
|
+
* Dependent actions:
|
|
254
|
+
* - kms:Decrypt
|
|
255
|
+
*
|
|
204
256
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DeleteApplicationAccessScope.html
|
|
205
257
|
*/
|
|
206
258
|
toDeleteApplicationAccessScope(): this;
|
|
@@ -212,6 +264,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
212
264
|
* Possible conditions:
|
|
213
265
|
* - .ifApplicationAccount()
|
|
214
266
|
*
|
|
267
|
+
* Dependent actions:
|
|
268
|
+
* - kms:Decrypt
|
|
269
|
+
*
|
|
215
270
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DeleteApplicationAssignment.html
|
|
216
271
|
*/
|
|
217
272
|
toDeleteApplicationAssignment(): this;
|
|
@@ -223,6 +278,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
223
278
|
* Possible conditions:
|
|
224
279
|
* - .ifApplicationAccount()
|
|
225
280
|
*
|
|
281
|
+
* Dependent actions:
|
|
282
|
+
* - kms:Decrypt
|
|
283
|
+
*
|
|
226
284
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DeleteApplicationAuthenticationMethod.html
|
|
227
285
|
*/
|
|
228
286
|
toDeleteApplicationAuthenticationMethod(): this;
|
|
@@ -234,6 +292,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
234
292
|
* Possible conditions:
|
|
235
293
|
* - .ifApplicationAccount()
|
|
236
294
|
*
|
|
295
|
+
* Dependent actions:
|
|
296
|
+
* - kms:Decrypt
|
|
297
|
+
*
|
|
237
298
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DeleteApplicationGrant.html
|
|
238
299
|
*/
|
|
239
300
|
toDeleteApplicationGrant(): this;
|
|
@@ -242,6 +303,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
242
303
|
*
|
|
243
304
|
* Access Level: Write
|
|
244
305
|
*
|
|
306
|
+
* Dependent actions:
|
|
307
|
+
* - kms:Decrypt
|
|
308
|
+
*
|
|
245
309
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
246
310
|
*/
|
|
247
311
|
toDeleteApplicationInstance(): this;
|
|
@@ -250,6 +314,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
250
314
|
*
|
|
251
315
|
* Access Level: Write
|
|
252
316
|
*
|
|
317
|
+
* Dependent actions:
|
|
318
|
+
* - kms:Decrypt
|
|
319
|
+
*
|
|
253
320
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
254
321
|
*/
|
|
255
322
|
toDeleteApplicationInstanceCertificate(): this;
|
|
@@ -258,6 +325,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
258
325
|
*
|
|
259
326
|
* Access Level: Write
|
|
260
327
|
*
|
|
328
|
+
* Dependent actions:
|
|
329
|
+
* - kms:Decrypt
|
|
330
|
+
*
|
|
261
331
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DeleteInlinePolicyFromPermissionSet.html
|
|
262
332
|
*/
|
|
263
333
|
toDeleteInlinePolicyFromPermissionSet(): this;
|
|
@@ -266,6 +336,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
266
336
|
*
|
|
267
337
|
* Access Level: Write
|
|
268
338
|
*
|
|
339
|
+
* Dependent actions:
|
|
340
|
+
* - identitystore:DeleteIdentityStore
|
|
341
|
+
*
|
|
269
342
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DeleteInstance.html
|
|
270
343
|
*/
|
|
271
344
|
toDeleteInstance(): this;
|
|
@@ -274,6 +347,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
274
347
|
*
|
|
275
348
|
* Access Level: Write
|
|
276
349
|
*
|
|
350
|
+
* Dependent actions:
|
|
351
|
+
* - kms:Decrypt
|
|
352
|
+
*
|
|
277
353
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DeleteInstanceAccessControlAttributeConfiguration.html
|
|
278
354
|
*/
|
|
279
355
|
toDeleteInstanceAccessControlAttributeConfiguration(): this;
|
|
@@ -282,6 +358,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
282
358
|
*
|
|
283
359
|
* Access Level: Write
|
|
284
360
|
*
|
|
361
|
+
* Dependent actions:
|
|
362
|
+
* - kms:Decrypt
|
|
363
|
+
*
|
|
285
364
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
286
365
|
*/
|
|
287
366
|
toDeleteManagedApplicationInstance(): this;
|
|
@@ -290,6 +369,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
290
369
|
*
|
|
291
370
|
* Access Level: Write
|
|
292
371
|
*
|
|
372
|
+
* Dependent actions:
|
|
373
|
+
* - kms:Decrypt
|
|
374
|
+
*
|
|
293
375
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DeletePermissionSet.html
|
|
294
376
|
*/
|
|
295
377
|
toDeletePermissionSet(): this;
|
|
@@ -298,6 +380,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
298
380
|
*
|
|
299
381
|
* Access Level: Permissions management
|
|
300
382
|
*
|
|
383
|
+
* Dependent actions:
|
|
384
|
+
* - kms:Decrypt
|
|
385
|
+
*
|
|
301
386
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DeletePermissionsBoundaryFromPermissionSet.html
|
|
302
387
|
*/
|
|
303
388
|
toDeletePermissionsBoundaryFromPermissionSet(): this;
|
|
@@ -306,6 +391,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
306
391
|
*
|
|
307
392
|
* Access Level: Write
|
|
308
393
|
*
|
|
394
|
+
* Dependent actions:
|
|
395
|
+
* - kms:Decrypt
|
|
396
|
+
*
|
|
309
397
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
310
398
|
*/
|
|
311
399
|
toDeleteProfile(): this;
|
|
@@ -314,6 +402,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
314
402
|
*
|
|
315
403
|
* Access Level: Write
|
|
316
404
|
*
|
|
405
|
+
* Dependent actions:
|
|
406
|
+
* - kms:Decrypt
|
|
407
|
+
*
|
|
317
408
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DeleteTrustedTokenIssuer.html
|
|
318
409
|
*/
|
|
319
410
|
toDeleteTrustedTokenIssuer(): this;
|
|
@@ -322,6 +413,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
322
413
|
*
|
|
323
414
|
* Access Level: Read
|
|
324
415
|
*
|
|
416
|
+
* Dependent actions:
|
|
417
|
+
* - kms:Decrypt
|
|
418
|
+
*
|
|
325
419
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DescribeAccountAssignmentCreationStatus.html
|
|
326
420
|
*/
|
|
327
421
|
toDescribeAccountAssignmentCreationStatus(): this;
|
|
@@ -330,6 +424,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
330
424
|
*
|
|
331
425
|
* Access Level: Read
|
|
332
426
|
*
|
|
427
|
+
* Dependent actions:
|
|
428
|
+
* - kms:Decrypt
|
|
429
|
+
*
|
|
333
430
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DescribeAccountAssignmentDeletionStatus.html
|
|
334
431
|
*/
|
|
335
432
|
toDescribeAccountAssignmentDeletionStatus(): this;
|
|
@@ -341,6 +438,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
341
438
|
* Possible conditions:
|
|
342
439
|
* - .ifApplicationAccount()
|
|
343
440
|
*
|
|
441
|
+
* Dependent actions:
|
|
442
|
+
* - kms:Decrypt
|
|
443
|
+
*
|
|
344
444
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DescribeApplication.html
|
|
345
445
|
*/
|
|
346
446
|
toDescribeApplication(): this;
|
|
@@ -352,6 +452,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
352
452
|
* Possible conditions:
|
|
353
453
|
* - .ifApplicationAccount()
|
|
354
454
|
*
|
|
455
|
+
* Dependent actions:
|
|
456
|
+
* - kms:Decrypt
|
|
457
|
+
*
|
|
355
458
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DescribeApplicationAssignment.html
|
|
356
459
|
*/
|
|
357
460
|
toDescribeApplicationAssignment(): this;
|
|
@@ -376,6 +479,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
376
479
|
*
|
|
377
480
|
* Access Level: Read
|
|
378
481
|
*
|
|
482
|
+
* Dependent actions:
|
|
483
|
+
* - kms:Decrypt
|
|
484
|
+
*
|
|
379
485
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DescribeInstanceAccessControlAttributeConfiguration.html
|
|
380
486
|
*/
|
|
381
487
|
toDescribeInstanceAccessControlAttributeConfiguration(): this;
|
|
@@ -384,6 +490,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
384
490
|
*
|
|
385
491
|
* Access Level: Read
|
|
386
492
|
*
|
|
493
|
+
* Dependent actions:
|
|
494
|
+
* - kms:Decrypt
|
|
495
|
+
*
|
|
387
496
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DescribePermissionSet.html
|
|
388
497
|
*/
|
|
389
498
|
toDescribePermissionSet(): this;
|
|
@@ -392,6 +501,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
392
501
|
*
|
|
393
502
|
* Access Level: Read
|
|
394
503
|
*
|
|
504
|
+
* Dependent actions:
|
|
505
|
+
* - kms:Decrypt
|
|
506
|
+
*
|
|
395
507
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DescribePermissionSetProvisioningStatus.html
|
|
396
508
|
*/
|
|
397
509
|
toDescribePermissionSetProvisioningStatus(): this;
|
|
@@ -408,6 +520,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
408
520
|
*
|
|
409
521
|
* Access Level: Read
|
|
410
522
|
*
|
|
523
|
+
* Dependent actions:
|
|
524
|
+
* - kms:Decrypt
|
|
525
|
+
*
|
|
411
526
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DescribeTrustedTokenIssuer.html
|
|
412
527
|
*/
|
|
413
528
|
toDescribeTrustedTokenIssuer(): this;
|
|
@@ -416,6 +531,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
416
531
|
*
|
|
417
532
|
* Access Level: Permissions management
|
|
418
533
|
*
|
|
534
|
+
* Dependent actions:
|
|
535
|
+
* - kms:Decrypt
|
|
536
|
+
*
|
|
419
537
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DetachCustomerManagedPolicyReferenceFromPermissionSet.html
|
|
420
538
|
*/
|
|
421
539
|
toDetachCustomerManagedPolicyReferenceFromPermissionSet(): this;
|
|
@@ -424,6 +542,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
424
542
|
*
|
|
425
543
|
* Access Level: Permissions management
|
|
426
544
|
*
|
|
545
|
+
* Dependent actions:
|
|
546
|
+
* - kms:Decrypt
|
|
547
|
+
*
|
|
427
548
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_DetachManagedPolicyFromPermissionSet.html
|
|
428
549
|
*/
|
|
429
550
|
toDetachManagedPolicyFromPermissionSet(): this;
|
|
@@ -434,6 +555,8 @@ export declare class Sso extends PolicyStatement {
|
|
|
434
555
|
*
|
|
435
556
|
* Dependent actions:
|
|
436
557
|
* - ds:UnauthorizeApplication
|
|
558
|
+
* - identitystore:DeleteIdentityStore
|
|
559
|
+
* - kms:Decrypt
|
|
437
560
|
*
|
|
438
561
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
439
562
|
*/
|
|
@@ -443,6 +566,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
443
566
|
*
|
|
444
567
|
* Access Level: Write
|
|
445
568
|
*
|
|
569
|
+
* Dependent actions:
|
|
570
|
+
* - kms:Decrypt
|
|
571
|
+
*
|
|
446
572
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
447
573
|
*/
|
|
448
574
|
toDisassociateProfile(): this;
|
|
@@ -454,6 +580,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
454
580
|
* Possible conditions:
|
|
455
581
|
* - .ifApplicationAccount()
|
|
456
582
|
*
|
|
583
|
+
* Dependent actions:
|
|
584
|
+
* - kms:Decrypt
|
|
585
|
+
*
|
|
457
586
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_GetApplicationAccessScope.html
|
|
458
587
|
*/
|
|
459
588
|
toGetApplicationAccessScope(): this;
|
|
@@ -465,6 +594,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
465
594
|
* Possible conditions:
|
|
466
595
|
* - .ifApplicationAccount()
|
|
467
596
|
*
|
|
597
|
+
* Dependent actions:
|
|
598
|
+
* - kms:Decrypt
|
|
599
|
+
*
|
|
468
600
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_GetApplicationAssignmentConfiguration.html
|
|
469
601
|
*/
|
|
470
602
|
toGetApplicationAssignmentConfiguration(): this;
|
|
@@ -476,6 +608,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
476
608
|
* Possible conditions:
|
|
477
609
|
* - .ifApplicationAccount()
|
|
478
610
|
*
|
|
611
|
+
* Dependent actions:
|
|
612
|
+
* - kms:Decrypt
|
|
613
|
+
*
|
|
479
614
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_GetApplicationAuthenticationMethod.html
|
|
480
615
|
*/
|
|
481
616
|
toGetApplicationAuthenticationMethod(): this;
|
|
@@ -487,6 +622,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
487
622
|
* Possible conditions:
|
|
488
623
|
* - .ifApplicationAccount()
|
|
489
624
|
*
|
|
625
|
+
* Dependent actions:
|
|
626
|
+
* - kms:Decrypt
|
|
627
|
+
*
|
|
490
628
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_GetApplicationGrant.html
|
|
491
629
|
*/
|
|
492
630
|
toGetApplicationGrant(): this;
|
|
@@ -495,6 +633,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
495
633
|
*
|
|
496
634
|
* Access Level: Read
|
|
497
635
|
*
|
|
636
|
+
* Dependent actions:
|
|
637
|
+
* - kms:Decrypt
|
|
638
|
+
*
|
|
498
639
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
499
640
|
*/
|
|
500
641
|
toGetApplicationInstance(): this;
|
|
@@ -506,6 +647,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
506
647
|
* Possible conditions:
|
|
507
648
|
* - .ifApplicationAccount()
|
|
508
649
|
*
|
|
650
|
+
* Dependent actions:
|
|
651
|
+
* - kms:Decrypt
|
|
652
|
+
*
|
|
509
653
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_GetApplicationSessionConfiguration.html
|
|
510
654
|
*/
|
|
511
655
|
toGetApplicationSessionConfiguration(): this;
|
|
@@ -522,6 +666,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
522
666
|
*
|
|
523
667
|
* Access Level: Read
|
|
524
668
|
*
|
|
669
|
+
* Dependent actions:
|
|
670
|
+
* - kms:Decrypt
|
|
671
|
+
*
|
|
525
672
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_GetInlinePolicyForPermissionSet.html
|
|
526
673
|
*/
|
|
527
674
|
toGetInlinePolicyForPermissionSet(): this;
|
|
@@ -530,6 +677,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
530
677
|
*
|
|
531
678
|
* Access Level: Read
|
|
532
679
|
*
|
|
680
|
+
* Dependent actions:
|
|
681
|
+
* - kms:Decrypt
|
|
682
|
+
*
|
|
533
683
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
534
684
|
*/
|
|
535
685
|
toGetManagedApplicationInstance(): this;
|
|
@@ -538,6 +688,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
538
688
|
*
|
|
539
689
|
* Access Level: Read
|
|
540
690
|
*
|
|
691
|
+
* Dependent actions:
|
|
692
|
+
* - kms:Decrypt
|
|
693
|
+
*
|
|
541
694
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
542
695
|
*/
|
|
543
696
|
toGetMfaDeviceManagementForDirectory(): this;
|
|
@@ -546,6 +699,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
546
699
|
*
|
|
547
700
|
* Access Level: Read
|
|
548
701
|
*
|
|
702
|
+
* Dependent actions:
|
|
703
|
+
* - kms:Decrypt
|
|
704
|
+
*
|
|
549
705
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
550
706
|
*/
|
|
551
707
|
toGetPermissionSet(): this;
|
|
@@ -554,6 +710,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
554
710
|
*
|
|
555
711
|
* Access Level: Read
|
|
556
712
|
*
|
|
713
|
+
* Dependent actions:
|
|
714
|
+
* - kms:Decrypt
|
|
715
|
+
*
|
|
557
716
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_GetPermissionsBoundaryForPermissionSet.html
|
|
558
717
|
*/
|
|
559
718
|
toGetPermissionsBoundaryForPermissionSet(): this;
|
|
@@ -562,6 +721,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
562
721
|
*
|
|
563
722
|
* Access Level: Read
|
|
564
723
|
*
|
|
724
|
+
* Dependent actions:
|
|
725
|
+
* - kms:Decrypt
|
|
726
|
+
*
|
|
565
727
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
566
728
|
*/
|
|
567
729
|
toGetProfile(): this;
|
|
@@ -578,6 +740,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
578
740
|
*
|
|
579
741
|
* Access Level: Read
|
|
580
742
|
*
|
|
743
|
+
* Dependent actions:
|
|
744
|
+
* - kms:Decrypt
|
|
745
|
+
*
|
|
581
746
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
582
747
|
*/
|
|
583
748
|
toGetSharedSsoConfiguration(): this;
|
|
@@ -586,6 +751,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
586
751
|
*
|
|
587
752
|
* Access Level: Read
|
|
588
753
|
*
|
|
754
|
+
* Dependent actions:
|
|
755
|
+
* - kms:Decrypt
|
|
756
|
+
*
|
|
589
757
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
590
758
|
*/
|
|
591
759
|
toGetSsoConfiguration(): this;
|
|
@@ -594,6 +762,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
594
762
|
*
|
|
595
763
|
* Access Level: Read
|
|
596
764
|
*
|
|
765
|
+
* Dependent actions:
|
|
766
|
+
* - kms:Decrypt
|
|
767
|
+
*
|
|
597
768
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
598
769
|
*/
|
|
599
770
|
toGetTrust(): this;
|
|
@@ -602,6 +773,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
602
773
|
*
|
|
603
774
|
* Access Level: Write
|
|
604
775
|
*
|
|
776
|
+
* Dependent actions:
|
|
777
|
+
* - kms:Decrypt
|
|
778
|
+
*
|
|
605
779
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
606
780
|
*/
|
|
607
781
|
toImportApplicationInstanceServiceProviderMetadata(): this;
|
|
@@ -610,6 +784,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
610
784
|
*
|
|
611
785
|
* Access Level: List
|
|
612
786
|
*
|
|
787
|
+
* Dependent actions:
|
|
788
|
+
* - kms:Decrypt
|
|
789
|
+
*
|
|
613
790
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListAccountAssignmentCreationStatus.html
|
|
614
791
|
*/
|
|
615
792
|
toListAccountAssignmentCreationStatus(): this;
|
|
@@ -618,6 +795,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
618
795
|
*
|
|
619
796
|
* Access Level: List
|
|
620
797
|
*
|
|
798
|
+
* Dependent actions:
|
|
799
|
+
* - kms:Decrypt
|
|
800
|
+
*
|
|
621
801
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListAccountAssignmentDeletionStatus.html
|
|
622
802
|
*/
|
|
623
803
|
toListAccountAssignmentDeletionStatus(): this;
|
|
@@ -626,6 +806,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
626
806
|
*
|
|
627
807
|
* Access Level: List
|
|
628
808
|
*
|
|
809
|
+
* Dependent actions:
|
|
810
|
+
* - kms:Decrypt
|
|
811
|
+
*
|
|
629
812
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListAccountAssignments.html
|
|
630
813
|
*/
|
|
631
814
|
toListAccountAssignments(): this;
|
|
@@ -634,6 +817,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
634
817
|
*
|
|
635
818
|
* Access Level: List
|
|
636
819
|
*
|
|
820
|
+
* Dependent actions:
|
|
821
|
+
* - kms:Decrypt
|
|
822
|
+
*
|
|
637
823
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListAccountAssignmentsForPrincipal.html
|
|
638
824
|
*/
|
|
639
825
|
toListAccountAssignmentsForPrincipal(): this;
|
|
@@ -642,6 +828,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
642
828
|
*
|
|
643
829
|
* Access Level: List
|
|
644
830
|
*
|
|
831
|
+
* Dependent actions:
|
|
832
|
+
* - kms:Decrypt
|
|
833
|
+
*
|
|
645
834
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListAccountsForProvisionedPermissionSet.html
|
|
646
835
|
*/
|
|
647
836
|
toListAccountsForProvisionedPermissionSet(): this;
|
|
@@ -653,6 +842,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
653
842
|
* Possible conditions:
|
|
654
843
|
* - .ifApplicationAccount()
|
|
655
844
|
*
|
|
845
|
+
* Dependent actions:
|
|
846
|
+
* - kms:Decrypt
|
|
847
|
+
*
|
|
656
848
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListApplicationAccessScopes.html
|
|
657
849
|
*/
|
|
658
850
|
toListApplicationAccessScopes(): this;
|
|
@@ -664,6 +856,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
664
856
|
* Possible conditions:
|
|
665
857
|
* - .ifApplicationAccount()
|
|
666
858
|
*
|
|
859
|
+
* Dependent actions:
|
|
860
|
+
* - kms:Decrypt
|
|
861
|
+
*
|
|
667
862
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListApplicationAssignments.html
|
|
668
863
|
*/
|
|
669
864
|
toListApplicationAssignments(): this;
|
|
@@ -675,6 +870,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
675
870
|
* Possible conditions:
|
|
676
871
|
* - .ifApplicationAccount()
|
|
677
872
|
*
|
|
873
|
+
* Dependent actions:
|
|
874
|
+
* - kms:Decrypt
|
|
875
|
+
*
|
|
678
876
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListApplicationAssignmentsForPrincipal.html
|
|
679
877
|
*/
|
|
680
878
|
toListApplicationAssignmentsForPrincipal(): this;
|
|
@@ -686,6 +884,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
686
884
|
* Possible conditions:
|
|
687
885
|
* - .ifApplicationAccount()
|
|
688
886
|
*
|
|
887
|
+
* Dependent actions:
|
|
888
|
+
* - kms:Decrypt
|
|
889
|
+
*
|
|
689
890
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListApplicationAuthenticationMethods.html
|
|
690
891
|
*/
|
|
691
892
|
toListApplicationAuthenticationMethods(): this;
|
|
@@ -697,6 +898,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
697
898
|
* Possible conditions:
|
|
698
899
|
* - .ifApplicationAccount()
|
|
699
900
|
*
|
|
901
|
+
* Dependent actions:
|
|
902
|
+
* - kms:Decrypt
|
|
903
|
+
*
|
|
700
904
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListApplicationGrants.html
|
|
701
905
|
*/
|
|
702
906
|
toListApplicationGrants(): this;
|
|
@@ -705,6 +909,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
705
909
|
*
|
|
706
910
|
* Access Level: Read
|
|
707
911
|
*
|
|
912
|
+
* Dependent actions:
|
|
913
|
+
* - kms:Decrypt
|
|
914
|
+
*
|
|
708
915
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
709
916
|
*/
|
|
710
917
|
toListApplicationInstanceCertificates(): this;
|
|
@@ -714,6 +921,7 @@ export declare class Sso extends PolicyStatement {
|
|
|
714
921
|
* Access Level: List
|
|
715
922
|
*
|
|
716
923
|
* Dependent actions:
|
|
924
|
+
* - kms:Decrypt
|
|
717
925
|
* - sso:GetApplicationInstance
|
|
718
926
|
*
|
|
719
927
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
@@ -743,6 +951,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
743
951
|
*
|
|
744
952
|
* Access Level: List
|
|
745
953
|
*
|
|
954
|
+
* Dependent actions:
|
|
955
|
+
* - kms:Decrypt
|
|
956
|
+
*
|
|
746
957
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListApplications.html
|
|
747
958
|
*/
|
|
748
959
|
toListApplications(): this;
|
|
@@ -751,6 +962,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
751
962
|
*
|
|
752
963
|
* Access Level: List
|
|
753
964
|
*
|
|
965
|
+
* Dependent actions:
|
|
966
|
+
* - kms:Decrypt
|
|
967
|
+
*
|
|
754
968
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListCustomerManagedPolicyReferencesInPermissionSet.html
|
|
755
969
|
*/
|
|
756
970
|
toListCustomerManagedPolicyReferencesInPermissionSet(): this;
|
|
@@ -759,6 +973,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
759
973
|
*
|
|
760
974
|
* Access Level: Read
|
|
761
975
|
*
|
|
976
|
+
* Dependent actions:
|
|
977
|
+
* - kms:Decrypt
|
|
978
|
+
*
|
|
762
979
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
763
980
|
*/
|
|
764
981
|
toListDirectoryAssociations(): this;
|
|
@@ -775,6 +992,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
775
992
|
*
|
|
776
993
|
* Access Level: List
|
|
777
994
|
*
|
|
995
|
+
* Dependent actions:
|
|
996
|
+
* - kms:Decrypt
|
|
997
|
+
*
|
|
778
998
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListManagedPoliciesInPermissionSet.html
|
|
779
999
|
*/
|
|
780
1000
|
toListManagedPoliciesInPermissionSet(): this;
|
|
@@ -783,6 +1003,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
783
1003
|
*
|
|
784
1004
|
* Access Level: List
|
|
785
1005
|
*
|
|
1006
|
+
* Dependent actions:
|
|
1007
|
+
* - kms:Decrypt
|
|
1008
|
+
*
|
|
786
1009
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListPermissionSetProvisioningStatus.html
|
|
787
1010
|
*/
|
|
788
1011
|
toListPermissionSetProvisioningStatus(): this;
|
|
@@ -791,6 +1014,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
791
1014
|
*
|
|
792
1015
|
* Access Level: List
|
|
793
1016
|
*
|
|
1017
|
+
* Dependent actions:
|
|
1018
|
+
* - kms:Decrypt
|
|
1019
|
+
*
|
|
794
1020
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListPermissionSets.html
|
|
795
1021
|
*/
|
|
796
1022
|
toListPermissionSets(): this;
|
|
@@ -799,6 +1025,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
799
1025
|
*
|
|
800
1026
|
* Access Level: List
|
|
801
1027
|
*
|
|
1028
|
+
* Dependent actions:
|
|
1029
|
+
* - kms:Decrypt
|
|
1030
|
+
*
|
|
802
1031
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListPermissionSetsProvisionedToAccount.html
|
|
803
1032
|
*/
|
|
804
1033
|
toListPermissionSetsProvisionedToAccount(): this;
|
|
@@ -807,6 +1036,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
807
1036
|
*
|
|
808
1037
|
* Access Level: Read
|
|
809
1038
|
*
|
|
1039
|
+
* Dependent actions:
|
|
1040
|
+
* - kms:Decrypt
|
|
1041
|
+
*
|
|
810
1042
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
811
1043
|
*/
|
|
812
1044
|
toListProfileAssociations(): this;
|
|
@@ -816,6 +1048,7 @@ export declare class Sso extends PolicyStatement {
|
|
|
816
1048
|
* Access Level: List
|
|
817
1049
|
*
|
|
818
1050
|
* Dependent actions:
|
|
1051
|
+
* - kms:Decrypt
|
|
819
1052
|
* - sso:GetProfile
|
|
820
1053
|
*
|
|
821
1054
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
@@ -826,6 +1059,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
826
1059
|
*
|
|
827
1060
|
* Access Level: Read
|
|
828
1061
|
*
|
|
1062
|
+
* Dependent actions:
|
|
1063
|
+
* - kms:Decrypt
|
|
1064
|
+
*
|
|
829
1065
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListTagsForResource.html
|
|
830
1066
|
*/
|
|
831
1067
|
toListTagsForResource(): this;
|
|
@@ -834,6 +1070,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
834
1070
|
*
|
|
835
1071
|
* Access Level: List
|
|
836
1072
|
*
|
|
1073
|
+
* Dependent actions:
|
|
1074
|
+
* - kms:Decrypt
|
|
1075
|
+
*
|
|
837
1076
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ListTrustedTokenIssuers.html
|
|
838
1077
|
*/
|
|
839
1078
|
toListTrustedTokenIssuers(): this;
|
|
@@ -842,6 +1081,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
842
1081
|
*
|
|
843
1082
|
* Access Level: Write
|
|
844
1083
|
*
|
|
1084
|
+
* Dependent actions:
|
|
1085
|
+
* - kms:Decrypt
|
|
1086
|
+
*
|
|
845
1087
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_ProvisionPermissionSet.html
|
|
846
1088
|
*/
|
|
847
1089
|
toProvisionPermissionSet(): this;
|
|
@@ -853,6 +1095,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
853
1095
|
* Possible conditions:
|
|
854
1096
|
* - .ifApplicationAccount()
|
|
855
1097
|
*
|
|
1098
|
+
* Dependent actions:
|
|
1099
|
+
* - kms:Decrypt
|
|
1100
|
+
*
|
|
856
1101
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_PutApplicationAccessScope.html
|
|
857
1102
|
*/
|
|
858
1103
|
toPutApplicationAccessScope(): this;
|
|
@@ -864,6 +1109,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
864
1109
|
* Possible conditions:
|
|
865
1110
|
* - .ifApplicationAccount()
|
|
866
1111
|
*
|
|
1112
|
+
* Dependent actions:
|
|
1113
|
+
* - kms:Decrypt
|
|
1114
|
+
*
|
|
867
1115
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_PutApplicationAssignmentConfiguration.html
|
|
868
1116
|
*/
|
|
869
1117
|
toPutApplicationAssignmentConfiguration(): this;
|
|
@@ -875,6 +1123,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
875
1123
|
* Possible conditions:
|
|
876
1124
|
* - .ifApplicationAccount()
|
|
877
1125
|
*
|
|
1126
|
+
* Dependent actions:
|
|
1127
|
+
* - kms:Decrypt
|
|
1128
|
+
*
|
|
878
1129
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_PutApplicationAuthenticationMethod.html
|
|
879
1130
|
*/
|
|
880
1131
|
toPutApplicationAuthenticationMethod(): this;
|
|
@@ -886,6 +1137,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
886
1137
|
* Possible conditions:
|
|
887
1138
|
* - .ifApplicationAccount()
|
|
888
1139
|
*
|
|
1140
|
+
* Dependent actions:
|
|
1141
|
+
* - kms:Decrypt
|
|
1142
|
+
*
|
|
889
1143
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_PutApplicationGrant.html
|
|
890
1144
|
*/
|
|
891
1145
|
toPutApplicationGrant(): this;
|
|
@@ -897,6 +1151,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
897
1151
|
* Possible conditions:
|
|
898
1152
|
* - .ifApplicationAccount()
|
|
899
1153
|
*
|
|
1154
|
+
* Dependent actions:
|
|
1155
|
+
* - kms:Decrypt
|
|
1156
|
+
*
|
|
900
1157
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_PutApplicationSessionConfiguration.html
|
|
901
1158
|
*/
|
|
902
1159
|
toPutApplicationSessionConfiguration(): this;
|
|
@@ -905,6 +1162,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
905
1162
|
*
|
|
906
1163
|
* Access Level: Write
|
|
907
1164
|
*
|
|
1165
|
+
* Dependent actions:
|
|
1166
|
+
* - kms:Decrypt
|
|
1167
|
+
*
|
|
908
1168
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_PutInlinePolicyToPermissionSet.html
|
|
909
1169
|
*/
|
|
910
1170
|
toPutInlinePolicyToPermissionSet(): this;
|
|
@@ -913,6 +1173,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
913
1173
|
*
|
|
914
1174
|
* Access Level: Write
|
|
915
1175
|
*
|
|
1176
|
+
* Dependent actions:
|
|
1177
|
+
* - kms:Decrypt
|
|
1178
|
+
*
|
|
916
1179
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
917
1180
|
*/
|
|
918
1181
|
toPutMfaDeviceManagementForDirectory(): this;
|
|
@@ -921,6 +1184,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
921
1184
|
*
|
|
922
1185
|
* Access Level: Permissions management
|
|
923
1186
|
*
|
|
1187
|
+
* Dependent actions:
|
|
1188
|
+
* - kms:Decrypt
|
|
1189
|
+
*
|
|
924
1190
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_PutPermissionsBoundaryToPermissionSet.html
|
|
925
1191
|
*/
|
|
926
1192
|
toPutPermissionsBoundaryToPermissionSet(): this;
|
|
@@ -929,6 +1195,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
929
1195
|
*
|
|
930
1196
|
* Access Level: Permissions management
|
|
931
1197
|
*
|
|
1198
|
+
* Dependent actions:
|
|
1199
|
+
* - kms:Decrypt
|
|
1200
|
+
*
|
|
932
1201
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
933
1202
|
*/
|
|
934
1203
|
toPutPermissionsPolicy(): this;
|
|
@@ -939,6 +1208,7 @@ export declare class Sso extends PolicyStatement {
|
|
|
939
1208
|
*
|
|
940
1209
|
* Dependent actions:
|
|
941
1210
|
* - ds:DescribeDirectories
|
|
1211
|
+
* - kms:Decrypt
|
|
942
1212
|
*
|
|
943
1213
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
944
1214
|
*/
|
|
@@ -950,6 +1220,7 @@ export declare class Sso extends PolicyStatement {
|
|
|
950
1220
|
*
|
|
951
1221
|
* Dependent actions:
|
|
952
1222
|
* - ds:DescribeDirectories
|
|
1223
|
+
* - kms:Decrypt
|
|
953
1224
|
*
|
|
954
1225
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
955
1226
|
*/
|
|
@@ -960,6 +1231,10 @@ export declare class Sso extends PolicyStatement {
|
|
|
960
1231
|
* Access Level: Write
|
|
961
1232
|
*
|
|
962
1233
|
* Dependent actions:
|
|
1234
|
+
* - kms:Decrypt
|
|
1235
|
+
* - kms:DescribeKey
|
|
1236
|
+
* - kms:Encrypt
|
|
1237
|
+
* - kms:GenerateDataKeyWithoutPlaintext
|
|
963
1238
|
* - organizations:DescribeOrganization
|
|
964
1239
|
* - organizations:EnableAWSServiceAccess
|
|
965
1240
|
*
|
|
@@ -975,6 +1250,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
975
1250
|
* - .ifAwsRequestTag()
|
|
976
1251
|
* - .ifAwsTagKeys()
|
|
977
1252
|
*
|
|
1253
|
+
* Dependent actions:
|
|
1254
|
+
* - kms:Decrypt
|
|
1255
|
+
*
|
|
978
1256
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_TagResource.html
|
|
979
1257
|
*/
|
|
980
1258
|
toTagResource(): this;
|
|
@@ -986,6 +1264,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
986
1264
|
* Possible conditions:
|
|
987
1265
|
* - .ifAwsTagKeys()
|
|
988
1266
|
*
|
|
1267
|
+
* Dependent actions:
|
|
1268
|
+
* - kms:Decrypt
|
|
1269
|
+
*
|
|
989
1270
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_UntagResource.html
|
|
990
1271
|
*/
|
|
991
1272
|
toUntagResource(): this;
|
|
@@ -997,6 +1278,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
997
1278
|
* Possible conditions:
|
|
998
1279
|
* - .ifApplicationAccount()
|
|
999
1280
|
*
|
|
1281
|
+
* Dependent actions:
|
|
1282
|
+
* - kms:Decrypt
|
|
1283
|
+
*
|
|
1000
1284
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_UpdateApplication.html
|
|
1001
1285
|
*/
|
|
1002
1286
|
toUpdateApplication(): this;
|
|
@@ -1005,6 +1289,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
1005
1289
|
*
|
|
1006
1290
|
* Access Level: Write
|
|
1007
1291
|
*
|
|
1292
|
+
* Dependent actions:
|
|
1293
|
+
* - kms:Decrypt
|
|
1294
|
+
*
|
|
1008
1295
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
1009
1296
|
*/
|
|
1010
1297
|
toUpdateApplicationInstanceActiveCertificate(): this;
|
|
@@ -1013,6 +1300,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
1013
1300
|
*
|
|
1014
1301
|
* Access Level: Write
|
|
1015
1302
|
*
|
|
1303
|
+
* Dependent actions:
|
|
1304
|
+
* - kms:Decrypt
|
|
1305
|
+
*
|
|
1016
1306
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
1017
1307
|
*/
|
|
1018
1308
|
toUpdateApplicationInstanceDisplayData(): this;
|
|
@@ -1021,6 +1311,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
1021
1311
|
*
|
|
1022
1312
|
* Access Level: Write
|
|
1023
1313
|
*
|
|
1314
|
+
* Dependent actions:
|
|
1315
|
+
* - kms:Decrypt
|
|
1316
|
+
*
|
|
1024
1317
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
1025
1318
|
*/
|
|
1026
1319
|
toUpdateApplicationInstanceResponseConfiguration(): this;
|
|
@@ -1029,6 +1322,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
1029
1322
|
*
|
|
1030
1323
|
* Access Level: Write
|
|
1031
1324
|
*
|
|
1325
|
+
* Dependent actions:
|
|
1326
|
+
* - kms:Decrypt
|
|
1327
|
+
*
|
|
1032
1328
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
1033
1329
|
*/
|
|
1034
1330
|
toUpdateApplicationInstanceResponseSchemaConfiguration(): this;
|
|
@@ -1037,6 +1333,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
1037
1333
|
*
|
|
1038
1334
|
* Access Level: Write
|
|
1039
1335
|
*
|
|
1336
|
+
* Dependent actions:
|
|
1337
|
+
* - kms:Decrypt
|
|
1338
|
+
*
|
|
1040
1339
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
1041
1340
|
*/
|
|
1042
1341
|
toUpdateApplicationInstanceSecurityConfiguration(): this;
|
|
@@ -1045,6 +1344,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
1045
1344
|
*
|
|
1046
1345
|
* Access Level: Write
|
|
1047
1346
|
*
|
|
1347
|
+
* Dependent actions:
|
|
1348
|
+
* - kms:Decrypt
|
|
1349
|
+
*
|
|
1048
1350
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
1049
1351
|
*/
|
|
1050
1352
|
toUpdateApplicationInstanceServiceProviderConfiguration(): this;
|
|
@@ -1053,6 +1355,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
1053
1355
|
*
|
|
1054
1356
|
* Access Level: Write
|
|
1055
1357
|
*
|
|
1358
|
+
* Dependent actions:
|
|
1359
|
+
* - kms:Decrypt
|
|
1360
|
+
*
|
|
1056
1361
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
1057
1362
|
*/
|
|
1058
1363
|
toUpdateApplicationInstanceStatus(): this;
|
|
@@ -1061,6 +1366,13 @@ export declare class Sso extends PolicyStatement {
|
|
|
1061
1366
|
*
|
|
1062
1367
|
* Access Level: Write
|
|
1063
1368
|
*
|
|
1369
|
+
* Dependent actions:
|
|
1370
|
+
* - identitystore:UpdateIdentityStore
|
|
1371
|
+
* - kms:Decrypt
|
|
1372
|
+
* - kms:DescribeKey
|
|
1373
|
+
* - kms:Encrypt
|
|
1374
|
+
* - kms:GenerateDataKeyWithoutPlaintext
|
|
1375
|
+
*
|
|
1064
1376
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_UpdateInstance.html
|
|
1065
1377
|
*/
|
|
1066
1378
|
toUpdateInstance(): this;
|
|
@@ -1069,6 +1381,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
1069
1381
|
*
|
|
1070
1382
|
* Access Level: Write
|
|
1071
1383
|
*
|
|
1384
|
+
* Dependent actions:
|
|
1385
|
+
* - kms:Decrypt
|
|
1386
|
+
*
|
|
1072
1387
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_UpdateInstanceAccessControlAttributeConfiguration.html
|
|
1073
1388
|
*/
|
|
1074
1389
|
toUpdateInstanceAccessControlAttributeConfiguration(): this;
|
|
@@ -1077,6 +1392,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
1077
1392
|
*
|
|
1078
1393
|
* Access Level: Write
|
|
1079
1394
|
*
|
|
1395
|
+
* Dependent actions:
|
|
1396
|
+
* - kms:Decrypt
|
|
1397
|
+
*
|
|
1080
1398
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
1081
1399
|
*/
|
|
1082
1400
|
toUpdateManagedApplicationInstanceStatus(): this;
|
|
@@ -1085,6 +1403,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
1085
1403
|
*
|
|
1086
1404
|
* Access Level: Permissions management
|
|
1087
1405
|
*
|
|
1406
|
+
* Dependent actions:
|
|
1407
|
+
* - kms:Decrypt
|
|
1408
|
+
*
|
|
1088
1409
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_UpdatePermissionSet.html
|
|
1089
1410
|
*/
|
|
1090
1411
|
toUpdatePermissionSet(): this;
|
|
@@ -1093,6 +1414,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
1093
1414
|
*
|
|
1094
1415
|
* Access Level: Write
|
|
1095
1416
|
*
|
|
1417
|
+
* Dependent actions:
|
|
1418
|
+
* - kms:Decrypt
|
|
1419
|
+
*
|
|
1096
1420
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
1097
1421
|
*/
|
|
1098
1422
|
toUpdateProfile(): this;
|
|
@@ -1101,6 +1425,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
1101
1425
|
*
|
|
1102
1426
|
* Access Level: Write
|
|
1103
1427
|
*
|
|
1428
|
+
* Dependent actions:
|
|
1429
|
+
* - kms:Decrypt
|
|
1430
|
+
*
|
|
1104
1431
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
1105
1432
|
*/
|
|
1106
1433
|
toUpdateSSOConfiguration(): this;
|
|
@@ -1109,6 +1436,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
1109
1436
|
*
|
|
1110
1437
|
* Access Level: Write
|
|
1111
1438
|
*
|
|
1439
|
+
* Dependent actions:
|
|
1440
|
+
* - kms:Decrypt
|
|
1441
|
+
*
|
|
1112
1442
|
* https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample
|
|
1113
1443
|
*/
|
|
1114
1444
|
toUpdateTrust(): this;
|
|
@@ -1117,6 +1447,9 @@ export declare class Sso extends PolicyStatement {
|
|
|
1117
1447
|
*
|
|
1118
1448
|
* Access Level: Write
|
|
1119
1449
|
*
|
|
1450
|
+
* Dependent actions:
|
|
1451
|
+
* - kms:Decrypt
|
|
1452
|
+
*
|
|
1120
1453
|
* https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_UpdateTrustedTokenIssuer.html
|
|
1121
1454
|
*/
|
|
1122
1455
|
toUpdateTrustedTokenIssuer(): this;
|