aws-sdk-ssoadmin 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,907 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::SSOAdmin
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AccessDeniedExceptionMessage = Shapes::StringShape.new(name: 'AccessDeniedExceptionMessage')
18
+ AccountAssignment = Shapes::StructureShape.new(name: 'AccountAssignment')
19
+ AccountAssignmentList = Shapes::ListShape.new(name: 'AccountAssignmentList')
20
+ AccountAssignmentOperationStatus = Shapes::StructureShape.new(name: 'AccountAssignmentOperationStatus')
21
+ AccountAssignmentOperationStatusList = Shapes::ListShape.new(name: 'AccountAssignmentOperationStatusList')
22
+ AccountAssignmentOperationStatusMetadata = Shapes::StructureShape.new(name: 'AccountAssignmentOperationStatusMetadata')
23
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
24
+ AccountList = Shapes::ListShape.new(name: 'AccountList')
25
+ AttachManagedPolicyToPermissionSetRequest = Shapes::StructureShape.new(name: 'AttachManagedPolicyToPermissionSetRequest')
26
+ AttachManagedPolicyToPermissionSetResponse = Shapes::StructureShape.new(name: 'AttachManagedPolicyToPermissionSetResponse')
27
+ AttachedManagedPolicy = Shapes::StructureShape.new(name: 'AttachedManagedPolicy')
28
+ AttachedManagedPolicyList = Shapes::ListShape.new(name: 'AttachedManagedPolicyList')
29
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
30
+ ConflictExceptionMessage = Shapes::StringShape.new(name: 'ConflictExceptionMessage')
31
+ CreateAccountAssignmentRequest = Shapes::StructureShape.new(name: 'CreateAccountAssignmentRequest')
32
+ CreateAccountAssignmentResponse = Shapes::StructureShape.new(name: 'CreateAccountAssignmentResponse')
33
+ CreatePermissionSetRequest = Shapes::StructureShape.new(name: 'CreatePermissionSetRequest')
34
+ CreatePermissionSetResponse = Shapes::StructureShape.new(name: 'CreatePermissionSetResponse')
35
+ Date = Shapes::TimestampShape.new(name: 'Date')
36
+ DeleteAccountAssignmentRequest = Shapes::StructureShape.new(name: 'DeleteAccountAssignmentRequest')
37
+ DeleteAccountAssignmentResponse = Shapes::StructureShape.new(name: 'DeleteAccountAssignmentResponse')
38
+ DeleteInlinePolicyFromPermissionSetRequest = Shapes::StructureShape.new(name: 'DeleteInlinePolicyFromPermissionSetRequest')
39
+ DeleteInlinePolicyFromPermissionSetResponse = Shapes::StructureShape.new(name: 'DeleteInlinePolicyFromPermissionSetResponse')
40
+ DeletePermissionSetRequest = Shapes::StructureShape.new(name: 'DeletePermissionSetRequest')
41
+ DeletePermissionSetResponse = Shapes::StructureShape.new(name: 'DeletePermissionSetResponse')
42
+ DescribeAccountAssignmentCreationStatusRequest = Shapes::StructureShape.new(name: 'DescribeAccountAssignmentCreationStatusRequest')
43
+ DescribeAccountAssignmentCreationStatusResponse = Shapes::StructureShape.new(name: 'DescribeAccountAssignmentCreationStatusResponse')
44
+ DescribeAccountAssignmentDeletionStatusRequest = Shapes::StructureShape.new(name: 'DescribeAccountAssignmentDeletionStatusRequest')
45
+ DescribeAccountAssignmentDeletionStatusResponse = Shapes::StructureShape.new(name: 'DescribeAccountAssignmentDeletionStatusResponse')
46
+ DescribePermissionSetProvisioningStatusRequest = Shapes::StructureShape.new(name: 'DescribePermissionSetProvisioningStatusRequest')
47
+ DescribePermissionSetProvisioningStatusResponse = Shapes::StructureShape.new(name: 'DescribePermissionSetProvisioningStatusResponse')
48
+ DescribePermissionSetRequest = Shapes::StructureShape.new(name: 'DescribePermissionSetRequest')
49
+ DescribePermissionSetResponse = Shapes::StructureShape.new(name: 'DescribePermissionSetResponse')
50
+ DetachManagedPolicyFromPermissionSetRequest = Shapes::StructureShape.new(name: 'DetachManagedPolicyFromPermissionSetRequest')
51
+ DetachManagedPolicyFromPermissionSetResponse = Shapes::StructureShape.new(name: 'DetachManagedPolicyFromPermissionSetResponse')
52
+ Duration = Shapes::StringShape.new(name: 'Duration')
53
+ GeneralArn = Shapes::StringShape.new(name: 'GeneralArn')
54
+ GetInlinePolicyForPermissionSetRequest = Shapes::StructureShape.new(name: 'GetInlinePolicyForPermissionSetRequest')
55
+ GetInlinePolicyForPermissionSetResponse = Shapes::StructureShape.new(name: 'GetInlinePolicyForPermissionSetResponse')
56
+ Id = Shapes::StringShape.new(name: 'Id')
57
+ InstanceArn = Shapes::StringShape.new(name: 'InstanceArn')
58
+ InstanceList = Shapes::ListShape.new(name: 'InstanceList')
59
+ InstanceMetadata = Shapes::StructureShape.new(name: 'InstanceMetadata')
60
+ InternalFailureMessage = Shapes::StringShape.new(name: 'InternalFailureMessage')
61
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
62
+ ListAccountAssignmentCreationStatusRequest = Shapes::StructureShape.new(name: 'ListAccountAssignmentCreationStatusRequest')
63
+ ListAccountAssignmentCreationStatusResponse = Shapes::StructureShape.new(name: 'ListAccountAssignmentCreationStatusResponse')
64
+ ListAccountAssignmentDeletionStatusRequest = Shapes::StructureShape.new(name: 'ListAccountAssignmentDeletionStatusRequest')
65
+ ListAccountAssignmentDeletionStatusResponse = Shapes::StructureShape.new(name: 'ListAccountAssignmentDeletionStatusResponse')
66
+ ListAccountAssignmentsRequest = Shapes::StructureShape.new(name: 'ListAccountAssignmentsRequest')
67
+ ListAccountAssignmentsResponse = Shapes::StructureShape.new(name: 'ListAccountAssignmentsResponse')
68
+ ListAccountsForProvisionedPermissionSetRequest = Shapes::StructureShape.new(name: 'ListAccountsForProvisionedPermissionSetRequest')
69
+ ListAccountsForProvisionedPermissionSetResponse = Shapes::StructureShape.new(name: 'ListAccountsForProvisionedPermissionSetResponse')
70
+ ListInstancesRequest = Shapes::StructureShape.new(name: 'ListInstancesRequest')
71
+ ListInstancesResponse = Shapes::StructureShape.new(name: 'ListInstancesResponse')
72
+ ListManagedPoliciesInPermissionSetRequest = Shapes::StructureShape.new(name: 'ListManagedPoliciesInPermissionSetRequest')
73
+ ListManagedPoliciesInPermissionSetResponse = Shapes::StructureShape.new(name: 'ListManagedPoliciesInPermissionSetResponse')
74
+ ListPermissionSetProvisioningStatusRequest = Shapes::StructureShape.new(name: 'ListPermissionSetProvisioningStatusRequest')
75
+ ListPermissionSetProvisioningStatusResponse = Shapes::StructureShape.new(name: 'ListPermissionSetProvisioningStatusResponse')
76
+ ListPermissionSetsProvisionedToAccountRequest = Shapes::StructureShape.new(name: 'ListPermissionSetsProvisionedToAccountRequest')
77
+ ListPermissionSetsProvisionedToAccountResponse = Shapes::StructureShape.new(name: 'ListPermissionSetsProvisionedToAccountResponse')
78
+ ListPermissionSetsRequest = Shapes::StructureShape.new(name: 'ListPermissionSetsRequest')
79
+ ListPermissionSetsResponse = Shapes::StructureShape.new(name: 'ListPermissionSetsResponse')
80
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
81
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
82
+ ManagedPolicyArn = Shapes::StringShape.new(name: 'ManagedPolicyArn')
83
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
84
+ Name = Shapes::StringShape.new(name: 'Name')
85
+ OperationStatusFilter = Shapes::StructureShape.new(name: 'OperationStatusFilter')
86
+ PermissionSet = Shapes::StructureShape.new(name: 'PermissionSet')
87
+ PermissionSetArn = Shapes::StringShape.new(name: 'PermissionSetArn')
88
+ PermissionSetDescription = Shapes::StringShape.new(name: 'PermissionSetDescription')
89
+ PermissionSetList = Shapes::ListShape.new(name: 'PermissionSetList')
90
+ PermissionSetName = Shapes::StringShape.new(name: 'PermissionSetName')
91
+ PermissionSetPolicyDocument = Shapes::StringShape.new(name: 'PermissionSetPolicyDocument')
92
+ PermissionSetProvisioningStatus = Shapes::StructureShape.new(name: 'PermissionSetProvisioningStatus')
93
+ PermissionSetProvisioningStatusList = Shapes::ListShape.new(name: 'PermissionSetProvisioningStatusList')
94
+ PermissionSetProvisioningStatusMetadata = Shapes::StructureShape.new(name: 'PermissionSetProvisioningStatusMetadata')
95
+ PrincipalId = Shapes::StringShape.new(name: 'PrincipalId')
96
+ PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
97
+ ProvisionPermissionSetRequest = Shapes::StructureShape.new(name: 'ProvisionPermissionSetRequest')
98
+ ProvisionPermissionSetResponse = Shapes::StructureShape.new(name: 'ProvisionPermissionSetResponse')
99
+ ProvisionTargetType = Shapes::StringShape.new(name: 'ProvisionTargetType')
100
+ ProvisioningStatus = Shapes::StringShape.new(name: 'ProvisioningStatus')
101
+ PutInlinePolicyToPermissionSetRequest = Shapes::StructureShape.new(name: 'PutInlinePolicyToPermissionSetRequest')
102
+ PutInlinePolicyToPermissionSetResponse = Shapes::StructureShape.new(name: 'PutInlinePolicyToPermissionSetResponse')
103
+ Reason = Shapes::StringShape.new(name: 'Reason')
104
+ RelayState = Shapes::StringShape.new(name: 'RelayState')
105
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
106
+ ResourceNotFoundMessage = Shapes::StringShape.new(name: 'ResourceNotFoundMessage')
107
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
108
+ ServiceQuotaExceededMessage = Shapes::StringShape.new(name: 'ServiceQuotaExceededMessage')
109
+ StatusValues = Shapes::StringShape.new(name: 'StatusValues')
110
+ Tag = Shapes::StructureShape.new(name: 'Tag')
111
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
112
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
113
+ TagList = Shapes::ListShape.new(name: 'TagList')
114
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
115
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
116
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
117
+ TargetId = Shapes::StringShape.new(name: 'TargetId')
118
+ TargetType = Shapes::StringShape.new(name: 'TargetType')
119
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
120
+ ThrottlingExceptionMessage = Shapes::StringShape.new(name: 'ThrottlingExceptionMessage')
121
+ Token = Shapes::StringShape.new(name: 'Token')
122
+ UUId = Shapes::StringShape.new(name: 'UUId')
123
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
124
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
125
+ UpdatePermissionSetRequest = Shapes::StructureShape.new(name: 'UpdatePermissionSetRequest')
126
+ UpdatePermissionSetResponse = Shapes::StructureShape.new(name: 'UpdatePermissionSetResponse')
127
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
128
+ ValidationExceptionMessage = Shapes::StringShape.new(name: 'ValidationExceptionMessage')
129
+
130
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: AccessDeniedExceptionMessage, location_name: "Message"))
131
+ AccessDeniedException.struct_class = Types::AccessDeniedException
132
+
133
+ AccountAssignment.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
134
+ AccountAssignment.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, location_name: "PermissionSetArn"))
135
+ AccountAssignment.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "PrincipalType"))
136
+ AccountAssignment.add_member(:principal_id, Shapes::ShapeRef.new(shape: PrincipalId, location_name: "PrincipalId"))
137
+ AccountAssignment.struct_class = Types::AccountAssignment
138
+
139
+ AccountAssignmentList.member = Shapes::ShapeRef.new(shape: AccountAssignment)
140
+
141
+ AccountAssignmentOperationStatus.add_member(:status, Shapes::ShapeRef.new(shape: StatusValues, location_name: "Status"))
142
+ AccountAssignmentOperationStatus.add_member(:request_id, Shapes::ShapeRef.new(shape: UUId, location_name: "RequestId"))
143
+ AccountAssignmentOperationStatus.add_member(:failure_reason, Shapes::ShapeRef.new(shape: Reason, location_name: "FailureReason"))
144
+ AccountAssignmentOperationStatus.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, location_name: "TargetId"))
145
+ AccountAssignmentOperationStatus.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, location_name: "TargetType"))
146
+ AccountAssignmentOperationStatus.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, location_name: "PermissionSetArn"))
147
+ AccountAssignmentOperationStatus.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "PrincipalType"))
148
+ AccountAssignmentOperationStatus.add_member(:principal_id, Shapes::ShapeRef.new(shape: PrincipalId, location_name: "PrincipalId"))
149
+ AccountAssignmentOperationStatus.add_member(:created_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedDate"))
150
+ AccountAssignmentOperationStatus.struct_class = Types::AccountAssignmentOperationStatus
151
+
152
+ AccountAssignmentOperationStatusList.member = Shapes::ShapeRef.new(shape: AccountAssignmentOperationStatusMetadata)
153
+
154
+ AccountAssignmentOperationStatusMetadata.add_member(:status, Shapes::ShapeRef.new(shape: StatusValues, location_name: "Status"))
155
+ AccountAssignmentOperationStatusMetadata.add_member(:request_id, Shapes::ShapeRef.new(shape: UUId, location_name: "RequestId"))
156
+ AccountAssignmentOperationStatusMetadata.add_member(:created_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedDate"))
157
+ AccountAssignmentOperationStatusMetadata.struct_class = Types::AccountAssignmentOperationStatusMetadata
158
+
159
+ AccountList.member = Shapes::ShapeRef.new(shape: AccountId)
160
+
161
+ AttachManagedPolicyToPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
162
+ AttachManagedPolicyToPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
163
+ AttachManagedPolicyToPermissionSetRequest.add_member(:managed_policy_arn, Shapes::ShapeRef.new(shape: ManagedPolicyArn, required: true, location_name: "ManagedPolicyArn"))
164
+ AttachManagedPolicyToPermissionSetRequest.struct_class = Types::AttachManagedPolicyToPermissionSetRequest
165
+
166
+ AttachManagedPolicyToPermissionSetResponse.struct_class = Types::AttachManagedPolicyToPermissionSetResponse
167
+
168
+ AttachedManagedPolicy.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
169
+ AttachedManagedPolicy.add_member(:arn, Shapes::ShapeRef.new(shape: ManagedPolicyArn, location_name: "Arn"))
170
+ AttachedManagedPolicy.struct_class = Types::AttachedManagedPolicy
171
+
172
+ AttachedManagedPolicyList.member = Shapes::ShapeRef.new(shape: AttachedManagedPolicy)
173
+
174
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ConflictExceptionMessage, location_name: "Message"))
175
+ ConflictException.struct_class = Types::ConflictException
176
+
177
+ CreateAccountAssignmentRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
178
+ CreateAccountAssignmentRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "TargetId"))
179
+ CreateAccountAssignmentRequest.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, required: true, location_name: "TargetType"))
180
+ CreateAccountAssignmentRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
181
+ CreateAccountAssignmentRequest.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "PrincipalType"))
182
+ CreateAccountAssignmentRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: PrincipalId, required: true, location_name: "PrincipalId"))
183
+ CreateAccountAssignmentRequest.struct_class = Types::CreateAccountAssignmentRequest
184
+
185
+ CreateAccountAssignmentResponse.add_member(:account_assignment_creation_status, Shapes::ShapeRef.new(shape: AccountAssignmentOperationStatus, location_name: "AccountAssignmentCreationStatus"))
186
+ CreateAccountAssignmentResponse.struct_class = Types::CreateAccountAssignmentResponse
187
+
188
+ CreatePermissionSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: PermissionSetName, required: true, location_name: "Name"))
189
+ CreatePermissionSetRequest.add_member(:description, Shapes::ShapeRef.new(shape: PermissionSetDescription, location_name: "Description"))
190
+ CreatePermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
191
+ CreatePermissionSetRequest.add_member(:session_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "SessionDuration"))
192
+ CreatePermissionSetRequest.add_member(:relay_state, Shapes::ShapeRef.new(shape: RelayState, location_name: "RelayState"))
193
+ CreatePermissionSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
194
+ CreatePermissionSetRequest.struct_class = Types::CreatePermissionSetRequest
195
+
196
+ CreatePermissionSetResponse.add_member(:permission_set, Shapes::ShapeRef.new(shape: PermissionSet, location_name: "PermissionSet"))
197
+ CreatePermissionSetResponse.struct_class = Types::CreatePermissionSetResponse
198
+
199
+ DeleteAccountAssignmentRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
200
+ DeleteAccountAssignmentRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "TargetId"))
201
+ DeleteAccountAssignmentRequest.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, required: true, location_name: "TargetType"))
202
+ DeleteAccountAssignmentRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
203
+ DeleteAccountAssignmentRequest.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "PrincipalType"))
204
+ DeleteAccountAssignmentRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: PrincipalId, required: true, location_name: "PrincipalId"))
205
+ DeleteAccountAssignmentRequest.struct_class = Types::DeleteAccountAssignmentRequest
206
+
207
+ DeleteAccountAssignmentResponse.add_member(:account_assignment_deletion_status, Shapes::ShapeRef.new(shape: AccountAssignmentOperationStatus, location_name: "AccountAssignmentDeletionStatus"))
208
+ DeleteAccountAssignmentResponse.struct_class = Types::DeleteAccountAssignmentResponse
209
+
210
+ DeleteInlinePolicyFromPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
211
+ DeleteInlinePolicyFromPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
212
+ DeleteInlinePolicyFromPermissionSetRequest.struct_class = Types::DeleteInlinePolicyFromPermissionSetRequest
213
+
214
+ DeleteInlinePolicyFromPermissionSetResponse.struct_class = Types::DeleteInlinePolicyFromPermissionSetResponse
215
+
216
+ DeletePermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
217
+ DeletePermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
218
+ DeletePermissionSetRequest.struct_class = Types::DeletePermissionSetRequest
219
+
220
+ DeletePermissionSetResponse.struct_class = Types::DeletePermissionSetResponse
221
+
222
+ DescribeAccountAssignmentCreationStatusRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
223
+ DescribeAccountAssignmentCreationStatusRequest.add_member(:account_assignment_creation_request_id, Shapes::ShapeRef.new(shape: UUId, required: true, location_name: "AccountAssignmentCreationRequestId"))
224
+ DescribeAccountAssignmentCreationStatusRequest.struct_class = Types::DescribeAccountAssignmentCreationStatusRequest
225
+
226
+ DescribeAccountAssignmentCreationStatusResponse.add_member(:account_assignment_creation_status, Shapes::ShapeRef.new(shape: AccountAssignmentOperationStatus, location_name: "AccountAssignmentCreationStatus"))
227
+ DescribeAccountAssignmentCreationStatusResponse.struct_class = Types::DescribeAccountAssignmentCreationStatusResponse
228
+
229
+ DescribeAccountAssignmentDeletionStatusRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
230
+ DescribeAccountAssignmentDeletionStatusRequest.add_member(:account_assignment_deletion_request_id, Shapes::ShapeRef.new(shape: UUId, required: true, location_name: "AccountAssignmentDeletionRequestId"))
231
+ DescribeAccountAssignmentDeletionStatusRequest.struct_class = Types::DescribeAccountAssignmentDeletionStatusRequest
232
+
233
+ DescribeAccountAssignmentDeletionStatusResponse.add_member(:account_assignment_deletion_status, Shapes::ShapeRef.new(shape: AccountAssignmentOperationStatus, location_name: "AccountAssignmentDeletionStatus"))
234
+ DescribeAccountAssignmentDeletionStatusResponse.struct_class = Types::DescribeAccountAssignmentDeletionStatusResponse
235
+
236
+ DescribePermissionSetProvisioningStatusRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
237
+ DescribePermissionSetProvisioningStatusRequest.add_member(:provision_permission_set_request_id, Shapes::ShapeRef.new(shape: UUId, required: true, location_name: "ProvisionPermissionSetRequestId"))
238
+ DescribePermissionSetProvisioningStatusRequest.struct_class = Types::DescribePermissionSetProvisioningStatusRequest
239
+
240
+ DescribePermissionSetProvisioningStatusResponse.add_member(:permission_set_provisioning_status, Shapes::ShapeRef.new(shape: PermissionSetProvisioningStatus, location_name: "PermissionSetProvisioningStatus"))
241
+ DescribePermissionSetProvisioningStatusResponse.struct_class = Types::DescribePermissionSetProvisioningStatusResponse
242
+
243
+ DescribePermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
244
+ DescribePermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
245
+ DescribePermissionSetRequest.struct_class = Types::DescribePermissionSetRequest
246
+
247
+ DescribePermissionSetResponse.add_member(:permission_set, Shapes::ShapeRef.new(shape: PermissionSet, location_name: "PermissionSet"))
248
+ DescribePermissionSetResponse.struct_class = Types::DescribePermissionSetResponse
249
+
250
+ DetachManagedPolicyFromPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
251
+ DetachManagedPolicyFromPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
252
+ DetachManagedPolicyFromPermissionSetRequest.add_member(:managed_policy_arn, Shapes::ShapeRef.new(shape: ManagedPolicyArn, required: true, location_name: "ManagedPolicyArn"))
253
+ DetachManagedPolicyFromPermissionSetRequest.struct_class = Types::DetachManagedPolicyFromPermissionSetRequest
254
+
255
+ DetachManagedPolicyFromPermissionSetResponse.struct_class = Types::DetachManagedPolicyFromPermissionSetResponse
256
+
257
+ GetInlinePolicyForPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
258
+ GetInlinePolicyForPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
259
+ GetInlinePolicyForPermissionSetRequest.struct_class = Types::GetInlinePolicyForPermissionSetRequest
260
+
261
+ GetInlinePolicyForPermissionSetResponse.add_member(:inline_policy, Shapes::ShapeRef.new(shape: PermissionSetPolicyDocument, location_name: "InlinePolicy"))
262
+ GetInlinePolicyForPermissionSetResponse.struct_class = Types::GetInlinePolicyForPermissionSetResponse
263
+
264
+ InstanceList.member = Shapes::ShapeRef.new(shape: InstanceMetadata)
265
+
266
+ InstanceMetadata.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, location_name: "InstanceArn"))
267
+ InstanceMetadata.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: Id, location_name: "IdentityStoreId"))
268
+ InstanceMetadata.struct_class = Types::InstanceMetadata
269
+
270
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: InternalFailureMessage, location_name: "Message"))
271
+ InternalServerException.struct_class = Types::InternalServerException
272
+
273
+ ListAccountAssignmentCreationStatusRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
274
+ ListAccountAssignmentCreationStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
275
+ ListAccountAssignmentCreationStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
276
+ ListAccountAssignmentCreationStatusRequest.add_member(:filter, Shapes::ShapeRef.new(shape: OperationStatusFilter, location_name: "Filter"))
277
+ ListAccountAssignmentCreationStatusRequest.struct_class = Types::ListAccountAssignmentCreationStatusRequest
278
+
279
+ ListAccountAssignmentCreationStatusResponse.add_member(:account_assignments_creation_status, Shapes::ShapeRef.new(shape: AccountAssignmentOperationStatusList, location_name: "AccountAssignmentsCreationStatus"))
280
+ ListAccountAssignmentCreationStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
281
+ ListAccountAssignmentCreationStatusResponse.struct_class = Types::ListAccountAssignmentCreationStatusResponse
282
+
283
+ ListAccountAssignmentDeletionStatusRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
284
+ ListAccountAssignmentDeletionStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
285
+ ListAccountAssignmentDeletionStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
286
+ ListAccountAssignmentDeletionStatusRequest.add_member(:filter, Shapes::ShapeRef.new(shape: OperationStatusFilter, location_name: "Filter"))
287
+ ListAccountAssignmentDeletionStatusRequest.struct_class = Types::ListAccountAssignmentDeletionStatusRequest
288
+
289
+ ListAccountAssignmentDeletionStatusResponse.add_member(:account_assignments_deletion_status, Shapes::ShapeRef.new(shape: AccountAssignmentOperationStatusList, location_name: "AccountAssignmentsDeletionStatus"))
290
+ ListAccountAssignmentDeletionStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
291
+ ListAccountAssignmentDeletionStatusResponse.struct_class = Types::ListAccountAssignmentDeletionStatusResponse
292
+
293
+ ListAccountAssignmentsRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
294
+ ListAccountAssignmentsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "AccountId"))
295
+ ListAccountAssignmentsRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
296
+ ListAccountAssignmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
297
+ ListAccountAssignmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
298
+ ListAccountAssignmentsRequest.struct_class = Types::ListAccountAssignmentsRequest
299
+
300
+ ListAccountAssignmentsResponse.add_member(:account_assignments, Shapes::ShapeRef.new(shape: AccountAssignmentList, location_name: "AccountAssignments"))
301
+ ListAccountAssignmentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
302
+ ListAccountAssignmentsResponse.struct_class = Types::ListAccountAssignmentsResponse
303
+
304
+ ListAccountsForProvisionedPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
305
+ ListAccountsForProvisionedPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
306
+ ListAccountsForProvisionedPermissionSetRequest.add_member(:provisioning_status, Shapes::ShapeRef.new(shape: ProvisioningStatus, location_name: "ProvisioningStatus"))
307
+ ListAccountsForProvisionedPermissionSetRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
308
+ ListAccountsForProvisionedPermissionSetRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
309
+ ListAccountsForProvisionedPermissionSetRequest.struct_class = Types::ListAccountsForProvisionedPermissionSetRequest
310
+
311
+ ListAccountsForProvisionedPermissionSetResponse.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountList, location_name: "AccountIds"))
312
+ ListAccountsForProvisionedPermissionSetResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
313
+ ListAccountsForProvisionedPermissionSetResponse.struct_class = Types::ListAccountsForProvisionedPermissionSetResponse
314
+
315
+ ListInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
316
+ ListInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
317
+ ListInstancesRequest.struct_class = Types::ListInstancesRequest
318
+
319
+ ListInstancesResponse.add_member(:instances, Shapes::ShapeRef.new(shape: InstanceList, location_name: "Instances"))
320
+ ListInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
321
+ ListInstancesResponse.struct_class = Types::ListInstancesResponse
322
+
323
+ ListManagedPoliciesInPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
324
+ ListManagedPoliciesInPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
325
+ ListManagedPoliciesInPermissionSetRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
326
+ ListManagedPoliciesInPermissionSetRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
327
+ ListManagedPoliciesInPermissionSetRequest.struct_class = Types::ListManagedPoliciesInPermissionSetRequest
328
+
329
+ ListManagedPoliciesInPermissionSetResponse.add_member(:attached_managed_policies, Shapes::ShapeRef.new(shape: AttachedManagedPolicyList, location_name: "AttachedManagedPolicies"))
330
+ ListManagedPoliciesInPermissionSetResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
331
+ ListManagedPoliciesInPermissionSetResponse.struct_class = Types::ListManagedPoliciesInPermissionSetResponse
332
+
333
+ ListPermissionSetProvisioningStatusRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
334
+ ListPermissionSetProvisioningStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
335
+ ListPermissionSetProvisioningStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
336
+ ListPermissionSetProvisioningStatusRequest.add_member(:filter, Shapes::ShapeRef.new(shape: OperationStatusFilter, location_name: "Filter"))
337
+ ListPermissionSetProvisioningStatusRequest.struct_class = Types::ListPermissionSetProvisioningStatusRequest
338
+
339
+ ListPermissionSetProvisioningStatusResponse.add_member(:permission_sets_provisioning_status, Shapes::ShapeRef.new(shape: PermissionSetProvisioningStatusList, location_name: "PermissionSetsProvisioningStatus"))
340
+ ListPermissionSetProvisioningStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
341
+ ListPermissionSetProvisioningStatusResponse.struct_class = Types::ListPermissionSetProvisioningStatusResponse
342
+
343
+ ListPermissionSetsProvisionedToAccountRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
344
+ ListPermissionSetsProvisionedToAccountRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "AccountId"))
345
+ ListPermissionSetsProvisionedToAccountRequest.add_member(:provisioning_status, Shapes::ShapeRef.new(shape: ProvisioningStatus, location_name: "ProvisioningStatus"))
346
+ ListPermissionSetsProvisionedToAccountRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
347
+ ListPermissionSetsProvisionedToAccountRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
348
+ ListPermissionSetsProvisionedToAccountRequest.struct_class = Types::ListPermissionSetsProvisionedToAccountRequest
349
+
350
+ ListPermissionSetsProvisionedToAccountResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
351
+ ListPermissionSetsProvisionedToAccountResponse.add_member(:permission_sets, Shapes::ShapeRef.new(shape: PermissionSetList, location_name: "PermissionSets"))
352
+ ListPermissionSetsProvisionedToAccountResponse.struct_class = Types::ListPermissionSetsProvisionedToAccountResponse
353
+
354
+ ListPermissionSetsRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
355
+ ListPermissionSetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
356
+ ListPermissionSetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
357
+ ListPermissionSetsRequest.struct_class = Types::ListPermissionSetsRequest
358
+
359
+ ListPermissionSetsResponse.add_member(:permission_sets, Shapes::ShapeRef.new(shape: PermissionSetList, location_name: "PermissionSets"))
360
+ ListPermissionSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
361
+ ListPermissionSetsResponse.struct_class = Types::ListPermissionSetsResponse
362
+
363
+ ListTagsForResourceRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
364
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GeneralArn, required: true, location_name: "ResourceArn"))
365
+ ListTagsForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
366
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
367
+
368
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
369
+ ListTagsForResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
370
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
371
+
372
+ OperationStatusFilter.add_member(:status, Shapes::ShapeRef.new(shape: StatusValues, location_name: "Status"))
373
+ OperationStatusFilter.struct_class = Types::OperationStatusFilter
374
+
375
+ PermissionSet.add_member(:name, Shapes::ShapeRef.new(shape: PermissionSetName, location_name: "Name"))
376
+ PermissionSet.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, location_name: "PermissionSetArn"))
377
+ PermissionSet.add_member(:description, Shapes::ShapeRef.new(shape: PermissionSetDescription, location_name: "Description"))
378
+ PermissionSet.add_member(:created_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedDate"))
379
+ PermissionSet.add_member(:session_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "SessionDuration"))
380
+ PermissionSet.add_member(:relay_state, Shapes::ShapeRef.new(shape: RelayState, location_name: "RelayState"))
381
+ PermissionSet.struct_class = Types::PermissionSet
382
+
383
+ PermissionSetList.member = Shapes::ShapeRef.new(shape: PermissionSetArn)
384
+
385
+ PermissionSetProvisioningStatus.add_member(:status, Shapes::ShapeRef.new(shape: StatusValues, location_name: "Status"))
386
+ PermissionSetProvisioningStatus.add_member(:request_id, Shapes::ShapeRef.new(shape: UUId, location_name: "RequestId"))
387
+ PermissionSetProvisioningStatus.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
388
+ PermissionSetProvisioningStatus.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, location_name: "PermissionSetArn"))
389
+ PermissionSetProvisioningStatus.add_member(:failure_reason, Shapes::ShapeRef.new(shape: Reason, location_name: "FailureReason"))
390
+ PermissionSetProvisioningStatus.add_member(:created_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedDate"))
391
+ PermissionSetProvisioningStatus.struct_class = Types::PermissionSetProvisioningStatus
392
+
393
+ PermissionSetProvisioningStatusList.member = Shapes::ShapeRef.new(shape: PermissionSetProvisioningStatusMetadata)
394
+
395
+ PermissionSetProvisioningStatusMetadata.add_member(:status, Shapes::ShapeRef.new(shape: StatusValues, location_name: "Status"))
396
+ PermissionSetProvisioningStatusMetadata.add_member(:request_id, Shapes::ShapeRef.new(shape: UUId, location_name: "RequestId"))
397
+ PermissionSetProvisioningStatusMetadata.add_member(:created_date, Shapes::ShapeRef.new(shape: Date, location_name: "CreatedDate"))
398
+ PermissionSetProvisioningStatusMetadata.struct_class = Types::PermissionSetProvisioningStatusMetadata
399
+
400
+ ProvisionPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
401
+ ProvisionPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
402
+ ProvisionPermissionSetRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, location_name: "TargetId"))
403
+ ProvisionPermissionSetRequest.add_member(:target_type, Shapes::ShapeRef.new(shape: ProvisionTargetType, required: true, location_name: "TargetType"))
404
+ ProvisionPermissionSetRequest.struct_class = Types::ProvisionPermissionSetRequest
405
+
406
+ ProvisionPermissionSetResponse.add_member(:permission_set_provisioning_status, Shapes::ShapeRef.new(shape: PermissionSetProvisioningStatus, location_name: "PermissionSetProvisioningStatus"))
407
+ ProvisionPermissionSetResponse.struct_class = Types::ProvisionPermissionSetResponse
408
+
409
+ PutInlinePolicyToPermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
410
+ PutInlinePolicyToPermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
411
+ PutInlinePolicyToPermissionSetRequest.add_member(:inline_policy, Shapes::ShapeRef.new(shape: PermissionSetPolicyDocument, required: true, location_name: "InlinePolicy"))
412
+ PutInlinePolicyToPermissionSetRequest.struct_class = Types::PutInlinePolicyToPermissionSetRequest
413
+
414
+ PutInlinePolicyToPermissionSetResponse.struct_class = Types::PutInlinePolicyToPermissionSetResponse
415
+
416
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ResourceNotFoundMessage, location_name: "Message"))
417
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
418
+
419
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ServiceQuotaExceededMessage, location_name: "Message"))
420
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
421
+
422
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
423
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
424
+ Tag.struct_class = Types::Tag
425
+
426
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
427
+
428
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
429
+
430
+ TagResourceRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
431
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GeneralArn, required: true, location_name: "ResourceArn"))
432
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
433
+ TagResourceRequest.struct_class = Types::TagResourceRequest
434
+
435
+ TagResourceResponse.struct_class = Types::TagResourceResponse
436
+
437
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ThrottlingExceptionMessage, location_name: "Message"))
438
+ ThrottlingException.struct_class = Types::ThrottlingException
439
+
440
+ UntagResourceRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
441
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GeneralArn, required: true, location_name: "ResourceArn"))
442
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
443
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
444
+
445
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
446
+
447
+ UpdatePermissionSetRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: InstanceArn, required: true, location_name: "InstanceArn"))
448
+ UpdatePermissionSetRequest.add_member(:permission_set_arn, Shapes::ShapeRef.new(shape: PermissionSetArn, required: true, location_name: "PermissionSetArn"))
449
+ UpdatePermissionSetRequest.add_member(:description, Shapes::ShapeRef.new(shape: PermissionSetDescription, location_name: "Description"))
450
+ UpdatePermissionSetRequest.add_member(:session_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "SessionDuration"))
451
+ UpdatePermissionSetRequest.add_member(:relay_state, Shapes::ShapeRef.new(shape: RelayState, location_name: "RelayState"))
452
+ UpdatePermissionSetRequest.struct_class = Types::UpdatePermissionSetRequest
453
+
454
+ UpdatePermissionSetResponse.struct_class = Types::UpdatePermissionSetResponse
455
+
456
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ValidationExceptionMessage, location_name: "Message"))
457
+ ValidationException.struct_class = Types::ValidationException
458
+
459
+
460
+ # @api private
461
+ API = Seahorse::Model::Api.new.tap do |api|
462
+
463
+ api.version = "2020-07-20"
464
+
465
+ api.metadata = {
466
+ "apiVersion" => "2020-07-20",
467
+ "endpointPrefix" => "sso",
468
+ "jsonVersion" => "1.1",
469
+ "protocol" => "json",
470
+ "serviceAbbreviation" => "SSO Admin",
471
+ "serviceFullName" => "AWS Single Sign-On Admin",
472
+ "serviceId" => "SSO Admin",
473
+ "signatureVersion" => "v4",
474
+ "signingName" => "sso",
475
+ "targetPrefix" => "SWBExternalService",
476
+ "uid" => "sso-admin-2020-07-20",
477
+ }
478
+
479
+ api.add_operation(:attach_managed_policy_to_permission_set, Seahorse::Model::Operation.new.tap do |o|
480
+ o.name = "AttachManagedPolicyToPermissionSet"
481
+ o.http_method = "POST"
482
+ o.http_request_uri = "/"
483
+ o.input = Shapes::ShapeRef.new(shape: AttachManagedPolicyToPermissionSetRequest)
484
+ o.output = Shapes::ShapeRef.new(shape: AttachManagedPolicyToPermissionSetResponse)
485
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
486
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
487
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
488
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
489
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
490
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
491
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
492
+ end)
493
+
494
+ api.add_operation(:create_account_assignment, Seahorse::Model::Operation.new.tap do |o|
495
+ o.name = "CreateAccountAssignment"
496
+ o.http_method = "POST"
497
+ o.http_request_uri = "/"
498
+ o.input = Shapes::ShapeRef.new(shape: CreateAccountAssignmentRequest)
499
+ o.output = Shapes::ShapeRef.new(shape: CreateAccountAssignmentResponse)
500
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
501
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
502
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
503
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
504
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
505
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
506
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
507
+ end)
508
+
509
+ api.add_operation(:create_permission_set, Seahorse::Model::Operation.new.tap do |o|
510
+ o.name = "CreatePermissionSet"
511
+ o.http_method = "POST"
512
+ o.http_request_uri = "/"
513
+ o.input = Shapes::ShapeRef.new(shape: CreatePermissionSetRequest)
514
+ o.output = Shapes::ShapeRef.new(shape: CreatePermissionSetResponse)
515
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
516
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
517
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
518
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
519
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
520
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
521
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
522
+ end)
523
+
524
+ api.add_operation(:delete_account_assignment, Seahorse::Model::Operation.new.tap do |o|
525
+ o.name = "DeleteAccountAssignment"
526
+ o.http_method = "POST"
527
+ o.http_request_uri = "/"
528
+ o.input = Shapes::ShapeRef.new(shape: DeleteAccountAssignmentRequest)
529
+ o.output = Shapes::ShapeRef.new(shape: DeleteAccountAssignmentResponse)
530
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
531
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
532
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
533
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
534
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
535
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
536
+ end)
537
+
538
+ api.add_operation(:delete_inline_policy_from_permission_set, Seahorse::Model::Operation.new.tap do |o|
539
+ o.name = "DeleteInlinePolicyFromPermissionSet"
540
+ o.http_method = "POST"
541
+ o.http_request_uri = "/"
542
+ o.input = Shapes::ShapeRef.new(shape: DeleteInlinePolicyFromPermissionSetRequest)
543
+ o.output = Shapes::ShapeRef.new(shape: DeleteInlinePolicyFromPermissionSetResponse)
544
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
545
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
546
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
547
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
548
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
549
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
550
+ end)
551
+
552
+ api.add_operation(:delete_permission_set, Seahorse::Model::Operation.new.tap do |o|
553
+ o.name = "DeletePermissionSet"
554
+ o.http_method = "POST"
555
+ o.http_request_uri = "/"
556
+ o.input = Shapes::ShapeRef.new(shape: DeletePermissionSetRequest)
557
+ o.output = Shapes::ShapeRef.new(shape: DeletePermissionSetResponse)
558
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
559
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
560
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
561
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
562
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
563
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
564
+ end)
565
+
566
+ api.add_operation(:describe_account_assignment_creation_status, Seahorse::Model::Operation.new.tap do |o|
567
+ o.name = "DescribeAccountAssignmentCreationStatus"
568
+ o.http_method = "POST"
569
+ o.http_request_uri = "/"
570
+ o.input = Shapes::ShapeRef.new(shape: DescribeAccountAssignmentCreationStatusRequest)
571
+ o.output = Shapes::ShapeRef.new(shape: DescribeAccountAssignmentCreationStatusResponse)
572
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
573
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
574
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
575
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
576
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
577
+ end)
578
+
579
+ api.add_operation(:describe_account_assignment_deletion_status, Seahorse::Model::Operation.new.tap do |o|
580
+ o.name = "DescribeAccountAssignmentDeletionStatus"
581
+ o.http_method = "POST"
582
+ o.http_request_uri = "/"
583
+ o.input = Shapes::ShapeRef.new(shape: DescribeAccountAssignmentDeletionStatusRequest)
584
+ o.output = Shapes::ShapeRef.new(shape: DescribeAccountAssignmentDeletionStatusResponse)
585
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
586
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
587
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
588
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
589
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
590
+ end)
591
+
592
+ api.add_operation(:describe_permission_set, Seahorse::Model::Operation.new.tap do |o|
593
+ o.name = "DescribePermissionSet"
594
+ o.http_method = "POST"
595
+ o.http_request_uri = "/"
596
+ o.input = Shapes::ShapeRef.new(shape: DescribePermissionSetRequest)
597
+ o.output = Shapes::ShapeRef.new(shape: DescribePermissionSetResponse)
598
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
599
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
600
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
601
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
602
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
603
+ end)
604
+
605
+ api.add_operation(:describe_permission_set_provisioning_status, Seahorse::Model::Operation.new.tap do |o|
606
+ o.name = "DescribePermissionSetProvisioningStatus"
607
+ o.http_method = "POST"
608
+ o.http_request_uri = "/"
609
+ o.input = Shapes::ShapeRef.new(shape: DescribePermissionSetProvisioningStatusRequest)
610
+ o.output = Shapes::ShapeRef.new(shape: DescribePermissionSetProvisioningStatusResponse)
611
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
612
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
613
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
614
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
615
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
616
+ end)
617
+
618
+ api.add_operation(:detach_managed_policy_from_permission_set, Seahorse::Model::Operation.new.tap do |o|
619
+ o.name = "DetachManagedPolicyFromPermissionSet"
620
+ o.http_method = "POST"
621
+ o.http_request_uri = "/"
622
+ o.input = Shapes::ShapeRef.new(shape: DetachManagedPolicyFromPermissionSetRequest)
623
+ o.output = Shapes::ShapeRef.new(shape: DetachManagedPolicyFromPermissionSetResponse)
624
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
625
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
626
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
627
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
628
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
629
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
630
+ end)
631
+
632
+ api.add_operation(:get_inline_policy_for_permission_set, Seahorse::Model::Operation.new.tap do |o|
633
+ o.name = "GetInlinePolicyForPermissionSet"
634
+ o.http_method = "POST"
635
+ o.http_request_uri = "/"
636
+ o.input = Shapes::ShapeRef.new(shape: GetInlinePolicyForPermissionSetRequest)
637
+ o.output = Shapes::ShapeRef.new(shape: GetInlinePolicyForPermissionSetResponse)
638
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
639
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
640
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
641
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
642
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
643
+ end)
644
+
645
+ api.add_operation(:list_account_assignment_creation_status, Seahorse::Model::Operation.new.tap do |o|
646
+ o.name = "ListAccountAssignmentCreationStatus"
647
+ o.http_method = "POST"
648
+ o.http_request_uri = "/"
649
+ o.input = Shapes::ShapeRef.new(shape: ListAccountAssignmentCreationStatusRequest)
650
+ o.output = Shapes::ShapeRef.new(shape: ListAccountAssignmentCreationStatusResponse)
651
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
652
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
653
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
654
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
655
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
656
+ o[:pager] = Aws::Pager.new(
657
+ limit_key: "max_results",
658
+ tokens: {
659
+ "next_token" => "next_token"
660
+ }
661
+ )
662
+ end)
663
+
664
+ api.add_operation(:list_account_assignment_deletion_status, Seahorse::Model::Operation.new.tap do |o|
665
+ o.name = "ListAccountAssignmentDeletionStatus"
666
+ o.http_method = "POST"
667
+ o.http_request_uri = "/"
668
+ o.input = Shapes::ShapeRef.new(shape: ListAccountAssignmentDeletionStatusRequest)
669
+ o.output = Shapes::ShapeRef.new(shape: ListAccountAssignmentDeletionStatusResponse)
670
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
671
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
672
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
673
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
674
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
675
+ o[:pager] = Aws::Pager.new(
676
+ limit_key: "max_results",
677
+ tokens: {
678
+ "next_token" => "next_token"
679
+ }
680
+ )
681
+ end)
682
+
683
+ api.add_operation(:list_account_assignments, Seahorse::Model::Operation.new.tap do |o|
684
+ o.name = "ListAccountAssignments"
685
+ o.http_method = "POST"
686
+ o.http_request_uri = "/"
687
+ o.input = Shapes::ShapeRef.new(shape: ListAccountAssignmentsRequest)
688
+ o.output = Shapes::ShapeRef.new(shape: ListAccountAssignmentsResponse)
689
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
690
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
691
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
692
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
693
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
694
+ o[:pager] = Aws::Pager.new(
695
+ limit_key: "max_results",
696
+ tokens: {
697
+ "next_token" => "next_token"
698
+ }
699
+ )
700
+ end)
701
+
702
+ api.add_operation(:list_accounts_for_provisioned_permission_set, Seahorse::Model::Operation.new.tap do |o|
703
+ o.name = "ListAccountsForProvisionedPermissionSet"
704
+ o.http_method = "POST"
705
+ o.http_request_uri = "/"
706
+ o.input = Shapes::ShapeRef.new(shape: ListAccountsForProvisionedPermissionSetRequest)
707
+ o.output = Shapes::ShapeRef.new(shape: ListAccountsForProvisionedPermissionSetResponse)
708
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
709
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
710
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
711
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
712
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
713
+ o[:pager] = Aws::Pager.new(
714
+ limit_key: "max_results",
715
+ tokens: {
716
+ "next_token" => "next_token"
717
+ }
718
+ )
719
+ end)
720
+
721
+ api.add_operation(:list_instances, Seahorse::Model::Operation.new.tap do |o|
722
+ o.name = "ListInstances"
723
+ o.http_method = "POST"
724
+ o.http_request_uri = "/"
725
+ o.input = Shapes::ShapeRef.new(shape: ListInstancesRequest)
726
+ o.output = Shapes::ShapeRef.new(shape: ListInstancesResponse)
727
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
728
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
729
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
730
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
731
+ o[:pager] = Aws::Pager.new(
732
+ limit_key: "max_results",
733
+ tokens: {
734
+ "next_token" => "next_token"
735
+ }
736
+ )
737
+ end)
738
+
739
+ api.add_operation(:list_managed_policies_in_permission_set, Seahorse::Model::Operation.new.tap do |o|
740
+ o.name = "ListManagedPoliciesInPermissionSet"
741
+ o.http_method = "POST"
742
+ o.http_request_uri = "/"
743
+ o.input = Shapes::ShapeRef.new(shape: ListManagedPoliciesInPermissionSetRequest)
744
+ o.output = Shapes::ShapeRef.new(shape: ListManagedPoliciesInPermissionSetResponse)
745
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
746
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
747
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
748
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
749
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
750
+ o[:pager] = Aws::Pager.new(
751
+ limit_key: "max_results",
752
+ tokens: {
753
+ "next_token" => "next_token"
754
+ }
755
+ )
756
+ end)
757
+
758
+ api.add_operation(:list_permission_set_provisioning_status, Seahorse::Model::Operation.new.tap do |o|
759
+ o.name = "ListPermissionSetProvisioningStatus"
760
+ o.http_method = "POST"
761
+ o.http_request_uri = "/"
762
+ o.input = Shapes::ShapeRef.new(shape: ListPermissionSetProvisioningStatusRequest)
763
+ o.output = Shapes::ShapeRef.new(shape: ListPermissionSetProvisioningStatusResponse)
764
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
765
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
766
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
767
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
768
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
769
+ o[:pager] = Aws::Pager.new(
770
+ limit_key: "max_results",
771
+ tokens: {
772
+ "next_token" => "next_token"
773
+ }
774
+ )
775
+ end)
776
+
777
+ api.add_operation(:list_permission_sets, Seahorse::Model::Operation.new.tap do |o|
778
+ o.name = "ListPermissionSets"
779
+ o.http_method = "POST"
780
+ o.http_request_uri = "/"
781
+ o.input = Shapes::ShapeRef.new(shape: ListPermissionSetsRequest)
782
+ o.output = Shapes::ShapeRef.new(shape: ListPermissionSetsResponse)
783
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
784
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
785
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
786
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
787
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
788
+ o[:pager] = Aws::Pager.new(
789
+ limit_key: "max_results",
790
+ tokens: {
791
+ "next_token" => "next_token"
792
+ }
793
+ )
794
+ end)
795
+
796
+ api.add_operation(:list_permission_sets_provisioned_to_account, Seahorse::Model::Operation.new.tap do |o|
797
+ o.name = "ListPermissionSetsProvisionedToAccount"
798
+ o.http_method = "POST"
799
+ o.http_request_uri = "/"
800
+ o.input = Shapes::ShapeRef.new(shape: ListPermissionSetsProvisionedToAccountRequest)
801
+ o.output = Shapes::ShapeRef.new(shape: ListPermissionSetsProvisionedToAccountResponse)
802
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
803
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
804
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
805
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
806
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
807
+ o[:pager] = Aws::Pager.new(
808
+ limit_key: "max_results",
809
+ tokens: {
810
+ "next_token" => "next_token"
811
+ }
812
+ )
813
+ end)
814
+
815
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
816
+ o.name = "ListTagsForResource"
817
+ o.http_method = "POST"
818
+ o.http_request_uri = "/"
819
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
820
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
821
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
822
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
823
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
824
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
825
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
826
+ o[:pager] = Aws::Pager.new(
827
+ tokens: {
828
+ "next_token" => "next_token"
829
+ }
830
+ )
831
+ end)
832
+
833
+ api.add_operation(:provision_permission_set, Seahorse::Model::Operation.new.tap do |o|
834
+ o.name = "ProvisionPermissionSet"
835
+ o.http_method = "POST"
836
+ o.http_request_uri = "/"
837
+ o.input = Shapes::ShapeRef.new(shape: ProvisionPermissionSetRequest)
838
+ o.output = Shapes::ShapeRef.new(shape: ProvisionPermissionSetResponse)
839
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
840
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
841
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
842
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
843
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
844
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
845
+ end)
846
+
847
+ api.add_operation(:put_inline_policy_to_permission_set, Seahorse::Model::Operation.new.tap do |o|
848
+ o.name = "PutInlinePolicyToPermissionSet"
849
+ o.http_method = "POST"
850
+ o.http_request_uri = "/"
851
+ o.input = Shapes::ShapeRef.new(shape: PutInlinePolicyToPermissionSetRequest)
852
+ o.output = Shapes::ShapeRef.new(shape: PutInlinePolicyToPermissionSetResponse)
853
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
854
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
855
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
856
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
857
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
858
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
859
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
860
+ end)
861
+
862
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
863
+ o.name = "TagResource"
864
+ o.http_method = "POST"
865
+ o.http_request_uri = "/"
866
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
867
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
868
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
869
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
870
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
871
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
872
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
873
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
874
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
875
+ end)
876
+
877
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
878
+ o.name = "UntagResource"
879
+ o.http_method = "POST"
880
+ o.http_request_uri = "/"
881
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
882
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
883
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
884
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
885
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
886
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
887
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
888
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
889
+ end)
890
+
891
+ api.add_operation(:update_permission_set, Seahorse::Model::Operation.new.tap do |o|
892
+ o.name = "UpdatePermissionSet"
893
+ o.http_method = "POST"
894
+ o.http_request_uri = "/"
895
+ o.input = Shapes::ShapeRef.new(shape: UpdatePermissionSetRequest)
896
+ o.output = Shapes::ShapeRef.new(shape: UpdatePermissionSetResponse)
897
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
898
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
899
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
900
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
901
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
902
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
903
+ end)
904
+ end
905
+
906
+ end
907
+ end