aws-sdk-iam 1.0.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/aws-sdk-iam.rb +69 -0
- data/lib/aws-sdk-iam/access_key.rb +179 -0
- data/lib/aws-sdk-iam/access_key_pair.rb +190 -0
- data/lib/aws-sdk-iam/account_password_policy.rb +216 -0
- data/lib/aws-sdk-iam/account_summary.rb +76 -0
- data/lib/aws-sdk-iam/assume_role_policy.rb +122 -0
- data/lib/aws-sdk-iam/client.rb +6894 -0
- data/lib/aws-sdk-iam/client_api.rb +2868 -0
- data/lib/aws-sdk-iam/current_user.rb +269 -0
- data/lib/aws-sdk-iam/customizations.rb +2 -0
- data/lib/aws-sdk-iam/customizations/resource.rb +19 -0
- data/lib/aws-sdk-iam/errors.rb +23 -0
- data/lib/aws-sdk-iam/group.rb +459 -0
- data/lib/aws-sdk-iam/group_policy.rb +178 -0
- data/lib/aws-sdk-iam/instance_profile.rb +264 -0
- data/lib/aws-sdk-iam/login_profile.rb +196 -0
- data/lib/aws-sdk-iam/mfa_device.rb +191 -0
- data/lib/aws-sdk-iam/policy.rb +554 -0
- data/lib/aws-sdk-iam/policy_version.rb +176 -0
- data/lib/aws-sdk-iam/resource.rb +1037 -0
- data/lib/aws-sdk-iam/role.rb +310 -0
- data/lib/aws-sdk-iam/role_policy.rb +178 -0
- data/lib/aws-sdk-iam/saml_provider.rb +144 -0
- data/lib/aws-sdk-iam/server_certificate.rb +167 -0
- data/lib/aws-sdk-iam/signing_certificate.rb +185 -0
- data/lib/aws-sdk-iam/types.rb +7486 -0
- data/lib/aws-sdk-iam/user.rb +744 -0
- data/lib/aws-sdk-iam/user_policy.rb +178 -0
- data/lib/aws-sdk-iam/virtual_mfa_device.rb +142 -0
- data/lib/aws-sdk-iam/waiters.rb +98 -0
- metadata +103 -0
@@ -0,0 +1,2868 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing for info on making contributions:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module IAM
|
10
|
+
# @api private
|
11
|
+
module ClientApi
|
12
|
+
|
13
|
+
include Seahorse::Model
|
14
|
+
|
15
|
+
AccessKey = Shapes::StructureShape.new(name: 'AccessKey')
|
16
|
+
AccessKeyLastUsed = Shapes::StructureShape.new(name: 'AccessKeyLastUsed')
|
17
|
+
AccessKeyMetadata = Shapes::StructureShape.new(name: 'AccessKeyMetadata')
|
18
|
+
ActionNameListType = Shapes::ListShape.new(name: 'ActionNameListType')
|
19
|
+
ActionNameType = Shapes::StringShape.new(name: 'ActionNameType')
|
20
|
+
AddClientIDToOpenIDConnectProviderRequest = Shapes::StructureShape.new(name: 'AddClientIDToOpenIDConnectProviderRequest')
|
21
|
+
AddRoleToInstanceProfileRequest = Shapes::StructureShape.new(name: 'AddRoleToInstanceProfileRequest')
|
22
|
+
AddUserToGroupRequest = Shapes::StructureShape.new(name: 'AddUserToGroupRequest')
|
23
|
+
AttachGroupPolicyRequest = Shapes::StructureShape.new(name: 'AttachGroupPolicyRequest')
|
24
|
+
AttachRolePolicyRequest = Shapes::StructureShape.new(name: 'AttachRolePolicyRequest')
|
25
|
+
AttachUserPolicyRequest = Shapes::StructureShape.new(name: 'AttachUserPolicyRequest')
|
26
|
+
AttachedPolicy = Shapes::StructureShape.new(name: 'AttachedPolicy')
|
27
|
+
BootstrapDatum = Shapes::BlobShape.new(name: 'BootstrapDatum')
|
28
|
+
ChangePasswordRequest = Shapes::StructureShape.new(name: 'ChangePasswordRequest')
|
29
|
+
ColumnNumber = Shapes::IntegerShape.new(name: 'ColumnNumber')
|
30
|
+
ContextEntry = Shapes::StructureShape.new(name: 'ContextEntry')
|
31
|
+
ContextEntryListType = Shapes::ListShape.new(name: 'ContextEntryListType')
|
32
|
+
ContextKeyNameType = Shapes::StringShape.new(name: 'ContextKeyNameType')
|
33
|
+
ContextKeyNamesResultListType = Shapes::ListShape.new(name: 'ContextKeyNamesResultListType')
|
34
|
+
ContextKeyTypeEnum = Shapes::StringShape.new(name: 'ContextKeyTypeEnum')
|
35
|
+
ContextKeyValueListType = Shapes::ListShape.new(name: 'ContextKeyValueListType')
|
36
|
+
ContextKeyValueType = Shapes::StringShape.new(name: 'ContextKeyValueType')
|
37
|
+
CreateAccessKeyRequest = Shapes::StructureShape.new(name: 'CreateAccessKeyRequest')
|
38
|
+
CreateAccessKeyResponse = Shapes::StructureShape.new(name: 'CreateAccessKeyResponse')
|
39
|
+
CreateAccountAliasRequest = Shapes::StructureShape.new(name: 'CreateAccountAliasRequest')
|
40
|
+
CreateGroupRequest = Shapes::StructureShape.new(name: 'CreateGroupRequest')
|
41
|
+
CreateGroupResponse = Shapes::StructureShape.new(name: 'CreateGroupResponse')
|
42
|
+
CreateInstanceProfileRequest = Shapes::StructureShape.new(name: 'CreateInstanceProfileRequest')
|
43
|
+
CreateInstanceProfileResponse = Shapes::StructureShape.new(name: 'CreateInstanceProfileResponse')
|
44
|
+
CreateLoginProfileRequest = Shapes::StructureShape.new(name: 'CreateLoginProfileRequest')
|
45
|
+
CreateLoginProfileResponse = Shapes::StructureShape.new(name: 'CreateLoginProfileResponse')
|
46
|
+
CreateOpenIDConnectProviderRequest = Shapes::StructureShape.new(name: 'CreateOpenIDConnectProviderRequest')
|
47
|
+
CreateOpenIDConnectProviderResponse = Shapes::StructureShape.new(name: 'CreateOpenIDConnectProviderResponse')
|
48
|
+
CreatePolicyRequest = Shapes::StructureShape.new(name: 'CreatePolicyRequest')
|
49
|
+
CreatePolicyResponse = Shapes::StructureShape.new(name: 'CreatePolicyResponse')
|
50
|
+
CreatePolicyVersionRequest = Shapes::StructureShape.new(name: 'CreatePolicyVersionRequest')
|
51
|
+
CreatePolicyVersionResponse = Shapes::StructureShape.new(name: 'CreatePolicyVersionResponse')
|
52
|
+
CreateRoleRequest = Shapes::StructureShape.new(name: 'CreateRoleRequest')
|
53
|
+
CreateRoleResponse = Shapes::StructureShape.new(name: 'CreateRoleResponse')
|
54
|
+
CreateSAMLProviderRequest = Shapes::StructureShape.new(name: 'CreateSAMLProviderRequest')
|
55
|
+
CreateSAMLProviderResponse = Shapes::StructureShape.new(name: 'CreateSAMLProviderResponse')
|
56
|
+
CreateUserRequest = Shapes::StructureShape.new(name: 'CreateUserRequest')
|
57
|
+
CreateUserResponse = Shapes::StructureShape.new(name: 'CreateUserResponse')
|
58
|
+
CreateVirtualMFADeviceRequest = Shapes::StructureShape.new(name: 'CreateVirtualMFADeviceRequest')
|
59
|
+
CreateVirtualMFADeviceResponse = Shapes::StructureShape.new(name: 'CreateVirtualMFADeviceResponse')
|
60
|
+
CredentialReportExpiredException = Shapes::StructureShape.new(name: 'CredentialReportExpiredException')
|
61
|
+
CredentialReportNotPresentException = Shapes::StructureShape.new(name: 'CredentialReportNotPresentException')
|
62
|
+
CredentialReportNotReadyException = Shapes::StructureShape.new(name: 'CredentialReportNotReadyException')
|
63
|
+
DeactivateMFADeviceRequest = Shapes::StructureShape.new(name: 'DeactivateMFADeviceRequest')
|
64
|
+
DeleteAccessKeyRequest = Shapes::StructureShape.new(name: 'DeleteAccessKeyRequest')
|
65
|
+
DeleteAccountAliasRequest = Shapes::StructureShape.new(name: 'DeleteAccountAliasRequest')
|
66
|
+
DeleteConflictException = Shapes::StructureShape.new(name: 'DeleteConflictException')
|
67
|
+
DeleteGroupPolicyRequest = Shapes::StructureShape.new(name: 'DeleteGroupPolicyRequest')
|
68
|
+
DeleteGroupRequest = Shapes::StructureShape.new(name: 'DeleteGroupRequest')
|
69
|
+
DeleteInstanceProfileRequest = Shapes::StructureShape.new(name: 'DeleteInstanceProfileRequest')
|
70
|
+
DeleteLoginProfileRequest = Shapes::StructureShape.new(name: 'DeleteLoginProfileRequest')
|
71
|
+
DeleteOpenIDConnectProviderRequest = Shapes::StructureShape.new(name: 'DeleteOpenIDConnectProviderRequest')
|
72
|
+
DeletePolicyRequest = Shapes::StructureShape.new(name: 'DeletePolicyRequest')
|
73
|
+
DeletePolicyVersionRequest = Shapes::StructureShape.new(name: 'DeletePolicyVersionRequest')
|
74
|
+
DeleteRolePolicyRequest = Shapes::StructureShape.new(name: 'DeleteRolePolicyRequest')
|
75
|
+
DeleteRoleRequest = Shapes::StructureShape.new(name: 'DeleteRoleRequest')
|
76
|
+
DeleteSAMLProviderRequest = Shapes::StructureShape.new(name: 'DeleteSAMLProviderRequest')
|
77
|
+
DeleteSSHPublicKeyRequest = Shapes::StructureShape.new(name: 'DeleteSSHPublicKeyRequest')
|
78
|
+
DeleteServerCertificateRequest = Shapes::StructureShape.new(name: 'DeleteServerCertificateRequest')
|
79
|
+
DeleteSigningCertificateRequest = Shapes::StructureShape.new(name: 'DeleteSigningCertificateRequest')
|
80
|
+
DeleteUserPolicyRequest = Shapes::StructureShape.new(name: 'DeleteUserPolicyRequest')
|
81
|
+
DeleteUserRequest = Shapes::StructureShape.new(name: 'DeleteUserRequest')
|
82
|
+
DeleteVirtualMFADeviceRequest = Shapes::StructureShape.new(name: 'DeleteVirtualMFADeviceRequest')
|
83
|
+
DetachGroupPolicyRequest = Shapes::StructureShape.new(name: 'DetachGroupPolicyRequest')
|
84
|
+
DetachRolePolicyRequest = Shapes::StructureShape.new(name: 'DetachRolePolicyRequest')
|
85
|
+
DetachUserPolicyRequest = Shapes::StructureShape.new(name: 'DetachUserPolicyRequest')
|
86
|
+
DuplicateCertificateException = Shapes::StructureShape.new(name: 'DuplicateCertificateException')
|
87
|
+
DuplicateSSHPublicKeyException = Shapes::StructureShape.new(name: 'DuplicateSSHPublicKeyException')
|
88
|
+
EnableMFADeviceRequest = Shapes::StructureShape.new(name: 'EnableMFADeviceRequest')
|
89
|
+
EntityAlreadyExistsException = Shapes::StructureShape.new(name: 'EntityAlreadyExistsException')
|
90
|
+
EntityTemporarilyUnmodifiableException = Shapes::StructureShape.new(name: 'EntityTemporarilyUnmodifiableException')
|
91
|
+
EntityType = Shapes::StringShape.new(name: 'EntityType')
|
92
|
+
EvalDecisionDetailsType = Shapes::MapShape.new(name: 'EvalDecisionDetailsType')
|
93
|
+
EvalDecisionSourceType = Shapes::StringShape.new(name: 'EvalDecisionSourceType')
|
94
|
+
EvaluationResult = Shapes::StructureShape.new(name: 'EvaluationResult')
|
95
|
+
EvaluationResultsListType = Shapes::ListShape.new(name: 'EvaluationResultsListType')
|
96
|
+
GenerateCredentialReportResponse = Shapes::StructureShape.new(name: 'GenerateCredentialReportResponse')
|
97
|
+
GetAccessKeyLastUsedRequest = Shapes::StructureShape.new(name: 'GetAccessKeyLastUsedRequest')
|
98
|
+
GetAccessKeyLastUsedResponse = Shapes::StructureShape.new(name: 'GetAccessKeyLastUsedResponse')
|
99
|
+
GetAccountAuthorizationDetailsRequest = Shapes::StructureShape.new(name: 'GetAccountAuthorizationDetailsRequest')
|
100
|
+
GetAccountAuthorizationDetailsResponse = Shapes::StructureShape.new(name: 'GetAccountAuthorizationDetailsResponse')
|
101
|
+
GetAccountPasswordPolicyResponse = Shapes::StructureShape.new(name: 'GetAccountPasswordPolicyResponse')
|
102
|
+
GetAccountSummaryResponse = Shapes::StructureShape.new(name: 'GetAccountSummaryResponse')
|
103
|
+
GetContextKeysForCustomPolicyRequest = Shapes::StructureShape.new(name: 'GetContextKeysForCustomPolicyRequest')
|
104
|
+
GetContextKeysForPolicyResponse = Shapes::StructureShape.new(name: 'GetContextKeysForPolicyResponse')
|
105
|
+
GetContextKeysForPrincipalPolicyRequest = Shapes::StructureShape.new(name: 'GetContextKeysForPrincipalPolicyRequest')
|
106
|
+
GetCredentialReportResponse = Shapes::StructureShape.new(name: 'GetCredentialReportResponse')
|
107
|
+
GetGroupPolicyRequest = Shapes::StructureShape.new(name: 'GetGroupPolicyRequest')
|
108
|
+
GetGroupPolicyResponse = Shapes::StructureShape.new(name: 'GetGroupPolicyResponse')
|
109
|
+
GetGroupRequest = Shapes::StructureShape.new(name: 'GetGroupRequest')
|
110
|
+
GetGroupResponse = Shapes::StructureShape.new(name: 'GetGroupResponse')
|
111
|
+
GetInstanceProfileRequest = Shapes::StructureShape.new(name: 'GetInstanceProfileRequest')
|
112
|
+
GetInstanceProfileResponse = Shapes::StructureShape.new(name: 'GetInstanceProfileResponse')
|
113
|
+
GetLoginProfileRequest = Shapes::StructureShape.new(name: 'GetLoginProfileRequest')
|
114
|
+
GetLoginProfileResponse = Shapes::StructureShape.new(name: 'GetLoginProfileResponse')
|
115
|
+
GetOpenIDConnectProviderRequest = Shapes::StructureShape.new(name: 'GetOpenIDConnectProviderRequest')
|
116
|
+
GetOpenIDConnectProviderResponse = Shapes::StructureShape.new(name: 'GetOpenIDConnectProviderResponse')
|
117
|
+
GetPolicyRequest = Shapes::StructureShape.new(name: 'GetPolicyRequest')
|
118
|
+
GetPolicyResponse = Shapes::StructureShape.new(name: 'GetPolicyResponse')
|
119
|
+
GetPolicyVersionRequest = Shapes::StructureShape.new(name: 'GetPolicyVersionRequest')
|
120
|
+
GetPolicyVersionResponse = Shapes::StructureShape.new(name: 'GetPolicyVersionResponse')
|
121
|
+
GetRolePolicyRequest = Shapes::StructureShape.new(name: 'GetRolePolicyRequest')
|
122
|
+
GetRolePolicyResponse = Shapes::StructureShape.new(name: 'GetRolePolicyResponse')
|
123
|
+
GetRoleRequest = Shapes::StructureShape.new(name: 'GetRoleRequest')
|
124
|
+
GetRoleResponse = Shapes::StructureShape.new(name: 'GetRoleResponse')
|
125
|
+
GetSAMLProviderRequest = Shapes::StructureShape.new(name: 'GetSAMLProviderRequest')
|
126
|
+
GetSAMLProviderResponse = Shapes::StructureShape.new(name: 'GetSAMLProviderResponse')
|
127
|
+
GetSSHPublicKeyRequest = Shapes::StructureShape.new(name: 'GetSSHPublicKeyRequest')
|
128
|
+
GetSSHPublicKeyResponse = Shapes::StructureShape.new(name: 'GetSSHPublicKeyResponse')
|
129
|
+
GetServerCertificateRequest = Shapes::StructureShape.new(name: 'GetServerCertificateRequest')
|
130
|
+
GetServerCertificateResponse = Shapes::StructureShape.new(name: 'GetServerCertificateResponse')
|
131
|
+
GetUserPolicyRequest = Shapes::StructureShape.new(name: 'GetUserPolicyRequest')
|
132
|
+
GetUserPolicyResponse = Shapes::StructureShape.new(name: 'GetUserPolicyResponse')
|
133
|
+
GetUserRequest = Shapes::StructureShape.new(name: 'GetUserRequest')
|
134
|
+
GetUserResponse = Shapes::StructureShape.new(name: 'GetUserResponse')
|
135
|
+
Group = Shapes::StructureShape.new(name: 'Group')
|
136
|
+
GroupDetail = Shapes::StructureShape.new(name: 'GroupDetail')
|
137
|
+
InstanceProfile = Shapes::StructureShape.new(name: 'InstanceProfile')
|
138
|
+
InvalidAuthenticationCodeException = Shapes::StructureShape.new(name: 'InvalidAuthenticationCodeException')
|
139
|
+
InvalidCertificateException = Shapes::StructureShape.new(name: 'InvalidCertificateException')
|
140
|
+
InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
|
141
|
+
InvalidPublicKeyException = Shapes::StructureShape.new(name: 'InvalidPublicKeyException')
|
142
|
+
InvalidUserTypeException = Shapes::StructureShape.new(name: 'InvalidUserTypeException')
|
143
|
+
KeyPairMismatchException = Shapes::StructureShape.new(name: 'KeyPairMismatchException')
|
144
|
+
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
145
|
+
LineNumber = Shapes::IntegerShape.new(name: 'LineNumber')
|
146
|
+
ListAccessKeysRequest = Shapes::StructureShape.new(name: 'ListAccessKeysRequest')
|
147
|
+
ListAccessKeysResponse = Shapes::StructureShape.new(name: 'ListAccessKeysResponse')
|
148
|
+
ListAccountAliasesRequest = Shapes::StructureShape.new(name: 'ListAccountAliasesRequest')
|
149
|
+
ListAccountAliasesResponse = Shapes::StructureShape.new(name: 'ListAccountAliasesResponse')
|
150
|
+
ListAttachedGroupPoliciesRequest = Shapes::StructureShape.new(name: 'ListAttachedGroupPoliciesRequest')
|
151
|
+
ListAttachedGroupPoliciesResponse = Shapes::StructureShape.new(name: 'ListAttachedGroupPoliciesResponse')
|
152
|
+
ListAttachedRolePoliciesRequest = Shapes::StructureShape.new(name: 'ListAttachedRolePoliciesRequest')
|
153
|
+
ListAttachedRolePoliciesResponse = Shapes::StructureShape.new(name: 'ListAttachedRolePoliciesResponse')
|
154
|
+
ListAttachedUserPoliciesRequest = Shapes::StructureShape.new(name: 'ListAttachedUserPoliciesRequest')
|
155
|
+
ListAttachedUserPoliciesResponse = Shapes::StructureShape.new(name: 'ListAttachedUserPoliciesResponse')
|
156
|
+
ListEntitiesForPolicyRequest = Shapes::StructureShape.new(name: 'ListEntitiesForPolicyRequest')
|
157
|
+
ListEntitiesForPolicyResponse = Shapes::StructureShape.new(name: 'ListEntitiesForPolicyResponse')
|
158
|
+
ListGroupPoliciesRequest = Shapes::StructureShape.new(name: 'ListGroupPoliciesRequest')
|
159
|
+
ListGroupPoliciesResponse = Shapes::StructureShape.new(name: 'ListGroupPoliciesResponse')
|
160
|
+
ListGroupsForUserRequest = Shapes::StructureShape.new(name: 'ListGroupsForUserRequest')
|
161
|
+
ListGroupsForUserResponse = Shapes::StructureShape.new(name: 'ListGroupsForUserResponse')
|
162
|
+
ListGroupsRequest = Shapes::StructureShape.new(name: 'ListGroupsRequest')
|
163
|
+
ListGroupsResponse = Shapes::StructureShape.new(name: 'ListGroupsResponse')
|
164
|
+
ListInstanceProfilesForRoleRequest = Shapes::StructureShape.new(name: 'ListInstanceProfilesForRoleRequest')
|
165
|
+
ListInstanceProfilesForRoleResponse = Shapes::StructureShape.new(name: 'ListInstanceProfilesForRoleResponse')
|
166
|
+
ListInstanceProfilesRequest = Shapes::StructureShape.new(name: 'ListInstanceProfilesRequest')
|
167
|
+
ListInstanceProfilesResponse = Shapes::StructureShape.new(name: 'ListInstanceProfilesResponse')
|
168
|
+
ListMFADevicesRequest = Shapes::StructureShape.new(name: 'ListMFADevicesRequest')
|
169
|
+
ListMFADevicesResponse = Shapes::StructureShape.new(name: 'ListMFADevicesResponse')
|
170
|
+
ListOpenIDConnectProvidersRequest = Shapes::StructureShape.new(name: 'ListOpenIDConnectProvidersRequest')
|
171
|
+
ListOpenIDConnectProvidersResponse = Shapes::StructureShape.new(name: 'ListOpenIDConnectProvidersResponse')
|
172
|
+
ListPoliciesRequest = Shapes::StructureShape.new(name: 'ListPoliciesRequest')
|
173
|
+
ListPoliciesResponse = Shapes::StructureShape.new(name: 'ListPoliciesResponse')
|
174
|
+
ListPolicyVersionsRequest = Shapes::StructureShape.new(name: 'ListPolicyVersionsRequest')
|
175
|
+
ListPolicyVersionsResponse = Shapes::StructureShape.new(name: 'ListPolicyVersionsResponse')
|
176
|
+
ListRolePoliciesRequest = Shapes::StructureShape.new(name: 'ListRolePoliciesRequest')
|
177
|
+
ListRolePoliciesResponse = Shapes::StructureShape.new(name: 'ListRolePoliciesResponse')
|
178
|
+
ListRolesRequest = Shapes::StructureShape.new(name: 'ListRolesRequest')
|
179
|
+
ListRolesResponse = Shapes::StructureShape.new(name: 'ListRolesResponse')
|
180
|
+
ListSAMLProvidersRequest = Shapes::StructureShape.new(name: 'ListSAMLProvidersRequest')
|
181
|
+
ListSAMLProvidersResponse = Shapes::StructureShape.new(name: 'ListSAMLProvidersResponse')
|
182
|
+
ListSSHPublicKeysRequest = Shapes::StructureShape.new(name: 'ListSSHPublicKeysRequest')
|
183
|
+
ListSSHPublicKeysResponse = Shapes::StructureShape.new(name: 'ListSSHPublicKeysResponse')
|
184
|
+
ListServerCertificatesRequest = Shapes::StructureShape.new(name: 'ListServerCertificatesRequest')
|
185
|
+
ListServerCertificatesResponse = Shapes::StructureShape.new(name: 'ListServerCertificatesResponse')
|
186
|
+
ListSigningCertificatesRequest = Shapes::StructureShape.new(name: 'ListSigningCertificatesRequest')
|
187
|
+
ListSigningCertificatesResponse = Shapes::StructureShape.new(name: 'ListSigningCertificatesResponse')
|
188
|
+
ListUserPoliciesRequest = Shapes::StructureShape.new(name: 'ListUserPoliciesRequest')
|
189
|
+
ListUserPoliciesResponse = Shapes::StructureShape.new(name: 'ListUserPoliciesResponse')
|
190
|
+
ListUsersRequest = Shapes::StructureShape.new(name: 'ListUsersRequest')
|
191
|
+
ListUsersResponse = Shapes::StructureShape.new(name: 'ListUsersResponse')
|
192
|
+
ListVirtualMFADevicesRequest = Shapes::StructureShape.new(name: 'ListVirtualMFADevicesRequest')
|
193
|
+
ListVirtualMFADevicesResponse = Shapes::StructureShape.new(name: 'ListVirtualMFADevicesResponse')
|
194
|
+
LoginProfile = Shapes::StructureShape.new(name: 'LoginProfile')
|
195
|
+
MFADevice = Shapes::StructureShape.new(name: 'MFADevice')
|
196
|
+
MalformedCertificateException = Shapes::StructureShape.new(name: 'MalformedCertificateException')
|
197
|
+
MalformedPolicyDocumentException = Shapes::StructureShape.new(name: 'MalformedPolicyDocumentException')
|
198
|
+
ManagedPolicyDetail = Shapes::StructureShape.new(name: 'ManagedPolicyDetail')
|
199
|
+
ManagedPolicyDetailListType = Shapes::ListShape.new(name: 'ManagedPolicyDetailListType')
|
200
|
+
NoSuchEntityException = Shapes::StructureShape.new(name: 'NoSuchEntityException')
|
201
|
+
OpenIDConnectProviderListEntry = Shapes::StructureShape.new(name: 'OpenIDConnectProviderListEntry')
|
202
|
+
OpenIDConnectProviderListType = Shapes::ListShape.new(name: 'OpenIDConnectProviderListType')
|
203
|
+
OpenIDConnectProviderUrlType = Shapes::StringShape.new(name: 'OpenIDConnectProviderUrlType')
|
204
|
+
PasswordPolicy = Shapes::StructureShape.new(name: 'PasswordPolicy')
|
205
|
+
PasswordPolicyViolationException = Shapes::StructureShape.new(name: 'PasswordPolicyViolationException')
|
206
|
+
Policy = Shapes::StructureShape.new(name: 'Policy')
|
207
|
+
PolicyDetail = Shapes::StructureShape.new(name: 'PolicyDetail')
|
208
|
+
PolicyEvaluationDecisionType = Shapes::StringShape.new(name: 'PolicyEvaluationDecisionType')
|
209
|
+
PolicyEvaluationException = Shapes::StructureShape.new(name: 'PolicyEvaluationException')
|
210
|
+
PolicyGroup = Shapes::StructureShape.new(name: 'PolicyGroup')
|
211
|
+
PolicyGroupListType = Shapes::ListShape.new(name: 'PolicyGroupListType')
|
212
|
+
PolicyIdentifierType = Shapes::StringShape.new(name: 'PolicyIdentifierType')
|
213
|
+
PolicyRole = Shapes::StructureShape.new(name: 'PolicyRole')
|
214
|
+
PolicyRoleListType = Shapes::ListShape.new(name: 'PolicyRoleListType')
|
215
|
+
PolicySourceType = Shapes::StringShape.new(name: 'PolicySourceType')
|
216
|
+
PolicyUser = Shapes::StructureShape.new(name: 'PolicyUser')
|
217
|
+
PolicyUserListType = Shapes::ListShape.new(name: 'PolicyUserListType')
|
218
|
+
PolicyVersion = Shapes::StructureShape.new(name: 'PolicyVersion')
|
219
|
+
Position = Shapes::StructureShape.new(name: 'Position')
|
220
|
+
PutGroupPolicyRequest = Shapes::StructureShape.new(name: 'PutGroupPolicyRequest')
|
221
|
+
PutRolePolicyRequest = Shapes::StructureShape.new(name: 'PutRolePolicyRequest')
|
222
|
+
PutUserPolicyRequest = Shapes::StructureShape.new(name: 'PutUserPolicyRequest')
|
223
|
+
RemoveClientIDFromOpenIDConnectProviderRequest = Shapes::StructureShape.new(name: 'RemoveClientIDFromOpenIDConnectProviderRequest')
|
224
|
+
RemoveRoleFromInstanceProfileRequest = Shapes::StructureShape.new(name: 'RemoveRoleFromInstanceProfileRequest')
|
225
|
+
RemoveUserFromGroupRequest = Shapes::StructureShape.new(name: 'RemoveUserFromGroupRequest')
|
226
|
+
ReportContentType = Shapes::BlobShape.new(name: 'ReportContentType')
|
227
|
+
ReportFormatType = Shapes::StringShape.new(name: 'ReportFormatType')
|
228
|
+
ReportStateDescriptionType = Shapes::StringShape.new(name: 'ReportStateDescriptionType')
|
229
|
+
ReportStateType = Shapes::StringShape.new(name: 'ReportStateType')
|
230
|
+
ResourceHandlingOptionType = Shapes::StringShape.new(name: 'ResourceHandlingOptionType')
|
231
|
+
ResourceNameListType = Shapes::ListShape.new(name: 'ResourceNameListType')
|
232
|
+
ResourceNameType = Shapes::StringShape.new(name: 'ResourceNameType')
|
233
|
+
ResourceSpecificResult = Shapes::StructureShape.new(name: 'ResourceSpecificResult')
|
234
|
+
ResourceSpecificResultListType = Shapes::ListShape.new(name: 'ResourceSpecificResultListType')
|
235
|
+
ResyncMFADeviceRequest = Shapes::StructureShape.new(name: 'ResyncMFADeviceRequest')
|
236
|
+
Role = Shapes::StructureShape.new(name: 'Role')
|
237
|
+
RoleDetail = Shapes::StructureShape.new(name: 'RoleDetail')
|
238
|
+
SAMLMetadataDocumentType = Shapes::StringShape.new(name: 'SAMLMetadataDocumentType')
|
239
|
+
SAMLProviderListEntry = Shapes::StructureShape.new(name: 'SAMLProviderListEntry')
|
240
|
+
SAMLProviderListType = Shapes::ListShape.new(name: 'SAMLProviderListType')
|
241
|
+
SAMLProviderNameType = Shapes::StringShape.new(name: 'SAMLProviderNameType')
|
242
|
+
SSHPublicKey = Shapes::StructureShape.new(name: 'SSHPublicKey')
|
243
|
+
SSHPublicKeyListType = Shapes::ListShape.new(name: 'SSHPublicKeyListType')
|
244
|
+
SSHPublicKeyMetadata = Shapes::StructureShape.new(name: 'SSHPublicKeyMetadata')
|
245
|
+
ServerCertificate = Shapes::StructureShape.new(name: 'ServerCertificate')
|
246
|
+
ServerCertificateMetadata = Shapes::StructureShape.new(name: 'ServerCertificateMetadata')
|
247
|
+
ServiceFailureException = Shapes::StructureShape.new(name: 'ServiceFailureException')
|
248
|
+
SetDefaultPolicyVersionRequest = Shapes::StructureShape.new(name: 'SetDefaultPolicyVersionRequest')
|
249
|
+
SigningCertificate = Shapes::StructureShape.new(name: 'SigningCertificate')
|
250
|
+
SimulateCustomPolicyRequest = Shapes::StructureShape.new(name: 'SimulateCustomPolicyRequest')
|
251
|
+
SimulatePolicyResponse = Shapes::StructureShape.new(name: 'SimulatePolicyResponse')
|
252
|
+
SimulatePrincipalPolicyRequest = Shapes::StructureShape.new(name: 'SimulatePrincipalPolicyRequest')
|
253
|
+
SimulationPolicyListType = Shapes::ListShape.new(name: 'SimulationPolicyListType')
|
254
|
+
Statement = Shapes::StructureShape.new(name: 'Statement')
|
255
|
+
StatementListType = Shapes::ListShape.new(name: 'StatementListType')
|
256
|
+
UnrecognizedPublicKeyEncodingException = Shapes::StructureShape.new(name: 'UnrecognizedPublicKeyEncodingException')
|
257
|
+
UpdateAccessKeyRequest = Shapes::StructureShape.new(name: 'UpdateAccessKeyRequest')
|
258
|
+
UpdateAccountPasswordPolicyRequest = Shapes::StructureShape.new(name: 'UpdateAccountPasswordPolicyRequest')
|
259
|
+
UpdateAssumeRolePolicyRequest = Shapes::StructureShape.new(name: 'UpdateAssumeRolePolicyRequest')
|
260
|
+
UpdateGroupRequest = Shapes::StructureShape.new(name: 'UpdateGroupRequest')
|
261
|
+
UpdateLoginProfileRequest = Shapes::StructureShape.new(name: 'UpdateLoginProfileRequest')
|
262
|
+
UpdateOpenIDConnectProviderThumbprintRequest = Shapes::StructureShape.new(name: 'UpdateOpenIDConnectProviderThumbprintRequest')
|
263
|
+
UpdateSAMLProviderRequest = Shapes::StructureShape.new(name: 'UpdateSAMLProviderRequest')
|
264
|
+
UpdateSAMLProviderResponse = Shapes::StructureShape.new(name: 'UpdateSAMLProviderResponse')
|
265
|
+
UpdateSSHPublicKeyRequest = Shapes::StructureShape.new(name: 'UpdateSSHPublicKeyRequest')
|
266
|
+
UpdateServerCertificateRequest = Shapes::StructureShape.new(name: 'UpdateServerCertificateRequest')
|
267
|
+
UpdateSigningCertificateRequest = Shapes::StructureShape.new(name: 'UpdateSigningCertificateRequest')
|
268
|
+
UpdateUserRequest = Shapes::StructureShape.new(name: 'UpdateUserRequest')
|
269
|
+
UploadSSHPublicKeyRequest = Shapes::StructureShape.new(name: 'UploadSSHPublicKeyRequest')
|
270
|
+
UploadSSHPublicKeyResponse = Shapes::StructureShape.new(name: 'UploadSSHPublicKeyResponse')
|
271
|
+
UploadServerCertificateRequest = Shapes::StructureShape.new(name: 'UploadServerCertificateRequest')
|
272
|
+
UploadServerCertificateResponse = Shapes::StructureShape.new(name: 'UploadServerCertificateResponse')
|
273
|
+
UploadSigningCertificateRequest = Shapes::StructureShape.new(name: 'UploadSigningCertificateRequest')
|
274
|
+
UploadSigningCertificateResponse = Shapes::StructureShape.new(name: 'UploadSigningCertificateResponse')
|
275
|
+
User = Shapes::StructureShape.new(name: 'User')
|
276
|
+
UserDetail = Shapes::StructureShape.new(name: 'UserDetail')
|
277
|
+
VirtualMFADevice = Shapes::StructureShape.new(name: 'VirtualMFADevice')
|
278
|
+
accessKeyIdType = Shapes::StringShape.new(name: 'accessKeyIdType')
|
279
|
+
accessKeyMetadataListType = Shapes::ListShape.new(name: 'accessKeyMetadataListType')
|
280
|
+
accessKeySecretType = Shapes::StringShape.new(name: 'accessKeySecretType')
|
281
|
+
accountAliasListType = Shapes::ListShape.new(name: 'accountAliasListType')
|
282
|
+
accountAliasType = Shapes::StringShape.new(name: 'accountAliasType')
|
283
|
+
arnType = Shapes::StringShape.new(name: 'arnType')
|
284
|
+
assignmentStatusType = Shapes::StringShape.new(name: 'assignmentStatusType')
|
285
|
+
attachedPoliciesListType = Shapes::ListShape.new(name: 'attachedPoliciesListType')
|
286
|
+
attachmentCountType = Shapes::IntegerShape.new(name: 'attachmentCountType')
|
287
|
+
authenticationCodeType = Shapes::StringShape.new(name: 'authenticationCodeType')
|
288
|
+
booleanObjectType = Shapes::BooleanShape.new(name: 'booleanObjectType')
|
289
|
+
booleanType = Shapes::BooleanShape.new(name: 'booleanType')
|
290
|
+
certificateBodyType = Shapes::StringShape.new(name: 'certificateBodyType')
|
291
|
+
certificateChainType = Shapes::StringShape.new(name: 'certificateChainType')
|
292
|
+
certificateIdType = Shapes::StringShape.new(name: 'certificateIdType')
|
293
|
+
certificateListType = Shapes::ListShape.new(name: 'certificateListType')
|
294
|
+
clientIDListType = Shapes::ListShape.new(name: 'clientIDListType')
|
295
|
+
clientIDType = Shapes::StringShape.new(name: 'clientIDType')
|
296
|
+
credentialReportExpiredExceptionMessage = Shapes::StringShape.new(name: 'credentialReportExpiredExceptionMessage')
|
297
|
+
credentialReportNotPresentExceptionMessage = Shapes::StringShape.new(name: 'credentialReportNotPresentExceptionMessage')
|
298
|
+
credentialReportNotReadyExceptionMessage = Shapes::StringShape.new(name: 'credentialReportNotReadyExceptionMessage')
|
299
|
+
dateType = Shapes::TimestampShape.new(name: 'dateType')
|
300
|
+
deleteConflictMessage = Shapes::StringShape.new(name: 'deleteConflictMessage')
|
301
|
+
duplicateCertificateMessage = Shapes::StringShape.new(name: 'duplicateCertificateMessage')
|
302
|
+
duplicateSSHPublicKeyMessage = Shapes::StringShape.new(name: 'duplicateSSHPublicKeyMessage')
|
303
|
+
encodingType = Shapes::StringShape.new(name: 'encodingType')
|
304
|
+
entityAlreadyExistsMessage = Shapes::StringShape.new(name: 'entityAlreadyExistsMessage')
|
305
|
+
entityListType = Shapes::ListShape.new(name: 'entityListType')
|
306
|
+
entityTemporarilyUnmodifiableMessage = Shapes::StringShape.new(name: 'entityTemporarilyUnmodifiableMessage')
|
307
|
+
existingUserNameType = Shapes::StringShape.new(name: 'existingUserNameType')
|
308
|
+
groupDetailListType = Shapes::ListShape.new(name: 'groupDetailListType')
|
309
|
+
groupListType = Shapes::ListShape.new(name: 'groupListType')
|
310
|
+
groupNameListType = Shapes::ListShape.new(name: 'groupNameListType')
|
311
|
+
groupNameType = Shapes::StringShape.new(name: 'groupNameType')
|
312
|
+
idType = Shapes::StringShape.new(name: 'idType')
|
313
|
+
instanceProfileListType = Shapes::ListShape.new(name: 'instanceProfileListType')
|
314
|
+
instanceProfileNameType = Shapes::StringShape.new(name: 'instanceProfileNameType')
|
315
|
+
invalidAuthenticationCodeMessage = Shapes::StringShape.new(name: 'invalidAuthenticationCodeMessage')
|
316
|
+
invalidCertificateMessage = Shapes::StringShape.new(name: 'invalidCertificateMessage')
|
317
|
+
invalidInputMessage = Shapes::StringShape.new(name: 'invalidInputMessage')
|
318
|
+
invalidPublicKeyMessage = Shapes::StringShape.new(name: 'invalidPublicKeyMessage')
|
319
|
+
invalidUserTypeMessage = Shapes::StringShape.new(name: 'invalidUserTypeMessage')
|
320
|
+
keyPairMismatchMessage = Shapes::StringShape.new(name: 'keyPairMismatchMessage')
|
321
|
+
limitExceededMessage = Shapes::StringShape.new(name: 'limitExceededMessage')
|
322
|
+
malformedCertificateMessage = Shapes::StringShape.new(name: 'malformedCertificateMessage')
|
323
|
+
malformedPolicyDocumentMessage = Shapes::StringShape.new(name: 'malformedPolicyDocumentMessage')
|
324
|
+
markerType = Shapes::StringShape.new(name: 'markerType')
|
325
|
+
maxItemsType = Shapes::IntegerShape.new(name: 'maxItemsType')
|
326
|
+
maxPasswordAgeType = Shapes::IntegerShape.new(name: 'maxPasswordAgeType')
|
327
|
+
mfaDeviceListType = Shapes::ListShape.new(name: 'mfaDeviceListType')
|
328
|
+
minimumPasswordLengthType = Shapes::IntegerShape.new(name: 'minimumPasswordLengthType')
|
329
|
+
noSuchEntityMessage = Shapes::StringShape.new(name: 'noSuchEntityMessage')
|
330
|
+
passwordPolicyViolationMessage = Shapes::StringShape.new(name: 'passwordPolicyViolationMessage')
|
331
|
+
passwordReusePreventionType = Shapes::IntegerShape.new(name: 'passwordReusePreventionType')
|
332
|
+
passwordType = Shapes::StringShape.new(name: 'passwordType')
|
333
|
+
pathPrefixType = Shapes::StringShape.new(name: 'pathPrefixType')
|
334
|
+
pathType = Shapes::StringShape.new(name: 'pathType')
|
335
|
+
policyDescriptionType = Shapes::StringShape.new(name: 'policyDescriptionType')
|
336
|
+
policyDetailListType = Shapes::ListShape.new(name: 'policyDetailListType')
|
337
|
+
policyDocumentType = Shapes::StringShape.new(name: 'policyDocumentType')
|
338
|
+
policyDocumentVersionListType = Shapes::ListShape.new(name: 'policyDocumentVersionListType')
|
339
|
+
policyEvaluationErrorMessage = Shapes::StringShape.new(name: 'policyEvaluationErrorMessage')
|
340
|
+
policyListType = Shapes::ListShape.new(name: 'policyListType')
|
341
|
+
policyNameListType = Shapes::ListShape.new(name: 'policyNameListType')
|
342
|
+
policyNameType = Shapes::StringShape.new(name: 'policyNameType')
|
343
|
+
policyPathType = Shapes::StringShape.new(name: 'policyPathType')
|
344
|
+
policyScopeType = Shapes::StringShape.new(name: 'policyScopeType')
|
345
|
+
policyVersionIdType = Shapes::StringShape.new(name: 'policyVersionIdType')
|
346
|
+
privateKeyType = Shapes::StringShape.new(name: 'privateKeyType')
|
347
|
+
publicKeyFingerprintType = Shapes::StringShape.new(name: 'publicKeyFingerprintType')
|
348
|
+
publicKeyIdType = Shapes::StringShape.new(name: 'publicKeyIdType')
|
349
|
+
publicKeyMaterialType = Shapes::StringShape.new(name: 'publicKeyMaterialType')
|
350
|
+
roleDetailListType = Shapes::ListShape.new(name: 'roleDetailListType')
|
351
|
+
roleListType = Shapes::ListShape.new(name: 'roleListType')
|
352
|
+
roleNameType = Shapes::StringShape.new(name: 'roleNameType')
|
353
|
+
serialNumberType = Shapes::StringShape.new(name: 'serialNumberType')
|
354
|
+
serverCertificateMetadataListType = Shapes::ListShape.new(name: 'serverCertificateMetadataListType')
|
355
|
+
serverCertificateNameType = Shapes::StringShape.new(name: 'serverCertificateNameType')
|
356
|
+
serviceFailureExceptionMessage = Shapes::StringShape.new(name: 'serviceFailureExceptionMessage')
|
357
|
+
statusType = Shapes::StringShape.new(name: 'statusType')
|
358
|
+
stringType = Shapes::StringShape.new(name: 'stringType')
|
359
|
+
summaryKeyType = Shapes::StringShape.new(name: 'summaryKeyType')
|
360
|
+
summaryMapType = Shapes::MapShape.new(name: 'summaryMapType')
|
361
|
+
summaryValueType = Shapes::IntegerShape.new(name: 'summaryValueType')
|
362
|
+
thumbprintListType = Shapes::ListShape.new(name: 'thumbprintListType')
|
363
|
+
thumbprintType = Shapes::StringShape.new(name: 'thumbprintType')
|
364
|
+
unrecognizedPublicKeyEncodingMessage = Shapes::StringShape.new(name: 'unrecognizedPublicKeyEncodingMessage')
|
365
|
+
userDetailListType = Shapes::ListShape.new(name: 'userDetailListType')
|
366
|
+
userListType = Shapes::ListShape.new(name: 'userListType')
|
367
|
+
userNameType = Shapes::StringShape.new(name: 'userNameType')
|
368
|
+
virtualMFADeviceListType = Shapes::ListShape.new(name: 'virtualMFADeviceListType')
|
369
|
+
virtualMFADeviceName = Shapes::StringShape.new(name: 'virtualMFADeviceName')
|
370
|
+
|
371
|
+
AccessKey.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
372
|
+
AccessKey.add_member(:access_key_id, Shapes::ShapeRef.new(shape: accessKeyIdType, required: true, location_name: "AccessKeyId"))
|
373
|
+
AccessKey.add_member(:status, Shapes::ShapeRef.new(shape: statusType, required: true, location_name: "Status"))
|
374
|
+
AccessKey.add_member(:secret_access_key, Shapes::ShapeRef.new(shape: accessKeySecretType, required: true, location_name: "SecretAccessKey"))
|
375
|
+
AccessKey.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
|
376
|
+
AccessKey.struct_class = Types::AccessKey
|
377
|
+
|
378
|
+
AccessKeyLastUsed.add_member(:last_used_date, Shapes::ShapeRef.new(shape: dateType, required: true, location_name: "LastUsedDate"))
|
379
|
+
AccessKeyLastUsed.add_member(:service_name, Shapes::ShapeRef.new(shape: stringType, required: true, location_name: "ServiceName"))
|
380
|
+
AccessKeyLastUsed.add_member(:region, Shapes::ShapeRef.new(shape: stringType, required: true, location_name: "Region"))
|
381
|
+
AccessKeyLastUsed.struct_class = Types::AccessKeyLastUsed
|
382
|
+
|
383
|
+
AccessKeyMetadata.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, location_name: "UserName"))
|
384
|
+
AccessKeyMetadata.add_member(:access_key_id, Shapes::ShapeRef.new(shape: accessKeyIdType, location_name: "AccessKeyId"))
|
385
|
+
AccessKeyMetadata.add_member(:status, Shapes::ShapeRef.new(shape: statusType, location_name: "Status"))
|
386
|
+
AccessKeyMetadata.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
|
387
|
+
AccessKeyMetadata.struct_class = Types::AccessKeyMetadata
|
388
|
+
|
389
|
+
ActionNameListType.member = Shapes::ShapeRef.new(shape: ActionNameType)
|
390
|
+
|
391
|
+
AddClientIDToOpenIDConnectProviderRequest.add_member(:open_id_connect_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "OpenIDConnectProviderArn"))
|
392
|
+
AddClientIDToOpenIDConnectProviderRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: clientIDType, required: true, location_name: "ClientID"))
|
393
|
+
AddClientIDToOpenIDConnectProviderRequest.struct_class = Types::AddClientIDToOpenIDConnectProviderRequest
|
394
|
+
|
395
|
+
AddRoleToInstanceProfileRequest.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: instanceProfileNameType, required: true, location_name: "InstanceProfileName"))
|
396
|
+
AddRoleToInstanceProfileRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
397
|
+
AddRoleToInstanceProfileRequest.struct_class = Types::AddRoleToInstanceProfileRequest
|
398
|
+
|
399
|
+
AddUserToGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
400
|
+
AddUserToGroupRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, required: true, location_name: "UserName"))
|
401
|
+
AddUserToGroupRequest.struct_class = Types::AddUserToGroupRequest
|
402
|
+
|
403
|
+
AttachGroupPolicyRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
404
|
+
AttachGroupPolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
405
|
+
AttachGroupPolicyRequest.struct_class = Types::AttachGroupPolicyRequest
|
406
|
+
|
407
|
+
AttachRolePolicyRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
408
|
+
AttachRolePolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
409
|
+
AttachRolePolicyRequest.struct_class = Types::AttachRolePolicyRequest
|
410
|
+
|
411
|
+
AttachUserPolicyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
412
|
+
AttachUserPolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
413
|
+
AttachUserPolicyRequest.struct_class = Types::AttachUserPolicyRequest
|
414
|
+
|
415
|
+
AttachedPolicy.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, location_name: "PolicyName"))
|
416
|
+
AttachedPolicy.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, location_name: "PolicyArn"))
|
417
|
+
AttachedPolicy.struct_class = Types::AttachedPolicy
|
418
|
+
|
419
|
+
ChangePasswordRequest.add_member(:old_password, Shapes::ShapeRef.new(shape: passwordType, required: true, location_name: "OldPassword"))
|
420
|
+
ChangePasswordRequest.add_member(:new_password, Shapes::ShapeRef.new(shape: passwordType, required: true, location_name: "NewPassword"))
|
421
|
+
ChangePasswordRequest.struct_class = Types::ChangePasswordRequest
|
422
|
+
|
423
|
+
ContextEntry.add_member(:context_key_name, Shapes::ShapeRef.new(shape: ContextKeyNameType, location_name: "ContextKeyName"))
|
424
|
+
ContextEntry.add_member(:context_key_values, Shapes::ShapeRef.new(shape: ContextKeyValueListType, location_name: "ContextKeyValues"))
|
425
|
+
ContextEntry.add_member(:context_key_type, Shapes::ShapeRef.new(shape: ContextKeyTypeEnum, location_name: "ContextKeyType"))
|
426
|
+
ContextEntry.struct_class = Types::ContextEntry
|
427
|
+
|
428
|
+
ContextEntryListType.member = Shapes::ShapeRef.new(shape: ContextEntry)
|
429
|
+
|
430
|
+
ContextKeyNamesResultListType.member = Shapes::ShapeRef.new(shape: ContextKeyNameType)
|
431
|
+
|
432
|
+
ContextKeyValueListType.member = Shapes::ShapeRef.new(shape: ContextKeyValueType)
|
433
|
+
|
434
|
+
CreateAccessKeyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, location_name: "UserName"))
|
435
|
+
CreateAccessKeyRequest.struct_class = Types::CreateAccessKeyRequest
|
436
|
+
|
437
|
+
CreateAccessKeyResponse.add_member(:access_key, Shapes::ShapeRef.new(shape: AccessKey, required: true, location_name: "AccessKey"))
|
438
|
+
CreateAccessKeyResponse.struct_class = Types::CreateAccessKeyResponse
|
439
|
+
|
440
|
+
CreateAccountAliasRequest.add_member(:account_alias, Shapes::ShapeRef.new(shape: accountAliasType, required: true, location_name: "AccountAlias"))
|
441
|
+
CreateAccountAliasRequest.struct_class = Types::CreateAccountAliasRequest
|
442
|
+
|
443
|
+
CreateGroupRequest.add_member(:path, Shapes::ShapeRef.new(shape: pathType, location_name: "Path"))
|
444
|
+
CreateGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
445
|
+
CreateGroupRequest.struct_class = Types::CreateGroupRequest
|
446
|
+
|
447
|
+
CreateGroupResponse.add_member(:group, Shapes::ShapeRef.new(shape: Group, required: true, location_name: "Group"))
|
448
|
+
CreateGroupResponse.struct_class = Types::CreateGroupResponse
|
449
|
+
|
450
|
+
CreateInstanceProfileRequest.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: instanceProfileNameType, required: true, location_name: "InstanceProfileName"))
|
451
|
+
CreateInstanceProfileRequest.add_member(:path, Shapes::ShapeRef.new(shape: pathType, location_name: "Path"))
|
452
|
+
CreateInstanceProfileRequest.struct_class = Types::CreateInstanceProfileRequest
|
453
|
+
|
454
|
+
CreateInstanceProfileResponse.add_member(:instance_profile, Shapes::ShapeRef.new(shape: InstanceProfile, required: true, location_name: "InstanceProfile"))
|
455
|
+
CreateInstanceProfileResponse.struct_class = Types::CreateInstanceProfileResponse
|
456
|
+
|
457
|
+
CreateLoginProfileRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
458
|
+
CreateLoginProfileRequest.add_member(:password, Shapes::ShapeRef.new(shape: passwordType, required: true, location_name: "Password"))
|
459
|
+
CreateLoginProfileRequest.add_member(:password_reset_required, Shapes::ShapeRef.new(shape: booleanType, location_name: "PasswordResetRequired"))
|
460
|
+
CreateLoginProfileRequest.struct_class = Types::CreateLoginProfileRequest
|
461
|
+
|
462
|
+
CreateLoginProfileResponse.add_member(:login_profile, Shapes::ShapeRef.new(shape: LoginProfile, required: true, location_name: "LoginProfile"))
|
463
|
+
CreateLoginProfileResponse.struct_class = Types::CreateLoginProfileResponse
|
464
|
+
|
465
|
+
CreateOpenIDConnectProviderRequest.add_member(:url, Shapes::ShapeRef.new(shape: OpenIDConnectProviderUrlType, required: true, location_name: "Url"))
|
466
|
+
CreateOpenIDConnectProviderRequest.add_member(:client_id_list, Shapes::ShapeRef.new(shape: clientIDListType, location_name: "ClientIDList"))
|
467
|
+
CreateOpenIDConnectProviderRequest.add_member(:thumbprint_list, Shapes::ShapeRef.new(shape: thumbprintListType, required: true, location_name: "ThumbprintList"))
|
468
|
+
CreateOpenIDConnectProviderRequest.struct_class = Types::CreateOpenIDConnectProviderRequest
|
469
|
+
|
470
|
+
CreateOpenIDConnectProviderResponse.add_member(:open_id_connect_provider_arn, Shapes::ShapeRef.new(shape: arnType, location_name: "OpenIDConnectProviderArn"))
|
471
|
+
CreateOpenIDConnectProviderResponse.struct_class = Types::CreateOpenIDConnectProviderResponse
|
472
|
+
|
473
|
+
CreatePolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
|
474
|
+
CreatePolicyRequest.add_member(:path, Shapes::ShapeRef.new(shape: policyPathType, location_name: "Path"))
|
475
|
+
CreatePolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, required: true, location_name: "PolicyDocument"))
|
476
|
+
CreatePolicyRequest.add_member(:description, Shapes::ShapeRef.new(shape: policyDescriptionType, location_name: "Description"))
|
477
|
+
CreatePolicyRequest.struct_class = Types::CreatePolicyRequest
|
478
|
+
|
479
|
+
CreatePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, location_name: "Policy"))
|
480
|
+
CreatePolicyResponse.struct_class = Types::CreatePolicyResponse
|
481
|
+
|
482
|
+
CreatePolicyVersionRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
483
|
+
CreatePolicyVersionRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, required: true, location_name: "PolicyDocument"))
|
484
|
+
CreatePolicyVersionRequest.add_member(:set_as_default, Shapes::ShapeRef.new(shape: booleanType, location_name: "SetAsDefault"))
|
485
|
+
CreatePolicyVersionRequest.struct_class = Types::CreatePolicyVersionRequest
|
486
|
+
|
487
|
+
CreatePolicyVersionResponse.add_member(:policy_version, Shapes::ShapeRef.new(shape: PolicyVersion, location_name: "PolicyVersion"))
|
488
|
+
CreatePolicyVersionResponse.struct_class = Types::CreatePolicyVersionResponse
|
489
|
+
|
490
|
+
CreateRoleRequest.add_member(:path, Shapes::ShapeRef.new(shape: pathType, location_name: "Path"))
|
491
|
+
CreateRoleRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
492
|
+
CreateRoleRequest.add_member(:assume_role_policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, required: true, location_name: "AssumeRolePolicyDocument"))
|
493
|
+
CreateRoleRequest.struct_class = Types::CreateRoleRequest
|
494
|
+
|
495
|
+
CreateRoleResponse.add_member(:role, Shapes::ShapeRef.new(shape: Role, required: true, location_name: "Role"))
|
496
|
+
CreateRoleResponse.struct_class = Types::CreateRoleResponse
|
497
|
+
|
498
|
+
CreateSAMLProviderRequest.add_member(:saml_metadata_document, Shapes::ShapeRef.new(shape: SAMLMetadataDocumentType, required: true, location_name: "SAMLMetadataDocument"))
|
499
|
+
CreateSAMLProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: SAMLProviderNameType, required: true, location_name: "Name"))
|
500
|
+
CreateSAMLProviderRequest.struct_class = Types::CreateSAMLProviderRequest
|
501
|
+
|
502
|
+
CreateSAMLProviderResponse.add_member(:saml_provider_arn, Shapes::ShapeRef.new(shape: arnType, location_name: "SAMLProviderArn"))
|
503
|
+
CreateSAMLProviderResponse.struct_class = Types::CreateSAMLProviderResponse
|
504
|
+
|
505
|
+
CreateUserRequest.add_member(:path, Shapes::ShapeRef.new(shape: pathType, location_name: "Path"))
|
506
|
+
CreateUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
507
|
+
CreateUserRequest.struct_class = Types::CreateUserRequest
|
508
|
+
|
509
|
+
CreateUserResponse.add_member(:user, Shapes::ShapeRef.new(shape: User, location_name: "User"))
|
510
|
+
CreateUserResponse.struct_class = Types::CreateUserResponse
|
511
|
+
|
512
|
+
CreateVirtualMFADeviceRequest.add_member(:path, Shapes::ShapeRef.new(shape: pathType, location_name: "Path"))
|
513
|
+
CreateVirtualMFADeviceRequest.add_member(:virtual_mfa_device_name, Shapes::ShapeRef.new(shape: virtualMFADeviceName, required: true, location_name: "VirtualMFADeviceName"))
|
514
|
+
CreateVirtualMFADeviceRequest.struct_class = Types::CreateVirtualMFADeviceRequest
|
515
|
+
|
516
|
+
CreateVirtualMFADeviceResponse.add_member(:virtual_mfa_device, Shapes::ShapeRef.new(shape: VirtualMFADevice, required: true, location_name: "VirtualMFADevice"))
|
517
|
+
CreateVirtualMFADeviceResponse.struct_class = Types::CreateVirtualMFADeviceResponse
|
518
|
+
|
519
|
+
DeactivateMFADeviceRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, required: true, location_name: "UserName"))
|
520
|
+
DeactivateMFADeviceRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape: serialNumberType, required: true, location_name: "SerialNumber"))
|
521
|
+
DeactivateMFADeviceRequest.struct_class = Types::DeactivateMFADeviceRequest
|
522
|
+
|
523
|
+
DeleteAccessKeyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, location_name: "UserName"))
|
524
|
+
DeleteAccessKeyRequest.add_member(:access_key_id, Shapes::ShapeRef.new(shape: accessKeyIdType, required: true, location_name: "AccessKeyId"))
|
525
|
+
DeleteAccessKeyRequest.struct_class = Types::DeleteAccessKeyRequest
|
526
|
+
|
527
|
+
DeleteAccountAliasRequest.add_member(:account_alias, Shapes::ShapeRef.new(shape: accountAliasType, required: true, location_name: "AccountAlias"))
|
528
|
+
DeleteAccountAliasRequest.struct_class = Types::DeleteAccountAliasRequest
|
529
|
+
|
530
|
+
DeleteGroupPolicyRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
531
|
+
DeleteGroupPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
|
532
|
+
DeleteGroupPolicyRequest.struct_class = Types::DeleteGroupPolicyRequest
|
533
|
+
|
534
|
+
DeleteGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
535
|
+
DeleteGroupRequest.struct_class = Types::DeleteGroupRequest
|
536
|
+
|
537
|
+
DeleteInstanceProfileRequest.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: instanceProfileNameType, required: true, location_name: "InstanceProfileName"))
|
538
|
+
DeleteInstanceProfileRequest.struct_class = Types::DeleteInstanceProfileRequest
|
539
|
+
|
540
|
+
DeleteLoginProfileRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
541
|
+
DeleteLoginProfileRequest.struct_class = Types::DeleteLoginProfileRequest
|
542
|
+
|
543
|
+
DeleteOpenIDConnectProviderRequest.add_member(:open_id_connect_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "OpenIDConnectProviderArn"))
|
544
|
+
DeleteOpenIDConnectProviderRequest.struct_class = Types::DeleteOpenIDConnectProviderRequest
|
545
|
+
|
546
|
+
DeletePolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
547
|
+
DeletePolicyRequest.struct_class = Types::DeletePolicyRequest
|
548
|
+
|
549
|
+
DeletePolicyVersionRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
550
|
+
DeletePolicyVersionRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: policyVersionIdType, required: true, location_name: "VersionId"))
|
551
|
+
DeletePolicyVersionRequest.struct_class = Types::DeletePolicyVersionRequest
|
552
|
+
|
553
|
+
DeleteRolePolicyRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
554
|
+
DeleteRolePolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
|
555
|
+
DeleteRolePolicyRequest.struct_class = Types::DeleteRolePolicyRequest
|
556
|
+
|
557
|
+
DeleteRoleRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
558
|
+
DeleteRoleRequest.struct_class = Types::DeleteRoleRequest
|
559
|
+
|
560
|
+
DeleteSAMLProviderRequest.add_member(:saml_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "SAMLProviderArn"))
|
561
|
+
DeleteSAMLProviderRequest.struct_class = Types::DeleteSAMLProviderRequest
|
562
|
+
|
563
|
+
DeleteSSHPublicKeyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
564
|
+
DeleteSSHPublicKeyRequest.add_member(:ssh_public_key_id, Shapes::ShapeRef.new(shape: publicKeyIdType, required: true, location_name: "SSHPublicKeyId"))
|
565
|
+
DeleteSSHPublicKeyRequest.struct_class = Types::DeleteSSHPublicKeyRequest
|
566
|
+
|
567
|
+
DeleteServerCertificateRequest.add_member(:server_certificate_name, Shapes::ShapeRef.new(shape: serverCertificateNameType, required: true, location_name: "ServerCertificateName"))
|
568
|
+
DeleteServerCertificateRequest.struct_class = Types::DeleteServerCertificateRequest
|
569
|
+
|
570
|
+
DeleteSigningCertificateRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, location_name: "UserName"))
|
571
|
+
DeleteSigningCertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: certificateIdType, required: true, location_name: "CertificateId"))
|
572
|
+
DeleteSigningCertificateRequest.struct_class = Types::DeleteSigningCertificateRequest
|
573
|
+
|
574
|
+
DeleteUserPolicyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, required: true, location_name: "UserName"))
|
575
|
+
DeleteUserPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
|
576
|
+
DeleteUserPolicyRequest.struct_class = Types::DeleteUserPolicyRequest
|
577
|
+
|
578
|
+
DeleteUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, required: true, location_name: "UserName"))
|
579
|
+
DeleteUserRequest.struct_class = Types::DeleteUserRequest
|
580
|
+
|
581
|
+
DeleteVirtualMFADeviceRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape: serialNumberType, required: true, location_name: "SerialNumber"))
|
582
|
+
DeleteVirtualMFADeviceRequest.struct_class = Types::DeleteVirtualMFADeviceRequest
|
583
|
+
|
584
|
+
DetachGroupPolicyRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
585
|
+
DetachGroupPolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
586
|
+
DetachGroupPolicyRequest.struct_class = Types::DetachGroupPolicyRequest
|
587
|
+
|
588
|
+
DetachRolePolicyRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
589
|
+
DetachRolePolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
590
|
+
DetachRolePolicyRequest.struct_class = Types::DetachRolePolicyRequest
|
591
|
+
|
592
|
+
DetachUserPolicyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
593
|
+
DetachUserPolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
594
|
+
DetachUserPolicyRequest.struct_class = Types::DetachUserPolicyRequest
|
595
|
+
|
596
|
+
EnableMFADeviceRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, required: true, location_name: "UserName"))
|
597
|
+
EnableMFADeviceRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape: serialNumberType, required: true, location_name: "SerialNumber"))
|
598
|
+
EnableMFADeviceRequest.add_member(:authentication_code_1, Shapes::ShapeRef.new(shape: authenticationCodeType, required: true, location_name: "AuthenticationCode1"))
|
599
|
+
EnableMFADeviceRequest.add_member(:authentication_code_2, Shapes::ShapeRef.new(shape: authenticationCodeType, required: true, location_name: "AuthenticationCode2"))
|
600
|
+
EnableMFADeviceRequest.struct_class = Types::EnableMFADeviceRequest
|
601
|
+
|
602
|
+
EvalDecisionDetailsType.key = Shapes::ShapeRef.new(shape: EvalDecisionSourceType)
|
603
|
+
EvalDecisionDetailsType.value = Shapes::ShapeRef.new(shape: PolicyEvaluationDecisionType)
|
604
|
+
|
605
|
+
EvaluationResult.add_member(:eval_action_name, Shapes::ShapeRef.new(shape: ActionNameType, required: true, location_name: "EvalActionName"))
|
606
|
+
EvaluationResult.add_member(:eval_resource_name, Shapes::ShapeRef.new(shape: ResourceNameType, location_name: "EvalResourceName"))
|
607
|
+
EvaluationResult.add_member(:eval_decision, Shapes::ShapeRef.new(shape: PolicyEvaluationDecisionType, required: true, location_name: "EvalDecision"))
|
608
|
+
EvaluationResult.add_member(:matched_statements, Shapes::ShapeRef.new(shape: StatementListType, location_name: "MatchedStatements"))
|
609
|
+
EvaluationResult.add_member(:missing_context_values, Shapes::ShapeRef.new(shape: ContextKeyNamesResultListType, location_name: "MissingContextValues"))
|
610
|
+
EvaluationResult.add_member(:eval_decision_details, Shapes::ShapeRef.new(shape: EvalDecisionDetailsType, location_name: "EvalDecisionDetails"))
|
611
|
+
EvaluationResult.add_member(:resource_specific_results, Shapes::ShapeRef.new(shape: ResourceSpecificResultListType, location_name: "ResourceSpecificResults"))
|
612
|
+
EvaluationResult.struct_class = Types::EvaluationResult
|
613
|
+
|
614
|
+
EvaluationResultsListType.member = Shapes::ShapeRef.new(shape: EvaluationResult)
|
615
|
+
|
616
|
+
GenerateCredentialReportResponse.add_member(:state, Shapes::ShapeRef.new(shape: ReportStateType, location_name: "State"))
|
617
|
+
GenerateCredentialReportResponse.add_member(:description, Shapes::ShapeRef.new(shape: ReportStateDescriptionType, location_name: "Description"))
|
618
|
+
GenerateCredentialReportResponse.struct_class = Types::GenerateCredentialReportResponse
|
619
|
+
|
620
|
+
GetAccessKeyLastUsedRequest.add_member(:access_key_id, Shapes::ShapeRef.new(shape: accessKeyIdType, required: true, location_name: "AccessKeyId"))
|
621
|
+
GetAccessKeyLastUsedRequest.struct_class = Types::GetAccessKeyLastUsedRequest
|
622
|
+
|
623
|
+
GetAccessKeyLastUsedResponse.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, location_name: "UserName"))
|
624
|
+
GetAccessKeyLastUsedResponse.add_member(:access_key_last_used, Shapes::ShapeRef.new(shape: AccessKeyLastUsed, location_name: "AccessKeyLastUsed"))
|
625
|
+
GetAccessKeyLastUsedResponse.struct_class = Types::GetAccessKeyLastUsedResponse
|
626
|
+
|
627
|
+
GetAccountAuthorizationDetailsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: entityListType, location_name: "Filter"))
|
628
|
+
GetAccountAuthorizationDetailsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
629
|
+
GetAccountAuthorizationDetailsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
630
|
+
GetAccountAuthorizationDetailsRequest.struct_class = Types::GetAccountAuthorizationDetailsRequest
|
631
|
+
|
632
|
+
GetAccountAuthorizationDetailsResponse.add_member(:user_detail_list, Shapes::ShapeRef.new(shape: userDetailListType, location_name: "UserDetailList"))
|
633
|
+
GetAccountAuthorizationDetailsResponse.add_member(:group_detail_list, Shapes::ShapeRef.new(shape: groupDetailListType, location_name: "GroupDetailList"))
|
634
|
+
GetAccountAuthorizationDetailsResponse.add_member(:role_detail_list, Shapes::ShapeRef.new(shape: roleDetailListType, location_name: "RoleDetailList"))
|
635
|
+
GetAccountAuthorizationDetailsResponse.add_member(:policies, Shapes::ShapeRef.new(shape: ManagedPolicyDetailListType, location_name: "Policies"))
|
636
|
+
GetAccountAuthorizationDetailsResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
637
|
+
GetAccountAuthorizationDetailsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
638
|
+
GetAccountAuthorizationDetailsResponse.struct_class = Types::GetAccountAuthorizationDetailsResponse
|
639
|
+
|
640
|
+
GetAccountPasswordPolicyResponse.add_member(:password_policy, Shapes::ShapeRef.new(shape: PasswordPolicy, required: true, location_name: "PasswordPolicy"))
|
641
|
+
GetAccountPasswordPolicyResponse.struct_class = Types::GetAccountPasswordPolicyResponse
|
642
|
+
|
643
|
+
GetAccountSummaryResponse.add_member(:summary_map, Shapes::ShapeRef.new(shape: summaryMapType, location_name: "SummaryMap"))
|
644
|
+
GetAccountSummaryResponse.struct_class = Types::GetAccountSummaryResponse
|
645
|
+
|
646
|
+
GetContextKeysForCustomPolicyRequest.add_member(:policy_input_list, Shapes::ShapeRef.new(shape: SimulationPolicyListType, required: true, location_name: "PolicyInputList"))
|
647
|
+
GetContextKeysForCustomPolicyRequest.struct_class = Types::GetContextKeysForCustomPolicyRequest
|
648
|
+
|
649
|
+
GetContextKeysForPolicyResponse.add_member(:context_key_names, Shapes::ShapeRef.new(shape: ContextKeyNamesResultListType, location_name: "ContextKeyNames"))
|
650
|
+
GetContextKeysForPolicyResponse.struct_class = Types::GetContextKeysForPolicyResponse
|
651
|
+
|
652
|
+
GetContextKeysForPrincipalPolicyRequest.add_member(:policy_source_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicySourceArn"))
|
653
|
+
GetContextKeysForPrincipalPolicyRequest.add_member(:policy_input_list, Shapes::ShapeRef.new(shape: SimulationPolicyListType, location_name: "PolicyInputList"))
|
654
|
+
GetContextKeysForPrincipalPolicyRequest.struct_class = Types::GetContextKeysForPrincipalPolicyRequest
|
655
|
+
|
656
|
+
GetCredentialReportResponse.add_member(:content, Shapes::ShapeRef.new(shape: ReportContentType, location_name: "Content"))
|
657
|
+
GetCredentialReportResponse.add_member(:report_format, Shapes::ShapeRef.new(shape: ReportFormatType, location_name: "ReportFormat"))
|
658
|
+
GetCredentialReportResponse.add_member(:generated_time, Shapes::ShapeRef.new(shape: dateType, location_name: "GeneratedTime"))
|
659
|
+
GetCredentialReportResponse.struct_class = Types::GetCredentialReportResponse
|
660
|
+
|
661
|
+
GetGroupPolicyRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
662
|
+
GetGroupPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
|
663
|
+
GetGroupPolicyRequest.struct_class = Types::GetGroupPolicyRequest
|
664
|
+
|
665
|
+
GetGroupPolicyResponse.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
666
|
+
GetGroupPolicyResponse.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
|
667
|
+
GetGroupPolicyResponse.add_member(:policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, required: true, location_name: "PolicyDocument"))
|
668
|
+
GetGroupPolicyResponse.struct_class = Types::GetGroupPolicyResponse
|
669
|
+
|
670
|
+
GetGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
671
|
+
GetGroupRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
672
|
+
GetGroupRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
673
|
+
GetGroupRequest.struct_class = Types::GetGroupRequest
|
674
|
+
|
675
|
+
GetGroupResponse.add_member(:group, Shapes::ShapeRef.new(shape: Group, required: true, location_name: "Group"))
|
676
|
+
GetGroupResponse.add_member(:users, Shapes::ShapeRef.new(shape: userListType, required: true, location_name: "Users"))
|
677
|
+
GetGroupResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
678
|
+
GetGroupResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
679
|
+
GetGroupResponse.struct_class = Types::GetGroupResponse
|
680
|
+
|
681
|
+
GetInstanceProfileRequest.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: instanceProfileNameType, required: true, location_name: "InstanceProfileName"))
|
682
|
+
GetInstanceProfileRequest.struct_class = Types::GetInstanceProfileRequest
|
683
|
+
|
684
|
+
GetInstanceProfileResponse.add_member(:instance_profile, Shapes::ShapeRef.new(shape: InstanceProfile, required: true, location_name: "InstanceProfile"))
|
685
|
+
GetInstanceProfileResponse.struct_class = Types::GetInstanceProfileResponse
|
686
|
+
|
687
|
+
GetLoginProfileRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
688
|
+
GetLoginProfileRequest.struct_class = Types::GetLoginProfileRequest
|
689
|
+
|
690
|
+
GetLoginProfileResponse.add_member(:login_profile, Shapes::ShapeRef.new(shape: LoginProfile, required: true, location_name: "LoginProfile"))
|
691
|
+
GetLoginProfileResponse.struct_class = Types::GetLoginProfileResponse
|
692
|
+
|
693
|
+
GetOpenIDConnectProviderRequest.add_member(:open_id_connect_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "OpenIDConnectProviderArn"))
|
694
|
+
GetOpenIDConnectProviderRequest.struct_class = Types::GetOpenIDConnectProviderRequest
|
695
|
+
|
696
|
+
GetOpenIDConnectProviderResponse.add_member(:url, Shapes::ShapeRef.new(shape: OpenIDConnectProviderUrlType, location_name: "Url"))
|
697
|
+
GetOpenIDConnectProviderResponse.add_member(:client_id_list, Shapes::ShapeRef.new(shape: clientIDListType, location_name: "ClientIDList"))
|
698
|
+
GetOpenIDConnectProviderResponse.add_member(:thumbprint_list, Shapes::ShapeRef.new(shape: thumbprintListType, location_name: "ThumbprintList"))
|
699
|
+
GetOpenIDConnectProviderResponse.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
|
700
|
+
GetOpenIDConnectProviderResponse.struct_class = Types::GetOpenIDConnectProviderResponse
|
701
|
+
|
702
|
+
GetPolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
703
|
+
GetPolicyRequest.struct_class = Types::GetPolicyRequest
|
704
|
+
|
705
|
+
GetPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, location_name: "Policy"))
|
706
|
+
GetPolicyResponse.struct_class = Types::GetPolicyResponse
|
707
|
+
|
708
|
+
GetPolicyVersionRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
709
|
+
GetPolicyVersionRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: policyVersionIdType, required: true, location_name: "VersionId"))
|
710
|
+
GetPolicyVersionRequest.struct_class = Types::GetPolicyVersionRequest
|
711
|
+
|
712
|
+
GetPolicyVersionResponse.add_member(:policy_version, Shapes::ShapeRef.new(shape: PolicyVersion, location_name: "PolicyVersion"))
|
713
|
+
GetPolicyVersionResponse.struct_class = Types::GetPolicyVersionResponse
|
714
|
+
|
715
|
+
GetRolePolicyRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
716
|
+
GetRolePolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
|
717
|
+
GetRolePolicyRequest.struct_class = Types::GetRolePolicyRequest
|
718
|
+
|
719
|
+
GetRolePolicyResponse.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
720
|
+
GetRolePolicyResponse.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
|
721
|
+
GetRolePolicyResponse.add_member(:policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, required: true, location_name: "PolicyDocument"))
|
722
|
+
GetRolePolicyResponse.struct_class = Types::GetRolePolicyResponse
|
723
|
+
|
724
|
+
GetRoleRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
725
|
+
GetRoleRequest.struct_class = Types::GetRoleRequest
|
726
|
+
|
727
|
+
GetRoleResponse.add_member(:role, Shapes::ShapeRef.new(shape: Role, required: true, location_name: "Role"))
|
728
|
+
GetRoleResponse.struct_class = Types::GetRoleResponse
|
729
|
+
|
730
|
+
GetSAMLProviderRequest.add_member(:saml_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "SAMLProviderArn"))
|
731
|
+
GetSAMLProviderRequest.struct_class = Types::GetSAMLProviderRequest
|
732
|
+
|
733
|
+
GetSAMLProviderResponse.add_member(:saml_metadata_document, Shapes::ShapeRef.new(shape: SAMLMetadataDocumentType, location_name: "SAMLMetadataDocument"))
|
734
|
+
GetSAMLProviderResponse.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
|
735
|
+
GetSAMLProviderResponse.add_member(:valid_until, Shapes::ShapeRef.new(shape: dateType, location_name: "ValidUntil"))
|
736
|
+
GetSAMLProviderResponse.struct_class = Types::GetSAMLProviderResponse
|
737
|
+
|
738
|
+
GetSSHPublicKeyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
739
|
+
GetSSHPublicKeyRequest.add_member(:ssh_public_key_id, Shapes::ShapeRef.new(shape: publicKeyIdType, required: true, location_name: "SSHPublicKeyId"))
|
740
|
+
GetSSHPublicKeyRequest.add_member(:encoding, Shapes::ShapeRef.new(shape: encodingType, required: true, location_name: "Encoding"))
|
741
|
+
GetSSHPublicKeyRequest.struct_class = Types::GetSSHPublicKeyRequest
|
742
|
+
|
743
|
+
GetSSHPublicKeyResponse.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: SSHPublicKey, location_name: "SSHPublicKey"))
|
744
|
+
GetSSHPublicKeyResponse.struct_class = Types::GetSSHPublicKeyResponse
|
745
|
+
|
746
|
+
GetServerCertificateRequest.add_member(:server_certificate_name, Shapes::ShapeRef.new(shape: serverCertificateNameType, required: true, location_name: "ServerCertificateName"))
|
747
|
+
GetServerCertificateRequest.struct_class = Types::GetServerCertificateRequest
|
748
|
+
|
749
|
+
GetServerCertificateResponse.add_member(:server_certificate, Shapes::ShapeRef.new(shape: ServerCertificate, required: true, location_name: "ServerCertificate"))
|
750
|
+
GetServerCertificateResponse.struct_class = Types::GetServerCertificateResponse
|
751
|
+
|
752
|
+
GetUserPolicyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, required: true, location_name: "UserName"))
|
753
|
+
GetUserPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
|
754
|
+
GetUserPolicyRequest.struct_class = Types::GetUserPolicyRequest
|
755
|
+
|
756
|
+
GetUserPolicyResponse.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, required: true, location_name: "UserName"))
|
757
|
+
GetUserPolicyResponse.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
|
758
|
+
GetUserPolicyResponse.add_member(:policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, required: true, location_name: "PolicyDocument"))
|
759
|
+
GetUserPolicyResponse.struct_class = Types::GetUserPolicyResponse
|
760
|
+
|
761
|
+
GetUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, location_name: "UserName"))
|
762
|
+
GetUserRequest.struct_class = Types::GetUserRequest
|
763
|
+
|
764
|
+
GetUserResponse.add_member(:user, Shapes::ShapeRef.new(shape: User, required: true, location_name: "User"))
|
765
|
+
GetUserResponse.struct_class = Types::GetUserResponse
|
766
|
+
|
767
|
+
Group.add_member(:path, Shapes::ShapeRef.new(shape: pathType, required: true, location_name: "Path"))
|
768
|
+
Group.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
769
|
+
Group.add_member(:group_id, Shapes::ShapeRef.new(shape: idType, required: true, location_name: "GroupId"))
|
770
|
+
Group.add_member(:arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "Arn"))
|
771
|
+
Group.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, required: true, location_name: "CreateDate"))
|
772
|
+
Group.struct_class = Types::Group
|
773
|
+
|
774
|
+
GroupDetail.add_member(:path, Shapes::ShapeRef.new(shape: pathType, location_name: "Path"))
|
775
|
+
GroupDetail.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, location_name: "GroupName"))
|
776
|
+
GroupDetail.add_member(:group_id, Shapes::ShapeRef.new(shape: idType, location_name: "GroupId"))
|
777
|
+
GroupDetail.add_member(:arn, Shapes::ShapeRef.new(shape: arnType, location_name: "Arn"))
|
778
|
+
GroupDetail.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
|
779
|
+
GroupDetail.add_member(:group_policy_list, Shapes::ShapeRef.new(shape: policyDetailListType, location_name: "GroupPolicyList"))
|
780
|
+
GroupDetail.add_member(:attached_managed_policies, Shapes::ShapeRef.new(shape: attachedPoliciesListType, location_name: "AttachedManagedPolicies"))
|
781
|
+
GroupDetail.struct_class = Types::GroupDetail
|
782
|
+
|
783
|
+
InstanceProfile.add_member(:path, Shapes::ShapeRef.new(shape: pathType, required: true, location_name: "Path"))
|
784
|
+
InstanceProfile.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: instanceProfileNameType, required: true, location_name: "InstanceProfileName"))
|
785
|
+
InstanceProfile.add_member(:instance_profile_id, Shapes::ShapeRef.new(shape: idType, required: true, location_name: "InstanceProfileId"))
|
786
|
+
InstanceProfile.add_member(:arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "Arn"))
|
787
|
+
InstanceProfile.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, required: true, location_name: "CreateDate"))
|
788
|
+
InstanceProfile.add_member(:roles, Shapes::ShapeRef.new(shape: roleListType, required: true, location_name: "Roles"))
|
789
|
+
InstanceProfile.struct_class = Types::InstanceProfile
|
790
|
+
|
791
|
+
ListAccessKeysRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, location_name: "UserName"))
|
792
|
+
ListAccessKeysRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
793
|
+
ListAccessKeysRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
794
|
+
ListAccessKeysRequest.struct_class = Types::ListAccessKeysRequest
|
795
|
+
|
796
|
+
ListAccessKeysResponse.add_member(:access_key_metadata, Shapes::ShapeRef.new(shape: accessKeyMetadataListType, required: true, location_name: "AccessKeyMetadata"))
|
797
|
+
ListAccessKeysResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
798
|
+
ListAccessKeysResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
799
|
+
ListAccessKeysResponse.struct_class = Types::ListAccessKeysResponse
|
800
|
+
|
801
|
+
ListAccountAliasesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
802
|
+
ListAccountAliasesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
803
|
+
ListAccountAliasesRequest.struct_class = Types::ListAccountAliasesRequest
|
804
|
+
|
805
|
+
ListAccountAliasesResponse.add_member(:account_aliases, Shapes::ShapeRef.new(shape: accountAliasListType, required: true, location_name: "AccountAliases"))
|
806
|
+
ListAccountAliasesResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
807
|
+
ListAccountAliasesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
808
|
+
ListAccountAliasesResponse.struct_class = Types::ListAccountAliasesResponse
|
809
|
+
|
810
|
+
ListAttachedGroupPoliciesRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
811
|
+
ListAttachedGroupPoliciesRequest.add_member(:path_prefix, Shapes::ShapeRef.new(shape: policyPathType, location_name: "PathPrefix"))
|
812
|
+
ListAttachedGroupPoliciesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
813
|
+
ListAttachedGroupPoliciesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
814
|
+
ListAttachedGroupPoliciesRequest.struct_class = Types::ListAttachedGroupPoliciesRequest
|
815
|
+
|
816
|
+
ListAttachedGroupPoliciesResponse.add_member(:attached_policies, Shapes::ShapeRef.new(shape: attachedPoliciesListType, location_name: "AttachedPolicies"))
|
817
|
+
ListAttachedGroupPoliciesResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
818
|
+
ListAttachedGroupPoliciesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
819
|
+
ListAttachedGroupPoliciesResponse.struct_class = Types::ListAttachedGroupPoliciesResponse
|
820
|
+
|
821
|
+
ListAttachedRolePoliciesRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
822
|
+
ListAttachedRolePoliciesRequest.add_member(:path_prefix, Shapes::ShapeRef.new(shape: policyPathType, location_name: "PathPrefix"))
|
823
|
+
ListAttachedRolePoliciesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
824
|
+
ListAttachedRolePoliciesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
825
|
+
ListAttachedRolePoliciesRequest.struct_class = Types::ListAttachedRolePoliciesRequest
|
826
|
+
|
827
|
+
ListAttachedRolePoliciesResponse.add_member(:attached_policies, Shapes::ShapeRef.new(shape: attachedPoliciesListType, location_name: "AttachedPolicies"))
|
828
|
+
ListAttachedRolePoliciesResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
829
|
+
ListAttachedRolePoliciesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
830
|
+
ListAttachedRolePoliciesResponse.struct_class = Types::ListAttachedRolePoliciesResponse
|
831
|
+
|
832
|
+
ListAttachedUserPoliciesRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
833
|
+
ListAttachedUserPoliciesRequest.add_member(:path_prefix, Shapes::ShapeRef.new(shape: policyPathType, location_name: "PathPrefix"))
|
834
|
+
ListAttachedUserPoliciesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
835
|
+
ListAttachedUserPoliciesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
836
|
+
ListAttachedUserPoliciesRequest.struct_class = Types::ListAttachedUserPoliciesRequest
|
837
|
+
|
838
|
+
ListAttachedUserPoliciesResponse.add_member(:attached_policies, Shapes::ShapeRef.new(shape: attachedPoliciesListType, location_name: "AttachedPolicies"))
|
839
|
+
ListAttachedUserPoliciesResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
840
|
+
ListAttachedUserPoliciesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
841
|
+
ListAttachedUserPoliciesResponse.struct_class = Types::ListAttachedUserPoliciesResponse
|
842
|
+
|
843
|
+
ListEntitiesForPolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
844
|
+
ListEntitiesForPolicyRequest.add_member(:entity_filter, Shapes::ShapeRef.new(shape: EntityType, location_name: "EntityFilter"))
|
845
|
+
ListEntitiesForPolicyRequest.add_member(:path_prefix, Shapes::ShapeRef.new(shape: pathType, location_name: "PathPrefix"))
|
846
|
+
ListEntitiesForPolicyRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
847
|
+
ListEntitiesForPolicyRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
848
|
+
ListEntitiesForPolicyRequest.struct_class = Types::ListEntitiesForPolicyRequest
|
849
|
+
|
850
|
+
ListEntitiesForPolicyResponse.add_member(:policy_groups, Shapes::ShapeRef.new(shape: PolicyGroupListType, location_name: "PolicyGroups"))
|
851
|
+
ListEntitiesForPolicyResponse.add_member(:policy_users, Shapes::ShapeRef.new(shape: PolicyUserListType, location_name: "PolicyUsers"))
|
852
|
+
ListEntitiesForPolicyResponse.add_member(:policy_roles, Shapes::ShapeRef.new(shape: PolicyRoleListType, location_name: "PolicyRoles"))
|
853
|
+
ListEntitiesForPolicyResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
854
|
+
ListEntitiesForPolicyResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
855
|
+
ListEntitiesForPolicyResponse.struct_class = Types::ListEntitiesForPolicyResponse
|
856
|
+
|
857
|
+
ListGroupPoliciesRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
858
|
+
ListGroupPoliciesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
859
|
+
ListGroupPoliciesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
860
|
+
ListGroupPoliciesRequest.struct_class = Types::ListGroupPoliciesRequest
|
861
|
+
|
862
|
+
ListGroupPoliciesResponse.add_member(:policy_names, Shapes::ShapeRef.new(shape: policyNameListType, required: true, location_name: "PolicyNames"))
|
863
|
+
ListGroupPoliciesResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
864
|
+
ListGroupPoliciesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
865
|
+
ListGroupPoliciesResponse.struct_class = Types::ListGroupPoliciesResponse
|
866
|
+
|
867
|
+
ListGroupsForUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, required: true, location_name: "UserName"))
|
868
|
+
ListGroupsForUserRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
869
|
+
ListGroupsForUserRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
870
|
+
ListGroupsForUserRequest.struct_class = Types::ListGroupsForUserRequest
|
871
|
+
|
872
|
+
ListGroupsForUserResponse.add_member(:groups, Shapes::ShapeRef.new(shape: groupListType, required: true, location_name: "Groups"))
|
873
|
+
ListGroupsForUserResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
874
|
+
ListGroupsForUserResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
875
|
+
ListGroupsForUserResponse.struct_class = Types::ListGroupsForUserResponse
|
876
|
+
|
877
|
+
ListGroupsRequest.add_member(:path_prefix, Shapes::ShapeRef.new(shape: pathPrefixType, location_name: "PathPrefix"))
|
878
|
+
ListGroupsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
879
|
+
ListGroupsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
880
|
+
ListGroupsRequest.struct_class = Types::ListGroupsRequest
|
881
|
+
|
882
|
+
ListGroupsResponse.add_member(:groups, Shapes::ShapeRef.new(shape: groupListType, required: true, location_name: "Groups"))
|
883
|
+
ListGroupsResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
884
|
+
ListGroupsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
885
|
+
ListGroupsResponse.struct_class = Types::ListGroupsResponse
|
886
|
+
|
887
|
+
ListInstanceProfilesForRoleRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
888
|
+
ListInstanceProfilesForRoleRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
889
|
+
ListInstanceProfilesForRoleRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
890
|
+
ListInstanceProfilesForRoleRequest.struct_class = Types::ListInstanceProfilesForRoleRequest
|
891
|
+
|
892
|
+
ListInstanceProfilesForRoleResponse.add_member(:instance_profiles, Shapes::ShapeRef.new(shape: instanceProfileListType, required: true, location_name: "InstanceProfiles"))
|
893
|
+
ListInstanceProfilesForRoleResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
894
|
+
ListInstanceProfilesForRoleResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
895
|
+
ListInstanceProfilesForRoleResponse.struct_class = Types::ListInstanceProfilesForRoleResponse
|
896
|
+
|
897
|
+
ListInstanceProfilesRequest.add_member(:path_prefix, Shapes::ShapeRef.new(shape: pathPrefixType, location_name: "PathPrefix"))
|
898
|
+
ListInstanceProfilesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
899
|
+
ListInstanceProfilesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
900
|
+
ListInstanceProfilesRequest.struct_class = Types::ListInstanceProfilesRequest
|
901
|
+
|
902
|
+
ListInstanceProfilesResponse.add_member(:instance_profiles, Shapes::ShapeRef.new(shape: instanceProfileListType, required: true, location_name: "InstanceProfiles"))
|
903
|
+
ListInstanceProfilesResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
904
|
+
ListInstanceProfilesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
905
|
+
ListInstanceProfilesResponse.struct_class = Types::ListInstanceProfilesResponse
|
906
|
+
|
907
|
+
ListMFADevicesRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, location_name: "UserName"))
|
908
|
+
ListMFADevicesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
909
|
+
ListMFADevicesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
910
|
+
ListMFADevicesRequest.struct_class = Types::ListMFADevicesRequest
|
911
|
+
|
912
|
+
ListMFADevicesResponse.add_member(:mfa_devices, Shapes::ShapeRef.new(shape: mfaDeviceListType, required: true, location_name: "MFADevices"))
|
913
|
+
ListMFADevicesResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
914
|
+
ListMFADevicesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
915
|
+
ListMFADevicesResponse.struct_class = Types::ListMFADevicesResponse
|
916
|
+
|
917
|
+
ListOpenIDConnectProvidersRequest.struct_class = Types::ListOpenIDConnectProvidersRequest
|
918
|
+
|
919
|
+
ListOpenIDConnectProvidersResponse.add_member(:open_id_connect_provider_list, Shapes::ShapeRef.new(shape: OpenIDConnectProviderListType, location_name: "OpenIDConnectProviderList"))
|
920
|
+
ListOpenIDConnectProvidersResponse.struct_class = Types::ListOpenIDConnectProvidersResponse
|
921
|
+
|
922
|
+
ListPoliciesRequest.add_member(:scope, Shapes::ShapeRef.new(shape: policyScopeType, location_name: "Scope"))
|
923
|
+
ListPoliciesRequest.add_member(:only_attached, Shapes::ShapeRef.new(shape: booleanType, location_name: "OnlyAttached"))
|
924
|
+
ListPoliciesRequest.add_member(:path_prefix, Shapes::ShapeRef.new(shape: policyPathType, location_name: "PathPrefix"))
|
925
|
+
ListPoliciesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
926
|
+
ListPoliciesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
927
|
+
ListPoliciesRequest.struct_class = Types::ListPoliciesRequest
|
928
|
+
|
929
|
+
ListPoliciesResponse.add_member(:policies, Shapes::ShapeRef.new(shape: policyListType, location_name: "Policies"))
|
930
|
+
ListPoliciesResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
931
|
+
ListPoliciesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
932
|
+
ListPoliciesResponse.struct_class = Types::ListPoliciesResponse
|
933
|
+
|
934
|
+
ListPolicyVersionsRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
935
|
+
ListPolicyVersionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
936
|
+
ListPolicyVersionsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
937
|
+
ListPolicyVersionsRequest.struct_class = Types::ListPolicyVersionsRequest
|
938
|
+
|
939
|
+
ListPolicyVersionsResponse.add_member(:versions, Shapes::ShapeRef.new(shape: policyDocumentVersionListType, location_name: "Versions"))
|
940
|
+
ListPolicyVersionsResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
941
|
+
ListPolicyVersionsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
942
|
+
ListPolicyVersionsResponse.struct_class = Types::ListPolicyVersionsResponse
|
943
|
+
|
944
|
+
ListRolePoliciesRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
945
|
+
ListRolePoliciesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
946
|
+
ListRolePoliciesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
947
|
+
ListRolePoliciesRequest.struct_class = Types::ListRolePoliciesRequest
|
948
|
+
|
949
|
+
ListRolePoliciesResponse.add_member(:policy_names, Shapes::ShapeRef.new(shape: policyNameListType, required: true, location_name: "PolicyNames"))
|
950
|
+
ListRolePoliciesResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
951
|
+
ListRolePoliciesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
952
|
+
ListRolePoliciesResponse.struct_class = Types::ListRolePoliciesResponse
|
953
|
+
|
954
|
+
ListRolesRequest.add_member(:path_prefix, Shapes::ShapeRef.new(shape: pathPrefixType, location_name: "PathPrefix"))
|
955
|
+
ListRolesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
956
|
+
ListRolesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
957
|
+
ListRolesRequest.struct_class = Types::ListRolesRequest
|
958
|
+
|
959
|
+
ListRolesResponse.add_member(:roles, Shapes::ShapeRef.new(shape: roleListType, required: true, location_name: "Roles"))
|
960
|
+
ListRolesResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
961
|
+
ListRolesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
962
|
+
ListRolesResponse.struct_class = Types::ListRolesResponse
|
963
|
+
|
964
|
+
ListSAMLProvidersRequest.struct_class = Types::ListSAMLProvidersRequest
|
965
|
+
|
966
|
+
ListSAMLProvidersResponse.add_member(:saml_provider_list, Shapes::ShapeRef.new(shape: SAMLProviderListType, location_name: "SAMLProviderList"))
|
967
|
+
ListSAMLProvidersResponse.struct_class = Types::ListSAMLProvidersResponse
|
968
|
+
|
969
|
+
ListSSHPublicKeysRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, location_name: "UserName"))
|
970
|
+
ListSSHPublicKeysRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
971
|
+
ListSSHPublicKeysRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
972
|
+
ListSSHPublicKeysRequest.struct_class = Types::ListSSHPublicKeysRequest
|
973
|
+
|
974
|
+
ListSSHPublicKeysResponse.add_member(:ssh_public_keys, Shapes::ShapeRef.new(shape: SSHPublicKeyListType, location_name: "SSHPublicKeys"))
|
975
|
+
ListSSHPublicKeysResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
976
|
+
ListSSHPublicKeysResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
977
|
+
ListSSHPublicKeysResponse.struct_class = Types::ListSSHPublicKeysResponse
|
978
|
+
|
979
|
+
ListServerCertificatesRequest.add_member(:path_prefix, Shapes::ShapeRef.new(shape: pathPrefixType, location_name: "PathPrefix"))
|
980
|
+
ListServerCertificatesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
981
|
+
ListServerCertificatesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
982
|
+
ListServerCertificatesRequest.struct_class = Types::ListServerCertificatesRequest
|
983
|
+
|
984
|
+
ListServerCertificatesResponse.add_member(:server_certificate_metadata_list, Shapes::ShapeRef.new(shape: serverCertificateMetadataListType, required: true, location_name: "ServerCertificateMetadataList"))
|
985
|
+
ListServerCertificatesResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
986
|
+
ListServerCertificatesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
987
|
+
ListServerCertificatesResponse.struct_class = Types::ListServerCertificatesResponse
|
988
|
+
|
989
|
+
ListSigningCertificatesRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, location_name: "UserName"))
|
990
|
+
ListSigningCertificatesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
991
|
+
ListSigningCertificatesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
992
|
+
ListSigningCertificatesRequest.struct_class = Types::ListSigningCertificatesRequest
|
993
|
+
|
994
|
+
ListSigningCertificatesResponse.add_member(:certificates, Shapes::ShapeRef.new(shape: certificateListType, required: true, location_name: "Certificates"))
|
995
|
+
ListSigningCertificatesResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
996
|
+
ListSigningCertificatesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
997
|
+
ListSigningCertificatesResponse.struct_class = Types::ListSigningCertificatesResponse
|
998
|
+
|
999
|
+
ListUserPoliciesRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, required: true, location_name: "UserName"))
|
1000
|
+
ListUserPoliciesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1001
|
+
ListUserPoliciesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
1002
|
+
ListUserPoliciesRequest.struct_class = Types::ListUserPoliciesRequest
|
1003
|
+
|
1004
|
+
ListUserPoliciesResponse.add_member(:policy_names, Shapes::ShapeRef.new(shape: policyNameListType, required: true, location_name: "PolicyNames"))
|
1005
|
+
ListUserPoliciesResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
1006
|
+
ListUserPoliciesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1007
|
+
ListUserPoliciesResponse.struct_class = Types::ListUserPoliciesResponse
|
1008
|
+
|
1009
|
+
ListUsersRequest.add_member(:path_prefix, Shapes::ShapeRef.new(shape: pathPrefixType, location_name: "PathPrefix"))
|
1010
|
+
ListUsersRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1011
|
+
ListUsersRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
1012
|
+
ListUsersRequest.struct_class = Types::ListUsersRequest
|
1013
|
+
|
1014
|
+
ListUsersResponse.add_member(:users, Shapes::ShapeRef.new(shape: userListType, required: true, location_name: "Users"))
|
1015
|
+
ListUsersResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
1016
|
+
ListUsersResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1017
|
+
ListUsersResponse.struct_class = Types::ListUsersResponse
|
1018
|
+
|
1019
|
+
ListVirtualMFADevicesRequest.add_member(:assignment_status, Shapes::ShapeRef.new(shape: assignmentStatusType, location_name: "AssignmentStatus"))
|
1020
|
+
ListVirtualMFADevicesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1021
|
+
ListVirtualMFADevicesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
1022
|
+
ListVirtualMFADevicesRequest.struct_class = Types::ListVirtualMFADevicesRequest
|
1023
|
+
|
1024
|
+
ListVirtualMFADevicesResponse.add_member(:virtual_mfa_devices, Shapes::ShapeRef.new(shape: virtualMFADeviceListType, required: true, location_name: "VirtualMFADevices"))
|
1025
|
+
ListVirtualMFADevicesResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
1026
|
+
ListVirtualMFADevicesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1027
|
+
ListVirtualMFADevicesResponse.struct_class = Types::ListVirtualMFADevicesResponse
|
1028
|
+
|
1029
|
+
LoginProfile.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
1030
|
+
LoginProfile.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, required: true, location_name: "CreateDate"))
|
1031
|
+
LoginProfile.add_member(:password_reset_required, Shapes::ShapeRef.new(shape: booleanType, location_name: "PasswordResetRequired"))
|
1032
|
+
LoginProfile.struct_class = Types::LoginProfile
|
1033
|
+
|
1034
|
+
MFADevice.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
1035
|
+
MFADevice.add_member(:serial_number, Shapes::ShapeRef.new(shape: serialNumberType, required: true, location_name: "SerialNumber"))
|
1036
|
+
MFADevice.add_member(:enable_date, Shapes::ShapeRef.new(shape: dateType, required: true, location_name: "EnableDate"))
|
1037
|
+
MFADevice.struct_class = Types::MFADevice
|
1038
|
+
|
1039
|
+
ManagedPolicyDetail.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, location_name: "PolicyName"))
|
1040
|
+
ManagedPolicyDetail.add_member(:policy_id, Shapes::ShapeRef.new(shape: idType, location_name: "PolicyId"))
|
1041
|
+
ManagedPolicyDetail.add_member(:arn, Shapes::ShapeRef.new(shape: arnType, location_name: "Arn"))
|
1042
|
+
ManagedPolicyDetail.add_member(:path, Shapes::ShapeRef.new(shape: policyPathType, location_name: "Path"))
|
1043
|
+
ManagedPolicyDetail.add_member(:default_version_id, Shapes::ShapeRef.new(shape: policyVersionIdType, location_name: "DefaultVersionId"))
|
1044
|
+
ManagedPolicyDetail.add_member(:attachment_count, Shapes::ShapeRef.new(shape: attachmentCountType, location_name: "AttachmentCount"))
|
1045
|
+
ManagedPolicyDetail.add_member(:is_attachable, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsAttachable"))
|
1046
|
+
ManagedPolicyDetail.add_member(:description, Shapes::ShapeRef.new(shape: policyDescriptionType, location_name: "Description"))
|
1047
|
+
ManagedPolicyDetail.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
|
1048
|
+
ManagedPolicyDetail.add_member(:update_date, Shapes::ShapeRef.new(shape: dateType, location_name: "UpdateDate"))
|
1049
|
+
ManagedPolicyDetail.add_member(:policy_version_list, Shapes::ShapeRef.new(shape: policyDocumentVersionListType, location_name: "PolicyVersionList"))
|
1050
|
+
ManagedPolicyDetail.struct_class = Types::ManagedPolicyDetail
|
1051
|
+
|
1052
|
+
ManagedPolicyDetailListType.member = Shapes::ShapeRef.new(shape: ManagedPolicyDetail)
|
1053
|
+
|
1054
|
+
OpenIDConnectProviderListEntry.add_member(:arn, Shapes::ShapeRef.new(shape: arnType, location_name: "Arn"))
|
1055
|
+
OpenIDConnectProviderListEntry.struct_class = Types::OpenIDConnectProviderListEntry
|
1056
|
+
|
1057
|
+
OpenIDConnectProviderListType.member = Shapes::ShapeRef.new(shape: OpenIDConnectProviderListEntry)
|
1058
|
+
|
1059
|
+
PasswordPolicy.add_member(:minimum_password_length, Shapes::ShapeRef.new(shape: minimumPasswordLengthType, location_name: "MinimumPasswordLength"))
|
1060
|
+
PasswordPolicy.add_member(:require_symbols, Shapes::ShapeRef.new(shape: booleanType, location_name: "RequireSymbols"))
|
1061
|
+
PasswordPolicy.add_member(:require_numbers, Shapes::ShapeRef.new(shape: booleanType, location_name: "RequireNumbers"))
|
1062
|
+
PasswordPolicy.add_member(:require_uppercase_characters, Shapes::ShapeRef.new(shape: booleanType, location_name: "RequireUppercaseCharacters"))
|
1063
|
+
PasswordPolicy.add_member(:require_lowercase_characters, Shapes::ShapeRef.new(shape: booleanType, location_name: "RequireLowercaseCharacters"))
|
1064
|
+
PasswordPolicy.add_member(:allow_users_to_change_password, Shapes::ShapeRef.new(shape: booleanType, location_name: "AllowUsersToChangePassword"))
|
1065
|
+
PasswordPolicy.add_member(:expire_passwords, Shapes::ShapeRef.new(shape: booleanType, location_name: "ExpirePasswords"))
|
1066
|
+
PasswordPolicy.add_member(:max_password_age, Shapes::ShapeRef.new(shape: maxPasswordAgeType, location_name: "MaxPasswordAge"))
|
1067
|
+
PasswordPolicy.add_member(:password_reuse_prevention, Shapes::ShapeRef.new(shape: passwordReusePreventionType, location_name: "PasswordReusePrevention"))
|
1068
|
+
PasswordPolicy.add_member(:hard_expiry, Shapes::ShapeRef.new(shape: booleanObjectType, location_name: "HardExpiry"))
|
1069
|
+
PasswordPolicy.struct_class = Types::PasswordPolicy
|
1070
|
+
|
1071
|
+
Policy.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, location_name: "PolicyName"))
|
1072
|
+
Policy.add_member(:policy_id, Shapes::ShapeRef.new(shape: idType, location_name: "PolicyId"))
|
1073
|
+
Policy.add_member(:arn, Shapes::ShapeRef.new(shape: arnType, location_name: "Arn"))
|
1074
|
+
Policy.add_member(:path, Shapes::ShapeRef.new(shape: policyPathType, location_name: "Path"))
|
1075
|
+
Policy.add_member(:default_version_id, Shapes::ShapeRef.new(shape: policyVersionIdType, location_name: "DefaultVersionId"))
|
1076
|
+
Policy.add_member(:attachment_count, Shapes::ShapeRef.new(shape: attachmentCountType, location_name: "AttachmentCount"))
|
1077
|
+
Policy.add_member(:is_attachable, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsAttachable"))
|
1078
|
+
Policy.add_member(:description, Shapes::ShapeRef.new(shape: policyDescriptionType, location_name: "Description"))
|
1079
|
+
Policy.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
|
1080
|
+
Policy.add_member(:update_date, Shapes::ShapeRef.new(shape: dateType, location_name: "UpdateDate"))
|
1081
|
+
Policy.struct_class = Types::Policy
|
1082
|
+
|
1083
|
+
PolicyDetail.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, location_name: "PolicyName"))
|
1084
|
+
PolicyDetail.add_member(:policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, location_name: "PolicyDocument"))
|
1085
|
+
PolicyDetail.struct_class = Types::PolicyDetail
|
1086
|
+
|
1087
|
+
PolicyGroup.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, location_name: "GroupName"))
|
1088
|
+
PolicyGroup.add_member(:group_id, Shapes::ShapeRef.new(shape: idType, location_name: "GroupId"))
|
1089
|
+
PolicyGroup.struct_class = Types::PolicyGroup
|
1090
|
+
|
1091
|
+
PolicyGroupListType.member = Shapes::ShapeRef.new(shape: PolicyGroup)
|
1092
|
+
|
1093
|
+
PolicyRole.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, location_name: "RoleName"))
|
1094
|
+
PolicyRole.add_member(:role_id, Shapes::ShapeRef.new(shape: idType, location_name: "RoleId"))
|
1095
|
+
PolicyRole.struct_class = Types::PolicyRole
|
1096
|
+
|
1097
|
+
PolicyRoleListType.member = Shapes::ShapeRef.new(shape: PolicyRole)
|
1098
|
+
|
1099
|
+
PolicyUser.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, location_name: "UserName"))
|
1100
|
+
PolicyUser.add_member(:user_id, Shapes::ShapeRef.new(shape: idType, location_name: "UserId"))
|
1101
|
+
PolicyUser.struct_class = Types::PolicyUser
|
1102
|
+
|
1103
|
+
PolicyUserListType.member = Shapes::ShapeRef.new(shape: PolicyUser)
|
1104
|
+
|
1105
|
+
PolicyVersion.add_member(:document, Shapes::ShapeRef.new(shape: policyDocumentType, location_name: "Document"))
|
1106
|
+
PolicyVersion.add_member(:version_id, Shapes::ShapeRef.new(shape: policyVersionIdType, location_name: "VersionId"))
|
1107
|
+
PolicyVersion.add_member(:is_default_version, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsDefaultVersion"))
|
1108
|
+
PolicyVersion.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
|
1109
|
+
PolicyVersion.struct_class = Types::PolicyVersion
|
1110
|
+
|
1111
|
+
Position.add_member(:line, Shapes::ShapeRef.new(shape: LineNumber, location_name: "Line"))
|
1112
|
+
Position.add_member(:column, Shapes::ShapeRef.new(shape: ColumnNumber, location_name: "Column"))
|
1113
|
+
Position.struct_class = Types::Position
|
1114
|
+
|
1115
|
+
PutGroupPolicyRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
1116
|
+
PutGroupPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
|
1117
|
+
PutGroupPolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, required: true, location_name: "PolicyDocument"))
|
1118
|
+
PutGroupPolicyRequest.struct_class = Types::PutGroupPolicyRequest
|
1119
|
+
|
1120
|
+
PutRolePolicyRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
1121
|
+
PutRolePolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
|
1122
|
+
PutRolePolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, required: true, location_name: "PolicyDocument"))
|
1123
|
+
PutRolePolicyRequest.struct_class = Types::PutRolePolicyRequest
|
1124
|
+
|
1125
|
+
PutUserPolicyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, required: true, location_name: "UserName"))
|
1126
|
+
PutUserPolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
|
1127
|
+
PutUserPolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, required: true, location_name: "PolicyDocument"))
|
1128
|
+
PutUserPolicyRequest.struct_class = Types::PutUserPolicyRequest
|
1129
|
+
|
1130
|
+
RemoveClientIDFromOpenIDConnectProviderRequest.add_member(:open_id_connect_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "OpenIDConnectProviderArn"))
|
1131
|
+
RemoveClientIDFromOpenIDConnectProviderRequest.add_member(:client_id, Shapes::ShapeRef.new(shape: clientIDType, required: true, location_name: "ClientID"))
|
1132
|
+
RemoveClientIDFromOpenIDConnectProviderRequest.struct_class = Types::RemoveClientIDFromOpenIDConnectProviderRequest
|
1133
|
+
|
1134
|
+
RemoveRoleFromInstanceProfileRequest.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: instanceProfileNameType, required: true, location_name: "InstanceProfileName"))
|
1135
|
+
RemoveRoleFromInstanceProfileRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
1136
|
+
RemoveRoleFromInstanceProfileRequest.struct_class = Types::RemoveRoleFromInstanceProfileRequest
|
1137
|
+
|
1138
|
+
RemoveUserFromGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
1139
|
+
RemoveUserFromGroupRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, required: true, location_name: "UserName"))
|
1140
|
+
RemoveUserFromGroupRequest.struct_class = Types::RemoveUserFromGroupRequest
|
1141
|
+
|
1142
|
+
ResourceNameListType.member = Shapes::ShapeRef.new(shape: ResourceNameType)
|
1143
|
+
|
1144
|
+
ResourceSpecificResult.add_member(:eval_resource_name, Shapes::ShapeRef.new(shape: ResourceNameType, required: true, location_name: "EvalResourceName"))
|
1145
|
+
ResourceSpecificResult.add_member(:eval_resource_decision, Shapes::ShapeRef.new(shape: PolicyEvaluationDecisionType, required: true, location_name: "EvalResourceDecision"))
|
1146
|
+
ResourceSpecificResult.add_member(:matched_statements, Shapes::ShapeRef.new(shape: StatementListType, location_name: "MatchedStatements"))
|
1147
|
+
ResourceSpecificResult.add_member(:missing_context_values, Shapes::ShapeRef.new(shape: ContextKeyNamesResultListType, location_name: "MissingContextValues"))
|
1148
|
+
ResourceSpecificResult.add_member(:eval_decision_details, Shapes::ShapeRef.new(shape: EvalDecisionDetailsType, location_name: "EvalDecisionDetails"))
|
1149
|
+
ResourceSpecificResult.struct_class = Types::ResourceSpecificResult
|
1150
|
+
|
1151
|
+
ResourceSpecificResultListType.member = Shapes::ShapeRef.new(shape: ResourceSpecificResult)
|
1152
|
+
|
1153
|
+
ResyncMFADeviceRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, required: true, location_name: "UserName"))
|
1154
|
+
ResyncMFADeviceRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape: serialNumberType, required: true, location_name: "SerialNumber"))
|
1155
|
+
ResyncMFADeviceRequest.add_member(:authentication_code_1, Shapes::ShapeRef.new(shape: authenticationCodeType, required: true, location_name: "AuthenticationCode1"))
|
1156
|
+
ResyncMFADeviceRequest.add_member(:authentication_code_2, Shapes::ShapeRef.new(shape: authenticationCodeType, required: true, location_name: "AuthenticationCode2"))
|
1157
|
+
ResyncMFADeviceRequest.struct_class = Types::ResyncMFADeviceRequest
|
1158
|
+
|
1159
|
+
Role.add_member(:path, Shapes::ShapeRef.new(shape: pathType, required: true, location_name: "Path"))
|
1160
|
+
Role.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
1161
|
+
Role.add_member(:role_id, Shapes::ShapeRef.new(shape: idType, required: true, location_name: "RoleId"))
|
1162
|
+
Role.add_member(:arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "Arn"))
|
1163
|
+
Role.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, required: true, location_name: "CreateDate"))
|
1164
|
+
Role.add_member(:assume_role_policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, location_name: "AssumeRolePolicyDocument"))
|
1165
|
+
Role.struct_class = Types::Role
|
1166
|
+
|
1167
|
+
RoleDetail.add_member(:path, Shapes::ShapeRef.new(shape: pathType, location_name: "Path"))
|
1168
|
+
RoleDetail.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, location_name: "RoleName"))
|
1169
|
+
RoleDetail.add_member(:role_id, Shapes::ShapeRef.new(shape: idType, location_name: "RoleId"))
|
1170
|
+
RoleDetail.add_member(:arn, Shapes::ShapeRef.new(shape: arnType, location_name: "Arn"))
|
1171
|
+
RoleDetail.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
|
1172
|
+
RoleDetail.add_member(:assume_role_policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, location_name: "AssumeRolePolicyDocument"))
|
1173
|
+
RoleDetail.add_member(:instance_profile_list, Shapes::ShapeRef.new(shape: instanceProfileListType, location_name: "InstanceProfileList"))
|
1174
|
+
RoleDetail.add_member(:role_policy_list, Shapes::ShapeRef.new(shape: policyDetailListType, location_name: "RolePolicyList"))
|
1175
|
+
RoleDetail.add_member(:attached_managed_policies, Shapes::ShapeRef.new(shape: attachedPoliciesListType, location_name: "AttachedManagedPolicies"))
|
1176
|
+
RoleDetail.struct_class = Types::RoleDetail
|
1177
|
+
|
1178
|
+
SAMLProviderListEntry.add_member(:arn, Shapes::ShapeRef.new(shape: arnType, location_name: "Arn"))
|
1179
|
+
SAMLProviderListEntry.add_member(:valid_until, Shapes::ShapeRef.new(shape: dateType, location_name: "ValidUntil"))
|
1180
|
+
SAMLProviderListEntry.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
|
1181
|
+
SAMLProviderListEntry.struct_class = Types::SAMLProviderListEntry
|
1182
|
+
|
1183
|
+
SAMLProviderListType.member = Shapes::ShapeRef.new(shape: SAMLProviderListEntry)
|
1184
|
+
|
1185
|
+
SSHPublicKey.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
1186
|
+
SSHPublicKey.add_member(:ssh_public_key_id, Shapes::ShapeRef.new(shape: publicKeyIdType, required: true, location_name: "SSHPublicKeyId"))
|
1187
|
+
SSHPublicKey.add_member(:fingerprint, Shapes::ShapeRef.new(shape: publicKeyFingerprintType, required: true, location_name: "Fingerprint"))
|
1188
|
+
SSHPublicKey.add_member(:ssh_public_key_body, Shapes::ShapeRef.new(shape: publicKeyMaterialType, required: true, location_name: "SSHPublicKeyBody"))
|
1189
|
+
SSHPublicKey.add_member(:status, Shapes::ShapeRef.new(shape: statusType, required: true, location_name: "Status"))
|
1190
|
+
SSHPublicKey.add_member(:upload_date, Shapes::ShapeRef.new(shape: dateType, location_name: "UploadDate"))
|
1191
|
+
SSHPublicKey.struct_class = Types::SSHPublicKey
|
1192
|
+
|
1193
|
+
SSHPublicKeyListType.member = Shapes::ShapeRef.new(shape: SSHPublicKeyMetadata)
|
1194
|
+
|
1195
|
+
SSHPublicKeyMetadata.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
1196
|
+
SSHPublicKeyMetadata.add_member(:ssh_public_key_id, Shapes::ShapeRef.new(shape: publicKeyIdType, required: true, location_name: "SSHPublicKeyId"))
|
1197
|
+
SSHPublicKeyMetadata.add_member(:status, Shapes::ShapeRef.new(shape: statusType, required: true, location_name: "Status"))
|
1198
|
+
SSHPublicKeyMetadata.add_member(:upload_date, Shapes::ShapeRef.new(shape: dateType, required: true, location_name: "UploadDate"))
|
1199
|
+
SSHPublicKeyMetadata.struct_class = Types::SSHPublicKeyMetadata
|
1200
|
+
|
1201
|
+
ServerCertificate.add_member(:server_certificate_metadata, Shapes::ShapeRef.new(shape: ServerCertificateMetadata, required: true, location_name: "ServerCertificateMetadata"))
|
1202
|
+
ServerCertificate.add_member(:certificate_body, Shapes::ShapeRef.new(shape: certificateBodyType, required: true, location_name: "CertificateBody"))
|
1203
|
+
ServerCertificate.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: certificateChainType, location_name: "CertificateChain"))
|
1204
|
+
ServerCertificate.struct_class = Types::ServerCertificate
|
1205
|
+
|
1206
|
+
ServerCertificateMetadata.add_member(:path, Shapes::ShapeRef.new(shape: pathType, required: true, location_name: "Path"))
|
1207
|
+
ServerCertificateMetadata.add_member(:server_certificate_name, Shapes::ShapeRef.new(shape: serverCertificateNameType, required: true, location_name: "ServerCertificateName"))
|
1208
|
+
ServerCertificateMetadata.add_member(:server_certificate_id, Shapes::ShapeRef.new(shape: idType, required: true, location_name: "ServerCertificateId"))
|
1209
|
+
ServerCertificateMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "Arn"))
|
1210
|
+
ServerCertificateMetadata.add_member(:upload_date, Shapes::ShapeRef.new(shape: dateType, location_name: "UploadDate"))
|
1211
|
+
ServerCertificateMetadata.add_member(:expiration, Shapes::ShapeRef.new(shape: dateType, location_name: "Expiration"))
|
1212
|
+
ServerCertificateMetadata.struct_class = Types::ServerCertificateMetadata
|
1213
|
+
|
1214
|
+
SetDefaultPolicyVersionRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
1215
|
+
SetDefaultPolicyVersionRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: policyVersionIdType, required: true, location_name: "VersionId"))
|
1216
|
+
SetDefaultPolicyVersionRequest.struct_class = Types::SetDefaultPolicyVersionRequest
|
1217
|
+
|
1218
|
+
SigningCertificate.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
1219
|
+
SigningCertificate.add_member(:certificate_id, Shapes::ShapeRef.new(shape: certificateIdType, required: true, location_name: "CertificateId"))
|
1220
|
+
SigningCertificate.add_member(:certificate_body, Shapes::ShapeRef.new(shape: certificateBodyType, required: true, location_name: "CertificateBody"))
|
1221
|
+
SigningCertificate.add_member(:status, Shapes::ShapeRef.new(shape: statusType, required: true, location_name: "Status"))
|
1222
|
+
SigningCertificate.add_member(:upload_date, Shapes::ShapeRef.new(shape: dateType, location_name: "UploadDate"))
|
1223
|
+
SigningCertificate.struct_class = Types::SigningCertificate
|
1224
|
+
|
1225
|
+
SimulateCustomPolicyRequest.add_member(:policy_input_list, Shapes::ShapeRef.new(shape: SimulationPolicyListType, required: true, location_name: "PolicyInputList"))
|
1226
|
+
SimulateCustomPolicyRequest.add_member(:action_names, Shapes::ShapeRef.new(shape: ActionNameListType, required: true, location_name: "ActionNames"))
|
1227
|
+
SimulateCustomPolicyRequest.add_member(:resource_arns, Shapes::ShapeRef.new(shape: ResourceNameListType, location_name: "ResourceArns"))
|
1228
|
+
SimulateCustomPolicyRequest.add_member(:resource_policy, Shapes::ShapeRef.new(shape: policyDocumentType, location_name: "ResourcePolicy"))
|
1229
|
+
SimulateCustomPolicyRequest.add_member(:resource_owner, Shapes::ShapeRef.new(shape: ResourceNameType, location_name: "ResourceOwner"))
|
1230
|
+
SimulateCustomPolicyRequest.add_member(:caller_arn, Shapes::ShapeRef.new(shape: ResourceNameType, location_name: "CallerArn"))
|
1231
|
+
SimulateCustomPolicyRequest.add_member(:context_entries, Shapes::ShapeRef.new(shape: ContextEntryListType, location_name: "ContextEntries"))
|
1232
|
+
SimulateCustomPolicyRequest.add_member(:resource_handling_option, Shapes::ShapeRef.new(shape: ResourceHandlingOptionType, location_name: "ResourceHandlingOption"))
|
1233
|
+
SimulateCustomPolicyRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
1234
|
+
SimulateCustomPolicyRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1235
|
+
SimulateCustomPolicyRequest.struct_class = Types::SimulateCustomPolicyRequest
|
1236
|
+
|
1237
|
+
SimulatePolicyResponse.add_member(:evaluation_results, Shapes::ShapeRef.new(shape: EvaluationResultsListType, location_name: "EvaluationResults"))
|
1238
|
+
SimulatePolicyResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
1239
|
+
SimulatePolicyResponse.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1240
|
+
SimulatePolicyResponse.struct_class = Types::SimulatePolicyResponse
|
1241
|
+
|
1242
|
+
SimulatePrincipalPolicyRequest.add_member(:policy_source_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicySourceArn"))
|
1243
|
+
SimulatePrincipalPolicyRequest.add_member(:policy_input_list, Shapes::ShapeRef.new(shape: SimulationPolicyListType, location_name: "PolicyInputList"))
|
1244
|
+
SimulatePrincipalPolicyRequest.add_member(:action_names, Shapes::ShapeRef.new(shape: ActionNameListType, required: true, location_name: "ActionNames"))
|
1245
|
+
SimulatePrincipalPolicyRequest.add_member(:resource_arns, Shapes::ShapeRef.new(shape: ResourceNameListType, location_name: "ResourceArns"))
|
1246
|
+
SimulatePrincipalPolicyRequest.add_member(:resource_policy, Shapes::ShapeRef.new(shape: policyDocumentType, location_name: "ResourcePolicy"))
|
1247
|
+
SimulatePrincipalPolicyRequest.add_member(:resource_owner, Shapes::ShapeRef.new(shape: ResourceNameType, location_name: "ResourceOwner"))
|
1248
|
+
SimulatePrincipalPolicyRequest.add_member(:caller_arn, Shapes::ShapeRef.new(shape: ResourceNameType, location_name: "CallerArn"))
|
1249
|
+
SimulatePrincipalPolicyRequest.add_member(:context_entries, Shapes::ShapeRef.new(shape: ContextEntryListType, location_name: "ContextEntries"))
|
1250
|
+
SimulatePrincipalPolicyRequest.add_member(:resource_handling_option, Shapes::ShapeRef.new(shape: ResourceHandlingOptionType, location_name: "ResourceHandlingOption"))
|
1251
|
+
SimulatePrincipalPolicyRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
1252
|
+
SimulatePrincipalPolicyRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1253
|
+
SimulatePrincipalPolicyRequest.struct_class = Types::SimulatePrincipalPolicyRequest
|
1254
|
+
|
1255
|
+
SimulationPolicyListType.member = Shapes::ShapeRef.new(shape: policyDocumentType)
|
1256
|
+
|
1257
|
+
Statement.add_member(:source_policy_id, Shapes::ShapeRef.new(shape: PolicyIdentifierType, location_name: "SourcePolicyId"))
|
1258
|
+
Statement.add_member(:source_policy_type, Shapes::ShapeRef.new(shape: PolicySourceType, location_name: "SourcePolicyType"))
|
1259
|
+
Statement.add_member(:start_position, Shapes::ShapeRef.new(shape: Position, location_name: "StartPosition"))
|
1260
|
+
Statement.add_member(:end_position, Shapes::ShapeRef.new(shape: Position, location_name: "EndPosition"))
|
1261
|
+
Statement.struct_class = Types::Statement
|
1262
|
+
|
1263
|
+
StatementListType.member = Shapes::ShapeRef.new(shape: Statement)
|
1264
|
+
|
1265
|
+
UpdateAccessKeyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, location_name: "UserName"))
|
1266
|
+
UpdateAccessKeyRequest.add_member(:access_key_id, Shapes::ShapeRef.new(shape: accessKeyIdType, required: true, location_name: "AccessKeyId"))
|
1267
|
+
UpdateAccessKeyRequest.add_member(:status, Shapes::ShapeRef.new(shape: statusType, required: true, location_name: "Status"))
|
1268
|
+
UpdateAccessKeyRequest.struct_class = Types::UpdateAccessKeyRequest
|
1269
|
+
|
1270
|
+
UpdateAccountPasswordPolicyRequest.add_member(:minimum_password_length, Shapes::ShapeRef.new(shape: minimumPasswordLengthType, location_name: "MinimumPasswordLength"))
|
1271
|
+
UpdateAccountPasswordPolicyRequest.add_member(:require_symbols, Shapes::ShapeRef.new(shape: booleanType, location_name: "RequireSymbols"))
|
1272
|
+
UpdateAccountPasswordPolicyRequest.add_member(:require_numbers, Shapes::ShapeRef.new(shape: booleanType, location_name: "RequireNumbers"))
|
1273
|
+
UpdateAccountPasswordPolicyRequest.add_member(:require_uppercase_characters, Shapes::ShapeRef.new(shape: booleanType, location_name: "RequireUppercaseCharacters"))
|
1274
|
+
UpdateAccountPasswordPolicyRequest.add_member(:require_lowercase_characters, Shapes::ShapeRef.new(shape: booleanType, location_name: "RequireLowercaseCharacters"))
|
1275
|
+
UpdateAccountPasswordPolicyRequest.add_member(:allow_users_to_change_password, Shapes::ShapeRef.new(shape: booleanType, location_name: "AllowUsersToChangePassword"))
|
1276
|
+
UpdateAccountPasswordPolicyRequest.add_member(:max_password_age, Shapes::ShapeRef.new(shape: maxPasswordAgeType, location_name: "MaxPasswordAge"))
|
1277
|
+
UpdateAccountPasswordPolicyRequest.add_member(:password_reuse_prevention, Shapes::ShapeRef.new(shape: passwordReusePreventionType, location_name: "PasswordReusePrevention"))
|
1278
|
+
UpdateAccountPasswordPolicyRequest.add_member(:hard_expiry, Shapes::ShapeRef.new(shape: booleanObjectType, location_name: "HardExpiry"))
|
1279
|
+
UpdateAccountPasswordPolicyRequest.struct_class = Types::UpdateAccountPasswordPolicyRequest
|
1280
|
+
|
1281
|
+
UpdateAssumeRolePolicyRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
1282
|
+
UpdateAssumeRolePolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, required: true, location_name: "PolicyDocument"))
|
1283
|
+
UpdateAssumeRolePolicyRequest.struct_class = Types::UpdateAssumeRolePolicyRequest
|
1284
|
+
|
1285
|
+
UpdateGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "GroupName"))
|
1286
|
+
UpdateGroupRequest.add_member(:new_path, Shapes::ShapeRef.new(shape: pathType, location_name: "NewPath"))
|
1287
|
+
UpdateGroupRequest.add_member(:new_group_name, Shapes::ShapeRef.new(shape: groupNameType, location_name: "NewGroupName"))
|
1288
|
+
UpdateGroupRequest.struct_class = Types::UpdateGroupRequest
|
1289
|
+
|
1290
|
+
UpdateLoginProfileRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
1291
|
+
UpdateLoginProfileRequest.add_member(:password, Shapes::ShapeRef.new(shape: passwordType, location_name: "Password"))
|
1292
|
+
UpdateLoginProfileRequest.add_member(:password_reset_required, Shapes::ShapeRef.new(shape: booleanObjectType, location_name: "PasswordResetRequired"))
|
1293
|
+
UpdateLoginProfileRequest.struct_class = Types::UpdateLoginProfileRequest
|
1294
|
+
|
1295
|
+
UpdateOpenIDConnectProviderThumbprintRequest.add_member(:open_id_connect_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "OpenIDConnectProviderArn"))
|
1296
|
+
UpdateOpenIDConnectProviderThumbprintRequest.add_member(:thumbprint_list, Shapes::ShapeRef.new(shape: thumbprintListType, required: true, location_name: "ThumbprintList"))
|
1297
|
+
UpdateOpenIDConnectProviderThumbprintRequest.struct_class = Types::UpdateOpenIDConnectProviderThumbprintRequest
|
1298
|
+
|
1299
|
+
UpdateSAMLProviderRequest.add_member(:saml_metadata_document, Shapes::ShapeRef.new(shape: SAMLMetadataDocumentType, required: true, location_name: "SAMLMetadataDocument"))
|
1300
|
+
UpdateSAMLProviderRequest.add_member(:saml_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "SAMLProviderArn"))
|
1301
|
+
UpdateSAMLProviderRequest.struct_class = Types::UpdateSAMLProviderRequest
|
1302
|
+
|
1303
|
+
UpdateSAMLProviderResponse.add_member(:saml_provider_arn, Shapes::ShapeRef.new(shape: arnType, location_name: "SAMLProviderArn"))
|
1304
|
+
UpdateSAMLProviderResponse.struct_class = Types::UpdateSAMLProviderResponse
|
1305
|
+
|
1306
|
+
UpdateSSHPublicKeyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
1307
|
+
UpdateSSHPublicKeyRequest.add_member(:ssh_public_key_id, Shapes::ShapeRef.new(shape: publicKeyIdType, required: true, location_name: "SSHPublicKeyId"))
|
1308
|
+
UpdateSSHPublicKeyRequest.add_member(:status, Shapes::ShapeRef.new(shape: statusType, required: true, location_name: "Status"))
|
1309
|
+
UpdateSSHPublicKeyRequest.struct_class = Types::UpdateSSHPublicKeyRequest
|
1310
|
+
|
1311
|
+
UpdateServerCertificateRequest.add_member(:server_certificate_name, Shapes::ShapeRef.new(shape: serverCertificateNameType, required: true, location_name: "ServerCertificateName"))
|
1312
|
+
UpdateServerCertificateRequest.add_member(:new_path, Shapes::ShapeRef.new(shape: pathType, location_name: "NewPath"))
|
1313
|
+
UpdateServerCertificateRequest.add_member(:new_server_certificate_name, Shapes::ShapeRef.new(shape: serverCertificateNameType, location_name: "NewServerCertificateName"))
|
1314
|
+
UpdateServerCertificateRequest.struct_class = Types::UpdateServerCertificateRequest
|
1315
|
+
|
1316
|
+
UpdateSigningCertificateRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, location_name: "UserName"))
|
1317
|
+
UpdateSigningCertificateRequest.add_member(:certificate_id, Shapes::ShapeRef.new(shape: certificateIdType, required: true, location_name: "CertificateId"))
|
1318
|
+
UpdateSigningCertificateRequest.add_member(:status, Shapes::ShapeRef.new(shape: statusType, required: true, location_name: "Status"))
|
1319
|
+
UpdateSigningCertificateRequest.struct_class = Types::UpdateSigningCertificateRequest
|
1320
|
+
|
1321
|
+
UpdateUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, required: true, location_name: "UserName"))
|
1322
|
+
UpdateUserRequest.add_member(:new_path, Shapes::ShapeRef.new(shape: pathType, location_name: "NewPath"))
|
1323
|
+
UpdateUserRequest.add_member(:new_user_name, Shapes::ShapeRef.new(shape: userNameType, location_name: "NewUserName"))
|
1324
|
+
UpdateUserRequest.struct_class = Types::UpdateUserRequest
|
1325
|
+
|
1326
|
+
UploadSSHPublicKeyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
1327
|
+
UploadSSHPublicKeyRequest.add_member(:ssh_public_key_body, Shapes::ShapeRef.new(shape: publicKeyMaterialType, required: true, location_name: "SSHPublicKeyBody"))
|
1328
|
+
UploadSSHPublicKeyRequest.struct_class = Types::UploadSSHPublicKeyRequest
|
1329
|
+
|
1330
|
+
UploadSSHPublicKeyResponse.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: SSHPublicKey, location_name: "SSHPublicKey"))
|
1331
|
+
UploadSSHPublicKeyResponse.struct_class = Types::UploadSSHPublicKeyResponse
|
1332
|
+
|
1333
|
+
UploadServerCertificateRequest.add_member(:path, Shapes::ShapeRef.new(shape: pathType, location_name: "Path"))
|
1334
|
+
UploadServerCertificateRequest.add_member(:server_certificate_name, Shapes::ShapeRef.new(shape: serverCertificateNameType, required: true, location_name: "ServerCertificateName"))
|
1335
|
+
UploadServerCertificateRequest.add_member(:certificate_body, Shapes::ShapeRef.new(shape: certificateBodyType, required: true, location_name: "CertificateBody"))
|
1336
|
+
UploadServerCertificateRequest.add_member(:private_key, Shapes::ShapeRef.new(shape: privateKeyType, required: true, location_name: "PrivateKey"))
|
1337
|
+
UploadServerCertificateRequest.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: certificateChainType, location_name: "CertificateChain"))
|
1338
|
+
UploadServerCertificateRequest.struct_class = Types::UploadServerCertificateRequest
|
1339
|
+
|
1340
|
+
UploadServerCertificateResponse.add_member(:server_certificate_metadata, Shapes::ShapeRef.new(shape: ServerCertificateMetadata, location_name: "ServerCertificateMetadata"))
|
1341
|
+
UploadServerCertificateResponse.struct_class = Types::UploadServerCertificateResponse
|
1342
|
+
|
1343
|
+
UploadSigningCertificateRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, location_name: "UserName"))
|
1344
|
+
UploadSigningCertificateRequest.add_member(:certificate_body, Shapes::ShapeRef.new(shape: certificateBodyType, required: true, location_name: "CertificateBody"))
|
1345
|
+
UploadSigningCertificateRequest.struct_class = Types::UploadSigningCertificateRequest
|
1346
|
+
|
1347
|
+
UploadSigningCertificateResponse.add_member(:certificate, Shapes::ShapeRef.new(shape: SigningCertificate, required: true, location_name: "Certificate"))
|
1348
|
+
UploadSigningCertificateResponse.struct_class = Types::UploadSigningCertificateResponse
|
1349
|
+
|
1350
|
+
User.add_member(:path, Shapes::ShapeRef.new(shape: pathType, required: true, location_name: "Path"))
|
1351
|
+
User.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
1352
|
+
User.add_member(:user_id, Shapes::ShapeRef.new(shape: idType, required: true, location_name: "UserId"))
|
1353
|
+
User.add_member(:arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "Arn"))
|
1354
|
+
User.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, required: true, location_name: "CreateDate"))
|
1355
|
+
User.add_member(:password_last_used, Shapes::ShapeRef.new(shape: dateType, location_name: "PasswordLastUsed"))
|
1356
|
+
User.struct_class = Types::User
|
1357
|
+
|
1358
|
+
UserDetail.add_member(:path, Shapes::ShapeRef.new(shape: pathType, location_name: "Path"))
|
1359
|
+
UserDetail.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, location_name: "UserName"))
|
1360
|
+
UserDetail.add_member(:user_id, Shapes::ShapeRef.new(shape: idType, location_name: "UserId"))
|
1361
|
+
UserDetail.add_member(:arn, Shapes::ShapeRef.new(shape: arnType, location_name: "Arn"))
|
1362
|
+
UserDetail.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
|
1363
|
+
UserDetail.add_member(:user_policy_list, Shapes::ShapeRef.new(shape: policyDetailListType, location_name: "UserPolicyList"))
|
1364
|
+
UserDetail.add_member(:group_list, Shapes::ShapeRef.new(shape: groupNameListType, location_name: "GroupList"))
|
1365
|
+
UserDetail.add_member(:attached_managed_policies, Shapes::ShapeRef.new(shape: attachedPoliciesListType, location_name: "AttachedManagedPolicies"))
|
1366
|
+
UserDetail.struct_class = Types::UserDetail
|
1367
|
+
|
1368
|
+
VirtualMFADevice.add_member(:serial_number, Shapes::ShapeRef.new(shape: serialNumberType, required: true, location_name: "SerialNumber"))
|
1369
|
+
VirtualMFADevice.add_member(:base_32_string_seed, Shapes::ShapeRef.new(shape: BootstrapDatum, location_name: "Base32StringSeed"))
|
1370
|
+
VirtualMFADevice.add_member(:qr_code_png, Shapes::ShapeRef.new(shape: BootstrapDatum, location_name: "QRCodePNG"))
|
1371
|
+
VirtualMFADevice.add_member(:user, Shapes::ShapeRef.new(shape: User, location_name: "User"))
|
1372
|
+
VirtualMFADevice.add_member(:enable_date, Shapes::ShapeRef.new(shape: dateType, location_name: "EnableDate"))
|
1373
|
+
VirtualMFADevice.struct_class = Types::VirtualMFADevice
|
1374
|
+
|
1375
|
+
accessKeyMetadataListType.member = Shapes::ShapeRef.new(shape: AccessKeyMetadata)
|
1376
|
+
|
1377
|
+
accountAliasListType.member = Shapes::ShapeRef.new(shape: accountAliasType)
|
1378
|
+
|
1379
|
+
attachedPoliciesListType.member = Shapes::ShapeRef.new(shape: AttachedPolicy)
|
1380
|
+
|
1381
|
+
certificateListType.member = Shapes::ShapeRef.new(shape: SigningCertificate)
|
1382
|
+
|
1383
|
+
clientIDListType.member = Shapes::ShapeRef.new(shape: clientIDType)
|
1384
|
+
|
1385
|
+
entityListType.member = Shapes::ShapeRef.new(shape: EntityType)
|
1386
|
+
|
1387
|
+
groupDetailListType.member = Shapes::ShapeRef.new(shape: GroupDetail)
|
1388
|
+
|
1389
|
+
groupListType.member = Shapes::ShapeRef.new(shape: Group)
|
1390
|
+
|
1391
|
+
groupNameListType.member = Shapes::ShapeRef.new(shape: groupNameType)
|
1392
|
+
|
1393
|
+
instanceProfileListType.member = Shapes::ShapeRef.new(shape: InstanceProfile)
|
1394
|
+
|
1395
|
+
mfaDeviceListType.member = Shapes::ShapeRef.new(shape: MFADevice)
|
1396
|
+
|
1397
|
+
policyDetailListType.member = Shapes::ShapeRef.new(shape: PolicyDetail)
|
1398
|
+
|
1399
|
+
policyDocumentVersionListType.member = Shapes::ShapeRef.new(shape: PolicyVersion)
|
1400
|
+
|
1401
|
+
policyListType.member = Shapes::ShapeRef.new(shape: Policy)
|
1402
|
+
|
1403
|
+
policyNameListType.member = Shapes::ShapeRef.new(shape: policyNameType)
|
1404
|
+
|
1405
|
+
roleDetailListType.member = Shapes::ShapeRef.new(shape: RoleDetail)
|
1406
|
+
|
1407
|
+
roleListType.member = Shapes::ShapeRef.new(shape: Role)
|
1408
|
+
|
1409
|
+
serverCertificateMetadataListType.member = Shapes::ShapeRef.new(shape: ServerCertificateMetadata)
|
1410
|
+
|
1411
|
+
summaryMapType.key = Shapes::ShapeRef.new(shape: summaryKeyType)
|
1412
|
+
summaryMapType.value = Shapes::ShapeRef.new(shape: summaryValueType)
|
1413
|
+
|
1414
|
+
thumbprintListType.member = Shapes::ShapeRef.new(shape: thumbprintType)
|
1415
|
+
|
1416
|
+
userDetailListType.member = Shapes::ShapeRef.new(shape: UserDetail)
|
1417
|
+
|
1418
|
+
userListType.member = Shapes::ShapeRef.new(shape: User)
|
1419
|
+
|
1420
|
+
virtualMFADeviceListType.member = Shapes::ShapeRef.new(shape: VirtualMFADevice)
|
1421
|
+
|
1422
|
+
|
1423
|
+
# @api private
|
1424
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
1425
|
+
|
1426
|
+
api.version = "2010-05-08"
|
1427
|
+
|
1428
|
+
api.metadata = {
|
1429
|
+
"endpointPrefix" => "iam",
|
1430
|
+
"protocol" => "query",
|
1431
|
+
"serviceFullName" => "AWS Identity and Access Management",
|
1432
|
+
"signatureVersion" => "v4",
|
1433
|
+
"xmlNamespace" => "https://iam.amazonaws.com/doc/2010-05-08/",
|
1434
|
+
}
|
1435
|
+
|
1436
|
+
api.add_operation(:add_client_id_to_open_id_connect_provider, Seahorse::Model::Operation.new.tap do |o|
|
1437
|
+
o.name = "AddClientIDToOpenIDConnectProvider"
|
1438
|
+
o.http_method = "POST"
|
1439
|
+
o.http_request_uri = "/"
|
1440
|
+
o.input = Shapes::ShapeRef.new(shape: AddClientIDToOpenIDConnectProviderRequest)
|
1441
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1442
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1443
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1444
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1445
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1446
|
+
end)
|
1447
|
+
|
1448
|
+
api.add_operation(:add_role_to_instance_profile, Seahorse::Model::Operation.new.tap do |o|
|
1449
|
+
o.name = "AddRoleToInstanceProfile"
|
1450
|
+
o.http_method = "POST"
|
1451
|
+
o.http_request_uri = "/"
|
1452
|
+
o.input = Shapes::ShapeRef.new(shape: AddRoleToInstanceProfileRequest)
|
1453
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1454
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1455
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
1456
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1457
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1458
|
+
end)
|
1459
|
+
|
1460
|
+
api.add_operation(:add_user_to_group, Seahorse::Model::Operation.new.tap do |o|
|
1461
|
+
o.name = "AddUserToGroup"
|
1462
|
+
o.http_method = "POST"
|
1463
|
+
o.http_request_uri = "/"
|
1464
|
+
o.input = Shapes::ShapeRef.new(shape: AddUserToGroupRequest)
|
1465
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1466
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1467
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1468
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1469
|
+
end)
|
1470
|
+
|
1471
|
+
api.add_operation(:attach_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
1472
|
+
o.name = "AttachGroupPolicy"
|
1473
|
+
o.http_method = "POST"
|
1474
|
+
o.http_request_uri = "/"
|
1475
|
+
o.input = Shapes::ShapeRef.new(shape: AttachGroupPolicyRequest)
|
1476
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1477
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1478
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1479
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1480
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1481
|
+
end)
|
1482
|
+
|
1483
|
+
api.add_operation(:attach_role_policy, Seahorse::Model::Operation.new.tap do |o|
|
1484
|
+
o.name = "AttachRolePolicy"
|
1485
|
+
o.http_method = "POST"
|
1486
|
+
o.http_request_uri = "/"
|
1487
|
+
o.input = Shapes::ShapeRef.new(shape: AttachRolePolicyRequest)
|
1488
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1489
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1490
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1491
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1492
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1493
|
+
end)
|
1494
|
+
|
1495
|
+
api.add_operation(:attach_user_policy, Seahorse::Model::Operation.new.tap do |o|
|
1496
|
+
o.name = "AttachUserPolicy"
|
1497
|
+
o.http_method = "POST"
|
1498
|
+
o.http_request_uri = "/"
|
1499
|
+
o.input = Shapes::ShapeRef.new(shape: AttachUserPolicyRequest)
|
1500
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1501
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1502
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1503
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1504
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1505
|
+
end)
|
1506
|
+
|
1507
|
+
api.add_operation(:change_password, Seahorse::Model::Operation.new.tap do |o|
|
1508
|
+
o.name = "ChangePassword"
|
1509
|
+
o.http_method = "POST"
|
1510
|
+
o.http_request_uri = "/"
|
1511
|
+
o.input = Shapes::ShapeRef.new(shape: ChangePasswordRequest)
|
1512
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1513
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1514
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidUserTypeException)
|
1515
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1516
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityTemporarilyUnmodifiableException)
|
1517
|
+
o.errors << Shapes::ShapeRef.new(shape: PasswordPolicyViolationException)
|
1518
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1519
|
+
end)
|
1520
|
+
|
1521
|
+
api.add_operation(:create_access_key, Seahorse::Model::Operation.new.tap do |o|
|
1522
|
+
o.name = "CreateAccessKey"
|
1523
|
+
o.http_method = "POST"
|
1524
|
+
o.http_request_uri = "/"
|
1525
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAccessKeyRequest)
|
1526
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAccessKeyResponse)
|
1527
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1528
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1529
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1530
|
+
end)
|
1531
|
+
|
1532
|
+
api.add_operation(:create_account_alias, Seahorse::Model::Operation.new.tap do |o|
|
1533
|
+
o.name = "CreateAccountAlias"
|
1534
|
+
o.http_method = "POST"
|
1535
|
+
o.http_request_uri = "/"
|
1536
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAccountAliasRequest)
|
1537
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1538
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
1539
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1540
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1541
|
+
end)
|
1542
|
+
|
1543
|
+
api.add_operation(:create_group, Seahorse::Model::Operation.new.tap do |o|
|
1544
|
+
o.name = "CreateGroup"
|
1545
|
+
o.http_method = "POST"
|
1546
|
+
o.http_request_uri = "/"
|
1547
|
+
o.input = Shapes::ShapeRef.new(shape: CreateGroupRequest)
|
1548
|
+
o.output = Shapes::ShapeRef.new(shape: CreateGroupResponse)
|
1549
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1550
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
1551
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1552
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1553
|
+
end)
|
1554
|
+
|
1555
|
+
api.add_operation(:create_instance_profile, Seahorse::Model::Operation.new.tap do |o|
|
1556
|
+
o.name = "CreateInstanceProfile"
|
1557
|
+
o.http_method = "POST"
|
1558
|
+
o.http_request_uri = "/"
|
1559
|
+
o.input = Shapes::ShapeRef.new(shape: CreateInstanceProfileRequest)
|
1560
|
+
o.output = Shapes::ShapeRef.new(shape: CreateInstanceProfileResponse)
|
1561
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
1562
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1563
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1564
|
+
end)
|
1565
|
+
|
1566
|
+
api.add_operation(:create_login_profile, Seahorse::Model::Operation.new.tap do |o|
|
1567
|
+
o.name = "CreateLoginProfile"
|
1568
|
+
o.http_method = "POST"
|
1569
|
+
o.http_request_uri = "/"
|
1570
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLoginProfileRequest)
|
1571
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLoginProfileResponse)
|
1572
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
1573
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1574
|
+
o.errors << Shapes::ShapeRef.new(shape: PasswordPolicyViolationException)
|
1575
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1576
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1577
|
+
end)
|
1578
|
+
|
1579
|
+
api.add_operation(:create_open_id_connect_provider, Seahorse::Model::Operation.new.tap do |o|
|
1580
|
+
o.name = "CreateOpenIDConnectProvider"
|
1581
|
+
o.http_method = "POST"
|
1582
|
+
o.http_request_uri = "/"
|
1583
|
+
o.input = Shapes::ShapeRef.new(shape: CreateOpenIDConnectProviderRequest)
|
1584
|
+
o.output = Shapes::ShapeRef.new(shape: CreateOpenIDConnectProviderResponse)
|
1585
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1586
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
1587
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1588
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1589
|
+
end)
|
1590
|
+
|
1591
|
+
api.add_operation(:create_policy, Seahorse::Model::Operation.new.tap do |o|
|
1592
|
+
o.name = "CreatePolicy"
|
1593
|
+
o.http_method = "POST"
|
1594
|
+
o.http_request_uri = "/"
|
1595
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePolicyRequest)
|
1596
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePolicyResponse)
|
1597
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1598
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1599
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
1600
|
+
o.errors << Shapes::ShapeRef.new(shape: MalformedPolicyDocumentException)
|
1601
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1602
|
+
end)
|
1603
|
+
|
1604
|
+
api.add_operation(:create_policy_version, Seahorse::Model::Operation.new.tap do |o|
|
1605
|
+
o.name = "CreatePolicyVersion"
|
1606
|
+
o.http_method = "POST"
|
1607
|
+
o.http_request_uri = "/"
|
1608
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePolicyVersionRequest)
|
1609
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePolicyVersionResponse)
|
1610
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1611
|
+
o.errors << Shapes::ShapeRef.new(shape: MalformedPolicyDocumentException)
|
1612
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1613
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1614
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1615
|
+
end)
|
1616
|
+
|
1617
|
+
api.add_operation(:create_role, Seahorse::Model::Operation.new.tap do |o|
|
1618
|
+
o.name = "CreateRole"
|
1619
|
+
o.http_method = "POST"
|
1620
|
+
o.http_request_uri = "/"
|
1621
|
+
o.input = Shapes::ShapeRef.new(shape: CreateRoleRequest)
|
1622
|
+
o.output = Shapes::ShapeRef.new(shape: CreateRoleResponse)
|
1623
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1624
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
1625
|
+
o.errors << Shapes::ShapeRef.new(shape: MalformedPolicyDocumentException)
|
1626
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1627
|
+
end)
|
1628
|
+
|
1629
|
+
api.add_operation(:create_saml_provider, Seahorse::Model::Operation.new.tap do |o|
|
1630
|
+
o.name = "CreateSAMLProvider"
|
1631
|
+
o.http_method = "POST"
|
1632
|
+
o.http_request_uri = "/"
|
1633
|
+
o.input = Shapes::ShapeRef.new(shape: CreateSAMLProviderRequest)
|
1634
|
+
o.output = Shapes::ShapeRef.new(shape: CreateSAMLProviderResponse)
|
1635
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1636
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
1637
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1638
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1639
|
+
end)
|
1640
|
+
|
1641
|
+
api.add_operation(:create_user, Seahorse::Model::Operation.new.tap do |o|
|
1642
|
+
o.name = "CreateUser"
|
1643
|
+
o.http_method = "POST"
|
1644
|
+
o.http_request_uri = "/"
|
1645
|
+
o.input = Shapes::ShapeRef.new(shape: CreateUserRequest)
|
1646
|
+
o.output = Shapes::ShapeRef.new(shape: CreateUserResponse)
|
1647
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1648
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
1649
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1650
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1651
|
+
end)
|
1652
|
+
|
1653
|
+
api.add_operation(:create_virtual_mfa_device, Seahorse::Model::Operation.new.tap do |o|
|
1654
|
+
o.name = "CreateVirtualMFADevice"
|
1655
|
+
o.http_method = "POST"
|
1656
|
+
o.http_request_uri = "/"
|
1657
|
+
o.input = Shapes::ShapeRef.new(shape: CreateVirtualMFADeviceRequest)
|
1658
|
+
o.output = Shapes::ShapeRef.new(shape: CreateVirtualMFADeviceResponse)
|
1659
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1660
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
1661
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1662
|
+
end)
|
1663
|
+
|
1664
|
+
api.add_operation(:deactivate_mfa_device, Seahorse::Model::Operation.new.tap do |o|
|
1665
|
+
o.name = "DeactivateMFADevice"
|
1666
|
+
o.http_method = "POST"
|
1667
|
+
o.http_request_uri = "/"
|
1668
|
+
o.input = Shapes::ShapeRef.new(shape: DeactivateMFADeviceRequest)
|
1669
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1670
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityTemporarilyUnmodifiableException)
|
1671
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1672
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1673
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1674
|
+
end)
|
1675
|
+
|
1676
|
+
api.add_operation(:delete_access_key, Seahorse::Model::Operation.new.tap do |o|
|
1677
|
+
o.name = "DeleteAccessKey"
|
1678
|
+
o.http_method = "POST"
|
1679
|
+
o.http_request_uri = "/"
|
1680
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAccessKeyRequest)
|
1681
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1682
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1683
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1684
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1685
|
+
end)
|
1686
|
+
|
1687
|
+
api.add_operation(:delete_account_alias, Seahorse::Model::Operation.new.tap do |o|
|
1688
|
+
o.name = "DeleteAccountAlias"
|
1689
|
+
o.http_method = "POST"
|
1690
|
+
o.http_request_uri = "/"
|
1691
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAccountAliasRequest)
|
1692
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1693
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1694
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1695
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1696
|
+
end)
|
1697
|
+
|
1698
|
+
api.add_operation(:delete_account_password_policy, Seahorse::Model::Operation.new.tap do |o|
|
1699
|
+
o.name = "DeleteAccountPasswordPolicy"
|
1700
|
+
o.http_method = "POST"
|
1701
|
+
o.http_request_uri = "/"
|
1702
|
+
o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1703
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1704
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1705
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1706
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1707
|
+
end)
|
1708
|
+
|
1709
|
+
api.add_operation(:delete_group, Seahorse::Model::Operation.new.tap do |o|
|
1710
|
+
o.name = "DeleteGroup"
|
1711
|
+
o.http_method = "POST"
|
1712
|
+
o.http_request_uri = "/"
|
1713
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteGroupRequest)
|
1714
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1715
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1716
|
+
o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
|
1717
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1718
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1719
|
+
end)
|
1720
|
+
|
1721
|
+
api.add_operation(:delete_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
1722
|
+
o.name = "DeleteGroupPolicy"
|
1723
|
+
o.http_method = "POST"
|
1724
|
+
o.http_request_uri = "/"
|
1725
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteGroupPolicyRequest)
|
1726
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1727
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1728
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1729
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1730
|
+
end)
|
1731
|
+
|
1732
|
+
api.add_operation(:delete_instance_profile, Seahorse::Model::Operation.new.tap do |o|
|
1733
|
+
o.name = "DeleteInstanceProfile"
|
1734
|
+
o.http_method = "POST"
|
1735
|
+
o.http_request_uri = "/"
|
1736
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteInstanceProfileRequest)
|
1737
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1738
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1739
|
+
o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
|
1740
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1741
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1742
|
+
end)
|
1743
|
+
|
1744
|
+
api.add_operation(:delete_login_profile, Seahorse::Model::Operation.new.tap do |o|
|
1745
|
+
o.name = "DeleteLoginProfile"
|
1746
|
+
o.http_method = "POST"
|
1747
|
+
o.http_request_uri = "/"
|
1748
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteLoginProfileRequest)
|
1749
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1750
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityTemporarilyUnmodifiableException)
|
1751
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1752
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1753
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1754
|
+
end)
|
1755
|
+
|
1756
|
+
api.add_operation(:delete_open_id_connect_provider, Seahorse::Model::Operation.new.tap do |o|
|
1757
|
+
o.name = "DeleteOpenIDConnectProvider"
|
1758
|
+
o.http_method = "POST"
|
1759
|
+
o.http_request_uri = "/"
|
1760
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteOpenIDConnectProviderRequest)
|
1761
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1762
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1763
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1764
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1765
|
+
end)
|
1766
|
+
|
1767
|
+
api.add_operation(:delete_policy, Seahorse::Model::Operation.new.tap do |o|
|
1768
|
+
o.name = "DeletePolicy"
|
1769
|
+
o.http_method = "POST"
|
1770
|
+
o.http_request_uri = "/"
|
1771
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePolicyRequest)
|
1772
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1773
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1774
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1775
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1776
|
+
o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
|
1777
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1778
|
+
end)
|
1779
|
+
|
1780
|
+
api.add_operation(:delete_policy_version, Seahorse::Model::Operation.new.tap do |o|
|
1781
|
+
o.name = "DeletePolicyVersion"
|
1782
|
+
o.http_method = "POST"
|
1783
|
+
o.http_request_uri = "/"
|
1784
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePolicyVersionRequest)
|
1785
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1786
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1787
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1788
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1789
|
+
o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
|
1790
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1791
|
+
end)
|
1792
|
+
|
1793
|
+
api.add_operation(:delete_role, Seahorse::Model::Operation.new.tap do |o|
|
1794
|
+
o.name = "DeleteRole"
|
1795
|
+
o.http_method = "POST"
|
1796
|
+
o.http_request_uri = "/"
|
1797
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRoleRequest)
|
1798
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1799
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1800
|
+
o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
|
1801
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1802
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1803
|
+
end)
|
1804
|
+
|
1805
|
+
api.add_operation(:delete_role_policy, Seahorse::Model::Operation.new.tap do |o|
|
1806
|
+
o.name = "DeleteRolePolicy"
|
1807
|
+
o.http_method = "POST"
|
1808
|
+
o.http_request_uri = "/"
|
1809
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRolePolicyRequest)
|
1810
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1811
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1812
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1813
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1814
|
+
end)
|
1815
|
+
|
1816
|
+
api.add_operation(:delete_saml_provider, Seahorse::Model::Operation.new.tap do |o|
|
1817
|
+
o.name = "DeleteSAMLProvider"
|
1818
|
+
o.http_method = "POST"
|
1819
|
+
o.http_request_uri = "/"
|
1820
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSAMLProviderRequest)
|
1821
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1822
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1823
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1824
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1825
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1826
|
+
end)
|
1827
|
+
|
1828
|
+
api.add_operation(:delete_ssh_public_key, Seahorse::Model::Operation.new.tap do |o|
|
1829
|
+
o.name = "DeleteSSHPublicKey"
|
1830
|
+
o.http_method = "POST"
|
1831
|
+
o.http_request_uri = "/"
|
1832
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSSHPublicKeyRequest)
|
1833
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1834
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1835
|
+
end)
|
1836
|
+
|
1837
|
+
api.add_operation(:delete_server_certificate, Seahorse::Model::Operation.new.tap do |o|
|
1838
|
+
o.name = "DeleteServerCertificate"
|
1839
|
+
o.http_method = "POST"
|
1840
|
+
o.http_request_uri = "/"
|
1841
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteServerCertificateRequest)
|
1842
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1843
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1844
|
+
o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
|
1845
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1846
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1847
|
+
end)
|
1848
|
+
|
1849
|
+
api.add_operation(:delete_signing_certificate, Seahorse::Model::Operation.new.tap do |o|
|
1850
|
+
o.name = "DeleteSigningCertificate"
|
1851
|
+
o.http_method = "POST"
|
1852
|
+
o.http_request_uri = "/"
|
1853
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteSigningCertificateRequest)
|
1854
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1855
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1856
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1857
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1858
|
+
end)
|
1859
|
+
|
1860
|
+
api.add_operation(:delete_user, Seahorse::Model::Operation.new.tap do |o|
|
1861
|
+
o.name = "DeleteUser"
|
1862
|
+
o.http_method = "POST"
|
1863
|
+
o.http_request_uri = "/"
|
1864
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteUserRequest)
|
1865
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1866
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1867
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1868
|
+
o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
|
1869
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1870
|
+
end)
|
1871
|
+
|
1872
|
+
api.add_operation(:delete_user_policy, Seahorse::Model::Operation.new.tap do |o|
|
1873
|
+
o.name = "DeleteUserPolicy"
|
1874
|
+
o.http_method = "POST"
|
1875
|
+
o.http_request_uri = "/"
|
1876
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteUserPolicyRequest)
|
1877
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1878
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1879
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1880
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1881
|
+
end)
|
1882
|
+
|
1883
|
+
api.add_operation(:delete_virtual_mfa_device, Seahorse::Model::Operation.new.tap do |o|
|
1884
|
+
o.name = "DeleteVirtualMFADevice"
|
1885
|
+
o.http_method = "POST"
|
1886
|
+
o.http_request_uri = "/"
|
1887
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteVirtualMFADeviceRequest)
|
1888
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1889
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1890
|
+
o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
|
1891
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1892
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1893
|
+
end)
|
1894
|
+
|
1895
|
+
api.add_operation(:detach_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
1896
|
+
o.name = "DetachGroupPolicy"
|
1897
|
+
o.http_method = "POST"
|
1898
|
+
o.http_request_uri = "/"
|
1899
|
+
o.input = Shapes::ShapeRef.new(shape: DetachGroupPolicyRequest)
|
1900
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1901
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1902
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1903
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1904
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1905
|
+
end)
|
1906
|
+
|
1907
|
+
api.add_operation(:detach_role_policy, Seahorse::Model::Operation.new.tap do |o|
|
1908
|
+
o.name = "DetachRolePolicy"
|
1909
|
+
o.http_method = "POST"
|
1910
|
+
o.http_request_uri = "/"
|
1911
|
+
o.input = Shapes::ShapeRef.new(shape: DetachRolePolicyRequest)
|
1912
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1913
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1914
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1915
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1916
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1917
|
+
end)
|
1918
|
+
|
1919
|
+
api.add_operation(:detach_user_policy, Seahorse::Model::Operation.new.tap do |o|
|
1920
|
+
o.name = "DetachUserPolicy"
|
1921
|
+
o.http_method = "POST"
|
1922
|
+
o.http_request_uri = "/"
|
1923
|
+
o.input = Shapes::ShapeRef.new(shape: DetachUserPolicyRequest)
|
1924
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1925
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1926
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1927
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1928
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1929
|
+
end)
|
1930
|
+
|
1931
|
+
api.add_operation(:enable_mfa_device, Seahorse::Model::Operation.new.tap do |o|
|
1932
|
+
o.name = "EnableMFADevice"
|
1933
|
+
o.http_method = "POST"
|
1934
|
+
o.http_request_uri = "/"
|
1935
|
+
o.input = Shapes::ShapeRef.new(shape: EnableMFADeviceRequest)
|
1936
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1937
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
1938
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityTemporarilyUnmodifiableException)
|
1939
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAuthenticationCodeException)
|
1940
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1941
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1942
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1943
|
+
end)
|
1944
|
+
|
1945
|
+
api.add_operation(:generate_credential_report, Seahorse::Model::Operation.new.tap do |o|
|
1946
|
+
o.name = "GenerateCredentialReport"
|
1947
|
+
o.http_method = "POST"
|
1948
|
+
o.http_request_uri = "/"
|
1949
|
+
o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1950
|
+
o.output = Shapes::ShapeRef.new(shape: GenerateCredentialReportResponse)
|
1951
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1952
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1953
|
+
end)
|
1954
|
+
|
1955
|
+
api.add_operation(:get_access_key_last_used, Seahorse::Model::Operation.new.tap do |o|
|
1956
|
+
o.name = "GetAccessKeyLastUsed"
|
1957
|
+
o.http_method = "POST"
|
1958
|
+
o.http_request_uri = "/"
|
1959
|
+
o.input = Shapes::ShapeRef.new(shape: GetAccessKeyLastUsedRequest)
|
1960
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccessKeyLastUsedResponse)
|
1961
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1962
|
+
end)
|
1963
|
+
|
1964
|
+
api.add_operation(:get_account_authorization_details, Seahorse::Model::Operation.new.tap do |o|
|
1965
|
+
o.name = "GetAccountAuthorizationDetails"
|
1966
|
+
o.http_method = "POST"
|
1967
|
+
o.http_request_uri = "/"
|
1968
|
+
o.input = Shapes::ShapeRef.new(shape: GetAccountAuthorizationDetailsRequest)
|
1969
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccountAuthorizationDetailsResponse)
|
1970
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1971
|
+
o[:pager] = Aws::Pager.new(
|
1972
|
+
more_results: "is_truncated",
|
1973
|
+
limit_key: "max_items",
|
1974
|
+
tokens: {
|
1975
|
+
"marker" => "marker"
|
1976
|
+
}
|
1977
|
+
)
|
1978
|
+
end)
|
1979
|
+
|
1980
|
+
api.add_operation(:get_account_password_policy, Seahorse::Model::Operation.new.tap do |o|
|
1981
|
+
o.name = "GetAccountPasswordPolicy"
|
1982
|
+
o.http_method = "POST"
|
1983
|
+
o.http_request_uri = "/"
|
1984
|
+
o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1985
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccountPasswordPolicyResponse)
|
1986
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
1987
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1988
|
+
end)
|
1989
|
+
|
1990
|
+
api.add_operation(:get_account_summary, Seahorse::Model::Operation.new.tap do |o|
|
1991
|
+
o.name = "GetAccountSummary"
|
1992
|
+
o.http_method = "POST"
|
1993
|
+
o.http_request_uri = "/"
|
1994
|
+
o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1995
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccountSummaryResponse)
|
1996
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
1997
|
+
end)
|
1998
|
+
|
1999
|
+
api.add_operation(:get_context_keys_for_custom_policy, Seahorse::Model::Operation.new.tap do |o|
|
2000
|
+
o.name = "GetContextKeysForCustomPolicy"
|
2001
|
+
o.http_method = "POST"
|
2002
|
+
o.http_request_uri = "/"
|
2003
|
+
o.input = Shapes::ShapeRef.new(shape: GetContextKeysForCustomPolicyRequest)
|
2004
|
+
o.output = Shapes::ShapeRef.new(shape: GetContextKeysForPolicyResponse)
|
2005
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2006
|
+
end)
|
2007
|
+
|
2008
|
+
api.add_operation(:get_context_keys_for_principal_policy, Seahorse::Model::Operation.new.tap do |o|
|
2009
|
+
o.name = "GetContextKeysForPrincipalPolicy"
|
2010
|
+
o.http_method = "POST"
|
2011
|
+
o.http_request_uri = "/"
|
2012
|
+
o.input = Shapes::ShapeRef.new(shape: GetContextKeysForPrincipalPolicyRequest)
|
2013
|
+
o.output = Shapes::ShapeRef.new(shape: GetContextKeysForPolicyResponse)
|
2014
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2015
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2016
|
+
end)
|
2017
|
+
|
2018
|
+
api.add_operation(:get_credential_report, Seahorse::Model::Operation.new.tap do |o|
|
2019
|
+
o.name = "GetCredentialReport"
|
2020
|
+
o.http_method = "POST"
|
2021
|
+
o.http_request_uri = "/"
|
2022
|
+
o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2023
|
+
o.output = Shapes::ShapeRef.new(shape: GetCredentialReportResponse)
|
2024
|
+
o.errors << Shapes::ShapeRef.new(shape: CredentialReportNotPresentException)
|
2025
|
+
o.errors << Shapes::ShapeRef.new(shape: CredentialReportExpiredException)
|
2026
|
+
o.errors << Shapes::ShapeRef.new(shape: CredentialReportNotReadyException)
|
2027
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2028
|
+
end)
|
2029
|
+
|
2030
|
+
api.add_operation(:get_group, Seahorse::Model::Operation.new.tap do |o|
|
2031
|
+
o.name = "GetGroup"
|
2032
|
+
o.http_method = "POST"
|
2033
|
+
o.http_request_uri = "/"
|
2034
|
+
o.input = Shapes::ShapeRef.new(shape: GetGroupRequest)
|
2035
|
+
o.output = Shapes::ShapeRef.new(shape: GetGroupResponse)
|
2036
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2037
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2038
|
+
o[:pager] = Aws::Pager.new(
|
2039
|
+
more_results: "is_truncated",
|
2040
|
+
limit_key: "max_items",
|
2041
|
+
tokens: {
|
2042
|
+
"marker" => "marker"
|
2043
|
+
}
|
2044
|
+
)
|
2045
|
+
end)
|
2046
|
+
|
2047
|
+
api.add_operation(:get_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
2048
|
+
o.name = "GetGroupPolicy"
|
2049
|
+
o.http_method = "POST"
|
2050
|
+
o.http_request_uri = "/"
|
2051
|
+
o.input = Shapes::ShapeRef.new(shape: GetGroupPolicyRequest)
|
2052
|
+
o.output = Shapes::ShapeRef.new(shape: GetGroupPolicyResponse)
|
2053
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2054
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2055
|
+
end)
|
2056
|
+
|
2057
|
+
api.add_operation(:get_instance_profile, Seahorse::Model::Operation.new.tap do |o|
|
2058
|
+
o.name = "GetInstanceProfile"
|
2059
|
+
o.http_method = "POST"
|
2060
|
+
o.http_request_uri = "/"
|
2061
|
+
o.input = Shapes::ShapeRef.new(shape: GetInstanceProfileRequest)
|
2062
|
+
o.output = Shapes::ShapeRef.new(shape: GetInstanceProfileResponse)
|
2063
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2064
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2065
|
+
end)
|
2066
|
+
|
2067
|
+
api.add_operation(:get_login_profile, Seahorse::Model::Operation.new.tap do |o|
|
2068
|
+
o.name = "GetLoginProfile"
|
2069
|
+
o.http_method = "POST"
|
2070
|
+
o.http_request_uri = "/"
|
2071
|
+
o.input = Shapes::ShapeRef.new(shape: GetLoginProfileRequest)
|
2072
|
+
o.output = Shapes::ShapeRef.new(shape: GetLoginProfileResponse)
|
2073
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2074
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2075
|
+
end)
|
2076
|
+
|
2077
|
+
api.add_operation(:get_open_id_connect_provider, Seahorse::Model::Operation.new.tap do |o|
|
2078
|
+
o.name = "GetOpenIDConnectProvider"
|
2079
|
+
o.http_method = "POST"
|
2080
|
+
o.http_request_uri = "/"
|
2081
|
+
o.input = Shapes::ShapeRef.new(shape: GetOpenIDConnectProviderRequest)
|
2082
|
+
o.output = Shapes::ShapeRef.new(shape: GetOpenIDConnectProviderResponse)
|
2083
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2084
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2085
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2086
|
+
end)
|
2087
|
+
|
2088
|
+
api.add_operation(:get_policy, Seahorse::Model::Operation.new.tap do |o|
|
2089
|
+
o.name = "GetPolicy"
|
2090
|
+
o.http_method = "POST"
|
2091
|
+
o.http_request_uri = "/"
|
2092
|
+
o.input = Shapes::ShapeRef.new(shape: GetPolicyRequest)
|
2093
|
+
o.output = Shapes::ShapeRef.new(shape: GetPolicyResponse)
|
2094
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2095
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2096
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2097
|
+
end)
|
2098
|
+
|
2099
|
+
api.add_operation(:get_policy_version, Seahorse::Model::Operation.new.tap do |o|
|
2100
|
+
o.name = "GetPolicyVersion"
|
2101
|
+
o.http_method = "POST"
|
2102
|
+
o.http_request_uri = "/"
|
2103
|
+
o.input = Shapes::ShapeRef.new(shape: GetPolicyVersionRequest)
|
2104
|
+
o.output = Shapes::ShapeRef.new(shape: GetPolicyVersionResponse)
|
2105
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2106
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2107
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2108
|
+
end)
|
2109
|
+
|
2110
|
+
api.add_operation(:get_role, Seahorse::Model::Operation.new.tap do |o|
|
2111
|
+
o.name = "GetRole"
|
2112
|
+
o.http_method = "POST"
|
2113
|
+
o.http_request_uri = "/"
|
2114
|
+
o.input = Shapes::ShapeRef.new(shape: GetRoleRequest)
|
2115
|
+
o.output = Shapes::ShapeRef.new(shape: GetRoleResponse)
|
2116
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2117
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2118
|
+
end)
|
2119
|
+
|
2120
|
+
api.add_operation(:get_role_policy, Seahorse::Model::Operation.new.tap do |o|
|
2121
|
+
o.name = "GetRolePolicy"
|
2122
|
+
o.http_method = "POST"
|
2123
|
+
o.http_request_uri = "/"
|
2124
|
+
o.input = Shapes::ShapeRef.new(shape: GetRolePolicyRequest)
|
2125
|
+
o.output = Shapes::ShapeRef.new(shape: GetRolePolicyResponse)
|
2126
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2127
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2128
|
+
end)
|
2129
|
+
|
2130
|
+
api.add_operation(:get_saml_provider, Seahorse::Model::Operation.new.tap do |o|
|
2131
|
+
o.name = "GetSAMLProvider"
|
2132
|
+
o.http_method = "POST"
|
2133
|
+
o.http_request_uri = "/"
|
2134
|
+
o.input = Shapes::ShapeRef.new(shape: GetSAMLProviderRequest)
|
2135
|
+
o.output = Shapes::ShapeRef.new(shape: GetSAMLProviderResponse)
|
2136
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2137
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2138
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2139
|
+
end)
|
2140
|
+
|
2141
|
+
api.add_operation(:get_ssh_public_key, Seahorse::Model::Operation.new.tap do |o|
|
2142
|
+
o.name = "GetSSHPublicKey"
|
2143
|
+
o.http_method = "POST"
|
2144
|
+
o.http_request_uri = "/"
|
2145
|
+
o.input = Shapes::ShapeRef.new(shape: GetSSHPublicKeyRequest)
|
2146
|
+
o.output = Shapes::ShapeRef.new(shape: GetSSHPublicKeyResponse)
|
2147
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2148
|
+
o.errors << Shapes::ShapeRef.new(shape: UnrecognizedPublicKeyEncodingException)
|
2149
|
+
end)
|
2150
|
+
|
2151
|
+
api.add_operation(:get_server_certificate, Seahorse::Model::Operation.new.tap do |o|
|
2152
|
+
o.name = "GetServerCertificate"
|
2153
|
+
o.http_method = "POST"
|
2154
|
+
o.http_request_uri = "/"
|
2155
|
+
o.input = Shapes::ShapeRef.new(shape: GetServerCertificateRequest)
|
2156
|
+
o.output = Shapes::ShapeRef.new(shape: GetServerCertificateResponse)
|
2157
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2158
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2159
|
+
end)
|
2160
|
+
|
2161
|
+
api.add_operation(:get_user, Seahorse::Model::Operation.new.tap do |o|
|
2162
|
+
o.name = "GetUser"
|
2163
|
+
o.http_method = "POST"
|
2164
|
+
o.http_request_uri = "/"
|
2165
|
+
o.input = Shapes::ShapeRef.new(shape: GetUserRequest)
|
2166
|
+
o.output = Shapes::ShapeRef.new(shape: GetUserResponse)
|
2167
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2168
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2169
|
+
end)
|
2170
|
+
|
2171
|
+
api.add_operation(:get_user_policy, Seahorse::Model::Operation.new.tap do |o|
|
2172
|
+
o.name = "GetUserPolicy"
|
2173
|
+
o.http_method = "POST"
|
2174
|
+
o.http_request_uri = "/"
|
2175
|
+
o.input = Shapes::ShapeRef.new(shape: GetUserPolicyRequest)
|
2176
|
+
o.output = Shapes::ShapeRef.new(shape: GetUserPolicyResponse)
|
2177
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2178
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2179
|
+
end)
|
2180
|
+
|
2181
|
+
api.add_operation(:list_access_keys, Seahorse::Model::Operation.new.tap do |o|
|
2182
|
+
o.name = "ListAccessKeys"
|
2183
|
+
o.http_method = "POST"
|
2184
|
+
o.http_request_uri = "/"
|
2185
|
+
o.input = Shapes::ShapeRef.new(shape: ListAccessKeysRequest)
|
2186
|
+
o.output = Shapes::ShapeRef.new(shape: ListAccessKeysResponse)
|
2187
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2188
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2189
|
+
o[:pager] = Aws::Pager.new(
|
2190
|
+
more_results: "is_truncated",
|
2191
|
+
limit_key: "max_items",
|
2192
|
+
tokens: {
|
2193
|
+
"marker" => "marker"
|
2194
|
+
}
|
2195
|
+
)
|
2196
|
+
end)
|
2197
|
+
|
2198
|
+
api.add_operation(:list_account_aliases, Seahorse::Model::Operation.new.tap do |o|
|
2199
|
+
o.name = "ListAccountAliases"
|
2200
|
+
o.http_method = "POST"
|
2201
|
+
o.http_request_uri = "/"
|
2202
|
+
o.input = Shapes::ShapeRef.new(shape: ListAccountAliasesRequest)
|
2203
|
+
o.output = Shapes::ShapeRef.new(shape: ListAccountAliasesResponse)
|
2204
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2205
|
+
o[:pager] = Aws::Pager.new(
|
2206
|
+
more_results: "is_truncated",
|
2207
|
+
limit_key: "max_items",
|
2208
|
+
tokens: {
|
2209
|
+
"marker" => "marker"
|
2210
|
+
}
|
2211
|
+
)
|
2212
|
+
end)
|
2213
|
+
|
2214
|
+
api.add_operation(:list_attached_group_policies, Seahorse::Model::Operation.new.tap do |o|
|
2215
|
+
o.name = "ListAttachedGroupPolicies"
|
2216
|
+
o.http_method = "POST"
|
2217
|
+
o.http_request_uri = "/"
|
2218
|
+
o.input = Shapes::ShapeRef.new(shape: ListAttachedGroupPoliciesRequest)
|
2219
|
+
o.output = Shapes::ShapeRef.new(shape: ListAttachedGroupPoliciesResponse)
|
2220
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2221
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2222
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2223
|
+
o[:pager] = Aws::Pager.new(
|
2224
|
+
more_results: "is_truncated",
|
2225
|
+
limit_key: "max_items",
|
2226
|
+
tokens: {
|
2227
|
+
"marker" => "marker"
|
2228
|
+
}
|
2229
|
+
)
|
2230
|
+
end)
|
2231
|
+
|
2232
|
+
api.add_operation(:list_attached_role_policies, Seahorse::Model::Operation.new.tap do |o|
|
2233
|
+
o.name = "ListAttachedRolePolicies"
|
2234
|
+
o.http_method = "POST"
|
2235
|
+
o.http_request_uri = "/"
|
2236
|
+
o.input = Shapes::ShapeRef.new(shape: ListAttachedRolePoliciesRequest)
|
2237
|
+
o.output = Shapes::ShapeRef.new(shape: ListAttachedRolePoliciesResponse)
|
2238
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2239
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2240
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2241
|
+
o[:pager] = Aws::Pager.new(
|
2242
|
+
more_results: "is_truncated",
|
2243
|
+
limit_key: "max_items",
|
2244
|
+
tokens: {
|
2245
|
+
"marker" => "marker"
|
2246
|
+
}
|
2247
|
+
)
|
2248
|
+
end)
|
2249
|
+
|
2250
|
+
api.add_operation(:list_attached_user_policies, Seahorse::Model::Operation.new.tap do |o|
|
2251
|
+
o.name = "ListAttachedUserPolicies"
|
2252
|
+
o.http_method = "POST"
|
2253
|
+
o.http_request_uri = "/"
|
2254
|
+
o.input = Shapes::ShapeRef.new(shape: ListAttachedUserPoliciesRequest)
|
2255
|
+
o.output = Shapes::ShapeRef.new(shape: ListAttachedUserPoliciesResponse)
|
2256
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2257
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2258
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2259
|
+
o[:pager] = Aws::Pager.new(
|
2260
|
+
more_results: "is_truncated",
|
2261
|
+
limit_key: "max_items",
|
2262
|
+
tokens: {
|
2263
|
+
"marker" => "marker"
|
2264
|
+
}
|
2265
|
+
)
|
2266
|
+
end)
|
2267
|
+
|
2268
|
+
api.add_operation(:list_entities_for_policy, Seahorse::Model::Operation.new.tap do |o|
|
2269
|
+
o.name = "ListEntitiesForPolicy"
|
2270
|
+
o.http_method = "POST"
|
2271
|
+
o.http_request_uri = "/"
|
2272
|
+
o.input = Shapes::ShapeRef.new(shape: ListEntitiesForPolicyRequest)
|
2273
|
+
o.output = Shapes::ShapeRef.new(shape: ListEntitiesForPolicyResponse)
|
2274
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2275
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2276
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2277
|
+
o[:pager] = Aws::Pager.new(
|
2278
|
+
more_results: "is_truncated",
|
2279
|
+
limit_key: "max_items",
|
2280
|
+
tokens: {
|
2281
|
+
"marker" => "marker"
|
2282
|
+
}
|
2283
|
+
)
|
2284
|
+
end)
|
2285
|
+
|
2286
|
+
api.add_operation(:list_group_policies, Seahorse::Model::Operation.new.tap do |o|
|
2287
|
+
o.name = "ListGroupPolicies"
|
2288
|
+
o.http_method = "POST"
|
2289
|
+
o.http_request_uri = "/"
|
2290
|
+
o.input = Shapes::ShapeRef.new(shape: ListGroupPoliciesRequest)
|
2291
|
+
o.output = Shapes::ShapeRef.new(shape: ListGroupPoliciesResponse)
|
2292
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2293
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2294
|
+
o[:pager] = Aws::Pager.new(
|
2295
|
+
more_results: "is_truncated",
|
2296
|
+
limit_key: "max_items",
|
2297
|
+
tokens: {
|
2298
|
+
"marker" => "marker"
|
2299
|
+
}
|
2300
|
+
)
|
2301
|
+
end)
|
2302
|
+
|
2303
|
+
api.add_operation(:list_groups, Seahorse::Model::Operation.new.tap do |o|
|
2304
|
+
o.name = "ListGroups"
|
2305
|
+
o.http_method = "POST"
|
2306
|
+
o.http_request_uri = "/"
|
2307
|
+
o.input = Shapes::ShapeRef.new(shape: ListGroupsRequest)
|
2308
|
+
o.output = Shapes::ShapeRef.new(shape: ListGroupsResponse)
|
2309
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2310
|
+
o[:pager] = Aws::Pager.new(
|
2311
|
+
more_results: "is_truncated",
|
2312
|
+
limit_key: "max_items",
|
2313
|
+
tokens: {
|
2314
|
+
"marker" => "marker"
|
2315
|
+
}
|
2316
|
+
)
|
2317
|
+
end)
|
2318
|
+
|
2319
|
+
api.add_operation(:list_groups_for_user, Seahorse::Model::Operation.new.tap do |o|
|
2320
|
+
o.name = "ListGroupsForUser"
|
2321
|
+
o.http_method = "POST"
|
2322
|
+
o.http_request_uri = "/"
|
2323
|
+
o.input = Shapes::ShapeRef.new(shape: ListGroupsForUserRequest)
|
2324
|
+
o.output = Shapes::ShapeRef.new(shape: ListGroupsForUserResponse)
|
2325
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2326
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2327
|
+
o[:pager] = Aws::Pager.new(
|
2328
|
+
more_results: "is_truncated",
|
2329
|
+
limit_key: "max_items",
|
2330
|
+
tokens: {
|
2331
|
+
"marker" => "marker"
|
2332
|
+
}
|
2333
|
+
)
|
2334
|
+
end)
|
2335
|
+
|
2336
|
+
api.add_operation(:list_instance_profiles, Seahorse::Model::Operation.new.tap do |o|
|
2337
|
+
o.name = "ListInstanceProfiles"
|
2338
|
+
o.http_method = "POST"
|
2339
|
+
o.http_request_uri = "/"
|
2340
|
+
o.input = Shapes::ShapeRef.new(shape: ListInstanceProfilesRequest)
|
2341
|
+
o.output = Shapes::ShapeRef.new(shape: ListInstanceProfilesResponse)
|
2342
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2343
|
+
o[:pager] = Aws::Pager.new(
|
2344
|
+
more_results: "is_truncated",
|
2345
|
+
limit_key: "max_items",
|
2346
|
+
tokens: {
|
2347
|
+
"marker" => "marker"
|
2348
|
+
}
|
2349
|
+
)
|
2350
|
+
end)
|
2351
|
+
|
2352
|
+
api.add_operation(:list_instance_profiles_for_role, Seahorse::Model::Operation.new.tap do |o|
|
2353
|
+
o.name = "ListInstanceProfilesForRole"
|
2354
|
+
o.http_method = "POST"
|
2355
|
+
o.http_request_uri = "/"
|
2356
|
+
o.input = Shapes::ShapeRef.new(shape: ListInstanceProfilesForRoleRequest)
|
2357
|
+
o.output = Shapes::ShapeRef.new(shape: ListInstanceProfilesForRoleResponse)
|
2358
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2359
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2360
|
+
o[:pager] = Aws::Pager.new(
|
2361
|
+
more_results: "is_truncated",
|
2362
|
+
limit_key: "max_items",
|
2363
|
+
tokens: {
|
2364
|
+
"marker" => "marker"
|
2365
|
+
}
|
2366
|
+
)
|
2367
|
+
end)
|
2368
|
+
|
2369
|
+
api.add_operation(:list_mfa_devices, Seahorse::Model::Operation.new.tap do |o|
|
2370
|
+
o.name = "ListMFADevices"
|
2371
|
+
o.http_method = "POST"
|
2372
|
+
o.http_request_uri = "/"
|
2373
|
+
o.input = Shapes::ShapeRef.new(shape: ListMFADevicesRequest)
|
2374
|
+
o.output = Shapes::ShapeRef.new(shape: ListMFADevicesResponse)
|
2375
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2376
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2377
|
+
o[:pager] = Aws::Pager.new(
|
2378
|
+
more_results: "is_truncated",
|
2379
|
+
limit_key: "max_items",
|
2380
|
+
tokens: {
|
2381
|
+
"marker" => "marker"
|
2382
|
+
}
|
2383
|
+
)
|
2384
|
+
end)
|
2385
|
+
|
2386
|
+
api.add_operation(:list_open_id_connect_providers, Seahorse::Model::Operation.new.tap do |o|
|
2387
|
+
o.name = "ListOpenIDConnectProviders"
|
2388
|
+
o.http_method = "POST"
|
2389
|
+
o.http_request_uri = "/"
|
2390
|
+
o.input = Shapes::ShapeRef.new(shape: ListOpenIDConnectProvidersRequest)
|
2391
|
+
o.output = Shapes::ShapeRef.new(shape: ListOpenIDConnectProvidersResponse)
|
2392
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2393
|
+
end)
|
2394
|
+
|
2395
|
+
api.add_operation(:list_policies, Seahorse::Model::Operation.new.tap do |o|
|
2396
|
+
o.name = "ListPolicies"
|
2397
|
+
o.http_method = "POST"
|
2398
|
+
o.http_request_uri = "/"
|
2399
|
+
o.input = Shapes::ShapeRef.new(shape: ListPoliciesRequest)
|
2400
|
+
o.output = Shapes::ShapeRef.new(shape: ListPoliciesResponse)
|
2401
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2402
|
+
o[:pager] = Aws::Pager.new(
|
2403
|
+
more_results: "is_truncated",
|
2404
|
+
limit_key: "max_items",
|
2405
|
+
tokens: {
|
2406
|
+
"marker" => "marker"
|
2407
|
+
}
|
2408
|
+
)
|
2409
|
+
end)
|
2410
|
+
|
2411
|
+
api.add_operation(:list_policy_versions, Seahorse::Model::Operation.new.tap do |o|
|
2412
|
+
o.name = "ListPolicyVersions"
|
2413
|
+
o.http_method = "POST"
|
2414
|
+
o.http_request_uri = "/"
|
2415
|
+
o.input = Shapes::ShapeRef.new(shape: ListPolicyVersionsRequest)
|
2416
|
+
o.output = Shapes::ShapeRef.new(shape: ListPolicyVersionsResponse)
|
2417
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2418
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2419
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2420
|
+
o[:pager] = Aws::Pager.new(
|
2421
|
+
more_results: "is_truncated",
|
2422
|
+
limit_key: "max_items",
|
2423
|
+
tokens: {
|
2424
|
+
"marker" => "marker"
|
2425
|
+
}
|
2426
|
+
)
|
2427
|
+
end)
|
2428
|
+
|
2429
|
+
api.add_operation(:list_role_policies, Seahorse::Model::Operation.new.tap do |o|
|
2430
|
+
o.name = "ListRolePolicies"
|
2431
|
+
o.http_method = "POST"
|
2432
|
+
o.http_request_uri = "/"
|
2433
|
+
o.input = Shapes::ShapeRef.new(shape: ListRolePoliciesRequest)
|
2434
|
+
o.output = Shapes::ShapeRef.new(shape: ListRolePoliciesResponse)
|
2435
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2436
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2437
|
+
o[:pager] = Aws::Pager.new(
|
2438
|
+
more_results: "is_truncated",
|
2439
|
+
limit_key: "max_items",
|
2440
|
+
tokens: {
|
2441
|
+
"marker" => "marker"
|
2442
|
+
}
|
2443
|
+
)
|
2444
|
+
end)
|
2445
|
+
|
2446
|
+
api.add_operation(:list_roles, Seahorse::Model::Operation.new.tap do |o|
|
2447
|
+
o.name = "ListRoles"
|
2448
|
+
o.http_method = "POST"
|
2449
|
+
o.http_request_uri = "/"
|
2450
|
+
o.input = Shapes::ShapeRef.new(shape: ListRolesRequest)
|
2451
|
+
o.output = Shapes::ShapeRef.new(shape: ListRolesResponse)
|
2452
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2453
|
+
o[:pager] = Aws::Pager.new(
|
2454
|
+
more_results: "is_truncated",
|
2455
|
+
limit_key: "max_items",
|
2456
|
+
tokens: {
|
2457
|
+
"marker" => "marker"
|
2458
|
+
}
|
2459
|
+
)
|
2460
|
+
end)
|
2461
|
+
|
2462
|
+
api.add_operation(:list_saml_providers, Seahorse::Model::Operation.new.tap do |o|
|
2463
|
+
o.name = "ListSAMLProviders"
|
2464
|
+
o.http_method = "POST"
|
2465
|
+
o.http_request_uri = "/"
|
2466
|
+
o.input = Shapes::ShapeRef.new(shape: ListSAMLProvidersRequest)
|
2467
|
+
o.output = Shapes::ShapeRef.new(shape: ListSAMLProvidersResponse)
|
2468
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2469
|
+
end)
|
2470
|
+
|
2471
|
+
api.add_operation(:list_ssh_public_keys, Seahorse::Model::Operation.new.tap do |o|
|
2472
|
+
o.name = "ListSSHPublicKeys"
|
2473
|
+
o.http_method = "POST"
|
2474
|
+
o.http_request_uri = "/"
|
2475
|
+
o.input = Shapes::ShapeRef.new(shape: ListSSHPublicKeysRequest)
|
2476
|
+
o.output = Shapes::ShapeRef.new(shape: ListSSHPublicKeysResponse)
|
2477
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2478
|
+
o[:pager] = Aws::Pager.new(
|
2479
|
+
more_results: "is_truncated",
|
2480
|
+
limit_key: "max_items",
|
2481
|
+
tokens: {
|
2482
|
+
"marker" => "marker"
|
2483
|
+
}
|
2484
|
+
)
|
2485
|
+
end)
|
2486
|
+
|
2487
|
+
api.add_operation(:list_server_certificates, Seahorse::Model::Operation.new.tap do |o|
|
2488
|
+
o.name = "ListServerCertificates"
|
2489
|
+
o.http_method = "POST"
|
2490
|
+
o.http_request_uri = "/"
|
2491
|
+
o.input = Shapes::ShapeRef.new(shape: ListServerCertificatesRequest)
|
2492
|
+
o.output = Shapes::ShapeRef.new(shape: ListServerCertificatesResponse)
|
2493
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2494
|
+
o[:pager] = Aws::Pager.new(
|
2495
|
+
more_results: "is_truncated",
|
2496
|
+
limit_key: "max_items",
|
2497
|
+
tokens: {
|
2498
|
+
"marker" => "marker"
|
2499
|
+
}
|
2500
|
+
)
|
2501
|
+
end)
|
2502
|
+
|
2503
|
+
api.add_operation(:list_signing_certificates, Seahorse::Model::Operation.new.tap do |o|
|
2504
|
+
o.name = "ListSigningCertificates"
|
2505
|
+
o.http_method = "POST"
|
2506
|
+
o.http_request_uri = "/"
|
2507
|
+
o.input = Shapes::ShapeRef.new(shape: ListSigningCertificatesRequest)
|
2508
|
+
o.output = Shapes::ShapeRef.new(shape: ListSigningCertificatesResponse)
|
2509
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2510
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2511
|
+
o[:pager] = Aws::Pager.new(
|
2512
|
+
more_results: "is_truncated",
|
2513
|
+
limit_key: "max_items",
|
2514
|
+
tokens: {
|
2515
|
+
"marker" => "marker"
|
2516
|
+
}
|
2517
|
+
)
|
2518
|
+
end)
|
2519
|
+
|
2520
|
+
api.add_operation(:list_user_policies, Seahorse::Model::Operation.new.tap do |o|
|
2521
|
+
o.name = "ListUserPolicies"
|
2522
|
+
o.http_method = "POST"
|
2523
|
+
o.http_request_uri = "/"
|
2524
|
+
o.input = Shapes::ShapeRef.new(shape: ListUserPoliciesRequest)
|
2525
|
+
o.output = Shapes::ShapeRef.new(shape: ListUserPoliciesResponse)
|
2526
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2527
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2528
|
+
o[:pager] = Aws::Pager.new(
|
2529
|
+
more_results: "is_truncated",
|
2530
|
+
limit_key: "max_items",
|
2531
|
+
tokens: {
|
2532
|
+
"marker" => "marker"
|
2533
|
+
}
|
2534
|
+
)
|
2535
|
+
end)
|
2536
|
+
|
2537
|
+
api.add_operation(:list_users, Seahorse::Model::Operation.new.tap do |o|
|
2538
|
+
o.name = "ListUsers"
|
2539
|
+
o.http_method = "POST"
|
2540
|
+
o.http_request_uri = "/"
|
2541
|
+
o.input = Shapes::ShapeRef.new(shape: ListUsersRequest)
|
2542
|
+
o.output = Shapes::ShapeRef.new(shape: ListUsersResponse)
|
2543
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2544
|
+
o[:pager] = Aws::Pager.new(
|
2545
|
+
more_results: "is_truncated",
|
2546
|
+
limit_key: "max_items",
|
2547
|
+
tokens: {
|
2548
|
+
"marker" => "marker"
|
2549
|
+
}
|
2550
|
+
)
|
2551
|
+
end)
|
2552
|
+
|
2553
|
+
api.add_operation(:list_virtual_mfa_devices, Seahorse::Model::Operation.new.tap do |o|
|
2554
|
+
o.name = "ListVirtualMFADevices"
|
2555
|
+
o.http_method = "POST"
|
2556
|
+
o.http_request_uri = "/"
|
2557
|
+
o.input = Shapes::ShapeRef.new(shape: ListVirtualMFADevicesRequest)
|
2558
|
+
o.output = Shapes::ShapeRef.new(shape: ListVirtualMFADevicesResponse)
|
2559
|
+
o[:pager] = Aws::Pager.new(
|
2560
|
+
more_results: "is_truncated",
|
2561
|
+
limit_key: "max_items",
|
2562
|
+
tokens: {
|
2563
|
+
"marker" => "marker"
|
2564
|
+
}
|
2565
|
+
)
|
2566
|
+
end)
|
2567
|
+
|
2568
|
+
api.add_operation(:put_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
2569
|
+
o.name = "PutGroupPolicy"
|
2570
|
+
o.http_method = "POST"
|
2571
|
+
o.http_request_uri = "/"
|
2572
|
+
o.input = Shapes::ShapeRef.new(shape: PutGroupPolicyRequest)
|
2573
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2574
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2575
|
+
o.errors << Shapes::ShapeRef.new(shape: MalformedPolicyDocumentException)
|
2576
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2577
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2578
|
+
end)
|
2579
|
+
|
2580
|
+
api.add_operation(:put_role_policy, Seahorse::Model::Operation.new.tap do |o|
|
2581
|
+
o.name = "PutRolePolicy"
|
2582
|
+
o.http_method = "POST"
|
2583
|
+
o.http_request_uri = "/"
|
2584
|
+
o.input = Shapes::ShapeRef.new(shape: PutRolePolicyRequest)
|
2585
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2586
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2587
|
+
o.errors << Shapes::ShapeRef.new(shape: MalformedPolicyDocumentException)
|
2588
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2589
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2590
|
+
end)
|
2591
|
+
|
2592
|
+
api.add_operation(:put_user_policy, Seahorse::Model::Operation.new.tap do |o|
|
2593
|
+
o.name = "PutUserPolicy"
|
2594
|
+
o.http_method = "POST"
|
2595
|
+
o.http_request_uri = "/"
|
2596
|
+
o.input = Shapes::ShapeRef.new(shape: PutUserPolicyRequest)
|
2597
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2598
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2599
|
+
o.errors << Shapes::ShapeRef.new(shape: MalformedPolicyDocumentException)
|
2600
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2601
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2602
|
+
end)
|
2603
|
+
|
2604
|
+
api.add_operation(:remove_client_id_from_open_id_connect_provider, Seahorse::Model::Operation.new.tap do |o|
|
2605
|
+
o.name = "RemoveClientIDFromOpenIDConnectProvider"
|
2606
|
+
o.http_method = "POST"
|
2607
|
+
o.http_request_uri = "/"
|
2608
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveClientIDFromOpenIDConnectProviderRequest)
|
2609
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2610
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2611
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2612
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2613
|
+
end)
|
2614
|
+
|
2615
|
+
api.add_operation(:remove_role_from_instance_profile, Seahorse::Model::Operation.new.tap do |o|
|
2616
|
+
o.name = "RemoveRoleFromInstanceProfile"
|
2617
|
+
o.http_method = "POST"
|
2618
|
+
o.http_request_uri = "/"
|
2619
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveRoleFromInstanceProfileRequest)
|
2620
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2621
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2622
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2623
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2624
|
+
end)
|
2625
|
+
|
2626
|
+
api.add_operation(:remove_user_from_group, Seahorse::Model::Operation.new.tap do |o|
|
2627
|
+
o.name = "RemoveUserFromGroup"
|
2628
|
+
o.http_method = "POST"
|
2629
|
+
o.http_request_uri = "/"
|
2630
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveUserFromGroupRequest)
|
2631
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2632
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2633
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2634
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2635
|
+
end)
|
2636
|
+
|
2637
|
+
api.add_operation(:resync_mfa_device, Seahorse::Model::Operation.new.tap do |o|
|
2638
|
+
o.name = "ResyncMFADevice"
|
2639
|
+
o.http_method = "POST"
|
2640
|
+
o.http_request_uri = "/"
|
2641
|
+
o.input = Shapes::ShapeRef.new(shape: ResyncMFADeviceRequest)
|
2642
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2643
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidAuthenticationCodeException)
|
2644
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2645
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2646
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2647
|
+
end)
|
2648
|
+
|
2649
|
+
api.add_operation(:set_default_policy_version, Seahorse::Model::Operation.new.tap do |o|
|
2650
|
+
o.name = "SetDefaultPolicyVersion"
|
2651
|
+
o.http_method = "POST"
|
2652
|
+
o.http_request_uri = "/"
|
2653
|
+
o.input = Shapes::ShapeRef.new(shape: SetDefaultPolicyVersionRequest)
|
2654
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2655
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2656
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2657
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2658
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2659
|
+
end)
|
2660
|
+
|
2661
|
+
api.add_operation(:simulate_custom_policy, Seahorse::Model::Operation.new.tap do |o|
|
2662
|
+
o.name = "SimulateCustomPolicy"
|
2663
|
+
o.http_method = "POST"
|
2664
|
+
o.http_request_uri = "/"
|
2665
|
+
o.input = Shapes::ShapeRef.new(shape: SimulateCustomPolicyRequest)
|
2666
|
+
o.output = Shapes::ShapeRef.new(shape: SimulatePolicyResponse)
|
2667
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2668
|
+
o.errors << Shapes::ShapeRef.new(shape: PolicyEvaluationException)
|
2669
|
+
o[:pager] = Aws::Pager.new(
|
2670
|
+
more_results: "is_truncated",
|
2671
|
+
limit_key: "max_items",
|
2672
|
+
tokens: {
|
2673
|
+
"marker" => "marker"
|
2674
|
+
}
|
2675
|
+
)
|
2676
|
+
end)
|
2677
|
+
|
2678
|
+
api.add_operation(:simulate_principal_policy, Seahorse::Model::Operation.new.tap do |o|
|
2679
|
+
o.name = "SimulatePrincipalPolicy"
|
2680
|
+
o.http_method = "POST"
|
2681
|
+
o.http_request_uri = "/"
|
2682
|
+
o.input = Shapes::ShapeRef.new(shape: SimulatePrincipalPolicyRequest)
|
2683
|
+
o.output = Shapes::ShapeRef.new(shape: SimulatePolicyResponse)
|
2684
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2685
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2686
|
+
o.errors << Shapes::ShapeRef.new(shape: PolicyEvaluationException)
|
2687
|
+
o[:pager] = Aws::Pager.new(
|
2688
|
+
more_results: "is_truncated",
|
2689
|
+
limit_key: "max_items",
|
2690
|
+
tokens: {
|
2691
|
+
"marker" => "marker"
|
2692
|
+
}
|
2693
|
+
)
|
2694
|
+
end)
|
2695
|
+
|
2696
|
+
api.add_operation(:update_access_key, Seahorse::Model::Operation.new.tap do |o|
|
2697
|
+
o.name = "UpdateAccessKey"
|
2698
|
+
o.http_method = "POST"
|
2699
|
+
o.http_request_uri = "/"
|
2700
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAccessKeyRequest)
|
2701
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2702
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2703
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2704
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2705
|
+
end)
|
2706
|
+
|
2707
|
+
api.add_operation(:update_account_password_policy, Seahorse::Model::Operation.new.tap do |o|
|
2708
|
+
o.name = "UpdateAccountPasswordPolicy"
|
2709
|
+
o.http_method = "POST"
|
2710
|
+
o.http_request_uri = "/"
|
2711
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAccountPasswordPolicyRequest)
|
2712
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2713
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2714
|
+
o.errors << Shapes::ShapeRef.new(shape: MalformedPolicyDocumentException)
|
2715
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2716
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2717
|
+
end)
|
2718
|
+
|
2719
|
+
api.add_operation(:update_assume_role_policy, Seahorse::Model::Operation.new.tap do |o|
|
2720
|
+
o.name = "UpdateAssumeRolePolicy"
|
2721
|
+
o.http_method = "POST"
|
2722
|
+
o.http_request_uri = "/"
|
2723
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAssumeRolePolicyRequest)
|
2724
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2725
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2726
|
+
o.errors << Shapes::ShapeRef.new(shape: MalformedPolicyDocumentException)
|
2727
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2728
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2729
|
+
end)
|
2730
|
+
|
2731
|
+
api.add_operation(:update_group, Seahorse::Model::Operation.new.tap do |o|
|
2732
|
+
o.name = "UpdateGroup"
|
2733
|
+
o.http_method = "POST"
|
2734
|
+
o.http_request_uri = "/"
|
2735
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGroupRequest)
|
2736
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2737
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2738
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
2739
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2740
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2741
|
+
end)
|
2742
|
+
|
2743
|
+
api.add_operation(:update_login_profile, Seahorse::Model::Operation.new.tap do |o|
|
2744
|
+
o.name = "UpdateLoginProfile"
|
2745
|
+
o.http_method = "POST"
|
2746
|
+
o.http_request_uri = "/"
|
2747
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateLoginProfileRequest)
|
2748
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2749
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityTemporarilyUnmodifiableException)
|
2750
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2751
|
+
o.errors << Shapes::ShapeRef.new(shape: PasswordPolicyViolationException)
|
2752
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2753
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2754
|
+
end)
|
2755
|
+
|
2756
|
+
api.add_operation(:update_open_id_connect_provider_thumbprint, Seahorse::Model::Operation.new.tap do |o|
|
2757
|
+
o.name = "UpdateOpenIDConnectProviderThumbprint"
|
2758
|
+
o.http_method = "POST"
|
2759
|
+
o.http_request_uri = "/"
|
2760
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateOpenIDConnectProviderThumbprintRequest)
|
2761
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2762
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2763
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2764
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2765
|
+
end)
|
2766
|
+
|
2767
|
+
api.add_operation(:update_saml_provider, Seahorse::Model::Operation.new.tap do |o|
|
2768
|
+
o.name = "UpdateSAMLProvider"
|
2769
|
+
o.http_method = "POST"
|
2770
|
+
o.http_request_uri = "/"
|
2771
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSAMLProviderRequest)
|
2772
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateSAMLProviderResponse)
|
2773
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2774
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2775
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2776
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2777
|
+
end)
|
2778
|
+
|
2779
|
+
api.add_operation(:update_ssh_public_key, Seahorse::Model::Operation.new.tap do |o|
|
2780
|
+
o.name = "UpdateSSHPublicKey"
|
2781
|
+
o.http_method = "POST"
|
2782
|
+
o.http_request_uri = "/"
|
2783
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSSHPublicKeyRequest)
|
2784
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2785
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2786
|
+
end)
|
2787
|
+
|
2788
|
+
api.add_operation(:update_server_certificate, Seahorse::Model::Operation.new.tap do |o|
|
2789
|
+
o.name = "UpdateServerCertificate"
|
2790
|
+
o.http_method = "POST"
|
2791
|
+
o.http_request_uri = "/"
|
2792
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateServerCertificateRequest)
|
2793
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2794
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2795
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
2796
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2797
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2798
|
+
end)
|
2799
|
+
|
2800
|
+
api.add_operation(:update_signing_certificate, Seahorse::Model::Operation.new.tap do |o|
|
2801
|
+
o.name = "UpdateSigningCertificate"
|
2802
|
+
o.http_method = "POST"
|
2803
|
+
o.http_request_uri = "/"
|
2804
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateSigningCertificateRequest)
|
2805
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2806
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2807
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2808
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2809
|
+
end)
|
2810
|
+
|
2811
|
+
api.add_operation(:update_user, Seahorse::Model::Operation.new.tap do |o|
|
2812
|
+
o.name = "UpdateUser"
|
2813
|
+
o.http_method = "POST"
|
2814
|
+
o.http_request_uri = "/"
|
2815
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateUserRequest)
|
2816
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2817
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2818
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2819
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
2820
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityTemporarilyUnmodifiableException)
|
2821
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2822
|
+
end)
|
2823
|
+
|
2824
|
+
api.add_operation(:upload_ssh_public_key, Seahorse::Model::Operation.new.tap do |o|
|
2825
|
+
o.name = "UploadSSHPublicKey"
|
2826
|
+
o.http_method = "POST"
|
2827
|
+
o.http_request_uri = "/"
|
2828
|
+
o.input = Shapes::ShapeRef.new(shape: UploadSSHPublicKeyRequest)
|
2829
|
+
o.output = Shapes::ShapeRef.new(shape: UploadSSHPublicKeyResponse)
|
2830
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2831
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2832
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidPublicKeyException)
|
2833
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateSSHPublicKeyException)
|
2834
|
+
o.errors << Shapes::ShapeRef.new(shape: UnrecognizedPublicKeyEncodingException)
|
2835
|
+
end)
|
2836
|
+
|
2837
|
+
api.add_operation(:upload_server_certificate, Seahorse::Model::Operation.new.tap do |o|
|
2838
|
+
o.name = "UploadServerCertificate"
|
2839
|
+
o.http_method = "POST"
|
2840
|
+
o.http_request_uri = "/"
|
2841
|
+
o.input = Shapes::ShapeRef.new(shape: UploadServerCertificateRequest)
|
2842
|
+
o.output = Shapes::ShapeRef.new(shape: UploadServerCertificateResponse)
|
2843
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2844
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
2845
|
+
o.errors << Shapes::ShapeRef.new(shape: MalformedCertificateException)
|
2846
|
+
o.errors << Shapes::ShapeRef.new(shape: KeyPairMismatchException)
|
2847
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2848
|
+
end)
|
2849
|
+
|
2850
|
+
api.add_operation(:upload_signing_certificate, Seahorse::Model::Operation.new.tap do |o|
|
2851
|
+
o.name = "UploadSigningCertificate"
|
2852
|
+
o.http_method = "POST"
|
2853
|
+
o.http_request_uri = "/"
|
2854
|
+
o.input = Shapes::ShapeRef.new(shape: UploadSigningCertificateRequest)
|
2855
|
+
o.output = Shapes::ShapeRef.new(shape: UploadSigningCertificateResponse)
|
2856
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2857
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
2858
|
+
o.errors << Shapes::ShapeRef.new(shape: MalformedCertificateException)
|
2859
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidCertificateException)
|
2860
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateCertificateException)
|
2861
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2862
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2863
|
+
end)
|
2864
|
+
end
|
2865
|
+
|
2866
|
+
end
|
2867
|
+
end
|
2868
|
+
end
|