aws-sdk-ssoadmin 1.51.0 → 1.53.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssoadmin/client.rb +503 -413
- data/lib/aws-sdk-ssoadmin/client_api.rb +115 -112
- data/lib/aws-sdk-ssoadmin/types.rb +691 -654
- data/lib/aws-sdk-ssoadmin/waiters.rb +15 -0
- data/lib/aws-sdk-ssoadmin.rb +2 -1
- data/sig/client.rbs +125 -125
- data/sig/types.rbs +112 -112
- metadata +6 -8
data/sig/client.rbs
CHANGED
@@ -83,12 +83,12 @@ module Aws
|
|
83
83
|
end
|
84
84
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#attach_customer_managed_policy_reference_to_permission_set-instance_method
|
85
85
|
def attach_customer_managed_policy_reference_to_permission_set: (
|
86
|
+
instance_arn: ::String,
|
87
|
+
permission_set_arn: ::String,
|
86
88
|
customer_managed_policy_reference: {
|
87
89
|
name: ::String,
|
88
90
|
path: ::String?
|
89
|
-
}
|
90
|
-
instance_arn: ::String,
|
91
|
-
permission_set_arn: ::String
|
91
|
+
}
|
92
92
|
) -> _AttachCustomerManagedPolicyReferenceToPermissionSetResponseSuccess
|
93
93
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AttachCustomerManagedPolicyReferenceToPermissionSetResponseSuccess
|
94
94
|
|
@@ -98,8 +98,8 @@ module Aws
|
|
98
98
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#attach_managed_policy_to_permission_set-instance_method
|
99
99
|
def attach_managed_policy_to_permission_set: (
|
100
100
|
instance_arn: ::String,
|
101
|
-
|
102
|
-
|
101
|
+
permission_set_arn: ::String,
|
102
|
+
managed_policy_arn: ::String
|
103
103
|
) -> _AttachManagedPolicyToPermissionSetResponseSuccess
|
104
104
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AttachManagedPolicyToPermissionSetResponseSuccess
|
105
105
|
|
@@ -110,11 +110,11 @@ module Aws
|
|
110
110
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#create_account_assignment-instance_method
|
111
111
|
def create_account_assignment: (
|
112
112
|
instance_arn: ::String,
|
113
|
+
target_id: ::String,
|
114
|
+
target_type: ("AWS_ACCOUNT"),
|
113
115
|
permission_set_arn: ::String,
|
114
|
-
principal_id: ::String,
|
115
116
|
principal_type: ("USER" | "GROUP"),
|
116
|
-
|
117
|
-
target_type: ("AWS_ACCOUNT")
|
117
|
+
principal_id: ::String
|
118
118
|
) -> _CreateAccountAssignmentResponseSuccess
|
119
119
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAccountAssignmentResponseSuccess
|
120
120
|
|
@@ -124,25 +124,25 @@ module Aws
|
|
124
124
|
end
|
125
125
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#create_application-instance_method
|
126
126
|
def create_application: (
|
127
|
-
application_provider_arn: ::String,
|
128
|
-
?client_token: ::String,
|
129
|
-
?description: ::String,
|
130
127
|
instance_arn: ::String,
|
128
|
+
application_provider_arn: ::String,
|
131
129
|
name: ::String,
|
130
|
+
?description: ::String,
|
132
131
|
?portal_options: {
|
133
132
|
sign_in_options: {
|
134
|
-
|
135
|
-
|
133
|
+
origin: ("IDENTITY_CENTER" | "APPLICATION"),
|
134
|
+
application_url: ::String?
|
136
135
|
}?,
|
137
136
|
visibility: ("ENABLED" | "DISABLED")?
|
138
137
|
},
|
139
|
-
?status: ("ENABLED" | "DISABLED"),
|
140
138
|
?tags: Array[
|
141
139
|
{
|
142
140
|
key: ::String,
|
143
141
|
value: ::String
|
144
142
|
},
|
145
|
-
]
|
143
|
+
],
|
144
|
+
?status: ("ENABLED" | "DISABLED"),
|
145
|
+
?client_token: ::String
|
146
146
|
) -> _CreateApplicationResponseSuccess
|
147
147
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationResponseSuccess
|
148
148
|
|
@@ -163,8 +163,8 @@ module Aws
|
|
163
163
|
end
|
164
164
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#create_instance-instance_method
|
165
165
|
def create_instance: (
|
166
|
-
?client_token: ::String,
|
167
166
|
?name: ::String,
|
167
|
+
?client_token: ::String,
|
168
168
|
?tags: Array[
|
169
169
|
{
|
170
170
|
key: ::String,
|
@@ -179,6 +179,7 @@ module Aws
|
|
179
179
|
end
|
180
180
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#create_instance_access_control_attribute_configuration-instance_method
|
181
181
|
def create_instance_access_control_attribute_configuration: (
|
182
|
+
instance_arn: ::String,
|
182
183
|
instance_access_control_attribute_configuration: {
|
183
184
|
access_control_attributes: Array[
|
184
185
|
{
|
@@ -188,8 +189,7 @@ module Aws
|
|
188
189
|
}
|
189
190
|
},
|
190
191
|
]
|
191
|
-
}
|
192
|
-
instance_arn: ::String
|
192
|
+
}
|
193
193
|
) -> _CreateInstanceAccessControlAttributeConfigurationResponseSuccess
|
194
194
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInstanceAccessControlAttributeConfigurationResponseSuccess
|
195
195
|
|
@@ -199,11 +199,11 @@ module Aws
|
|
199
199
|
end
|
200
200
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#create_permission_set-instance_method
|
201
201
|
def create_permission_set: (
|
202
|
+
name: ::String,
|
202
203
|
?description: ::String,
|
203
204
|
instance_arn: ::String,
|
204
|
-
name: ::String,
|
205
|
-
?relay_state: ::String,
|
206
205
|
?session_duration: ::String,
|
206
|
+
?relay_state: ::String,
|
207
207
|
?tags: Array[
|
208
208
|
{
|
209
209
|
key: ::String,
|
@@ -219,24 +219,24 @@ module Aws
|
|
219
219
|
end
|
220
220
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#create_trusted_token_issuer-instance_method
|
221
221
|
def create_trusted_token_issuer: (
|
222
|
-
?client_token: ::String,
|
223
222
|
instance_arn: ::String,
|
224
223
|
name: ::String,
|
225
|
-
|
226
|
-
{
|
227
|
-
key: ::String,
|
228
|
-
value: ::String
|
229
|
-
},
|
230
|
-
],
|
224
|
+
trusted_token_issuer_type: ("OIDC_JWT"),
|
231
225
|
trusted_token_issuer_configuration: {
|
232
226
|
oidc_jwt_configuration: {
|
227
|
+
issuer_url: ::String,
|
233
228
|
claim_attribute_path: ::String,
|
234
229
|
identity_store_attribute_path: ::String,
|
235
|
-
issuer_url: ::String,
|
236
230
|
jwks_retrieval_option: ("OPEN_ID_DISCOVERY")
|
237
231
|
}?
|
238
232
|
},
|
239
|
-
|
233
|
+
?client_token: ::String,
|
234
|
+
?tags: Array[
|
235
|
+
{
|
236
|
+
key: ::String,
|
237
|
+
value: ::String
|
238
|
+
},
|
239
|
+
]
|
240
240
|
) -> _CreateTrustedTokenIssuerResponseSuccess
|
241
241
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTrustedTokenIssuerResponseSuccess
|
242
242
|
|
@@ -247,11 +247,11 @@ module Aws
|
|
247
247
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#delete_account_assignment-instance_method
|
248
248
|
def delete_account_assignment: (
|
249
249
|
instance_arn: ::String,
|
250
|
+
target_id: ::String,
|
251
|
+
target_type: ("AWS_ACCOUNT"),
|
250
252
|
permission_set_arn: ::String,
|
251
|
-
principal_id: ::String,
|
252
253
|
principal_type: ("USER" | "GROUP"),
|
253
|
-
|
254
|
-
target_type: ("AWS_ACCOUNT")
|
254
|
+
principal_id: ::String
|
255
255
|
) -> _DeleteAccountAssignmentResponseSuccess
|
256
256
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAccountAssignmentResponseSuccess
|
257
257
|
|
@@ -359,8 +359,8 @@ module Aws
|
|
359
359
|
end
|
360
360
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#describe_account_assignment_creation_status-instance_method
|
361
361
|
def describe_account_assignment_creation_status: (
|
362
|
-
|
363
|
-
|
362
|
+
instance_arn: ::String,
|
363
|
+
account_assignment_creation_request_id: ::String
|
364
364
|
) -> _DescribeAccountAssignmentCreationStatusResponseSuccess
|
365
365
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAccountAssignmentCreationStatusResponseSuccess
|
366
366
|
|
@@ -370,22 +370,22 @@ module Aws
|
|
370
370
|
end
|
371
371
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#describe_account_assignment_deletion_status-instance_method
|
372
372
|
def describe_account_assignment_deletion_status: (
|
373
|
-
|
374
|
-
|
373
|
+
instance_arn: ::String,
|
374
|
+
account_assignment_deletion_request_id: ::String
|
375
375
|
) -> _DescribeAccountAssignmentDeletionStatusResponseSuccess
|
376
376
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAccountAssignmentDeletionStatusResponseSuccess
|
377
377
|
|
378
378
|
interface _DescribeApplicationResponseSuccess
|
379
379
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeApplicationResponse]
|
380
|
-
def application_account: () -> ::String
|
381
380
|
def application_arn: () -> ::String
|
382
381
|
def application_provider_arn: () -> ::String
|
383
|
-
def created_date: () -> ::Time
|
384
|
-
def description: () -> ::String
|
385
|
-
def instance_arn: () -> ::String
|
386
382
|
def name: () -> ::String
|
387
|
-
def
|
383
|
+
def application_account: () -> ::String
|
384
|
+
def instance_arn: () -> ::String
|
388
385
|
def status: () -> ("ENABLED" | "DISABLED")
|
386
|
+
def portal_options: () -> Types::PortalOptions
|
387
|
+
def description: () -> ::String
|
388
|
+
def created_date: () -> ::Time
|
389
389
|
end
|
390
390
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#describe_application-instance_method
|
391
391
|
def describe_application: (
|
@@ -395,9 +395,9 @@ module Aws
|
|
395
395
|
|
396
396
|
interface _DescribeApplicationAssignmentResponseSuccess
|
397
397
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeApplicationAssignmentResponse]
|
398
|
-
def application_arn: () -> ::String
|
399
|
-
def principal_id: () -> ::String
|
400
398
|
def principal_type: () -> ("USER" | "GROUP")
|
399
|
+
def principal_id: () -> ::String
|
400
|
+
def application_arn: () -> ::String
|
401
401
|
end
|
402
402
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#describe_application_assignment-instance_method
|
403
403
|
def describe_application_assignment: (
|
@@ -410,8 +410,8 @@ module Aws
|
|
410
410
|
interface _DescribeApplicationProviderResponseSuccess
|
411
411
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeApplicationProviderResponse]
|
412
412
|
def application_provider_arn: () -> ::String
|
413
|
-
def display_data: () -> Types::DisplayData
|
414
413
|
def federation_protocol: () -> ("SAML" | "OAUTH")
|
414
|
+
def display_data: () -> Types::DisplayData
|
415
415
|
def resource_server_config: () -> Types::ResourceServerConfig
|
416
416
|
end
|
417
417
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#describe_application_provider-instance_method
|
@@ -422,11 +422,11 @@ module Aws
|
|
422
422
|
|
423
423
|
interface _DescribeInstanceResponseSuccess
|
424
424
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInstanceResponse]
|
425
|
-
def created_date: () -> ::Time
|
426
|
-
def identity_store_id: () -> ::String
|
427
425
|
def instance_arn: () -> ::String
|
428
|
-
def
|
426
|
+
def identity_store_id: () -> ::String
|
429
427
|
def owner_account_id: () -> ::String
|
428
|
+
def name: () -> ::String
|
429
|
+
def created_date: () -> ::Time
|
430
430
|
def status: () -> ("CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "ACTIVE")
|
431
431
|
end
|
432
432
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#describe_instance-instance_method
|
@@ -437,9 +437,9 @@ module Aws
|
|
437
437
|
|
438
438
|
interface _DescribeInstanceAccessControlAttributeConfigurationResponseSuccess
|
439
439
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInstanceAccessControlAttributeConfigurationResponse]
|
440
|
-
def instance_access_control_attribute_configuration: () -> Types::InstanceAccessControlAttributeConfiguration
|
441
440
|
def status: () -> ("ENABLED" | "CREATION_IN_PROGRESS" | "CREATION_FAILED")
|
442
441
|
def status_reason: () -> ::String
|
442
|
+
def instance_access_control_attribute_configuration: () -> Types::InstanceAccessControlAttributeConfiguration
|
443
443
|
end
|
444
444
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#describe_instance_access_control_attribute_configuration-instance_method
|
445
445
|
def describe_instance_access_control_attribute_configuration: (
|
@@ -471,10 +471,10 @@ module Aws
|
|
471
471
|
|
472
472
|
interface _DescribeTrustedTokenIssuerResponseSuccess
|
473
473
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeTrustedTokenIssuerResponse]
|
474
|
-
def name: () -> ::String
|
475
474
|
def trusted_token_issuer_arn: () -> ::String
|
476
|
-
def
|
475
|
+
def name: () -> ::String
|
477
476
|
def trusted_token_issuer_type: () -> ("OIDC_JWT")
|
477
|
+
def trusted_token_issuer_configuration: () -> Types::TrustedTokenIssuerConfiguration
|
478
478
|
end
|
479
479
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#describe_trusted_token_issuer-instance_method
|
480
480
|
def describe_trusted_token_issuer: (
|
@@ -487,12 +487,12 @@ module Aws
|
|
487
487
|
end
|
488
488
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#detach_customer_managed_policy_reference_from_permission_set-instance_method
|
489
489
|
def detach_customer_managed_policy_reference_from_permission_set: (
|
490
|
+
instance_arn: ::String,
|
491
|
+
permission_set_arn: ::String,
|
490
492
|
customer_managed_policy_reference: {
|
491
493
|
name: ::String,
|
492
494
|
path: ::String?
|
493
|
-
}
|
494
|
-
instance_arn: ::String,
|
495
|
-
permission_set_arn: ::String
|
495
|
+
}
|
496
496
|
) -> _DetachCustomerManagedPolicyReferenceFromPermissionSetResponseSuccess
|
497
497
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DetachCustomerManagedPolicyReferenceFromPermissionSetResponseSuccess
|
498
498
|
|
@@ -502,15 +502,15 @@ module Aws
|
|
502
502
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#detach_managed_policy_from_permission_set-instance_method
|
503
503
|
def detach_managed_policy_from_permission_set: (
|
504
504
|
instance_arn: ::String,
|
505
|
-
|
506
|
-
|
505
|
+
permission_set_arn: ::String,
|
506
|
+
managed_policy_arn: ::String
|
507
507
|
) -> _DetachManagedPolicyFromPermissionSetResponseSuccess
|
508
508
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DetachManagedPolicyFromPermissionSetResponseSuccess
|
509
509
|
|
510
510
|
interface _GetApplicationAccessScopeResponseSuccess
|
511
511
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetApplicationAccessScopeResponse]
|
512
|
-
def authorized_targets: () -> ::Array[::String]
|
513
512
|
def scope: () -> ::String
|
513
|
+
def authorized_targets: () -> ::Array[::String]
|
514
514
|
end
|
515
515
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#get_application_access_scope-instance_method
|
516
516
|
def get_application_access_scope: (
|
@@ -580,12 +580,12 @@ module Aws
|
|
580
580
|
end
|
581
581
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#list_account_assignment_creation_status-instance_method
|
582
582
|
def list_account_assignment_creation_status: (
|
583
|
-
?filter: {
|
584
|
-
status: ("IN_PROGRESS" | "FAILED" | "SUCCEEDED")?
|
585
|
-
},
|
586
583
|
instance_arn: ::String,
|
587
584
|
?max_results: ::Integer,
|
588
|
-
?next_token: ::String
|
585
|
+
?next_token: ::String,
|
586
|
+
?filter: {
|
587
|
+
status: ("IN_PROGRESS" | "FAILED" | "SUCCEEDED")?
|
588
|
+
}
|
589
589
|
) -> _ListAccountAssignmentCreationStatusResponseSuccess
|
590
590
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAccountAssignmentCreationStatusResponseSuccess
|
591
591
|
|
@@ -596,12 +596,12 @@ module Aws
|
|
596
596
|
end
|
597
597
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#list_account_assignment_deletion_status-instance_method
|
598
598
|
def list_account_assignment_deletion_status: (
|
599
|
-
?filter: {
|
600
|
-
status: ("IN_PROGRESS" | "FAILED" | "SUCCEEDED")?
|
601
|
-
},
|
602
599
|
instance_arn: ::String,
|
603
600
|
?max_results: ::Integer,
|
604
|
-
?next_token: ::String
|
601
|
+
?next_token: ::String,
|
602
|
+
?filter: {
|
603
|
+
status: ("IN_PROGRESS" | "FAILED" | "SUCCEEDED")?
|
604
|
+
}
|
605
605
|
) -> _ListAccountAssignmentDeletionStatusResponseSuccess
|
606
606
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAccountAssignmentDeletionStatusResponseSuccess
|
607
607
|
|
@@ -612,11 +612,11 @@ module Aws
|
|
612
612
|
end
|
613
613
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#list_account_assignments-instance_method
|
614
614
|
def list_account_assignments: (
|
615
|
-
account_id: ::String,
|
616
615
|
instance_arn: ::String,
|
616
|
+
account_id: ::String,
|
617
|
+
permission_set_arn: ::String,
|
617
618
|
?max_results: ::Integer,
|
618
|
-
?next_token: ::String
|
619
|
-
permission_set_arn: ::String
|
619
|
+
?next_token: ::String
|
620
620
|
) -> _ListAccountAssignmentsResponseSuccess
|
621
621
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAccountAssignmentsResponseSuccess
|
622
622
|
|
@@ -627,14 +627,14 @@ module Aws
|
|
627
627
|
end
|
628
628
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#list_account_assignments_for_principal-instance_method
|
629
629
|
def list_account_assignments_for_principal: (
|
630
|
+
instance_arn: ::String,
|
631
|
+
principal_id: ::String,
|
632
|
+
principal_type: ("USER" | "GROUP"),
|
630
633
|
?filter: {
|
631
634
|
account_id: ::String?
|
632
635
|
},
|
633
|
-
instance_arn: ::String,
|
634
|
-
?max_results: ::Integer,
|
635
636
|
?next_token: ::String,
|
636
|
-
|
637
|
-
principal_type: ("USER" | "GROUP")
|
637
|
+
?max_results: ::Integer
|
638
638
|
) -> _ListAccountAssignmentsForPrincipalResponseSuccess
|
639
639
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAccountAssignmentsForPrincipalResponseSuccess
|
640
640
|
|
@@ -646,17 +646,17 @@ module Aws
|
|
646
646
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#list_accounts_for_provisioned_permission_set-instance_method
|
647
647
|
def list_accounts_for_provisioned_permission_set: (
|
648
648
|
instance_arn: ::String,
|
649
|
-
?max_results: ::Integer,
|
650
|
-
?next_token: ::String,
|
651
649
|
permission_set_arn: ::String,
|
652
|
-
?provisioning_status: ("LATEST_PERMISSION_SET_PROVISIONED" | "LATEST_PERMISSION_SET_NOT_PROVISIONED")
|
650
|
+
?provisioning_status: ("LATEST_PERMISSION_SET_PROVISIONED" | "LATEST_PERMISSION_SET_NOT_PROVISIONED"),
|
651
|
+
?max_results: ::Integer,
|
652
|
+
?next_token: ::String
|
653
653
|
) -> _ListAccountsForProvisionedPermissionSetResponseSuccess
|
654
654
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAccountsForProvisionedPermissionSetResponseSuccess
|
655
655
|
|
656
656
|
interface _ListApplicationAccessScopesResponseSuccess
|
657
657
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationAccessScopesResponse]
|
658
|
-
def next_token: () -> ::String
|
659
658
|
def scopes: () -> ::Array[Types::ScopeDetails]
|
659
|
+
def next_token: () -> ::String
|
660
660
|
end
|
661
661
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#list_application_access_scopes-instance_method
|
662
662
|
def list_application_access_scopes: (
|
@@ -686,14 +686,14 @@ module Aws
|
|
686
686
|
end
|
687
687
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#list_application_assignments_for_principal-instance_method
|
688
688
|
def list_application_assignments_for_principal: (
|
689
|
+
instance_arn: ::String,
|
690
|
+
principal_id: ::String,
|
691
|
+
principal_type: ("USER" | "GROUP"),
|
689
692
|
?filter: {
|
690
693
|
application_arn: ::String?
|
691
694
|
},
|
692
|
-
instance_arn: ::String,
|
693
|
-
?max_results: ::Integer,
|
694
695
|
?next_token: ::String,
|
695
|
-
|
696
|
-
principal_type: ("USER" | "GROUP")
|
696
|
+
?max_results: ::Integer
|
697
697
|
) -> _ListApplicationAssignmentsForPrincipalResponseSuccess
|
698
698
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationAssignmentsForPrincipalResponseSuccess
|
699
699
|
|
@@ -740,13 +740,13 @@ module Aws
|
|
740
740
|
end
|
741
741
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#list_applications-instance_method
|
742
742
|
def list_applications: (
|
743
|
+
instance_arn: ::String,
|
744
|
+
?max_results: ::Integer,
|
745
|
+
?next_token: ::String,
|
743
746
|
?filter: {
|
744
747
|
application_account: ::String?,
|
745
748
|
application_provider: ::String?
|
746
|
-
}
|
747
|
-
instance_arn: ::String,
|
748
|
-
?max_results: ::Integer,
|
749
|
-
?next_token: ::String
|
749
|
+
}
|
750
750
|
) -> _ListApplicationsResponseSuccess
|
751
751
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationsResponseSuccess
|
752
752
|
|
@@ -758,9 +758,9 @@ module Aws
|
|
758
758
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#list_customer_managed_policy_references_in_permission_set-instance_method
|
759
759
|
def list_customer_managed_policy_references_in_permission_set: (
|
760
760
|
instance_arn: ::String,
|
761
|
+
permission_set_arn: ::String,
|
761
762
|
?max_results: ::Integer,
|
762
|
-
?next_token: ::String
|
763
|
-
permission_set_arn: ::String
|
763
|
+
?next_token: ::String
|
764
764
|
) -> _ListCustomerManagedPolicyReferencesInPermissionSetResponseSuccess
|
765
765
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCustomerManagedPolicyReferencesInPermissionSetResponseSuccess
|
766
766
|
|
@@ -784,38 +784,38 @@ module Aws
|
|
784
784
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#list_managed_policies_in_permission_set-instance_method
|
785
785
|
def list_managed_policies_in_permission_set: (
|
786
786
|
instance_arn: ::String,
|
787
|
+
permission_set_arn: ::String,
|
787
788
|
?max_results: ::Integer,
|
788
|
-
?next_token: ::String
|
789
|
-
permission_set_arn: ::String
|
789
|
+
?next_token: ::String
|
790
790
|
) -> _ListManagedPoliciesInPermissionSetResponseSuccess
|
791
791
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListManagedPoliciesInPermissionSetResponseSuccess
|
792
792
|
|
793
793
|
interface _ListPermissionSetProvisioningStatusResponseSuccess
|
794
794
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListPermissionSetProvisioningStatusResponse]
|
795
|
-
def next_token: () -> ::String
|
796
795
|
def permission_sets_provisioning_status: () -> ::Array[Types::PermissionSetProvisioningStatusMetadata]
|
796
|
+
def next_token: () -> ::String
|
797
797
|
end
|
798
798
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#list_permission_set_provisioning_status-instance_method
|
799
799
|
def list_permission_set_provisioning_status: (
|
800
|
-
?filter: {
|
801
|
-
status: ("IN_PROGRESS" | "FAILED" | "SUCCEEDED")?
|
802
|
-
},
|
803
800
|
instance_arn: ::String,
|
804
801
|
?max_results: ::Integer,
|
805
|
-
?next_token: ::String
|
802
|
+
?next_token: ::String,
|
803
|
+
?filter: {
|
804
|
+
status: ("IN_PROGRESS" | "FAILED" | "SUCCEEDED")?
|
805
|
+
}
|
806
806
|
) -> _ListPermissionSetProvisioningStatusResponseSuccess
|
807
807
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPermissionSetProvisioningStatusResponseSuccess
|
808
808
|
|
809
809
|
interface _ListPermissionSetsResponseSuccess
|
810
810
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListPermissionSetsResponse]
|
811
|
-
def next_token: () -> ::String
|
812
811
|
def permission_sets: () -> ::Array[::String]
|
812
|
+
def next_token: () -> ::String
|
813
813
|
end
|
814
814
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#list_permission_sets-instance_method
|
815
815
|
def list_permission_sets: (
|
816
816
|
instance_arn: ::String,
|
817
|
-
?
|
818
|
-
?
|
817
|
+
?next_token: ::String,
|
818
|
+
?max_results: ::Integer
|
819
819
|
) -> _ListPermissionSetsResponseSuccess
|
820
820
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPermissionSetsResponseSuccess
|
821
821
|
|
@@ -826,31 +826,31 @@ module Aws
|
|
826
826
|
end
|
827
827
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#list_permission_sets_provisioned_to_account-instance_method
|
828
828
|
def list_permission_sets_provisioned_to_account: (
|
829
|
-
account_id: ::String,
|
830
829
|
instance_arn: ::String,
|
830
|
+
account_id: ::String,
|
831
|
+
?provisioning_status: ("LATEST_PERMISSION_SET_PROVISIONED" | "LATEST_PERMISSION_SET_NOT_PROVISIONED"),
|
831
832
|
?max_results: ::Integer,
|
832
|
-
?next_token: ::String
|
833
|
-
?provisioning_status: ("LATEST_PERMISSION_SET_PROVISIONED" | "LATEST_PERMISSION_SET_NOT_PROVISIONED")
|
833
|
+
?next_token: ::String
|
834
834
|
) -> _ListPermissionSetsProvisionedToAccountResponseSuccess
|
835
835
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPermissionSetsProvisionedToAccountResponseSuccess
|
836
836
|
|
837
837
|
interface _ListTagsForResourceResponseSuccess
|
838
838
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
|
839
|
-
def next_token: () -> ::String
|
840
839
|
def tags: () -> ::Array[Types::Tag]
|
840
|
+
def next_token: () -> ::String
|
841
841
|
end
|
842
842
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#list_tags_for_resource-instance_method
|
843
843
|
def list_tags_for_resource: (
|
844
844
|
?instance_arn: ::String,
|
845
|
-
|
846
|
-
|
845
|
+
resource_arn: ::String,
|
846
|
+
?next_token: ::String
|
847
847
|
) -> _ListTagsForResourceResponseSuccess
|
848
848
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
849
849
|
|
850
850
|
interface _ListTrustedTokenIssuersResponseSuccess
|
851
851
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListTrustedTokenIssuersResponse]
|
852
|
-
def next_token: () -> ::String
|
853
852
|
def trusted_token_issuers: () -> ::Array[Types::TrustedTokenIssuerMetadata]
|
853
|
+
def next_token: () -> ::String
|
854
854
|
end
|
855
855
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#list_trusted_token_issuers-instance_method
|
856
856
|
def list_trusted_token_issuers: (
|
@@ -875,9 +875,9 @@ module Aws
|
|
875
875
|
|
876
876
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#put_application_access_scope-instance_method
|
877
877
|
def put_application_access_scope: (
|
878
|
-
|
878
|
+
scope: ::String,
|
879
879
|
?authorized_targets: Array[::String],
|
880
|
-
|
880
|
+
application_arn: ::String
|
881
881
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
882
882
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
883
883
|
|
@@ -894,19 +894,20 @@ module Aws
|
|
894
894
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#put_application_authentication_method-instance_method
|
895
895
|
def put_application_authentication_method: (
|
896
896
|
application_arn: ::String,
|
897
|
+
authentication_method_type: ("IAM"),
|
897
898
|
authentication_method: {
|
898
899
|
iam: {
|
899
900
|
actor_policy: {
|
900
901
|
}
|
901
902
|
}?
|
902
|
-
}
|
903
|
-
authentication_method_type: ("IAM")
|
903
|
+
}
|
904
904
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
905
905
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
906
906
|
|
907
907
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#put_application_grant-instance_method
|
908
908
|
def put_application_grant: (
|
909
909
|
application_arn: ::String,
|
910
|
+
grant_type: ("authorization_code" | "refresh_token" | "urn:ietf:params:oauth:grant-type:jwt-bearer" | "urn:ietf:params:oauth:grant-type:token-exchange"),
|
910
911
|
grant: {
|
911
912
|
authorization_code: {
|
912
913
|
redirect_uris: Array[::String]?
|
@@ -914,8 +915,8 @@ module Aws
|
|
914
915
|
jwt_bearer: {
|
915
916
|
authorized_token_issuers: Array[
|
916
917
|
{
|
917
|
-
|
918
|
-
|
918
|
+
trusted_token_issuer_arn: ::String?,
|
919
|
+
authorized_audiences: Array[::String]?
|
919
920
|
},
|
920
921
|
]?
|
921
922
|
}?,
|
@@ -923,8 +924,7 @@ module Aws
|
|
923
924
|
}?,
|
924
925
|
token_exchange: {
|
925
926
|
}?
|
926
|
-
}
|
927
|
-
grant_type: ("authorization_code" | "refresh_token" | "urn:ietf:params:oauth:grant-type:jwt-bearer" | "urn:ietf:params:oauth:grant-type:token-exchange")
|
927
|
+
}
|
928
928
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
929
929
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
930
930
|
|
@@ -933,9 +933,9 @@ module Aws
|
|
933
933
|
end
|
934
934
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#put_inline_policy_to_permission_set-instance_method
|
935
935
|
def put_inline_policy_to_permission_set: (
|
936
|
-
inline_policy: ::String,
|
937
936
|
instance_arn: ::String,
|
938
|
-
permission_set_arn: ::String
|
937
|
+
permission_set_arn: ::String,
|
938
|
+
inline_policy: ::String
|
939
939
|
) -> _PutInlinePolicyToPermissionSetResponseSuccess
|
940
940
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutInlinePolicyToPermissionSetResponseSuccess
|
941
941
|
|
@@ -989,15 +989,15 @@ module Aws
|
|
989
989
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#update_application-instance_method
|
990
990
|
def update_application: (
|
991
991
|
application_arn: ::String,
|
992
|
-
?description: ::String,
|
993
992
|
?name: ::String,
|
993
|
+
?description: ::String,
|
994
|
+
?status: ("ENABLED" | "DISABLED"),
|
994
995
|
?portal_options: {
|
995
996
|
sign_in_options: {
|
996
|
-
|
997
|
-
|
997
|
+
origin: ("IDENTITY_CENTER" | "APPLICATION"),
|
998
|
+
application_url: ::String?
|
998
999
|
}?
|
999
|
-
}
|
1000
|
-
?status: ("ENABLED" | "DISABLED")
|
1000
|
+
}
|
1001
1001
|
) -> _UpdateApplicationResponseSuccess
|
1002
1002
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationResponseSuccess
|
1003
1003
|
|
@@ -1006,8 +1006,8 @@ module Aws
|
|
1006
1006
|
end
|
1007
1007
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#update_instance-instance_method
|
1008
1008
|
def update_instance: (
|
1009
|
-
|
1010
|
-
|
1009
|
+
name: ::String,
|
1010
|
+
instance_arn: ::String
|
1011
1011
|
) -> _UpdateInstanceResponseSuccess
|
1012
1012
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateInstanceResponseSuccess
|
1013
1013
|
|
@@ -1016,6 +1016,7 @@ module Aws
|
|
1016
1016
|
end
|
1017
1017
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#update_instance_access_control_attribute_configuration-instance_method
|
1018
1018
|
def update_instance_access_control_attribute_configuration: (
|
1019
|
+
instance_arn: ::String,
|
1019
1020
|
instance_access_control_attribute_configuration: {
|
1020
1021
|
access_control_attributes: Array[
|
1021
1022
|
{
|
@@ -1025,8 +1026,7 @@ module Aws
|
|
1025
1026
|
}
|
1026
1027
|
},
|
1027
1028
|
]
|
1028
|
-
}
|
1029
|
-
instance_arn: ::String
|
1029
|
+
}
|
1030
1030
|
) -> _UpdateInstanceAccessControlAttributeConfigurationResponseSuccess
|
1031
1031
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateInstanceAccessControlAttributeConfigurationResponseSuccess
|
1032
1032
|
|
@@ -1035,11 +1035,11 @@ module Aws
|
|
1035
1035
|
end
|
1036
1036
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#update_permission_set-instance_method
|
1037
1037
|
def update_permission_set: (
|
1038
|
-
?description: ::String,
|
1039
1038
|
instance_arn: ::String,
|
1040
1039
|
permission_set_arn: ::String,
|
1041
|
-
?
|
1042
|
-
?session_duration: ::String
|
1040
|
+
?description: ::String,
|
1041
|
+
?session_duration: ::String,
|
1042
|
+
?relay_state: ::String
|
1043
1043
|
) -> _UpdatePermissionSetResponseSuccess
|
1044
1044
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePermissionSetResponseSuccess
|
1045
1045
|
|
@@ -1048,8 +1048,8 @@ module Aws
|
|
1048
1048
|
end
|
1049
1049
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSOAdmin/Client.html#update_trusted_token_issuer-instance_method
|
1050
1050
|
def update_trusted_token_issuer: (
|
1051
|
-
?name: ::String,
|
1052
1051
|
trusted_token_issuer_arn: ::String,
|
1052
|
+
?name: ::String,
|
1053
1053
|
?trusted_token_issuer_configuration: {
|
1054
1054
|
oidc_jwt_configuration: {
|
1055
1055
|
claim_attribute_path: ::String?,
|