aws-sdk-ssoadmin 1.7.0 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6ed325f0b53a685567eb33b3a12dd63c52b20e3612ee62b031ae2b01987419c
4
- data.tar.gz: ed1f846a29a40dc8270ae47caca3510cc825a864aa8d05c8bfc39d21e1f31e2e
3
+ metadata.gz: 12a56d7e5f4c4a66ee5e8fbfed6ae295b0ca6d9ca4396d287799c4679ed509de
4
+ data.tar.gz: 57489aa8dd5d997eb9ebbabb6b023778b7eb9f38e661e5c75e5cc97f760c6070
5
5
  SHA512:
6
- metadata.gz: dded09c16e1e74483a4956b3e91a771d6bf4b72e18da88b4bd5929b2f2bd072d6cdd576d97041d887d8dffa3056e57f2cd95861d959f2d4ef0fa065ad6c808c8
7
- data.tar.gz: 2b733094b864e9a2f50f1f93798368bf4e87629a8a93089be738d14ba761148398df8acf0ff58a6ae8ee232d2092a737939943f5d572dd16bab5f46d7dac03c0
6
+ metadata.gz: 1d2cccadf8ba8e8a2d673946e07d266c979ce79fa1a42993c4457c7098bec5ed325f080b1ce1f4ef47dd7b1f0bae2eff45425ba067998d7ba8f92e2a70a32912
7
+ data.tar.gz: 03cdf994d35587c29846b0365ad15b7915336e7ca2d01eea68ec95467dcf861080753be07936b165d4850f2b983b75ec0a81b2f0e2b0f7223cb8fbfe5fd229df
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2021-07-28)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for arn:aws:trebuchet:::service:v1:03a2216d-1cda-4696-9ece-1387cb6f6952
8
+
4
9
  1.7.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.8.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ssoadmin/customizations'
48
48
  # @!group service
49
49
  module Aws::SSOAdmin
50
50
 
51
- GEM_VERSION = '1.7.0'
51
+ GEM_VERSION = '1.8.0'
52
52
 
53
53
  end
@@ -341,17 +341,17 @@ module Aws::SSOAdmin
341
341
  #
342
342
  # <note markdown="1"> If the permission set is already referenced by one or more account
343
343
  # assignments, you will need to call ` ProvisionPermissionSet ` after
344
- # this action to apply the corresponding IAM policy updates to all
345
- # assigned accounts.
344
+ # this operation. Calling `ProvisionPermissionSet` applies the
345
+ # corresponding IAM policy updates to all assigned accounts.
346
346
  #
347
347
  # </note>
348
348
  #
349
349
  # @option params [required, String] :instance_arn
350
350
  # The ARN of the SSO instance under which the operation will be
351
351
  # executed. For more information about ARNs, see [Amazon Resource Names
352
- # (ARNs) and AWS Service
352
+ # (ARNs) and Amazon Web Services Service
353
353
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
354
- # *AWS General Reference*.
354
+ # *Amazon Web Services General Reference*.
355
355
  #
356
356
  # @option params [required, String] :permission_set_arn
357
357
  # The ARN of the PermissionSet that the managed policy should be
@@ -379,34 +379,34 @@ module Aws::SSOAdmin
379
379
  req.send_request(options)
380
380
  end
381
381
 
382
- # Assigns access to a principal for a specified AWS account using a
383
- # specified permission set.
382
+ # Assigns access to a principal for a specified Amazon Web Services
383
+ # account using a specified permission set.
384
384
  #
385
385
  # <note markdown="1"> The term *principal* here refers to a user or group that is defined in
386
- # AWS SSO.
386
+ # Amazon Web Services SSO.
387
387
  #
388
388
  # </note>
389
389
  #
390
390
  # <note markdown="1"> As part of a successful `CreateAccountAssignment` call, the specified
391
391
  # permission set will automatically be provisioned to the account in the
392
- # form of an IAM policy attached to the SSO-created IAM role. If the
393
- # permission set is subsequently updated, the corresponding IAM policies
394
- # attached to roles in your accounts will not be updated automatically.
395
- # In this case, you will need to call ` ProvisionPermissionSet ` to make
396
- # these updates.
392
+ # form of an IAM policy. That policy is attached to the SSO-created IAM
393
+ # role. If the permission set is subsequently updated, the corresponding
394
+ # IAM policies attached to roles in your accounts will not be updated
395
+ # automatically. In this case, you must call ` ProvisionPermissionSet `
396
+ # to make these updates.
397
397
  #
398
398
  # </note>
399
399
  #
400
400
  # @option params [required, String] :instance_arn
401
401
  # The ARN of the SSO instance under which the operation will be
402
402
  # executed. For more information about ARNs, see [Amazon Resource Names
403
- # (ARNs) and AWS Service
403
+ # (ARNs) and Amazon Web Services Service
404
404
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
405
- # *AWS General Reference*.
405
+ # *Amazon Web Services General Reference*.
406
406
  #
407
407
  # @option params [required, String] :target_id
408
- # TargetID is an AWS account identifier, typically a 10-12 digit string
409
- # (For example, 123456789012).
408
+ # TargetID is an Amazon Web Services account identifier, typically a
409
+ # 10-12 digit string (For example, 123456789012).
410
410
  #
411
411
  # @option params [required, String] :target_type
412
412
  # The entity type for which the assignment will be created.
@@ -419,10 +419,11 @@ module Aws::SSOAdmin
419
419
  # The entity type for which the assignment will be created.
420
420
  #
421
421
  # @option params [required, String] :principal_id
422
- # An identifier for an object in AWS SSO, such as a user or group.
423
- # PrincipalIds are GUIDs (For example,
422
+ # An identifier for an object in Amazon Web Services SSO, such as a user
423
+ # or group. PrincipalIds are GUIDs (For example,
424
424
  # f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
425
- # PrincipalIds in AWS SSO, see the [AWS SSO Identity Store API
425
+ # PrincipalIds in Amazon Web Services SSO, see the [Amazon Web Services
426
+ # SSO Identity Store API
426
427
  # Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
427
428
  #
428
429
  # @return [Types::CreateAccountAssignmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -462,24 +463,25 @@ module Aws::SSOAdmin
462
463
  end
463
464
 
464
465
  # Enables the attributes-based access control (ABAC) feature for the
465
- # specified AWS SSO instance. You can also specify new attributes to add
466
- # to your ABAC configuration during the enabling process. For more
467
- # information about ABAC, see [Attribute-Based Access
468
- # Control](/singlesignon/latest/userguide/abac.html) in the *AWS SSO
469
- # User Guide*.
466
+ # specified Amazon Web Services SSO instance. You can also specify new
467
+ # attributes to add to your ABAC configuration during the enabling
468
+ # process. For more information about ABAC, see [Attribute-Based Access
469
+ # Control](/singlesignon/latest/userguide/abac.html) in the *Amazon Web
470
+ # Services SSO User Guide*.
470
471
  #
471
472
  # @option params [required, String] :instance_arn
472
473
  # The ARN of the SSO instance under which the operation will be
473
474
  # executed.
474
475
  #
475
476
  # @option params [required, Types::InstanceAccessControlAttributeConfiguration] :instance_access_control_attribute_configuration
476
- # Specifies the AWS SSO identity store attributes to add to your ABAC
477
- # configuration. When using an external identity provider as an identity
478
- # source, you can pass attributes through the SAML assertion as an
479
- # alternative to configuring attributes from the AWS SSO identity store.
480
- # If a SAML assertion passes any of these attributes, AWS SSO will
481
- # replace the attribute value with the value from the AWS SSO identity
482
- # store.
477
+ # Specifies the Amazon Web Services SSO identity store attributes to add
478
+ # to your ABAC configuration. When using an external identity provider
479
+ # as an identity source, you can pass attributes through the SAML
480
+ # assertion. Doing so provides an alternative to configuring attributes
481
+ # from the Amazon Web Services SSO identity store. If a SAML assertion
482
+ # passes any of these attributes, Amazon Web Services SSO will replace
483
+ # the attribute value with the value from the Amazon Web Services SSO
484
+ # identity store.
483
485
  #
484
486
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
485
487
  #
@@ -510,8 +512,8 @@ module Aws::SSOAdmin
510
512
 
511
513
  # Creates a permission set within a specified SSO instance.
512
514
  #
513
- # <note markdown="1"> To grant users and groups access to AWS account resources, use `
514
- # CreateAccountAssignment `.
515
+ # <note markdown="1"> To grant users and groups access to Amazon Web Services account
516
+ # resources, use ` CreateAccountAssignment `.
515
517
  #
516
518
  # </note>
517
519
  #
@@ -524,9 +526,9 @@ module Aws::SSOAdmin
524
526
  # @option params [required, String] :instance_arn
525
527
  # The ARN of the SSO instance under which the operation will be
526
528
  # executed. For more information about ARNs, see [Amazon Resource Names
527
- # (ARNs) and AWS Service
529
+ # (ARNs) and Amazon Web Services Service
528
530
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
529
- # *AWS General Reference*.
531
+ # *Amazon Web Services General Reference*.
530
532
  #
531
533
  # @option params [String] :session_duration
532
534
  # The length of time that the application user sessions are valid in the
@@ -577,19 +579,19 @@ module Aws::SSOAdmin
577
579
  req.send_request(options)
578
580
  end
579
581
 
580
- # Deletes a principal's access from a specified AWS account using a
581
- # specified permission set.
582
+ # Deletes a principal's access from a specified Amazon Web Services
583
+ # account using a specified permission set.
582
584
  #
583
585
  # @option params [required, String] :instance_arn
584
586
  # The ARN of the SSO instance under which the operation will be
585
587
  # executed. For more information about ARNs, see [Amazon Resource Names
586
- # (ARNs) and AWS Service
588
+ # (ARNs) and Amazon Web Services Service
587
589
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
588
- # *AWS General Reference*.
590
+ # *Amazon Web Services General Reference*.
589
591
  #
590
592
  # @option params [required, String] :target_id
591
- # TargetID is an AWS account identifier, typically a 10-12 digit string
592
- # (For example, 123456789012).
593
+ # TargetID is an Amazon Web Services account identifier, typically a
594
+ # 10-12 digit string (For example, 123456789012).
593
595
  #
594
596
  # @option params [required, String] :target_type
595
597
  # The entity type for which the assignment will be deleted.
@@ -601,10 +603,11 @@ module Aws::SSOAdmin
601
603
  # The entity type for which the assignment will be deleted.
602
604
  #
603
605
  # @option params [required, String] :principal_id
604
- # An identifier for an object in AWS SSO, such as a user or group.
605
- # PrincipalIds are GUIDs (For example,
606
+ # An identifier for an object in Amazon Web Services SSO, such as a user
607
+ # or group. PrincipalIds are GUIDs (For example,
606
608
  # f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
607
- # PrincipalIds in AWS SSO, see the [AWS SSO Identity Store API
609
+ # PrincipalIds in Amazon Web Services SSO, see the [Amazon Web Services
610
+ # SSO Identity Store API
608
611
  # Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
609
612
  #
610
613
  # @return [Types::DeleteAccountAssignmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -648,9 +651,9 @@ module Aws::SSOAdmin
648
651
  # @option params [required, String] :instance_arn
649
652
  # The ARN of the SSO instance under which the operation will be
650
653
  # executed. For more information about ARNs, see [Amazon Resource Names
651
- # (ARNs) and AWS Service
654
+ # (ARNs) and Amazon Web Services Service
652
655
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
653
- # *AWS General Reference*.
656
+ # *Amazon Web Services General Reference*.
654
657
  #
655
658
  # @option params [required, String] :permission_set_arn
656
659
  # The ARN of the permission set that will be used to remove access.
@@ -674,13 +677,13 @@ module Aws::SSOAdmin
674
677
  end
675
678
 
676
679
  # Disables the attributes-based access control (ABAC) feature for the
677
- # specified AWS SSO instance and deletes all of the attribute mappings
678
- # that have been configured. Once deleted, any attributes that are
679
- # received from an identity source and any custom attributes you have
680
- # previously configured will not be passed. For more information about
681
- # ABAC, see [Attribute-Based Access
682
- # Control](/singlesignon/latest/userguide/abac.html) in the *AWS SSO
683
- # User Guide*.
680
+ # specified Amazon Web Services SSO instance and deletes all of the
681
+ # attribute mappings that have been configured. Once deleted, any
682
+ # attributes that are received from an identity source and any custom
683
+ # attributes you have previously configured will not be passed. For more
684
+ # information about ABAC, see [Attribute-Based Access
685
+ # Control](/singlesignon/latest/userguide/abac.html) in the *Amazon Web
686
+ # Services SSO User Guide*.
684
687
  #
685
688
  # @option params [required, String] :instance_arn
686
689
  # The ARN of the SSO instance under which the operation will be
@@ -708,9 +711,9 @@ module Aws::SSOAdmin
708
711
  # @option params [required, String] :instance_arn
709
712
  # The ARN of the SSO instance under which the operation will be
710
713
  # executed. For more information about ARNs, see [Amazon Resource Names
711
- # (ARNs) and AWS Service
714
+ # (ARNs) and Amazon Web Services Service
712
715
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
713
- # *AWS General Reference*.
716
+ # *Amazon Web Services General Reference*.
714
717
  #
715
718
  # @option params [required, String] :permission_set_arn
716
719
  # The ARN of the permission set that should be deleted.
@@ -738,9 +741,9 @@ module Aws::SSOAdmin
738
741
  # @option params [required, String] :instance_arn
739
742
  # The ARN of the SSO instance under which the operation will be
740
743
  # executed. For more information about ARNs, see [Amazon Resource Names
741
- # (ARNs) and AWS Service
744
+ # (ARNs) and Amazon Web Services Service
742
745
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
743
- # *AWS General Reference*.
746
+ # *Amazon Web Services General Reference*.
744
747
  #
745
748
  # @option params [required, String] :account_assignment_creation_request_id
746
749
  # The identifier that is used to track the request operation progress.
@@ -782,9 +785,9 @@ module Aws::SSOAdmin
782
785
  # @option params [required, String] :instance_arn
783
786
  # The ARN of the SSO instance under which the operation will be
784
787
  # executed. For more information about ARNs, see [Amazon Resource Names
785
- # (ARNs) and AWS Service
788
+ # (ARNs) and Amazon Web Services Service
786
789
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
787
- # *AWS General Reference*.
790
+ # *Amazon Web Services General Reference*.
788
791
  #
789
792
  # @option params [required, String] :account_assignment_deletion_request_id
790
793
  # The identifier that is used to track the request operation progress.
@@ -821,13 +824,13 @@ module Aws::SSOAdmin
821
824
  req.send_request(options)
822
825
  end
823
826
 
824
- # Returns the list of AWS SSO identity store attributes that have been
825
- # configured to work with attributes-based access control (ABAC) for the
826
- # specified AWS SSO instance. This will not return attributes configured
827
- # and sent by an external identity provider. For more information about
828
- # ABAC, see [Attribute-Based Access
829
- # Control](/singlesignon/latest/userguide/abac.html) in the *AWS SSO
830
- # User Guide*.
827
+ # Returns the list of Amazon Web Services SSO identity store attributes
828
+ # that have been configured to work with attributes-based access control
829
+ # (ABAC) for the specified Amazon Web Services SSO instance. This will
830
+ # not return attributes configured and sent by an external identity
831
+ # provider. For more information about ABAC, see [Attribute-Based Access
832
+ # Control](/singlesignon/latest/userguide/abac.html) in the *Amazon Web
833
+ # Services SSO User Guide*.
831
834
  #
832
835
  # @option params [required, String] :instance_arn
833
836
  # The ARN of the SSO instance under which the operation will be
@@ -868,9 +871,9 @@ module Aws::SSOAdmin
868
871
  # @option params [required, String] :instance_arn
869
872
  # The ARN of the SSO instance under which the operation will be
870
873
  # executed. For more information about ARNs, see [Amazon Resource Names
871
- # (ARNs) and AWS Service
874
+ # (ARNs) and Amazon Web Services Service
872
875
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
873
- # *AWS General Reference*.
876
+ # *Amazon Web Services General Reference*.
874
877
  #
875
878
  # @option params [required, String] :permission_set_arn
876
879
  # The ARN of the permission set.
@@ -910,9 +913,9 @@ module Aws::SSOAdmin
910
913
  # @option params [required, String] :instance_arn
911
914
  # The ARN of the SSO instance under which the operation will be
912
915
  # executed. For more information about ARNs, see [Amazon Resource Names
913
- # (ARNs) and AWS Service
916
+ # (ARNs) and Amazon Web Services Service
914
917
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
915
- # *AWS General Reference*.
918
+ # *Amazon Web Services General Reference*.
916
919
  #
917
920
  # @option params [required, String] :provision_permission_set_request_id
918
921
  # The identifier that is provided by the ProvisionPermissionSet call to
@@ -953,9 +956,9 @@ module Aws::SSOAdmin
953
956
  # @option params [required, String] :instance_arn
954
957
  # The ARN of the SSO instance under which the operation will be
955
958
  # executed. For more information about ARNs, see [Amazon Resource Names
956
- # (ARNs) and AWS Service
959
+ # (ARNs) and Amazon Web Services Service
957
960
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
958
- # *AWS General Reference*.
961
+ # *Amazon Web Services General Reference*.
959
962
  #
960
963
  # @option params [required, String] :permission_set_arn
961
964
  # The ARN of the PermissionSet from which the policy should be detached.
@@ -987,9 +990,9 @@ module Aws::SSOAdmin
987
990
  # @option params [required, String] :instance_arn
988
991
  # The ARN of the SSO instance under which the operation will be
989
992
  # executed. For more information about ARNs, see [Amazon Resource Names
990
- # (ARNs) and AWS Service
993
+ # (ARNs) and Amazon Web Services Service
991
994
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
992
- # *AWS General Reference*.
995
+ # *Amazon Web Services General Reference*.
993
996
  #
994
997
  # @option params [required, String] :permission_set_arn
995
998
  # The ARN of the permission set.
@@ -1018,15 +1021,15 @@ module Aws::SSOAdmin
1018
1021
  req.send_request(options)
1019
1022
  end
1020
1023
 
1021
- # Lists the status of the AWS account assignment creation requests for a
1022
- # specified SSO instance.
1024
+ # Lists the status of the Amazon Web Services account assignment
1025
+ # creation requests for a specified SSO instance.
1023
1026
  #
1024
1027
  # @option params [required, String] :instance_arn
1025
1028
  # The ARN of the SSO instance under which the operation will be
1026
1029
  # executed. For more information about ARNs, see [Amazon Resource Names
1027
- # (ARNs) and AWS Service
1030
+ # (ARNs) and Amazon Web Services Service
1028
1031
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
1029
- # *AWS General Reference*.
1032
+ # *Amazon Web Services General Reference*.
1030
1033
  #
1031
1034
  # @option params [Integer] :max_results
1032
1035
  # The maximum number of results to display for the assignment.
@@ -1073,15 +1076,15 @@ module Aws::SSOAdmin
1073
1076
  req.send_request(options)
1074
1077
  end
1075
1078
 
1076
- # Lists the status of the AWS account assignment deletion requests for a
1077
- # specified SSO instance.
1079
+ # Lists the status of the Amazon Web Services account assignment
1080
+ # deletion requests for a specified SSO instance.
1078
1081
  #
1079
1082
  # @option params [required, String] :instance_arn
1080
1083
  # The ARN of the SSO instance under which the operation will be
1081
1084
  # executed. For more information about ARNs, see [Amazon Resource Names
1082
- # (ARNs) and AWS Service
1085
+ # (ARNs) and Amazon Web Services Service
1083
1086
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
1084
- # *AWS General Reference*.
1087
+ # *Amazon Web Services General Reference*.
1085
1088
  #
1086
1089
  # @option params [Integer] :max_results
1087
1090
  # The maximum number of results to display for the assignment.
@@ -1128,18 +1131,19 @@ module Aws::SSOAdmin
1128
1131
  req.send_request(options)
1129
1132
  end
1130
1133
 
1131
- # Lists the assignee of the specified AWS account with the specified
1132
- # permission set.
1134
+ # Lists the assignee of the specified Amazon Web Services account with
1135
+ # the specified permission set.
1133
1136
  #
1134
1137
  # @option params [required, String] :instance_arn
1135
1138
  # The ARN of the SSO instance under which the operation will be
1136
1139
  # executed. For more information about ARNs, see [Amazon Resource Names
1137
- # (ARNs) and AWS Service
1140
+ # (ARNs) and Amazon Web Services Service
1138
1141
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
1139
- # *AWS General Reference*.
1142
+ # *Amazon Web Services General Reference*.
1140
1143
  #
1141
1144
  # @option params [required, String] :account_id
1142
- # The identifier of the AWS account from which to list the assignments.
1145
+ # The identifier of the Amazon Web Services account from which to list
1146
+ # the assignments.
1143
1147
  #
1144
1148
  # @option params [required, String] :permission_set_arn
1145
1149
  # The ARN of the permission set from which to list assignments.
@@ -1186,22 +1190,23 @@ module Aws::SSOAdmin
1186
1190
  req.send_request(options)
1187
1191
  end
1188
1192
 
1189
- # Lists all the AWS accounts where the specified permission set is
1190
- # provisioned.
1193
+ # Lists all the Amazon Web Services accounts where the specified
1194
+ # permission set is provisioned.
1191
1195
  #
1192
1196
  # @option params [required, String] :instance_arn
1193
1197
  # The ARN of the SSO instance under which the operation will be
1194
1198
  # executed. For more information about ARNs, see [Amazon Resource Names
1195
- # (ARNs) and AWS Service
1199
+ # (ARNs) and Amazon Web Services Service
1196
1200
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
1197
- # *AWS General Reference*.
1201
+ # *Amazon Web Services General Reference*.
1198
1202
  #
1199
1203
  # @option params [required, String] :permission_set_arn
1200
- # The ARN of the PermissionSet from which the associated AWS accounts
1201
- # will be listed.
1204
+ # The ARN of the PermissionSet from which the associated Amazon Web
1205
+ # Services accounts will be listed.
1202
1206
  #
1203
1207
  # @option params [String] :provisioning_status
1204
- # The permission set provisioning status for an AWS account.
1208
+ # The permission set provisioning status for an Amazon Web Services
1209
+ # account.
1205
1210
  #
1206
1211
  # @option params [Integer] :max_results
1207
1212
  # The maximum number of results to display for the PermissionSet.
@@ -1287,9 +1292,9 @@ module Aws::SSOAdmin
1287
1292
  # @option params [required, String] :instance_arn
1288
1293
  # The ARN of the SSO instance under which the operation will be
1289
1294
  # executed. For more information about ARNs, see [Amazon Resource Names
1290
- # (ARNs) and AWS Service
1295
+ # (ARNs) and Amazon Web Services Service
1291
1296
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
1292
- # *AWS General Reference*.
1297
+ # *Amazon Web Services General Reference*.
1293
1298
  #
1294
1299
  # @option params [required, String] :permission_set_arn
1295
1300
  # The ARN of the PermissionSet whose managed policies will be listed.
@@ -1339,9 +1344,9 @@ module Aws::SSOAdmin
1339
1344
  # @option params [required, String] :instance_arn
1340
1345
  # The ARN of the SSO instance under which the operation will be
1341
1346
  # executed. For more information about ARNs, see [Amazon Resource Names
1342
- # (ARNs) and AWS Service
1347
+ # (ARNs) and Amazon Web Services Service
1343
1348
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
1344
- # *AWS General Reference*.
1349
+ # *Amazon Web Services General Reference*.
1345
1350
  #
1346
1351
  # @option params [Integer] :max_results
1347
1352
  # The maximum number of results to display for the assignment.
@@ -1393,9 +1398,9 @@ module Aws::SSOAdmin
1393
1398
  # @option params [required, String] :instance_arn
1394
1399
  # The ARN of the SSO instance under which the operation will be
1395
1400
  # executed. For more information about ARNs, see [Amazon Resource Names
1396
- # (ARNs) and AWS Service
1401
+ # (ARNs) and Amazon Web Services Service
1397
1402
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
1398
- # *AWS General Reference*.
1403
+ # *Amazon Web Services General Reference*.
1399
1404
  #
1400
1405
  # @option params [String] :next_token
1401
1406
  # The pagination token for the list API. Initially the value is null.
@@ -1434,18 +1439,19 @@ module Aws::SSOAdmin
1434
1439
  req.send_request(options)
1435
1440
  end
1436
1441
 
1437
- # Lists all the permission sets that are provisioned to a specified AWS
1438
- # account.
1442
+ # Lists all the permission sets that are provisioned to a specified
1443
+ # Amazon Web Services account.
1439
1444
  #
1440
1445
  # @option params [required, String] :instance_arn
1441
1446
  # The ARN of the SSO instance under which the operation will be
1442
1447
  # executed. For more information about ARNs, see [Amazon Resource Names
1443
- # (ARNs) and AWS Service
1448
+ # (ARNs) and Amazon Web Services Service
1444
1449
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
1445
- # *AWS General Reference*.
1450
+ # *Amazon Web Services General Reference*.
1446
1451
  #
1447
1452
  # @option params [required, String] :account_id
1448
- # The identifier of the AWS account from which to list the assignments.
1453
+ # The identifier of the Amazon Web Services account from which to list
1454
+ # the assignments.
1449
1455
  #
1450
1456
  # @option params [String] :provisioning_status
1451
1457
  # The status object for the permission set provisioning operation.
@@ -1494,9 +1500,9 @@ module Aws::SSOAdmin
1494
1500
  # @option params [required, String] :instance_arn
1495
1501
  # The ARN of the SSO instance under which the operation will be
1496
1502
  # executed. For more information about ARNs, see [Amazon Resource Names
1497
- # (ARNs) and AWS Service
1503
+ # (ARNs) and Amazon Web Services Service
1498
1504
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
1499
- # *AWS General Reference*.
1505
+ # *Amazon Web Services General Reference*.
1500
1506
  #
1501
1507
  # @option params [required, String] :resource_arn
1502
1508
  # The ARN of the resource with the tags to be listed.
@@ -1542,16 +1548,16 @@ module Aws::SSOAdmin
1542
1548
  # @option params [required, String] :instance_arn
1543
1549
  # The ARN of the SSO instance under which the operation will be
1544
1550
  # executed. For more information about ARNs, see [Amazon Resource Names
1545
- # (ARNs) and AWS Service
1551
+ # (ARNs) and Amazon Web Services Service
1546
1552
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
1547
- # *AWS General Reference*.
1553
+ # *Amazon Web Services General Reference*.
1548
1554
  #
1549
1555
  # @option params [required, String] :permission_set_arn
1550
1556
  # The ARN of the permission set.
1551
1557
  #
1552
1558
  # @option params [String] :target_id
1553
- # TargetID is an AWS account identifier, typically a 10-12 digit string
1554
- # (For example, 123456789012).
1559
+ # TargetID is an Amazon Web Services account identifier, typically a
1560
+ # 10-12 digit string (For example, 123456789012).
1555
1561
  #
1556
1562
  # @option params [required, String] :target_type
1557
1563
  # The entity type for which the assignment will be created.
@@ -1599,9 +1605,9 @@ module Aws::SSOAdmin
1599
1605
  # @option params [required, String] :instance_arn
1600
1606
  # The ARN of the SSO instance under which the operation will be
1601
1607
  # executed. For more information about ARNs, see [Amazon Resource Names
1602
- # (ARNs) and AWS Service
1608
+ # (ARNs) and Amazon Web Services Service
1603
1609
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
1604
- # *AWS General Reference*.
1610
+ # *Amazon Web Services General Reference*.
1605
1611
  #
1606
1612
  # @option params [required, String] :permission_set_arn
1607
1613
  # The ARN of the permission set.
@@ -1633,9 +1639,9 @@ module Aws::SSOAdmin
1633
1639
  # @option params [required, String] :instance_arn
1634
1640
  # The ARN of the SSO instance under which the operation will be
1635
1641
  # executed. For more information about ARNs, see [Amazon Resource Names
1636
- # (ARNs) and AWS Service
1642
+ # (ARNs) and Amazon Web Services Service
1637
1643
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
1638
- # *AWS General Reference*.
1644
+ # *Amazon Web Services General Reference*.
1639
1645
  #
1640
1646
  # @option params [required, String] :resource_arn
1641
1647
  # The ARN of the resource with the tags to be listed.
@@ -1672,9 +1678,9 @@ module Aws::SSOAdmin
1672
1678
  # @option params [required, String] :instance_arn
1673
1679
  # The ARN of the SSO instance under which the operation will be
1674
1680
  # executed. For more information about ARNs, see [Amazon Resource Names
1675
- # (ARNs) and AWS Service
1681
+ # (ARNs) and Amazon Web Services Service
1676
1682
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
1677
- # *AWS General Reference*.
1683
+ # *Amazon Web Services General Reference*.
1678
1684
  #
1679
1685
  # @option params [required, String] :resource_arn
1680
1686
  # The ARN of the resource with the tags to be listed.
@@ -1701,16 +1707,17 @@ module Aws::SSOAdmin
1701
1707
  req.send_request(options)
1702
1708
  end
1703
1709
 
1704
- # Updates the AWS SSO identity store attributes to use with the AWS SSO
1705
- # instance for attributes-based access control (ABAC). When using an
1706
- # external identity provider as an identity source, you can pass
1707
- # attributes through the SAML assertion as an alternative to configuring
1708
- # attributes from the AWS SSO identity store. If a SAML assertion passes
1709
- # any of these attributes, AWS SSO will replace the attribute value with
1710
- # the value from the AWS SSO identity store. For more information about
1711
- # ABAC, see [Attribute-Based Access
1712
- # Control](/singlesignon/latest/userguide/abac.html) in the *AWS SSO
1713
- # User Guide*.
1710
+ # Updates the Amazon Web Services SSO identity store attributes that you
1711
+ # can use with the Amazon Web Services SSO instance for attributes-based
1712
+ # access control (ABAC). When using an external identity provider as an
1713
+ # identity source, you can pass attributes through the SAML assertion as
1714
+ # an alternative to configuring attributes from the Amazon Web Services
1715
+ # SSO identity store. If a SAML assertion passes any of these
1716
+ # attributes, Amazon Web Services SSO replaces the attribute value with
1717
+ # the value from the Amazon Web Services SSO identity store. For more
1718
+ # information about ABAC, see [Attribute-Based Access
1719
+ # Control](/singlesignon/latest/userguide/abac.html) in the *Amazon Web
1720
+ # Services SSO User Guide*.
1714
1721
  #
1715
1722
  # @option params [required, String] :instance_arn
1716
1723
  # The ARN of the SSO instance under which the operation will be
@@ -1751,9 +1758,9 @@ module Aws::SSOAdmin
1751
1758
  # @option params [required, String] :instance_arn
1752
1759
  # The ARN of the SSO instance under which the operation will be
1753
1760
  # executed. For more information about ARNs, see [Amazon Resource Names
1754
- # (ARNs) and AWS Service
1761
+ # (ARNs) and Amazon Web Services Service
1755
1762
  # Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
1756
- # *AWS General Reference*.
1763
+ # *Amazon Web Services General Reference*.
1757
1764
  #
1758
1765
  # @option params [required, String] :permission_set_arn
1759
1766
  # The ARN of the permission set.
@@ -1803,7 +1810,7 @@ module Aws::SSOAdmin
1803
1810
  params: params,
1804
1811
  config: config)
1805
1812
  context[:gem_name] = 'aws-sdk-ssoadmin'
1806
- context[:gem_version] = '1.7.0'
1813
+ context[:gem_version] = '1.8.0'
1807
1814
  Seahorse::Client::Request.new(handlers, context)
1808
1815
  end
1809
1816