aws-sdk-iam 1.43.0 → 1.48.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-iam.rb +3 -2
- data/lib/aws-sdk-iam/account_password_policy.rb +11 -7
- data/lib/aws-sdk-iam/client.rb +1970 -507
- data/lib/aws-sdk-iam/client_api.rb +370 -0
- data/lib/aws-sdk-iam/current_user.rb +9 -10
- data/lib/aws-sdk-iam/group.rb +8 -8
- data/lib/aws-sdk-iam/instance_profile.rb +15 -3
- data/lib/aws-sdk-iam/policy.rb +16 -4
- data/lib/aws-sdk-iam/resource.rb +123 -20
- data/lib/aws-sdk-iam/role.rb +11 -12
- data/lib/aws-sdk-iam/saml_provider.rb +12 -0
- data/lib/aws-sdk-iam/server_certificate.rb +12 -0
- data/lib/aws-sdk-iam/types.rb +1510 -274
- data/lib/aws-sdk-iam/user.rb +19 -21
- data/lib/aws-sdk-iam/virtual_mfa_device.rb +12 -0
- metadata +4 -4
@@ -196,12 +196,18 @@ module Aws::IAM
|
|
196
196
|
ListGroupsForUserResponse = Shapes::StructureShape.new(name: 'ListGroupsForUserResponse')
|
197
197
|
ListGroupsRequest = Shapes::StructureShape.new(name: 'ListGroupsRequest')
|
198
198
|
ListGroupsResponse = Shapes::StructureShape.new(name: 'ListGroupsResponse')
|
199
|
+
ListInstanceProfileTagsRequest = Shapes::StructureShape.new(name: 'ListInstanceProfileTagsRequest')
|
200
|
+
ListInstanceProfileTagsResponse = Shapes::StructureShape.new(name: 'ListInstanceProfileTagsResponse')
|
199
201
|
ListInstanceProfilesForRoleRequest = Shapes::StructureShape.new(name: 'ListInstanceProfilesForRoleRequest')
|
200
202
|
ListInstanceProfilesForRoleResponse = Shapes::StructureShape.new(name: 'ListInstanceProfilesForRoleResponse')
|
201
203
|
ListInstanceProfilesRequest = Shapes::StructureShape.new(name: 'ListInstanceProfilesRequest')
|
202
204
|
ListInstanceProfilesResponse = Shapes::StructureShape.new(name: 'ListInstanceProfilesResponse')
|
205
|
+
ListMFADeviceTagsRequest = Shapes::StructureShape.new(name: 'ListMFADeviceTagsRequest')
|
206
|
+
ListMFADeviceTagsResponse = Shapes::StructureShape.new(name: 'ListMFADeviceTagsResponse')
|
203
207
|
ListMFADevicesRequest = Shapes::StructureShape.new(name: 'ListMFADevicesRequest')
|
204
208
|
ListMFADevicesResponse = Shapes::StructureShape.new(name: 'ListMFADevicesResponse')
|
209
|
+
ListOpenIDConnectProviderTagsRequest = Shapes::StructureShape.new(name: 'ListOpenIDConnectProviderTagsRequest')
|
210
|
+
ListOpenIDConnectProviderTagsResponse = Shapes::StructureShape.new(name: 'ListOpenIDConnectProviderTagsResponse')
|
205
211
|
ListOpenIDConnectProvidersRequest = Shapes::StructureShape.new(name: 'ListOpenIDConnectProvidersRequest')
|
206
212
|
ListOpenIDConnectProvidersResponse = Shapes::StructureShape.new(name: 'ListOpenIDConnectProvidersResponse')
|
207
213
|
ListPoliciesGrantingServiceAccessEntry = Shapes::StructureShape.new(name: 'ListPoliciesGrantingServiceAccessEntry')
|
@@ -209,6 +215,8 @@ module Aws::IAM
|
|
209
215
|
ListPoliciesGrantingServiceAccessResponse = Shapes::StructureShape.new(name: 'ListPoliciesGrantingServiceAccessResponse')
|
210
216
|
ListPoliciesRequest = Shapes::StructureShape.new(name: 'ListPoliciesRequest')
|
211
217
|
ListPoliciesResponse = Shapes::StructureShape.new(name: 'ListPoliciesResponse')
|
218
|
+
ListPolicyTagsRequest = Shapes::StructureShape.new(name: 'ListPolicyTagsRequest')
|
219
|
+
ListPolicyTagsResponse = Shapes::StructureShape.new(name: 'ListPolicyTagsResponse')
|
212
220
|
ListPolicyVersionsRequest = Shapes::StructureShape.new(name: 'ListPolicyVersionsRequest')
|
213
221
|
ListPolicyVersionsResponse = Shapes::StructureShape.new(name: 'ListPolicyVersionsResponse')
|
214
222
|
ListRolePoliciesRequest = Shapes::StructureShape.new(name: 'ListRolePoliciesRequest')
|
@@ -217,10 +225,14 @@ module Aws::IAM
|
|
217
225
|
ListRoleTagsResponse = Shapes::StructureShape.new(name: 'ListRoleTagsResponse')
|
218
226
|
ListRolesRequest = Shapes::StructureShape.new(name: 'ListRolesRequest')
|
219
227
|
ListRolesResponse = Shapes::StructureShape.new(name: 'ListRolesResponse')
|
228
|
+
ListSAMLProviderTagsRequest = Shapes::StructureShape.new(name: 'ListSAMLProviderTagsRequest')
|
229
|
+
ListSAMLProviderTagsResponse = Shapes::StructureShape.new(name: 'ListSAMLProviderTagsResponse')
|
220
230
|
ListSAMLProvidersRequest = Shapes::StructureShape.new(name: 'ListSAMLProvidersRequest')
|
221
231
|
ListSAMLProvidersResponse = Shapes::StructureShape.new(name: 'ListSAMLProvidersResponse')
|
222
232
|
ListSSHPublicKeysRequest = Shapes::StructureShape.new(name: 'ListSSHPublicKeysRequest')
|
223
233
|
ListSSHPublicKeysResponse = Shapes::StructureShape.new(name: 'ListSSHPublicKeysResponse')
|
234
|
+
ListServerCertificateTagsRequest = Shapes::StructureShape.new(name: 'ListServerCertificateTagsRequest')
|
235
|
+
ListServerCertificateTagsResponse = Shapes::StructureShape.new(name: 'ListServerCertificateTagsResponse')
|
224
236
|
ListServerCertificatesRequest = Shapes::StructureShape.new(name: 'ListServerCertificatesRequest')
|
225
237
|
ListServerCertificatesResponse = Shapes::StructureShape.new(name: 'ListServerCertificatesResponse')
|
226
238
|
ListServiceSpecificCredentialsRequest = Shapes::StructureShape.new(name: 'ListServiceSpecificCredentialsRequest')
|
@@ -321,13 +333,25 @@ module Aws::IAM
|
|
321
333
|
Statement = Shapes::StructureShape.new(name: 'Statement')
|
322
334
|
StatementListType = Shapes::ListShape.new(name: 'StatementListType')
|
323
335
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
336
|
+
TagInstanceProfileRequest = Shapes::StructureShape.new(name: 'TagInstanceProfileRequest')
|
337
|
+
TagMFADeviceRequest = Shapes::StructureShape.new(name: 'TagMFADeviceRequest')
|
338
|
+
TagOpenIDConnectProviderRequest = Shapes::StructureShape.new(name: 'TagOpenIDConnectProviderRequest')
|
339
|
+
TagPolicyRequest = Shapes::StructureShape.new(name: 'TagPolicyRequest')
|
324
340
|
TagRoleRequest = Shapes::StructureShape.new(name: 'TagRoleRequest')
|
341
|
+
TagSAMLProviderRequest = Shapes::StructureShape.new(name: 'TagSAMLProviderRequest')
|
342
|
+
TagServerCertificateRequest = Shapes::StructureShape.new(name: 'TagServerCertificateRequest')
|
325
343
|
TagUserRequest = Shapes::StructureShape.new(name: 'TagUserRequest')
|
326
344
|
TrackedActionLastAccessed = Shapes::StructureShape.new(name: 'TrackedActionLastAccessed')
|
327
345
|
TrackedActionsLastAccessed = Shapes::ListShape.new(name: 'TrackedActionsLastAccessed')
|
328
346
|
UnmodifiableEntityException = Shapes::StructureShape.new(name: 'UnmodifiableEntityException')
|
329
347
|
UnrecognizedPublicKeyEncodingException = Shapes::StructureShape.new(name: 'UnrecognizedPublicKeyEncodingException')
|
348
|
+
UntagInstanceProfileRequest = Shapes::StructureShape.new(name: 'UntagInstanceProfileRequest')
|
349
|
+
UntagMFADeviceRequest = Shapes::StructureShape.new(name: 'UntagMFADeviceRequest')
|
350
|
+
UntagOpenIDConnectProviderRequest = Shapes::StructureShape.new(name: 'UntagOpenIDConnectProviderRequest')
|
351
|
+
UntagPolicyRequest = Shapes::StructureShape.new(name: 'UntagPolicyRequest')
|
330
352
|
UntagRoleRequest = Shapes::StructureShape.new(name: 'UntagRoleRequest')
|
353
|
+
UntagSAMLProviderRequest = Shapes::StructureShape.new(name: 'UntagSAMLProviderRequest')
|
354
|
+
UntagServerCertificateRequest = Shapes::StructureShape.new(name: 'UntagServerCertificateRequest')
|
331
355
|
UntagUserRequest = Shapes::StructureShape.new(name: 'UntagUserRequest')
|
332
356
|
UpdateAccessKeyRequest = Shapes::StructureShape.new(name: 'UpdateAccessKeyRequest')
|
333
357
|
UpdateAccountPasswordPolicyRequest = Shapes::StructureShape.new(name: 'UpdateAccountPasswordPolicyRequest')
|
@@ -580,6 +604,7 @@ module Aws::IAM
|
|
580
604
|
|
581
605
|
CreateInstanceProfileRequest.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: instanceProfileNameType, required: true, location_name: "InstanceProfileName"))
|
582
606
|
CreateInstanceProfileRequest.add_member(:path, Shapes::ShapeRef.new(shape: pathType, location_name: "Path"))
|
607
|
+
CreateInstanceProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, location_name: "Tags"))
|
583
608
|
CreateInstanceProfileRequest.struct_class = Types::CreateInstanceProfileRequest
|
584
609
|
|
585
610
|
CreateInstanceProfileResponse.add_member(:instance_profile, Shapes::ShapeRef.new(shape: InstanceProfile, required: true, location_name: "InstanceProfile"))
|
@@ -596,15 +621,18 @@ module Aws::IAM
|
|
596
621
|
CreateOpenIDConnectProviderRequest.add_member(:url, Shapes::ShapeRef.new(shape: OpenIDConnectProviderUrlType, required: true, location_name: "Url"))
|
597
622
|
CreateOpenIDConnectProviderRequest.add_member(:client_id_list, Shapes::ShapeRef.new(shape: clientIDListType, location_name: "ClientIDList"))
|
598
623
|
CreateOpenIDConnectProviderRequest.add_member(:thumbprint_list, Shapes::ShapeRef.new(shape: thumbprintListType, required: true, location_name: "ThumbprintList"))
|
624
|
+
CreateOpenIDConnectProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, location_name: "Tags"))
|
599
625
|
CreateOpenIDConnectProviderRequest.struct_class = Types::CreateOpenIDConnectProviderRequest
|
600
626
|
|
601
627
|
CreateOpenIDConnectProviderResponse.add_member(:open_id_connect_provider_arn, Shapes::ShapeRef.new(shape: arnType, location_name: "OpenIDConnectProviderArn"))
|
628
|
+
CreateOpenIDConnectProviderResponse.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, location_name: "Tags"))
|
602
629
|
CreateOpenIDConnectProviderResponse.struct_class = Types::CreateOpenIDConnectProviderResponse
|
603
630
|
|
604
631
|
CreatePolicyRequest.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, required: true, location_name: "PolicyName"))
|
605
632
|
CreatePolicyRequest.add_member(:path, Shapes::ShapeRef.new(shape: policyPathType, location_name: "Path"))
|
606
633
|
CreatePolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: policyDocumentType, required: true, location_name: "PolicyDocument"))
|
607
634
|
CreatePolicyRequest.add_member(:description, Shapes::ShapeRef.new(shape: policyDescriptionType, location_name: "Description"))
|
635
|
+
CreatePolicyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, location_name: "Tags"))
|
608
636
|
CreatePolicyRequest.struct_class = Types::CreatePolicyRequest
|
609
637
|
|
610
638
|
CreatePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, location_name: "Policy"))
|
@@ -632,9 +660,11 @@ module Aws::IAM
|
|
632
660
|
|
633
661
|
CreateSAMLProviderRequest.add_member(:saml_metadata_document, Shapes::ShapeRef.new(shape: SAMLMetadataDocumentType, required: true, location_name: "SAMLMetadataDocument"))
|
634
662
|
CreateSAMLProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: SAMLProviderNameType, required: true, location_name: "Name"))
|
663
|
+
CreateSAMLProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, location_name: "Tags"))
|
635
664
|
CreateSAMLProviderRequest.struct_class = Types::CreateSAMLProviderRequest
|
636
665
|
|
637
666
|
CreateSAMLProviderResponse.add_member(:saml_provider_arn, Shapes::ShapeRef.new(shape: arnType, location_name: "SAMLProviderArn"))
|
667
|
+
CreateSAMLProviderResponse.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, location_name: "Tags"))
|
638
668
|
CreateSAMLProviderResponse.struct_class = Types::CreateSAMLProviderResponse
|
639
669
|
|
640
670
|
CreateServiceLinkedRoleRequest.add_member(:aws_service_name, Shapes::ShapeRef.new(shape: groupNameType, required: true, location_name: "AWSServiceName"))
|
@@ -663,6 +693,7 @@ module Aws::IAM
|
|
663
693
|
|
664
694
|
CreateVirtualMFADeviceRequest.add_member(:path, Shapes::ShapeRef.new(shape: pathType, location_name: "Path"))
|
665
695
|
CreateVirtualMFADeviceRequest.add_member(:virtual_mfa_device_name, Shapes::ShapeRef.new(shape: virtualMFADeviceName, required: true, location_name: "VirtualMFADeviceName"))
|
696
|
+
CreateVirtualMFADeviceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, location_name: "Tags"))
|
666
697
|
CreateVirtualMFADeviceRequest.struct_class = Types::CreateVirtualMFADeviceRequest
|
667
698
|
|
668
699
|
CreateVirtualMFADeviceResponse.add_member(:virtual_mfa_device, Shapes::ShapeRef.new(shape: VirtualMFADevice, required: true, location_name: "VirtualMFADevice"))
|
@@ -924,6 +955,7 @@ module Aws::IAM
|
|
924
955
|
GetOpenIDConnectProviderResponse.add_member(:client_id_list, Shapes::ShapeRef.new(shape: clientIDListType, location_name: "ClientIDList"))
|
925
956
|
GetOpenIDConnectProviderResponse.add_member(:thumbprint_list, Shapes::ShapeRef.new(shape: thumbprintListType, location_name: "ThumbprintList"))
|
926
957
|
GetOpenIDConnectProviderResponse.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
|
958
|
+
GetOpenIDConnectProviderResponse.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, location_name: "Tags"))
|
927
959
|
GetOpenIDConnectProviderResponse.struct_class = Types::GetOpenIDConnectProviderResponse
|
928
960
|
|
929
961
|
GetOrganizationsAccessReportRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: jobIDType, required: true, location_name: "JobId"))
|
@@ -977,6 +1009,7 @@ module Aws::IAM
|
|
977
1009
|
GetSAMLProviderResponse.add_member(:saml_metadata_document, Shapes::ShapeRef.new(shape: SAMLMetadataDocumentType, location_name: "SAMLMetadataDocument"))
|
978
1010
|
GetSAMLProviderResponse.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
|
979
1011
|
GetSAMLProviderResponse.add_member(:valid_until, Shapes::ShapeRef.new(shape: dateType, location_name: "ValidUntil"))
|
1012
|
+
GetSAMLProviderResponse.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, location_name: "Tags"))
|
980
1013
|
GetSAMLProviderResponse.struct_class = Types::GetSAMLProviderResponse
|
981
1014
|
|
982
1015
|
GetSSHPublicKeyRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: userNameType, required: true, location_name: "UserName"))
|
@@ -1067,6 +1100,7 @@ module Aws::IAM
|
|
1067
1100
|
InstanceProfile.add_member(:arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "Arn"))
|
1068
1101
|
InstanceProfile.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, required: true, location_name: "CreateDate"))
|
1069
1102
|
InstanceProfile.add_member(:roles, Shapes::ShapeRef.new(shape: roleListType, required: true, location_name: "Roles"))
|
1103
|
+
InstanceProfile.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, location_name: "Tags"))
|
1070
1104
|
InstanceProfile.struct_class = Types::InstanceProfile
|
1071
1105
|
|
1072
1106
|
InvalidAuthenticationCodeException.add_member(:message, Shapes::ShapeRef.new(shape: invalidAuthenticationCodeMessage, location_name: "message"))
|
@@ -1187,6 +1221,16 @@ module Aws::IAM
|
|
1187
1221
|
ListGroupsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
|
1188
1222
|
ListGroupsResponse.struct_class = Types::ListGroupsResponse
|
1189
1223
|
|
1224
|
+
ListInstanceProfileTagsRequest.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: instanceProfileNameType, required: true, location_name: "InstanceProfileName"))
|
1225
|
+
ListInstanceProfileTagsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1226
|
+
ListInstanceProfileTagsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
1227
|
+
ListInstanceProfileTagsRequest.struct_class = Types::ListInstanceProfileTagsRequest
|
1228
|
+
|
1229
|
+
ListInstanceProfileTagsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, required: true, location_name: "Tags"))
|
1230
|
+
ListInstanceProfileTagsResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
1231
|
+
ListInstanceProfileTagsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
|
1232
|
+
ListInstanceProfileTagsResponse.struct_class = Types::ListInstanceProfileTagsResponse
|
1233
|
+
|
1190
1234
|
ListInstanceProfilesForRoleRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
1191
1235
|
ListInstanceProfilesForRoleRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1192
1236
|
ListInstanceProfilesForRoleRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
@@ -1207,6 +1251,16 @@ module Aws::IAM
|
|
1207
1251
|
ListInstanceProfilesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
|
1208
1252
|
ListInstanceProfilesResponse.struct_class = Types::ListInstanceProfilesResponse
|
1209
1253
|
|
1254
|
+
ListMFADeviceTagsRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape: serialNumberType, required: true, location_name: "SerialNumber"))
|
1255
|
+
ListMFADeviceTagsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1256
|
+
ListMFADeviceTagsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
1257
|
+
ListMFADeviceTagsRequest.struct_class = Types::ListMFADeviceTagsRequest
|
1258
|
+
|
1259
|
+
ListMFADeviceTagsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, required: true, location_name: "Tags"))
|
1260
|
+
ListMFADeviceTagsResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
1261
|
+
ListMFADeviceTagsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
|
1262
|
+
ListMFADeviceTagsResponse.struct_class = Types::ListMFADeviceTagsResponse
|
1263
|
+
|
1210
1264
|
ListMFADevicesRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, location_name: "UserName"))
|
1211
1265
|
ListMFADevicesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1212
1266
|
ListMFADevicesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
@@ -1217,6 +1271,16 @@ module Aws::IAM
|
|
1217
1271
|
ListMFADevicesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
|
1218
1272
|
ListMFADevicesResponse.struct_class = Types::ListMFADevicesResponse
|
1219
1273
|
|
1274
|
+
ListOpenIDConnectProviderTagsRequest.add_member(:open_id_connect_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "OpenIDConnectProviderArn"))
|
1275
|
+
ListOpenIDConnectProviderTagsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1276
|
+
ListOpenIDConnectProviderTagsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
1277
|
+
ListOpenIDConnectProviderTagsRequest.struct_class = Types::ListOpenIDConnectProviderTagsRequest
|
1278
|
+
|
1279
|
+
ListOpenIDConnectProviderTagsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, required: true, location_name: "Tags"))
|
1280
|
+
ListOpenIDConnectProviderTagsResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
1281
|
+
ListOpenIDConnectProviderTagsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
|
1282
|
+
ListOpenIDConnectProviderTagsResponse.struct_class = Types::ListOpenIDConnectProviderTagsResponse
|
1283
|
+
|
1220
1284
|
ListOpenIDConnectProvidersRequest.struct_class = Types::ListOpenIDConnectProvidersRequest
|
1221
1285
|
|
1222
1286
|
ListOpenIDConnectProvidersResponse.add_member(:open_id_connect_provider_list, Shapes::ShapeRef.new(shape: OpenIDConnectProviderListType, location_name: "OpenIDConnectProviderList"))
|
@@ -1249,6 +1313,16 @@ module Aws::IAM
|
|
1249
1313
|
ListPoliciesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
|
1250
1314
|
ListPoliciesResponse.struct_class = Types::ListPoliciesResponse
|
1251
1315
|
|
1316
|
+
ListPolicyTagsRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
1317
|
+
ListPolicyTagsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1318
|
+
ListPolicyTagsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
1319
|
+
ListPolicyTagsRequest.struct_class = Types::ListPolicyTagsRequest
|
1320
|
+
|
1321
|
+
ListPolicyTagsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, required: true, location_name: "Tags"))
|
1322
|
+
ListPolicyTagsResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
1323
|
+
ListPolicyTagsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
|
1324
|
+
ListPolicyTagsResponse.struct_class = Types::ListPolicyTagsResponse
|
1325
|
+
|
1252
1326
|
ListPolicyVersionsRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
1253
1327
|
ListPolicyVersionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1254
1328
|
ListPolicyVersionsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
@@ -1289,6 +1363,16 @@ module Aws::IAM
|
|
1289
1363
|
ListRolesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
|
1290
1364
|
ListRolesResponse.struct_class = Types::ListRolesResponse
|
1291
1365
|
|
1366
|
+
ListSAMLProviderTagsRequest.add_member(:saml_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "SAMLProviderArn"))
|
1367
|
+
ListSAMLProviderTagsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1368
|
+
ListSAMLProviderTagsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
1369
|
+
ListSAMLProviderTagsRequest.struct_class = Types::ListSAMLProviderTagsRequest
|
1370
|
+
|
1371
|
+
ListSAMLProviderTagsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, required: true, location_name: "Tags"))
|
1372
|
+
ListSAMLProviderTagsResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
1373
|
+
ListSAMLProviderTagsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
|
1374
|
+
ListSAMLProviderTagsResponse.struct_class = Types::ListSAMLProviderTagsResponse
|
1375
|
+
|
1292
1376
|
ListSAMLProvidersRequest.struct_class = Types::ListSAMLProvidersRequest
|
1293
1377
|
|
1294
1378
|
ListSAMLProvidersResponse.add_member(:saml_provider_list, Shapes::ShapeRef.new(shape: SAMLProviderListType, location_name: "SAMLProviderList"))
|
@@ -1304,6 +1388,16 @@ module Aws::IAM
|
|
1304
1388
|
ListSSHPublicKeysResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
|
1305
1389
|
ListSSHPublicKeysResponse.struct_class = Types::ListSSHPublicKeysResponse
|
1306
1390
|
|
1391
|
+
ListServerCertificateTagsRequest.add_member(:server_certificate_name, Shapes::ShapeRef.new(shape: serverCertificateNameType, required: true, location_name: "ServerCertificateName"))
|
1392
|
+
ListServerCertificateTagsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1393
|
+
ListServerCertificateTagsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
1394
|
+
ListServerCertificateTagsRequest.struct_class = Types::ListServerCertificateTagsRequest
|
1395
|
+
|
1396
|
+
ListServerCertificateTagsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, required: true, location_name: "Tags"))
|
1397
|
+
ListServerCertificateTagsResponse.add_member(:is_truncated, Shapes::ShapeRef.new(shape: booleanType, location_name: "IsTruncated"))
|
1398
|
+
ListServerCertificateTagsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: responseMarkerType, location_name: "Marker"))
|
1399
|
+
ListServerCertificateTagsResponse.struct_class = Types::ListServerCertificateTagsResponse
|
1400
|
+
|
1307
1401
|
ListServerCertificatesRequest.add_member(:path_prefix, Shapes::ShapeRef.new(shape: pathPrefixType, location_name: "PathPrefix"))
|
1308
1402
|
ListServerCertificatesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: markerType, location_name: "Marker"))
|
1309
1403
|
ListServerCertificatesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: maxItemsType, location_name: "MaxItems"))
|
@@ -1443,6 +1537,7 @@ module Aws::IAM
|
|
1443
1537
|
Policy.add_member(:description, Shapes::ShapeRef.new(shape: policyDescriptionType, location_name: "Description"))
|
1444
1538
|
Policy.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
|
1445
1539
|
Policy.add_member(:update_date, Shapes::ShapeRef.new(shape: dateType, location_name: "UpdateDate"))
|
1540
|
+
Policy.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, location_name: "Tags"))
|
1446
1541
|
Policy.struct_class = Types::Policy
|
1447
1542
|
|
1448
1543
|
PolicyDetail.add_member(:policy_name, Shapes::ShapeRef.new(shape: policyNameType, location_name: "PolicyName"))
|
@@ -1616,6 +1711,7 @@ module Aws::IAM
|
|
1616
1711
|
ServerCertificate.add_member(:server_certificate_metadata, Shapes::ShapeRef.new(shape: ServerCertificateMetadata, required: true, location_name: "ServerCertificateMetadata"))
|
1617
1712
|
ServerCertificate.add_member(:certificate_body, Shapes::ShapeRef.new(shape: certificateBodyType, required: true, location_name: "CertificateBody"))
|
1618
1713
|
ServerCertificate.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: certificateChainType, location_name: "CertificateChain"))
|
1714
|
+
ServerCertificate.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, location_name: "Tags"))
|
1619
1715
|
ServerCertificate.struct_class = Types::ServerCertificate
|
1620
1716
|
|
1621
1717
|
ServerCertificateMetadata.add_member(:path, Shapes::ShapeRef.new(shape: pathType, required: true, location_name: "Path"))
|
@@ -1722,10 +1818,34 @@ module Aws::IAM
|
|
1722
1818
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: tagValueType, required: true, location_name: "Value"))
|
1723
1819
|
Tag.struct_class = Types::Tag
|
1724
1820
|
|
1821
|
+
TagInstanceProfileRequest.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: instanceProfileNameType, required: true, location_name: "InstanceProfileName"))
|
1822
|
+
TagInstanceProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, required: true, location_name: "Tags"))
|
1823
|
+
TagInstanceProfileRequest.struct_class = Types::TagInstanceProfileRequest
|
1824
|
+
|
1825
|
+
TagMFADeviceRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape: serialNumberType, required: true, location_name: "SerialNumber"))
|
1826
|
+
TagMFADeviceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, required: true, location_name: "Tags"))
|
1827
|
+
TagMFADeviceRequest.struct_class = Types::TagMFADeviceRequest
|
1828
|
+
|
1829
|
+
TagOpenIDConnectProviderRequest.add_member(:open_id_connect_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "OpenIDConnectProviderArn"))
|
1830
|
+
TagOpenIDConnectProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, required: true, location_name: "Tags"))
|
1831
|
+
TagOpenIDConnectProviderRequest.struct_class = Types::TagOpenIDConnectProviderRequest
|
1832
|
+
|
1833
|
+
TagPolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
1834
|
+
TagPolicyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, required: true, location_name: "Tags"))
|
1835
|
+
TagPolicyRequest.struct_class = Types::TagPolicyRequest
|
1836
|
+
|
1725
1837
|
TagRoleRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
1726
1838
|
TagRoleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, required: true, location_name: "Tags"))
|
1727
1839
|
TagRoleRequest.struct_class = Types::TagRoleRequest
|
1728
1840
|
|
1841
|
+
TagSAMLProviderRequest.add_member(:saml_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "SAMLProviderArn"))
|
1842
|
+
TagSAMLProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, required: true, location_name: "Tags"))
|
1843
|
+
TagSAMLProviderRequest.struct_class = Types::TagSAMLProviderRequest
|
1844
|
+
|
1845
|
+
TagServerCertificateRequest.add_member(:server_certificate_name, Shapes::ShapeRef.new(shape: serverCertificateNameType, required: true, location_name: "ServerCertificateName"))
|
1846
|
+
TagServerCertificateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, required: true, location_name: "Tags"))
|
1847
|
+
TagServerCertificateRequest.struct_class = Types::TagServerCertificateRequest
|
1848
|
+
|
1729
1849
|
TagUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, required: true, location_name: "UserName"))
|
1730
1850
|
TagUserRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, required: true, location_name: "Tags"))
|
1731
1851
|
TagUserRequest.struct_class = Types::TagUserRequest
|
@@ -1744,10 +1864,34 @@ module Aws::IAM
|
|
1744
1864
|
UnrecognizedPublicKeyEncodingException.add_member(:message, Shapes::ShapeRef.new(shape: unrecognizedPublicKeyEncodingMessage, location_name: "message"))
|
1745
1865
|
UnrecognizedPublicKeyEncodingException.struct_class = Types::UnrecognizedPublicKeyEncodingException
|
1746
1866
|
|
1867
|
+
UntagInstanceProfileRequest.add_member(:instance_profile_name, Shapes::ShapeRef.new(shape: instanceProfileNameType, required: true, location_name: "InstanceProfileName"))
|
1868
|
+
UntagInstanceProfileRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: tagKeyListType, required: true, location_name: "TagKeys"))
|
1869
|
+
UntagInstanceProfileRequest.struct_class = Types::UntagInstanceProfileRequest
|
1870
|
+
|
1871
|
+
UntagMFADeviceRequest.add_member(:serial_number, Shapes::ShapeRef.new(shape: serialNumberType, required: true, location_name: "SerialNumber"))
|
1872
|
+
UntagMFADeviceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: tagKeyListType, required: true, location_name: "TagKeys"))
|
1873
|
+
UntagMFADeviceRequest.struct_class = Types::UntagMFADeviceRequest
|
1874
|
+
|
1875
|
+
UntagOpenIDConnectProviderRequest.add_member(:open_id_connect_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "OpenIDConnectProviderArn"))
|
1876
|
+
UntagOpenIDConnectProviderRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: tagKeyListType, required: true, location_name: "TagKeys"))
|
1877
|
+
UntagOpenIDConnectProviderRequest.struct_class = Types::UntagOpenIDConnectProviderRequest
|
1878
|
+
|
1879
|
+
UntagPolicyRequest.add_member(:policy_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "PolicyArn"))
|
1880
|
+
UntagPolicyRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: tagKeyListType, required: true, location_name: "TagKeys"))
|
1881
|
+
UntagPolicyRequest.struct_class = Types::UntagPolicyRequest
|
1882
|
+
|
1747
1883
|
UntagRoleRequest.add_member(:role_name, Shapes::ShapeRef.new(shape: roleNameType, required: true, location_name: "RoleName"))
|
1748
1884
|
UntagRoleRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: tagKeyListType, required: true, location_name: "TagKeys"))
|
1749
1885
|
UntagRoleRequest.struct_class = Types::UntagRoleRequest
|
1750
1886
|
|
1887
|
+
UntagSAMLProviderRequest.add_member(:saml_provider_arn, Shapes::ShapeRef.new(shape: arnType, required: true, location_name: "SAMLProviderArn"))
|
1888
|
+
UntagSAMLProviderRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: tagKeyListType, required: true, location_name: "TagKeys"))
|
1889
|
+
UntagSAMLProviderRequest.struct_class = Types::UntagSAMLProviderRequest
|
1890
|
+
|
1891
|
+
UntagServerCertificateRequest.add_member(:server_certificate_name, Shapes::ShapeRef.new(shape: serverCertificateNameType, required: true, location_name: "ServerCertificateName"))
|
1892
|
+
UntagServerCertificateRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: tagKeyListType, required: true, location_name: "TagKeys"))
|
1893
|
+
UntagServerCertificateRequest.struct_class = Types::UntagServerCertificateRequest
|
1894
|
+
|
1751
1895
|
UntagUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, required: true, location_name: "UserName"))
|
1752
1896
|
UntagUserRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: tagKeyListType, required: true, location_name: "TagKeys"))
|
1753
1897
|
UntagUserRequest.struct_class = Types::UntagUserRequest
|
@@ -1844,9 +1988,11 @@ module Aws::IAM
|
|
1844
1988
|
UploadServerCertificateRequest.add_member(:certificate_body, Shapes::ShapeRef.new(shape: certificateBodyType, required: true, location_name: "CertificateBody"))
|
1845
1989
|
UploadServerCertificateRequest.add_member(:private_key, Shapes::ShapeRef.new(shape: privateKeyType, required: true, location_name: "PrivateKey"))
|
1846
1990
|
UploadServerCertificateRequest.add_member(:certificate_chain, Shapes::ShapeRef.new(shape: certificateChainType, location_name: "CertificateChain"))
|
1991
|
+
UploadServerCertificateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, location_name: "Tags"))
|
1847
1992
|
UploadServerCertificateRequest.struct_class = Types::UploadServerCertificateRequest
|
1848
1993
|
|
1849
1994
|
UploadServerCertificateResponse.add_member(:server_certificate_metadata, Shapes::ShapeRef.new(shape: ServerCertificateMetadata, location_name: "ServerCertificateMetadata"))
|
1995
|
+
UploadServerCertificateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, location_name: "Tags"))
|
1850
1996
|
UploadServerCertificateResponse.struct_class = Types::UploadServerCertificateResponse
|
1851
1997
|
|
1852
1998
|
UploadSigningCertificateRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: existingUserNameType, location_name: "UserName"))
|
@@ -1883,6 +2029,7 @@ module Aws::IAM
|
|
1883
2029
|
VirtualMFADevice.add_member(:qr_code_png, Shapes::ShapeRef.new(shape: BootstrapDatum, location_name: "QRCodePNG"))
|
1884
2030
|
VirtualMFADevice.add_member(:user, Shapes::ShapeRef.new(shape: User, location_name: "User"))
|
1885
2031
|
VirtualMFADevice.add_member(:enable_date, Shapes::ShapeRef.new(shape: dateType, location_name: "EnableDate"))
|
2032
|
+
VirtualMFADevice.add_member(:tags, Shapes::ShapeRef.new(shape: tagListType, location_name: "Tags"))
|
1886
2033
|
VirtualMFADevice.struct_class = Types::VirtualMFADevice
|
1887
2034
|
|
1888
2035
|
accessKeyMetadataListType.member = Shapes::ShapeRef.new(shape: AccessKeyMetadata)
|
@@ -2094,7 +2241,9 @@ module Aws::IAM
|
|
2094
2241
|
o.input = Shapes::ShapeRef.new(shape: CreateInstanceProfileRequest)
|
2095
2242
|
o.output = Shapes::ShapeRef.new(shape: CreateInstanceProfileResponse)
|
2096
2243
|
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
2244
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2097
2245
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2246
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
2098
2247
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2099
2248
|
end)
|
2100
2249
|
|
@@ -2120,6 +2269,7 @@ module Aws::IAM
|
|
2120
2269
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2121
2270
|
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
2122
2271
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2272
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
2123
2273
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2124
2274
|
end)
|
2125
2275
|
|
@@ -2133,6 +2283,7 @@ module Aws::IAM
|
|
2133
2283
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2134
2284
|
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
2135
2285
|
o.errors << Shapes::ShapeRef.new(shape: MalformedPolicyDocumentException)
|
2286
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
2136
2287
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2137
2288
|
end)
|
2138
2289
|
|
@@ -2172,6 +2323,7 @@ module Aws::IAM
|
|
2172
2323
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2173
2324
|
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
2174
2325
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2326
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
2175
2327
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2176
2328
|
end)
|
2177
2329
|
|
@@ -2219,7 +2371,9 @@ module Aws::IAM
|
|
2219
2371
|
o.input = Shapes::ShapeRef.new(shape: CreateVirtualMFADeviceRequest)
|
2220
2372
|
o.output = Shapes::ShapeRef.new(shape: CreateVirtualMFADeviceResponse)
|
2221
2373
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2374
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2222
2375
|
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
2376
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
2223
2377
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
2224
2378
|
end)
|
2225
2379
|
|
@@ -2999,6 +3153,16 @@ module Aws::IAM
|
|
2999
3153
|
)
|
3000
3154
|
end)
|
3001
3155
|
|
3156
|
+
api.add_operation(:list_instance_profile_tags, Seahorse::Model::Operation.new.tap do |o|
|
3157
|
+
o.name = "ListInstanceProfileTags"
|
3158
|
+
o.http_method = "POST"
|
3159
|
+
o.http_request_uri = "/"
|
3160
|
+
o.input = Shapes::ShapeRef.new(shape: ListInstanceProfileTagsRequest)
|
3161
|
+
o.output = Shapes::ShapeRef.new(shape: ListInstanceProfileTagsResponse)
|
3162
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3163
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3164
|
+
end)
|
3165
|
+
|
3002
3166
|
api.add_operation(:list_instance_profiles, Seahorse::Model::Operation.new.tap do |o|
|
3003
3167
|
o.name = "ListInstanceProfiles"
|
3004
3168
|
o.http_method = "POST"
|
@@ -3032,6 +3196,17 @@ module Aws::IAM
|
|
3032
3196
|
)
|
3033
3197
|
end)
|
3034
3198
|
|
3199
|
+
api.add_operation(:list_mfa_device_tags, Seahorse::Model::Operation.new.tap do |o|
|
3200
|
+
o.name = "ListMFADeviceTags"
|
3201
|
+
o.http_method = "POST"
|
3202
|
+
o.http_request_uri = "/"
|
3203
|
+
o.input = Shapes::ShapeRef.new(shape: ListMFADeviceTagsRequest)
|
3204
|
+
o.output = Shapes::ShapeRef.new(shape: ListMFADeviceTagsResponse)
|
3205
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3206
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3207
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3208
|
+
end)
|
3209
|
+
|
3035
3210
|
api.add_operation(:list_mfa_devices, Seahorse::Model::Operation.new.tap do |o|
|
3036
3211
|
o.name = "ListMFADevices"
|
3037
3212
|
o.http_method = "POST"
|
@@ -3049,6 +3224,17 @@ module Aws::IAM
|
|
3049
3224
|
)
|
3050
3225
|
end)
|
3051
3226
|
|
3227
|
+
api.add_operation(:list_open_id_connect_provider_tags, Seahorse::Model::Operation.new.tap do |o|
|
3228
|
+
o.name = "ListOpenIDConnectProviderTags"
|
3229
|
+
o.http_method = "POST"
|
3230
|
+
o.http_request_uri = "/"
|
3231
|
+
o.input = Shapes::ShapeRef.new(shape: ListOpenIDConnectProviderTagsRequest)
|
3232
|
+
o.output = Shapes::ShapeRef.new(shape: ListOpenIDConnectProviderTagsResponse)
|
3233
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3234
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3235
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3236
|
+
end)
|
3237
|
+
|
3052
3238
|
api.add_operation(:list_open_id_connect_providers, Seahorse::Model::Operation.new.tap do |o|
|
3053
3239
|
o.name = "ListOpenIDConnectProviders"
|
3054
3240
|
o.http_method = "POST"
|
@@ -3084,6 +3270,17 @@ module Aws::IAM
|
|
3084
3270
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3085
3271
|
end)
|
3086
3272
|
|
3273
|
+
api.add_operation(:list_policy_tags, Seahorse::Model::Operation.new.tap do |o|
|
3274
|
+
o.name = "ListPolicyTags"
|
3275
|
+
o.http_method = "POST"
|
3276
|
+
o.http_request_uri = "/"
|
3277
|
+
o.input = Shapes::ShapeRef.new(shape: ListPolicyTagsRequest)
|
3278
|
+
o.output = Shapes::ShapeRef.new(shape: ListPolicyTagsResponse)
|
3279
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3280
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3281
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3282
|
+
end)
|
3283
|
+
|
3087
3284
|
api.add_operation(:list_policy_versions, Seahorse::Model::Operation.new.tap do |o|
|
3088
3285
|
o.name = "ListPolicyVersions"
|
3089
3286
|
o.http_method = "POST"
|
@@ -3145,6 +3342,17 @@ module Aws::IAM
|
|
3145
3342
|
)
|
3146
3343
|
end)
|
3147
3344
|
|
3345
|
+
api.add_operation(:list_saml_provider_tags, Seahorse::Model::Operation.new.tap do |o|
|
3346
|
+
o.name = "ListSAMLProviderTags"
|
3347
|
+
o.http_method = "POST"
|
3348
|
+
o.http_request_uri = "/"
|
3349
|
+
o.input = Shapes::ShapeRef.new(shape: ListSAMLProviderTagsRequest)
|
3350
|
+
o.output = Shapes::ShapeRef.new(shape: ListSAMLProviderTagsResponse)
|
3351
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3352
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3353
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3354
|
+
end)
|
3355
|
+
|
3148
3356
|
api.add_operation(:list_saml_providers, Seahorse::Model::Operation.new.tap do |o|
|
3149
3357
|
o.name = "ListSAMLProviders"
|
3150
3358
|
o.http_method = "POST"
|
@@ -3170,6 +3378,16 @@ module Aws::IAM
|
|
3170
3378
|
)
|
3171
3379
|
end)
|
3172
3380
|
|
3381
|
+
api.add_operation(:list_server_certificate_tags, Seahorse::Model::Operation.new.tap do |o|
|
3382
|
+
o.name = "ListServerCertificateTags"
|
3383
|
+
o.http_method = "POST"
|
3384
|
+
o.http_request_uri = "/"
|
3385
|
+
o.input = Shapes::ShapeRef.new(shape: ListServerCertificateTagsRequest)
|
3386
|
+
o.output = Shapes::ShapeRef.new(shape: ListServerCertificateTagsResponse)
|
3387
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3388
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3389
|
+
end)
|
3390
|
+
|
3173
3391
|
api.add_operation(:list_server_certificates, Seahorse::Model::Operation.new.tap do |o|
|
3174
3392
|
o.name = "ListServerCertificates"
|
3175
3393
|
o.http_method = "POST"
|
@@ -3444,6 +3662,58 @@ module Aws::IAM
|
|
3444
3662
|
)
|
3445
3663
|
end)
|
3446
3664
|
|
3665
|
+
api.add_operation(:tag_instance_profile, Seahorse::Model::Operation.new.tap do |o|
|
3666
|
+
o.name = "TagInstanceProfile"
|
3667
|
+
o.http_method = "POST"
|
3668
|
+
o.http_request_uri = "/"
|
3669
|
+
o.input = Shapes::ShapeRef.new(shape: TagInstanceProfileRequest)
|
3670
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3671
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3672
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3673
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
3674
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3675
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3676
|
+
end)
|
3677
|
+
|
3678
|
+
api.add_operation(:tag_mfa_device, Seahorse::Model::Operation.new.tap do |o|
|
3679
|
+
o.name = "TagMFADevice"
|
3680
|
+
o.http_method = "POST"
|
3681
|
+
o.http_request_uri = "/"
|
3682
|
+
o.input = Shapes::ShapeRef.new(shape: TagMFADeviceRequest)
|
3683
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3684
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3685
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3686
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
3687
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3688
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3689
|
+
end)
|
3690
|
+
|
3691
|
+
api.add_operation(:tag_open_id_connect_provider, Seahorse::Model::Operation.new.tap do |o|
|
3692
|
+
o.name = "TagOpenIDConnectProvider"
|
3693
|
+
o.http_method = "POST"
|
3694
|
+
o.http_request_uri = "/"
|
3695
|
+
o.input = Shapes::ShapeRef.new(shape: TagOpenIDConnectProviderRequest)
|
3696
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3697
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3698
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
3699
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3700
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3701
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3702
|
+
end)
|
3703
|
+
|
3704
|
+
api.add_operation(:tag_policy, Seahorse::Model::Operation.new.tap do |o|
|
3705
|
+
o.name = "TagPolicy"
|
3706
|
+
o.http_method = "POST"
|
3707
|
+
o.http_request_uri = "/"
|
3708
|
+
o.input = Shapes::ShapeRef.new(shape: TagPolicyRequest)
|
3709
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3710
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3711
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
3712
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3713
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3714
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3715
|
+
end)
|
3716
|
+
|
3447
3717
|
api.add_operation(:tag_role, Seahorse::Model::Operation.new.tap do |o|
|
3448
3718
|
o.name = "TagRole"
|
3449
3719
|
o.http_method = "POST"
|
@@ -3457,6 +3727,32 @@ module Aws::IAM
|
|
3457
3727
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3458
3728
|
end)
|
3459
3729
|
|
3730
|
+
api.add_operation(:tag_saml_provider, Seahorse::Model::Operation.new.tap do |o|
|
3731
|
+
o.name = "TagSAMLProvider"
|
3732
|
+
o.http_method = "POST"
|
3733
|
+
o.http_request_uri = "/"
|
3734
|
+
o.input = Shapes::ShapeRef.new(shape: TagSAMLProviderRequest)
|
3735
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3736
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3737
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
3738
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3739
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3740
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3741
|
+
end)
|
3742
|
+
|
3743
|
+
api.add_operation(:tag_server_certificate, Seahorse::Model::Operation.new.tap do |o|
|
3744
|
+
o.name = "TagServerCertificate"
|
3745
|
+
o.http_method = "POST"
|
3746
|
+
o.http_request_uri = "/"
|
3747
|
+
o.input = Shapes::ShapeRef.new(shape: TagServerCertificateRequest)
|
3748
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3749
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3750
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3751
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
3752
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3753
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3754
|
+
end)
|
3755
|
+
|
3460
3756
|
api.add_operation(:tag_user, Seahorse::Model::Operation.new.tap do |o|
|
3461
3757
|
o.name = "TagUser"
|
3462
3758
|
o.http_method = "POST"
|
@@ -3470,6 +3766,54 @@ module Aws::IAM
|
|
3470
3766
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3471
3767
|
end)
|
3472
3768
|
|
3769
|
+
api.add_operation(:untag_instance_profile, Seahorse::Model::Operation.new.tap do |o|
|
3770
|
+
o.name = "UntagInstanceProfile"
|
3771
|
+
o.http_method = "POST"
|
3772
|
+
o.http_request_uri = "/"
|
3773
|
+
o.input = Shapes::ShapeRef.new(shape: UntagInstanceProfileRequest)
|
3774
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3775
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3776
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3777
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3778
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3779
|
+
end)
|
3780
|
+
|
3781
|
+
api.add_operation(:untag_mfa_device, Seahorse::Model::Operation.new.tap do |o|
|
3782
|
+
o.name = "UntagMFADevice"
|
3783
|
+
o.http_method = "POST"
|
3784
|
+
o.http_request_uri = "/"
|
3785
|
+
o.input = Shapes::ShapeRef.new(shape: UntagMFADeviceRequest)
|
3786
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3787
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3788
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3789
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3790
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3791
|
+
end)
|
3792
|
+
|
3793
|
+
api.add_operation(:untag_open_id_connect_provider, Seahorse::Model::Operation.new.tap do |o|
|
3794
|
+
o.name = "UntagOpenIDConnectProvider"
|
3795
|
+
o.http_method = "POST"
|
3796
|
+
o.http_request_uri = "/"
|
3797
|
+
o.input = Shapes::ShapeRef.new(shape: UntagOpenIDConnectProviderRequest)
|
3798
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3799
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3800
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3801
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3802
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3803
|
+
end)
|
3804
|
+
|
3805
|
+
api.add_operation(:untag_policy, Seahorse::Model::Operation.new.tap do |o|
|
3806
|
+
o.name = "UntagPolicy"
|
3807
|
+
o.http_method = "POST"
|
3808
|
+
o.http_request_uri = "/"
|
3809
|
+
o.input = Shapes::ShapeRef.new(shape: UntagPolicyRequest)
|
3810
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3811
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3812
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3813
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3814
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3815
|
+
end)
|
3816
|
+
|
3473
3817
|
api.add_operation(:untag_role, Seahorse::Model::Operation.new.tap do |o|
|
3474
3818
|
o.name = "UntagRole"
|
3475
3819
|
o.http_method = "POST"
|
@@ -3481,6 +3825,30 @@ module Aws::IAM
|
|
3481
3825
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3482
3826
|
end)
|
3483
3827
|
|
3828
|
+
api.add_operation(:untag_saml_provider, Seahorse::Model::Operation.new.tap do |o|
|
3829
|
+
o.name = "UntagSAMLProvider"
|
3830
|
+
o.http_method = "POST"
|
3831
|
+
o.http_request_uri = "/"
|
3832
|
+
o.input = Shapes::ShapeRef.new(shape: UntagSAMLProviderRequest)
|
3833
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3834
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3835
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3836
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3837
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3838
|
+
end)
|
3839
|
+
|
3840
|
+
api.add_operation(:untag_server_certificate, Seahorse::Model::Operation.new.tap do |o|
|
3841
|
+
o.name = "UntagServerCertificate"
|
3842
|
+
o.http_method = "POST"
|
3843
|
+
o.http_request_uri = "/"
|
3844
|
+
o.input = Shapes::ShapeRef.new(shape: UntagServerCertificateRequest)
|
3845
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3846
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
3847
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3848
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3849
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3850
|
+
end)
|
3851
|
+
|
3484
3852
|
api.add_operation(:untag_user, Seahorse::Model::Operation.new.tap do |o|
|
3485
3853
|
o.name = "UntagUser"
|
3486
3854
|
o.http_method = "POST"
|
@@ -3673,9 +4041,11 @@ module Aws::IAM
|
|
3673
4041
|
o.input = Shapes::ShapeRef.new(shape: UploadServerCertificateRequest)
|
3674
4042
|
o.output = Shapes::ShapeRef.new(shape: UploadServerCertificateResponse)
|
3675
4043
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
4044
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3676
4045
|
o.errors << Shapes::ShapeRef.new(shape: EntityAlreadyExistsException)
|
3677
4046
|
o.errors << Shapes::ShapeRef.new(shape: MalformedCertificateException)
|
3678
4047
|
o.errors << Shapes::ShapeRef.new(shape: KeyPairMismatchException)
|
4048
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
3679
4049
|
o.errors << Shapes::ShapeRef.new(shape: ServiceFailureException)
|
3680
4050
|
end)
|
3681
4051
|
|