aws-sdk-iam 1.73.0 → 1.74.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-iam/client.rb +1 -1
- data/lib/aws-sdk-iam/endpoint_provider.rb +143 -335
- data/lib/aws-sdk-iam/types.rb +0 -1400
- data/lib/aws-sdk-iam.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-iam/types.rb
CHANGED
@@ -249,14 +249,6 @@ module Aws::IAM
|
|
249
249
|
include Aws::Structure
|
250
250
|
end
|
251
251
|
|
252
|
-
# @note When making an API call, you may pass AddClientIDToOpenIDConnectProviderRequest
|
253
|
-
# data as a hash:
|
254
|
-
#
|
255
|
-
# {
|
256
|
-
# open_id_connect_provider_arn: "arnType", # required
|
257
|
-
# client_id: "clientIDType", # required
|
258
|
-
# }
|
259
|
-
#
|
260
252
|
# @!attribute [rw] open_id_connect_provider_arn
|
261
253
|
# The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
|
262
254
|
# provider resource to add the client ID to. You can get a list of
|
@@ -278,14 +270,6 @@ module Aws::IAM
|
|
278
270
|
include Aws::Structure
|
279
271
|
end
|
280
272
|
|
281
|
-
# @note When making an API call, you may pass AddRoleToInstanceProfileRequest
|
282
|
-
# data as a hash:
|
283
|
-
#
|
284
|
-
# {
|
285
|
-
# instance_profile_name: "instanceProfileNameType", # required
|
286
|
-
# role_name: "roleNameType", # required
|
287
|
-
# }
|
288
|
-
#
|
289
273
|
# @!attribute [rw] instance_profile_name
|
290
274
|
# The name of the instance profile to update.
|
291
275
|
#
|
@@ -321,14 +305,6 @@ module Aws::IAM
|
|
321
305
|
include Aws::Structure
|
322
306
|
end
|
323
307
|
|
324
|
-
# @note When making an API call, you may pass AddUserToGroupRequest
|
325
|
-
# data as a hash:
|
326
|
-
#
|
327
|
-
# {
|
328
|
-
# group_name: "groupNameType", # required
|
329
|
-
# user_name: "existingUserNameType", # required
|
330
|
-
# }
|
331
|
-
#
|
332
308
|
# @!attribute [rw] group_name
|
333
309
|
# The name of the group to update.
|
334
310
|
#
|
@@ -364,14 +340,6 @@ module Aws::IAM
|
|
364
340
|
include Aws::Structure
|
365
341
|
end
|
366
342
|
|
367
|
-
# @note When making an API call, you may pass AttachGroupPolicyRequest
|
368
|
-
# data as a hash:
|
369
|
-
#
|
370
|
-
# {
|
371
|
-
# group_name: "groupNameType", # required
|
372
|
-
# policy_arn: "arnType", # required
|
373
|
-
# }
|
374
|
-
#
|
375
343
|
# @!attribute [rw] group_name
|
376
344
|
# The name (friendly name, not ARN) of the group to attach the policy
|
377
345
|
# to.
|
@@ -406,14 +374,6 @@ module Aws::IAM
|
|
406
374
|
include Aws::Structure
|
407
375
|
end
|
408
376
|
|
409
|
-
# @note When making an API call, you may pass AttachRolePolicyRequest
|
410
|
-
# data as a hash:
|
411
|
-
#
|
412
|
-
# {
|
413
|
-
# role_name: "roleNameType", # required
|
414
|
-
# policy_arn: "arnType", # required
|
415
|
-
# }
|
416
|
-
#
|
417
377
|
# @!attribute [rw] role_name
|
418
378
|
# The name (friendly name, not ARN) of the role to attach the policy
|
419
379
|
# to.
|
@@ -448,14 +408,6 @@ module Aws::IAM
|
|
448
408
|
include Aws::Structure
|
449
409
|
end
|
450
410
|
|
451
|
-
# @note When making an API call, you may pass AttachUserPolicyRequest
|
452
|
-
# data as a hash:
|
453
|
-
#
|
454
|
-
# {
|
455
|
-
# user_name: "userNameType", # required
|
456
|
-
# policy_arn: "arnType", # required
|
457
|
-
# }
|
458
|
-
#
|
459
411
|
# @!attribute [rw] user_name
|
460
412
|
# The name (friendly name, not ARN) of the IAM user to attach the
|
461
413
|
# policy to.
|
@@ -562,14 +514,6 @@ module Aws::IAM
|
|
562
514
|
include Aws::Structure
|
563
515
|
end
|
564
516
|
|
565
|
-
# @note When making an API call, you may pass ChangePasswordRequest
|
566
|
-
# data as a hash:
|
567
|
-
#
|
568
|
-
# {
|
569
|
-
# old_password: "passwordType", # required
|
570
|
-
# new_password: "passwordType", # required
|
571
|
-
# }
|
572
|
-
#
|
573
517
|
# @!attribute [rw] old_password
|
574
518
|
# The IAM user's current password.
|
575
519
|
# @return [String]
|
@@ -626,15 +570,6 @@ module Aws::IAM
|
|
626
570
|
# This data type is used as an input parameter to SimulateCustomPolicy
|
627
571
|
# and SimulatePrincipalPolicy.
|
628
572
|
#
|
629
|
-
# @note When making an API call, you may pass ContextEntry
|
630
|
-
# data as a hash:
|
631
|
-
#
|
632
|
-
# {
|
633
|
-
# context_key_name: "ContextKeyNameType",
|
634
|
-
# context_key_values: ["ContextKeyValueType"],
|
635
|
-
# context_key_type: "string", # accepts string, stringList, numeric, numericList, boolean, booleanList, ip, ipList, binary, binaryList, date, dateList
|
636
|
-
# }
|
637
|
-
#
|
638
573
|
# @!attribute [rw] context_key_name
|
639
574
|
# The full name of a condition context key, including the service
|
640
575
|
# prefix. For example, `aws:SourceIp` or `s3:VersionId`.
|
@@ -661,13 +596,6 @@ module Aws::IAM
|
|
661
596
|
include Aws::Structure
|
662
597
|
end
|
663
598
|
|
664
|
-
# @note When making an API call, you may pass CreateAccessKeyRequest
|
665
|
-
# data as a hash:
|
666
|
-
#
|
667
|
-
# {
|
668
|
-
# user_name: "existingUserNameType",
|
669
|
-
# }
|
670
|
-
#
|
671
599
|
# @!attribute [rw] user_name
|
672
600
|
# The name of the IAM user that the new key will belong to.
|
673
601
|
#
|
@@ -703,13 +631,6 @@ module Aws::IAM
|
|
703
631
|
include Aws::Structure
|
704
632
|
end
|
705
633
|
|
706
|
-
# @note When making an API call, you may pass CreateAccountAliasRequest
|
707
|
-
# data as a hash:
|
708
|
-
#
|
709
|
-
# {
|
710
|
-
# account_alias: "accountAliasType", # required
|
711
|
-
# }
|
712
|
-
#
|
713
634
|
# @!attribute [rw] account_alias
|
714
635
|
# The account alias to create.
|
715
636
|
#
|
@@ -731,14 +652,6 @@ module Aws::IAM
|
|
731
652
|
include Aws::Structure
|
732
653
|
end
|
733
654
|
|
734
|
-
# @note When making an API call, you may pass CreateGroupRequest
|
735
|
-
# data as a hash:
|
736
|
-
#
|
737
|
-
# {
|
738
|
-
# path: "pathType",
|
739
|
-
# group_name: "groupNameType", # required
|
740
|
-
# }
|
741
|
-
#
|
742
655
|
# @!attribute [rw] path
|
743
656
|
# The path to the group. For more information about paths, see [IAM
|
744
657
|
# identifiers][1] in the *IAM User Guide*.
|
@@ -792,20 +705,6 @@ module Aws::IAM
|
|
792
705
|
include Aws::Structure
|
793
706
|
end
|
794
707
|
|
795
|
-
# @note When making an API call, you may pass CreateInstanceProfileRequest
|
796
|
-
# data as a hash:
|
797
|
-
#
|
798
|
-
# {
|
799
|
-
# instance_profile_name: "instanceProfileNameType", # required
|
800
|
-
# path: "pathType",
|
801
|
-
# tags: [
|
802
|
-
# {
|
803
|
-
# key: "tagKeyType", # required
|
804
|
-
# value: "tagValueType", # required
|
805
|
-
# },
|
806
|
-
# ],
|
807
|
-
# }
|
808
|
-
#
|
809
708
|
# @!attribute [rw] instance_profile_name
|
810
709
|
# The name of the instance profile to create.
|
811
710
|
#
|
@@ -880,15 +779,6 @@ module Aws::IAM
|
|
880
779
|
include Aws::Structure
|
881
780
|
end
|
882
781
|
|
883
|
-
# @note When making an API call, you may pass CreateLoginProfileRequest
|
884
|
-
# data as a hash:
|
885
|
-
#
|
886
|
-
# {
|
887
|
-
# user_name: "userNameType", # required
|
888
|
-
# password: "passwordType", # required
|
889
|
-
# password_reset_required: false,
|
890
|
-
# }
|
891
|
-
#
|
892
782
|
# @!attribute [rw] user_name
|
893
783
|
# The name of the IAM user to create a password for. The user must
|
894
784
|
# already exist.
|
@@ -950,21 +840,6 @@ module Aws::IAM
|
|
950
840
|
include Aws::Structure
|
951
841
|
end
|
952
842
|
|
953
|
-
# @note When making an API call, you may pass CreateOpenIDConnectProviderRequest
|
954
|
-
# data as a hash:
|
955
|
-
#
|
956
|
-
# {
|
957
|
-
# url: "OpenIDConnectProviderUrlType", # required
|
958
|
-
# client_id_list: ["clientIDType"],
|
959
|
-
# thumbprint_list: ["thumbprintType"], # required
|
960
|
-
# tags: [
|
961
|
-
# {
|
962
|
-
# key: "tagKeyType", # required
|
963
|
-
# value: "tagValueType", # required
|
964
|
-
# },
|
965
|
-
# ],
|
966
|
-
# }
|
967
|
-
#
|
968
843
|
# @!attribute [rw] url
|
969
844
|
# The URL of the identity provider. The URL must begin with `https://`
|
970
845
|
# and should correspond to the `iss` claim in the provider's OpenID
|
@@ -1080,22 +955,6 @@ module Aws::IAM
|
|
1080
955
|
include Aws::Structure
|
1081
956
|
end
|
1082
957
|
|
1083
|
-
# @note When making an API call, you may pass CreatePolicyRequest
|
1084
|
-
# data as a hash:
|
1085
|
-
#
|
1086
|
-
# {
|
1087
|
-
# policy_name: "policyNameType", # required
|
1088
|
-
# path: "policyPathType",
|
1089
|
-
# policy_document: "policyDocumentType", # required
|
1090
|
-
# description: "policyDescriptionType",
|
1091
|
-
# tags: [
|
1092
|
-
# {
|
1093
|
-
# key: "tagKeyType", # required
|
1094
|
-
# value: "tagValueType", # required
|
1095
|
-
# },
|
1096
|
-
# ],
|
1097
|
-
# }
|
1098
|
-
#
|
1099
958
|
# @!attribute [rw] policy_name
|
1100
959
|
# The friendly name of the policy.
|
1101
960
|
#
|
@@ -1221,15 +1080,6 @@ module Aws::IAM
|
|
1221
1080
|
include Aws::Structure
|
1222
1081
|
end
|
1223
1082
|
|
1224
|
-
# @note When making an API call, you may pass CreatePolicyVersionRequest
|
1225
|
-
# data as a hash:
|
1226
|
-
#
|
1227
|
-
# {
|
1228
|
-
# policy_arn: "arnType", # required
|
1229
|
-
# policy_document: "policyDocumentType", # required
|
1230
|
-
# set_as_default: false,
|
1231
|
-
# }
|
1232
|
-
#
|
1233
1083
|
# @!attribute [rw] policy_arn
|
1234
1084
|
# The Amazon Resource Name (ARN) of the IAM policy to which you want
|
1235
1085
|
# to add a new version.
|
@@ -1314,24 +1164,6 @@ module Aws::IAM
|
|
1314
1164
|
include Aws::Structure
|
1315
1165
|
end
|
1316
1166
|
|
1317
|
-
# @note When making an API call, you may pass CreateRoleRequest
|
1318
|
-
# data as a hash:
|
1319
|
-
#
|
1320
|
-
# {
|
1321
|
-
# path: "pathType",
|
1322
|
-
# role_name: "roleNameType", # required
|
1323
|
-
# assume_role_policy_document: "policyDocumentType", # required
|
1324
|
-
# description: "roleDescriptionType",
|
1325
|
-
# max_session_duration: 1,
|
1326
|
-
# permissions_boundary: "arnType",
|
1327
|
-
# tags: [
|
1328
|
-
# {
|
1329
|
-
# key: "tagKeyType", # required
|
1330
|
-
# value: "tagValueType", # required
|
1331
|
-
# },
|
1332
|
-
# ],
|
1333
|
-
# }
|
1334
|
-
#
|
1335
1167
|
# @!attribute [rw] path
|
1336
1168
|
# The path to the role. For more information about paths, see [IAM
|
1337
1169
|
# Identifiers][1] in the *IAM User Guide*.
|
@@ -1467,20 +1299,6 @@ module Aws::IAM
|
|
1467
1299
|
include Aws::Structure
|
1468
1300
|
end
|
1469
1301
|
|
1470
|
-
# @note When making an API call, you may pass CreateSAMLProviderRequest
|
1471
|
-
# data as a hash:
|
1472
|
-
#
|
1473
|
-
# {
|
1474
|
-
# saml_metadata_document: "SAMLMetadataDocumentType", # required
|
1475
|
-
# name: "SAMLProviderNameType", # required
|
1476
|
-
# tags: [
|
1477
|
-
# {
|
1478
|
-
# key: "tagKeyType", # required
|
1479
|
-
# value: "tagValueType", # required
|
1480
|
-
# },
|
1481
|
-
# ],
|
1482
|
-
# }
|
1483
|
-
#
|
1484
1302
|
# @!attribute [rw] saml_metadata_document
|
1485
1303
|
# An XML document generated by an identity provider (IdP) that
|
1486
1304
|
# supports SAML 2.0. The document includes the issuer's name,
|
@@ -1564,15 +1382,6 @@ module Aws::IAM
|
|
1564
1382
|
include Aws::Structure
|
1565
1383
|
end
|
1566
1384
|
|
1567
|
-
# @note When making an API call, you may pass CreateServiceLinkedRoleRequest
|
1568
|
-
# data as a hash:
|
1569
|
-
#
|
1570
|
-
# {
|
1571
|
-
# aws_service_name: "groupNameType", # required
|
1572
|
-
# description: "roleDescriptionType",
|
1573
|
-
# custom_suffix: "customSuffixType",
|
1574
|
-
# }
|
1575
|
-
#
|
1576
1385
|
# @!attribute [rw] aws_service_name
|
1577
1386
|
# The service principal for the Amazon Web Services service to which
|
1578
1387
|
# this role is attached. You use a string similar to a URL but without
|
@@ -1629,14 +1438,6 @@ module Aws::IAM
|
|
1629
1438
|
include Aws::Structure
|
1630
1439
|
end
|
1631
1440
|
|
1632
|
-
# @note When making an API call, you may pass CreateServiceSpecificCredentialRequest
|
1633
|
-
# data as a hash:
|
1634
|
-
#
|
1635
|
-
# {
|
1636
|
-
# user_name: "userNameType", # required
|
1637
|
-
# service_name: "serviceName", # required
|
1638
|
-
# }
|
1639
|
-
#
|
1640
1441
|
# @!attribute [rw] user_name
|
1641
1442
|
# The name of the IAM user that is to be associated with the
|
1642
1443
|
# credentials. The new service-specific credentials have the same
|
@@ -1685,21 +1486,6 @@ module Aws::IAM
|
|
1685
1486
|
include Aws::Structure
|
1686
1487
|
end
|
1687
1488
|
|
1688
|
-
# @note When making an API call, you may pass CreateUserRequest
|
1689
|
-
# data as a hash:
|
1690
|
-
#
|
1691
|
-
# {
|
1692
|
-
# path: "pathType",
|
1693
|
-
# user_name: "userNameType", # required
|
1694
|
-
# permissions_boundary: "arnType",
|
1695
|
-
# tags: [
|
1696
|
-
# {
|
1697
|
-
# key: "tagKeyType", # required
|
1698
|
-
# value: "tagValueType", # required
|
1699
|
-
# },
|
1700
|
-
# ],
|
1701
|
-
# }
|
1702
|
-
#
|
1703
1489
|
# @!attribute [rw] path
|
1704
1490
|
# The path for the user name. For more information about paths, see
|
1705
1491
|
# [IAM identifiers][1] in the *IAM User Guide*.
|
@@ -1776,20 +1562,6 @@ module Aws::IAM
|
|
1776
1562
|
include Aws::Structure
|
1777
1563
|
end
|
1778
1564
|
|
1779
|
-
# @note When making an API call, you may pass CreateVirtualMFADeviceRequest
|
1780
|
-
# data as a hash:
|
1781
|
-
#
|
1782
|
-
# {
|
1783
|
-
# path: "pathType",
|
1784
|
-
# virtual_mfa_device_name: "virtualMFADeviceName", # required
|
1785
|
-
# tags: [
|
1786
|
-
# {
|
1787
|
-
# key: "tagKeyType", # required
|
1788
|
-
# value: "tagValueType", # required
|
1789
|
-
# },
|
1790
|
-
# ],
|
1791
|
-
# }
|
1792
|
-
#
|
1793
1565
|
# @!attribute [rw] path
|
1794
1566
|
# The path for the virtual MFA device. For more information about
|
1795
1567
|
# paths, see [IAM identifiers][1] in the *IAM User Guide*.
|
@@ -1914,14 +1686,6 @@ module Aws::IAM
|
|
1914
1686
|
include Aws::Structure
|
1915
1687
|
end
|
1916
1688
|
|
1917
|
-
# @note When making an API call, you may pass DeactivateMFADeviceRequest
|
1918
|
-
# data as a hash:
|
1919
|
-
#
|
1920
|
-
# {
|
1921
|
-
# user_name: "existingUserNameType", # required
|
1922
|
-
# serial_number: "serialNumberType", # required
|
1923
|
-
# }
|
1924
|
-
#
|
1925
1689
|
# @!attribute [rw] user_name
|
1926
1690
|
# The name of the user whose MFA device you want to deactivate.
|
1927
1691
|
#
|
@@ -1958,14 +1722,6 @@ module Aws::IAM
|
|
1958
1722
|
include Aws::Structure
|
1959
1723
|
end
|
1960
1724
|
|
1961
|
-
# @note When making an API call, you may pass DeleteAccessKeyRequest
|
1962
|
-
# data as a hash:
|
1963
|
-
#
|
1964
|
-
# {
|
1965
|
-
# user_name: "existingUserNameType",
|
1966
|
-
# access_key_id: "accessKeyIdType", # required
|
1967
|
-
# }
|
1968
|
-
#
|
1969
1725
|
# @!attribute [rw] user_name
|
1970
1726
|
# The name of the user whose access key pair you want to delete.
|
1971
1727
|
#
|
@@ -2001,13 +1757,6 @@ module Aws::IAM
|
|
2001
1757
|
include Aws::Structure
|
2002
1758
|
end
|
2003
1759
|
|
2004
|
-
# @note When making an API call, you may pass DeleteAccountAliasRequest
|
2005
|
-
# data as a hash:
|
2006
|
-
#
|
2007
|
-
# {
|
2008
|
-
# account_alias: "accountAliasType", # required
|
2009
|
-
# }
|
2010
|
-
#
|
2011
1760
|
# @!attribute [rw] account_alias
|
2012
1761
|
# The name of the account alias to delete.
|
2013
1762
|
#
|
@@ -2044,14 +1793,6 @@ module Aws::IAM
|
|
2044
1793
|
include Aws::Structure
|
2045
1794
|
end
|
2046
1795
|
|
2047
|
-
# @note When making an API call, you may pass DeleteGroupPolicyRequest
|
2048
|
-
# data as a hash:
|
2049
|
-
#
|
2050
|
-
# {
|
2051
|
-
# group_name: "groupNameType", # required
|
2052
|
-
# policy_name: "policyNameType", # required
|
2053
|
-
# }
|
2054
|
-
#
|
2055
1796
|
# @!attribute [rw] group_name
|
2056
1797
|
# The name (friendly name, not ARN) identifying the group that the
|
2057
1798
|
# policy is embedded in.
|
@@ -2088,13 +1829,6 @@ module Aws::IAM
|
|
2088
1829
|
include Aws::Structure
|
2089
1830
|
end
|
2090
1831
|
|
2091
|
-
# @note When making an API call, you may pass DeleteGroupRequest
|
2092
|
-
# data as a hash:
|
2093
|
-
#
|
2094
|
-
# {
|
2095
|
-
# group_name: "groupNameType", # required
|
2096
|
-
# }
|
2097
|
-
#
|
2098
1832
|
# @!attribute [rw] group_name
|
2099
1833
|
# The name of the IAM group to delete.
|
2100
1834
|
#
|
@@ -2116,13 +1850,6 @@ module Aws::IAM
|
|
2116
1850
|
include Aws::Structure
|
2117
1851
|
end
|
2118
1852
|
|
2119
|
-
# @note When making an API call, you may pass DeleteInstanceProfileRequest
|
2120
|
-
# data as a hash:
|
2121
|
-
#
|
2122
|
-
# {
|
2123
|
-
# instance_profile_name: "instanceProfileNameType", # required
|
2124
|
-
# }
|
2125
|
-
#
|
2126
1853
|
# @!attribute [rw] instance_profile_name
|
2127
1854
|
# The name of the instance profile to delete.
|
2128
1855
|
#
|
@@ -2144,13 +1871,6 @@ module Aws::IAM
|
|
2144
1871
|
include Aws::Structure
|
2145
1872
|
end
|
2146
1873
|
|
2147
|
-
# @note When making an API call, you may pass DeleteLoginProfileRequest
|
2148
|
-
# data as a hash:
|
2149
|
-
#
|
2150
|
-
# {
|
2151
|
-
# user_name: "userNameType", # required
|
2152
|
-
# }
|
2153
|
-
#
|
2154
1874
|
# @!attribute [rw] user_name
|
2155
1875
|
# The name of the user whose password you want to delete.
|
2156
1876
|
#
|
@@ -2172,13 +1892,6 @@ module Aws::IAM
|
|
2172
1892
|
include Aws::Structure
|
2173
1893
|
end
|
2174
1894
|
|
2175
|
-
# @note When making an API call, you may pass DeleteOpenIDConnectProviderRequest
|
2176
|
-
# data as a hash:
|
2177
|
-
#
|
2178
|
-
# {
|
2179
|
-
# open_id_connect_provider_arn: "arnType", # required
|
2180
|
-
# }
|
2181
|
-
#
|
2182
1895
|
# @!attribute [rw] open_id_connect_provider_arn
|
2183
1896
|
# The Amazon Resource Name (ARN) of the IAM OpenID Connect provider
|
2184
1897
|
# resource object to delete. You can get a list of OpenID Connect
|
@@ -2194,13 +1907,6 @@ module Aws::IAM
|
|
2194
1907
|
include Aws::Structure
|
2195
1908
|
end
|
2196
1909
|
|
2197
|
-
# @note When making an API call, you may pass DeletePolicyRequest
|
2198
|
-
# data as a hash:
|
2199
|
-
#
|
2200
|
-
# {
|
2201
|
-
# policy_arn: "arnType", # required
|
2202
|
-
# }
|
2203
|
-
#
|
2204
1910
|
# @!attribute [rw] policy_arn
|
2205
1911
|
# The Amazon Resource Name (ARN) of the IAM policy you want to delete.
|
2206
1912
|
#
|
@@ -2220,14 +1926,6 @@ module Aws::IAM
|
|
2220
1926
|
include Aws::Structure
|
2221
1927
|
end
|
2222
1928
|
|
2223
|
-
# @note When making an API call, you may pass DeletePolicyVersionRequest
|
2224
|
-
# data as a hash:
|
2225
|
-
#
|
2226
|
-
# {
|
2227
|
-
# policy_arn: "arnType", # required
|
2228
|
-
# version_id: "policyVersionIdType", # required
|
2229
|
-
# }
|
2230
|
-
#
|
2231
1929
|
# @!attribute [rw] policy_arn
|
2232
1930
|
# The Amazon Resource Name (ARN) of the IAM policy from which you want
|
2233
1931
|
# to delete a version.
|
@@ -2266,13 +1964,6 @@ module Aws::IAM
|
|
2266
1964
|
include Aws::Structure
|
2267
1965
|
end
|
2268
1966
|
|
2269
|
-
# @note When making an API call, you may pass DeleteRolePermissionsBoundaryRequest
|
2270
|
-
# data as a hash:
|
2271
|
-
#
|
2272
|
-
# {
|
2273
|
-
# role_name: "roleNameType", # required
|
2274
|
-
# }
|
2275
|
-
#
|
2276
1967
|
# @!attribute [rw] role_name
|
2277
1968
|
# The name (friendly name, not ARN) of the IAM role from which you
|
2278
1969
|
# want to remove the permissions boundary.
|
@@ -2286,14 +1977,6 @@ module Aws::IAM
|
|
2286
1977
|
include Aws::Structure
|
2287
1978
|
end
|
2288
1979
|
|
2289
|
-
# @note When making an API call, you may pass DeleteRolePolicyRequest
|
2290
|
-
# data as a hash:
|
2291
|
-
#
|
2292
|
-
# {
|
2293
|
-
# role_name: "roleNameType", # required
|
2294
|
-
# policy_name: "policyNameType", # required
|
2295
|
-
# }
|
2296
|
-
#
|
2297
1980
|
# @!attribute [rw] role_name
|
2298
1981
|
# The name (friendly name, not ARN) identifying the role that the
|
2299
1982
|
# policy is embedded in.
|
@@ -2330,13 +2013,6 @@ module Aws::IAM
|
|
2330
2013
|
include Aws::Structure
|
2331
2014
|
end
|
2332
2015
|
|
2333
|
-
# @note When making an API call, you may pass DeleteRoleRequest
|
2334
|
-
# data as a hash:
|
2335
|
-
#
|
2336
|
-
# {
|
2337
|
-
# role_name: "roleNameType", # required
|
2338
|
-
# }
|
2339
|
-
#
|
2340
2016
|
# @!attribute [rw] role_name
|
2341
2017
|
# The name of the role to delete.
|
2342
2018
|
#
|
@@ -2358,13 +2034,6 @@ module Aws::IAM
|
|
2358
2034
|
include Aws::Structure
|
2359
2035
|
end
|
2360
2036
|
|
2361
|
-
# @note When making an API call, you may pass DeleteSAMLProviderRequest
|
2362
|
-
# data as a hash:
|
2363
|
-
#
|
2364
|
-
# {
|
2365
|
-
# saml_provider_arn: "arnType", # required
|
2366
|
-
# }
|
2367
|
-
#
|
2368
2037
|
# @!attribute [rw] saml_provider_arn
|
2369
2038
|
# The Amazon Resource Name (ARN) of the SAML provider to delete.
|
2370
2039
|
# @return [String]
|
@@ -2377,14 +2046,6 @@ module Aws::IAM
|
|
2377
2046
|
include Aws::Structure
|
2378
2047
|
end
|
2379
2048
|
|
2380
|
-
# @note When making an API call, you may pass DeleteSSHPublicKeyRequest
|
2381
|
-
# data as a hash:
|
2382
|
-
#
|
2383
|
-
# {
|
2384
|
-
# user_name: "userNameType", # required
|
2385
|
-
# ssh_public_key_id: "publicKeyIdType", # required
|
2386
|
-
# }
|
2387
|
-
#
|
2388
2049
|
# @!attribute [rw] user_name
|
2389
2050
|
# The name of the IAM user associated with the SSH public key.
|
2390
2051
|
#
|
@@ -2419,13 +2080,6 @@ module Aws::IAM
|
|
2419
2080
|
include Aws::Structure
|
2420
2081
|
end
|
2421
2082
|
|
2422
|
-
# @note When making an API call, you may pass DeleteServerCertificateRequest
|
2423
|
-
# data as a hash:
|
2424
|
-
#
|
2425
|
-
# {
|
2426
|
-
# server_certificate_name: "serverCertificateNameType", # required
|
2427
|
-
# }
|
2428
|
-
#
|
2429
2083
|
# @!attribute [rw] server_certificate_name
|
2430
2084
|
# The name of the server certificate you want to delete.
|
2431
2085
|
#
|
@@ -2447,13 +2101,6 @@ module Aws::IAM
|
|
2447
2101
|
include Aws::Structure
|
2448
2102
|
end
|
2449
2103
|
|
2450
|
-
# @note When making an API call, you may pass DeleteServiceLinkedRoleRequest
|
2451
|
-
# data as a hash:
|
2452
|
-
#
|
2453
|
-
# {
|
2454
|
-
# role_name: "roleNameType", # required
|
2455
|
-
# }
|
2456
|
-
#
|
2457
2104
|
# @!attribute [rw] role_name
|
2458
2105
|
# The name of the service-linked role to be deleted.
|
2459
2106
|
# @return [String]
|
@@ -2480,14 +2127,6 @@ module Aws::IAM
|
|
2480
2127
|
include Aws::Structure
|
2481
2128
|
end
|
2482
2129
|
|
2483
|
-
# @note When making an API call, you may pass DeleteServiceSpecificCredentialRequest
|
2484
|
-
# data as a hash:
|
2485
|
-
#
|
2486
|
-
# {
|
2487
|
-
# user_name: "userNameType",
|
2488
|
-
# service_specific_credential_id: "serviceSpecificCredentialId", # required
|
2489
|
-
# }
|
2490
|
-
#
|
2491
2130
|
# @!attribute [rw] user_name
|
2492
2131
|
# The name of the IAM user associated with the service-specific
|
2493
2132
|
# credential. If this value is not specified, then the operation
|
@@ -2525,14 +2164,6 @@ module Aws::IAM
|
|
2525
2164
|
include Aws::Structure
|
2526
2165
|
end
|
2527
2166
|
|
2528
|
-
# @note When making an API call, you may pass DeleteSigningCertificateRequest
|
2529
|
-
# data as a hash:
|
2530
|
-
#
|
2531
|
-
# {
|
2532
|
-
# user_name: "existingUserNameType",
|
2533
|
-
# certificate_id: "certificateIdType", # required
|
2534
|
-
# }
|
2535
|
-
#
|
2536
2167
|
# @!attribute [rw] user_name
|
2537
2168
|
# The name of the user the signing certificate belongs to.
|
2538
2169
|
#
|
@@ -2567,13 +2198,6 @@ module Aws::IAM
|
|
2567
2198
|
include Aws::Structure
|
2568
2199
|
end
|
2569
2200
|
|
2570
|
-
# @note When making an API call, you may pass DeleteUserPermissionsBoundaryRequest
|
2571
|
-
# data as a hash:
|
2572
|
-
#
|
2573
|
-
# {
|
2574
|
-
# user_name: "userNameType", # required
|
2575
|
-
# }
|
2576
|
-
#
|
2577
2201
|
# @!attribute [rw] user_name
|
2578
2202
|
# The name (friendly name, not ARN) of the IAM user from which you
|
2579
2203
|
# want to remove the permissions boundary.
|
@@ -2587,14 +2211,6 @@ module Aws::IAM
|
|
2587
2211
|
include Aws::Structure
|
2588
2212
|
end
|
2589
2213
|
|
2590
|
-
# @note When making an API call, you may pass DeleteUserPolicyRequest
|
2591
|
-
# data as a hash:
|
2592
|
-
#
|
2593
|
-
# {
|
2594
|
-
# user_name: "existingUserNameType", # required
|
2595
|
-
# policy_name: "policyNameType", # required
|
2596
|
-
# }
|
2597
|
-
#
|
2598
2214
|
# @!attribute [rw] user_name
|
2599
2215
|
# The name (friendly name, not ARN) identifying the user that the
|
2600
2216
|
# policy is embedded in.
|
@@ -2631,13 +2247,6 @@ module Aws::IAM
|
|
2631
2247
|
include Aws::Structure
|
2632
2248
|
end
|
2633
2249
|
|
2634
|
-
# @note When making an API call, you may pass DeleteUserRequest
|
2635
|
-
# data as a hash:
|
2636
|
-
#
|
2637
|
-
# {
|
2638
|
-
# user_name: "existingUserNameType", # required
|
2639
|
-
# }
|
2640
|
-
#
|
2641
2250
|
# @!attribute [rw] user_name
|
2642
2251
|
# The name of the user to delete.
|
2643
2252
|
#
|
@@ -2659,13 +2268,6 @@ module Aws::IAM
|
|
2659
2268
|
include Aws::Structure
|
2660
2269
|
end
|
2661
2270
|
|
2662
|
-
# @note When making an API call, you may pass DeleteVirtualMFADeviceRequest
|
2663
|
-
# data as a hash:
|
2664
|
-
#
|
2665
|
-
# {
|
2666
|
-
# serial_number: "serialNumberType", # required
|
2667
|
-
# }
|
2668
|
-
#
|
2669
2271
|
# @!attribute [rw] serial_number
|
2670
2272
|
# The serial number that uniquely identifies the MFA device. For
|
2671
2273
|
# virtual MFA devices, the serial number is the same as the ARN.
|
@@ -2717,14 +2319,6 @@ module Aws::IAM
|
|
2717
2319
|
include Aws::Structure
|
2718
2320
|
end
|
2719
2321
|
|
2720
|
-
# @note When making an API call, you may pass DetachGroupPolicyRequest
|
2721
|
-
# data as a hash:
|
2722
|
-
#
|
2723
|
-
# {
|
2724
|
-
# group_name: "groupNameType", # required
|
2725
|
-
# policy_arn: "arnType", # required
|
2726
|
-
# }
|
2727
|
-
#
|
2728
2322
|
# @!attribute [rw] group_name
|
2729
2323
|
# The name (friendly name, not ARN) of the IAM group to detach the
|
2730
2324
|
# policy from.
|
@@ -2759,14 +2353,6 @@ module Aws::IAM
|
|
2759
2353
|
include Aws::Structure
|
2760
2354
|
end
|
2761
2355
|
|
2762
|
-
# @note When making an API call, you may pass DetachRolePolicyRequest
|
2763
|
-
# data as a hash:
|
2764
|
-
#
|
2765
|
-
# {
|
2766
|
-
# role_name: "roleNameType", # required
|
2767
|
-
# policy_arn: "arnType", # required
|
2768
|
-
# }
|
2769
|
-
#
|
2770
2356
|
# @!attribute [rw] role_name
|
2771
2357
|
# The name (friendly name, not ARN) of the IAM role to detach the
|
2772
2358
|
# policy from.
|
@@ -2801,14 +2387,6 @@ module Aws::IAM
|
|
2801
2387
|
include Aws::Structure
|
2802
2388
|
end
|
2803
2389
|
|
2804
|
-
# @note When making an API call, you may pass DetachUserPolicyRequest
|
2805
|
-
# data as a hash:
|
2806
|
-
#
|
2807
|
-
# {
|
2808
|
-
# user_name: "userNameType", # required
|
2809
|
-
# policy_arn: "arnType", # required
|
2810
|
-
# }
|
2811
|
-
#
|
2812
2390
|
# @!attribute [rw] user_name
|
2813
2391
|
# The name (friendly name, not ARN) of the IAM user to detach the
|
2814
2392
|
# policy from.
|
@@ -2871,16 +2449,6 @@ module Aws::IAM
|
|
2871
2449
|
include Aws::Structure
|
2872
2450
|
end
|
2873
2451
|
|
2874
|
-
# @note When making an API call, you may pass EnableMFADeviceRequest
|
2875
|
-
# data as a hash:
|
2876
|
-
#
|
2877
|
-
# {
|
2878
|
-
# user_name: "existingUserNameType", # required
|
2879
|
-
# serial_number: "serialNumberType", # required
|
2880
|
-
# authentication_code_1: "authenticationCodeType", # required
|
2881
|
-
# authentication_code_2: "authenticationCodeType", # required
|
2882
|
-
# }
|
2883
|
-
#
|
2884
2452
|
# @!attribute [rw] user_name
|
2885
2453
|
# The name of the IAM user for whom you want to enable the MFA device.
|
2886
2454
|
#
|
@@ -3209,14 +2777,6 @@ module Aws::IAM
|
|
3209
2777
|
include Aws::Structure
|
3210
2778
|
end
|
3211
2779
|
|
3212
|
-
# @note When making an API call, you may pass GenerateOrganizationsAccessReportRequest
|
3213
|
-
# data as a hash:
|
3214
|
-
#
|
3215
|
-
# {
|
3216
|
-
# entity_path: "organizationsEntityPathType", # required
|
3217
|
-
# organizations_policy_id: "organizationsPolicyIdType",
|
3218
|
-
# }
|
3219
|
-
#
|
3220
2780
|
# @!attribute [rw] entity_path
|
3221
2781
|
# The path of the Organizations entity (root, OU, or account). You can
|
3222
2782
|
# build an entity path using the known structure of your organization.
|
@@ -3258,14 +2818,6 @@ module Aws::IAM
|
|
3258
2818
|
include Aws::Structure
|
3259
2819
|
end
|
3260
2820
|
|
3261
|
-
# @note When making an API call, you may pass GenerateServiceLastAccessedDetailsRequest
|
3262
|
-
# data as a hash:
|
3263
|
-
#
|
3264
|
-
# {
|
3265
|
-
# arn: "arnType", # required
|
3266
|
-
# granularity: "SERVICE_LEVEL", # accepts SERVICE_LEVEL, ACTION_LEVEL
|
3267
|
-
# }
|
3268
|
-
#
|
3269
2821
|
# @!attribute [rw] arn
|
3270
2822
|
# The ARN of the IAM resource (user, group, role, or managed policy)
|
3271
2823
|
# used to generate information about when the resource was last used
|
@@ -3307,13 +2859,6 @@ module Aws::IAM
|
|
3307
2859
|
include Aws::Structure
|
3308
2860
|
end
|
3309
2861
|
|
3310
|
-
# @note When making an API call, you may pass GetAccessKeyLastUsedRequest
|
3311
|
-
# data as a hash:
|
3312
|
-
#
|
3313
|
-
# {
|
3314
|
-
# access_key_id: "accessKeyIdType", # required
|
3315
|
-
# }
|
3316
|
-
#
|
3317
2862
|
# @!attribute [rw] access_key_id
|
3318
2863
|
# The identifier of an access key.
|
3319
2864
|
#
|
@@ -3355,15 +2900,6 @@ module Aws::IAM
|
|
3355
2900
|
include Aws::Structure
|
3356
2901
|
end
|
3357
2902
|
|
3358
|
-
# @note When making an API call, you may pass GetAccountAuthorizationDetailsRequest
|
3359
|
-
# data as a hash:
|
3360
|
-
#
|
3361
|
-
# {
|
3362
|
-
# filter: ["User"], # accepts User, Role, Group, LocalManagedPolicy, AWSManagedPolicy
|
3363
|
-
# max_items: 1,
|
3364
|
-
# marker: "markerType",
|
3365
|
-
# }
|
3366
|
-
#
|
3367
2903
|
# @!attribute [rw] filter
|
3368
2904
|
# A list of entity types used to filter the results. Only the entities
|
3369
2905
|
# that match the types you specify are included in the output. Use the
|
@@ -3483,13 +3019,6 @@ module Aws::IAM
|
|
3483
3019
|
include Aws::Structure
|
3484
3020
|
end
|
3485
3021
|
|
3486
|
-
# @note When making an API call, you may pass GetContextKeysForCustomPolicyRequest
|
3487
|
-
# data as a hash:
|
3488
|
-
#
|
3489
|
-
# {
|
3490
|
-
# policy_input_list: ["policyDocumentType"], # required
|
3491
|
-
# }
|
3492
|
-
#
|
3493
3022
|
# @!attribute [rw] policy_input_list
|
3494
3023
|
# A list of policies for which you want the list of context keys
|
3495
3024
|
# referenced in those policies. Each document is specified as a string
|
@@ -3535,14 +3064,6 @@ module Aws::IAM
|
|
3535
3064
|
include Aws::Structure
|
3536
3065
|
end
|
3537
3066
|
|
3538
|
-
# @note When making an API call, you may pass GetContextKeysForPrincipalPolicyRequest
|
3539
|
-
# data as a hash:
|
3540
|
-
#
|
3541
|
-
# {
|
3542
|
-
# policy_source_arn: "arnType", # required
|
3543
|
-
# policy_input_list: ["policyDocumentType"],
|
3544
|
-
# }
|
3545
|
-
#
|
3546
3067
|
# @!attribute [rw] policy_source_arn
|
3547
3068
|
# The ARN of a user, group, or role whose policies contain the context
|
3548
3069
|
# keys that you want listed. If you specify a user, the list includes
|
@@ -3621,14 +3142,6 @@ module Aws::IAM
|
|
3621
3142
|
include Aws::Structure
|
3622
3143
|
end
|
3623
3144
|
|
3624
|
-
# @note When making an API call, you may pass GetGroupPolicyRequest
|
3625
|
-
# data as a hash:
|
3626
|
-
#
|
3627
|
-
# {
|
3628
|
-
# group_name: "groupNameType", # required
|
3629
|
-
# policy_name: "policyNameType", # required
|
3630
|
-
# }
|
3631
|
-
#
|
3632
3145
|
# @!attribute [rw] group_name
|
3633
3146
|
# The name of the group the policy is associated with.
|
3634
3147
|
#
|
@@ -3693,15 +3206,6 @@ module Aws::IAM
|
|
3693
3206
|
include Aws::Structure
|
3694
3207
|
end
|
3695
3208
|
|
3696
|
-
# @note When making an API call, you may pass GetGroupRequest
|
3697
|
-
# data as a hash:
|
3698
|
-
#
|
3699
|
-
# {
|
3700
|
-
# group_name: "groupNameType", # required
|
3701
|
-
# marker: "markerType",
|
3702
|
-
# max_items: 1,
|
3703
|
-
# }
|
3704
|
-
#
|
3705
3209
|
# @!attribute [rw] group_name
|
3706
3210
|
# The name of the group.
|
3707
3211
|
#
|
@@ -3782,13 +3286,6 @@ module Aws::IAM
|
|
3782
3286
|
include Aws::Structure
|
3783
3287
|
end
|
3784
3288
|
|
3785
|
-
# @note When making an API call, you may pass GetInstanceProfileRequest
|
3786
|
-
# data as a hash:
|
3787
|
-
#
|
3788
|
-
# {
|
3789
|
-
# instance_profile_name: "instanceProfileNameType", # required
|
3790
|
-
# }
|
3791
|
-
#
|
3792
3289
|
# @!attribute [rw] instance_profile_name
|
3793
3290
|
# The name of the instance profile to get information about.
|
3794
3291
|
#
|
@@ -3824,13 +3321,6 @@ module Aws::IAM
|
|
3824
3321
|
include Aws::Structure
|
3825
3322
|
end
|
3826
3323
|
|
3827
|
-
# @note When making an API call, you may pass GetLoginProfileRequest
|
3828
|
-
# data as a hash:
|
3829
|
-
#
|
3830
|
-
# {
|
3831
|
-
# user_name: "userNameType", # required
|
3832
|
-
# }
|
3833
|
-
#
|
3834
3324
|
# @!attribute [rw] user_name
|
3835
3325
|
# The name of the user whose login profile you want to retrieve.
|
3836
3326
|
#
|
@@ -3867,13 +3357,6 @@ module Aws::IAM
|
|
3867
3357
|
include Aws::Structure
|
3868
3358
|
end
|
3869
3359
|
|
3870
|
-
# @note When making an API call, you may pass GetOpenIDConnectProviderRequest
|
3871
|
-
# data as a hash:
|
3872
|
-
#
|
3873
|
-
# {
|
3874
|
-
# open_id_connect_provider_arn: "arnType", # required
|
3875
|
-
# }
|
3876
|
-
#
|
3877
3360
|
# @!attribute [rw] open_id_connect_provider_arn
|
3878
3361
|
# The Amazon Resource Name (ARN) of the OIDC provider resource object
|
3879
3362
|
# in IAM to get information for. You can get a list of OIDC provider
|
@@ -3943,16 +3426,6 @@ module Aws::IAM
|
|
3943
3426
|
include Aws::Structure
|
3944
3427
|
end
|
3945
3428
|
|
3946
|
-
# @note When making an API call, you may pass GetOrganizationsAccessReportRequest
|
3947
|
-
# data as a hash:
|
3948
|
-
#
|
3949
|
-
# {
|
3950
|
-
# job_id: "jobIDType", # required
|
3951
|
-
# max_items: 1,
|
3952
|
-
# marker: "markerType",
|
3953
|
-
# sort_key: "SERVICE_NAMESPACE_ASCENDING", # accepts SERVICE_NAMESPACE_ASCENDING, SERVICE_NAMESPACE_DESCENDING, LAST_AUTHENTICATED_TIME_ASCENDING, LAST_AUTHENTICATED_TIME_DESCENDING
|
3954
|
-
# }
|
3955
|
-
#
|
3956
3429
|
# @!attribute [rw] job_id
|
3957
3430
|
# The identifier of the request generated by the
|
3958
3431
|
# GenerateOrganizationsAccessReport operation.
|
@@ -4076,13 +3549,6 @@ module Aws::IAM
|
|
4076
3549
|
include Aws::Structure
|
4077
3550
|
end
|
4078
3551
|
|
4079
|
-
# @note When making an API call, you may pass GetPolicyRequest
|
4080
|
-
# data as a hash:
|
4081
|
-
#
|
4082
|
-
# {
|
4083
|
-
# policy_arn: "arnType", # required
|
4084
|
-
# }
|
4085
|
-
#
|
4086
3552
|
# @!attribute [rw] policy_arn
|
4087
3553
|
# The Amazon Resource Name (ARN) of the managed policy that you want
|
4088
3554
|
# information about.
|
@@ -4117,14 +3583,6 @@ module Aws::IAM
|
|
4117
3583
|
include Aws::Structure
|
4118
3584
|
end
|
4119
3585
|
|
4120
|
-
# @note When making an API call, you may pass GetPolicyVersionRequest
|
4121
|
-
# data as a hash:
|
4122
|
-
#
|
4123
|
-
# {
|
4124
|
-
# policy_arn: "arnType", # required
|
4125
|
-
# version_id: "policyVersionIdType", # required
|
4126
|
-
# }
|
4127
|
-
#
|
4128
3586
|
# @!attribute [rw] policy_arn
|
4129
3587
|
# The Amazon Resource Name (ARN) of the managed policy that you want
|
4130
3588
|
# information about.
|
@@ -4173,14 +3631,6 @@ module Aws::IAM
|
|
4173
3631
|
include Aws::Structure
|
4174
3632
|
end
|
4175
3633
|
|
4176
|
-
# @note When making an API call, you may pass GetRolePolicyRequest
|
4177
|
-
# data as a hash:
|
4178
|
-
#
|
4179
|
-
# {
|
4180
|
-
# role_name: "roleNameType", # required
|
4181
|
-
# policy_name: "policyNameType", # required
|
4182
|
-
# }
|
4183
|
-
#
|
4184
3634
|
# @!attribute [rw] role_name
|
4185
3635
|
# The name of the role associated with the policy.
|
4186
3636
|
#
|
@@ -4245,13 +3695,6 @@ module Aws::IAM
|
|
4245
3695
|
include Aws::Structure
|
4246
3696
|
end
|
4247
3697
|
|
4248
|
-
# @note When making an API call, you may pass GetRoleRequest
|
4249
|
-
# data as a hash:
|
4250
|
-
#
|
4251
|
-
# {
|
4252
|
-
# role_name: "roleNameType", # required
|
4253
|
-
# }
|
4254
|
-
#
|
4255
3698
|
# @!attribute [rw] role_name
|
4256
3699
|
# The name of the IAM role to get information about.
|
4257
3700
|
#
|
@@ -4287,13 +3730,6 @@ module Aws::IAM
|
|
4287
3730
|
include Aws::Structure
|
4288
3731
|
end
|
4289
3732
|
|
4290
|
-
# @note When making an API call, you may pass GetSAMLProviderRequest
|
4291
|
-
# data as a hash:
|
4292
|
-
#
|
4293
|
-
# {
|
4294
|
-
# saml_provider_arn: "arnType", # required
|
4295
|
-
# }
|
4296
|
-
#
|
4297
3733
|
# @!attribute [rw] saml_provider_arn
|
4298
3734
|
# The Amazon Resource Name (ARN) of the SAML provider resource object
|
4299
3735
|
# in IAM to get information about.
|
@@ -4351,15 +3787,6 @@ module Aws::IAM
|
|
4351
3787
|
include Aws::Structure
|
4352
3788
|
end
|
4353
3789
|
|
4354
|
-
# @note When making an API call, you may pass GetSSHPublicKeyRequest
|
4355
|
-
# data as a hash:
|
4356
|
-
#
|
4357
|
-
# {
|
4358
|
-
# user_name: "userNameType", # required
|
4359
|
-
# ssh_public_key_id: "publicKeyIdType", # required
|
4360
|
-
# encoding: "SSH", # required, accepts SSH, PEM
|
4361
|
-
# }
|
4362
|
-
#
|
4363
3790
|
# @!attribute [rw] user_name
|
4364
3791
|
# The name of the IAM user associated with the SSH public key.
|
4365
3792
|
#
|
@@ -4415,13 +3842,6 @@ module Aws::IAM
|
|
4415
3842
|
include Aws::Structure
|
4416
3843
|
end
|
4417
3844
|
|
4418
|
-
# @note When making an API call, you may pass GetServerCertificateRequest
|
4419
|
-
# data as a hash:
|
4420
|
-
#
|
4421
|
-
# {
|
4422
|
-
# server_certificate_name: "serverCertificateNameType", # required
|
4423
|
-
# }
|
4424
|
-
#
|
4425
3845
|
# @!attribute [rw] server_certificate_name
|
4426
3846
|
# The name of the server certificate you want to retrieve information
|
4427
3847
|
# about.
|
@@ -4458,15 +3878,6 @@ module Aws::IAM
|
|
4458
3878
|
include Aws::Structure
|
4459
3879
|
end
|
4460
3880
|
|
4461
|
-
# @note When making an API call, you may pass GetServiceLastAccessedDetailsRequest
|
4462
|
-
# data as a hash:
|
4463
|
-
#
|
4464
|
-
# {
|
4465
|
-
# job_id: "jobIDType", # required
|
4466
|
-
# max_items: 1,
|
4467
|
-
# marker: "markerType",
|
4468
|
-
# }
|
4469
|
-
#
|
4470
3881
|
# @!attribute [rw] job_id
|
4471
3882
|
# The ID of the request generated by the
|
4472
3883
|
# GenerateServiceLastAccessedDetails operation. The `JobId` returned
|
@@ -4577,16 +3988,6 @@ module Aws::IAM
|
|
4577
3988
|
include Aws::Structure
|
4578
3989
|
end
|
4579
3990
|
|
4580
|
-
# @note When making an API call, you may pass GetServiceLastAccessedDetailsWithEntitiesRequest
|
4581
|
-
# data as a hash:
|
4582
|
-
#
|
4583
|
-
# {
|
4584
|
-
# job_id: "jobIDType", # required
|
4585
|
-
# service_namespace: "serviceNamespaceType", # required
|
4586
|
-
# max_items: 1,
|
4587
|
-
# marker: "markerType",
|
4588
|
-
# }
|
4589
|
-
#
|
4590
3991
|
# @!attribute [rw] job_id
|
4591
3992
|
# The ID of the request generated by the
|
4592
3993
|
# `GenerateServiceLastAccessedDetails` operation.
|
@@ -4708,13 +4109,6 @@ module Aws::IAM
|
|
4708
4109
|
include Aws::Structure
|
4709
4110
|
end
|
4710
4111
|
|
4711
|
-
# @note When making an API call, you may pass GetServiceLinkedRoleDeletionStatusRequest
|
4712
|
-
# data as a hash:
|
4713
|
-
#
|
4714
|
-
# {
|
4715
|
-
# deletion_task_id: "DeletionTaskIdType", # required
|
4716
|
-
# }
|
4717
|
-
#
|
4718
4112
|
# @!attribute [rw] deletion_task_id
|
4719
4113
|
# The deletion task identifier. This identifier is returned by the
|
4720
4114
|
# DeleteServiceLinkedRole operation in the format
|
@@ -4747,14 +4141,6 @@ module Aws::IAM
|
|
4747
4141
|
include Aws::Structure
|
4748
4142
|
end
|
4749
4143
|
|
4750
|
-
# @note When making an API call, you may pass GetUserPolicyRequest
|
4751
|
-
# data as a hash:
|
4752
|
-
#
|
4753
|
-
# {
|
4754
|
-
# user_name: "existingUserNameType", # required
|
4755
|
-
# policy_name: "policyNameType", # required
|
4756
|
-
# }
|
4757
|
-
#
|
4758
4144
|
# @!attribute [rw] user_name
|
4759
4145
|
# The name of the user who the policy is associated with.
|
4760
4146
|
#
|
@@ -4819,13 +4205,6 @@ module Aws::IAM
|
|
4819
4205
|
include Aws::Structure
|
4820
4206
|
end
|
4821
4207
|
|
4822
|
-
# @note When making an API call, you may pass GetUserRequest
|
4823
|
-
# data as a hash:
|
4824
|
-
#
|
4825
|
-
# {
|
4826
|
-
# user_name: "existingUserNameType",
|
4827
|
-
# }
|
4828
|
-
#
|
4829
4208
|
# @!attribute [rw] user_name
|
4830
4209
|
# The name of the user to get information about.
|
4831
4210
|
#
|
@@ -5199,15 +4578,6 @@ module Aws::IAM
|
|
5199
4578
|
include Aws::Structure
|
5200
4579
|
end
|
5201
4580
|
|
5202
|
-
# @note When making an API call, you may pass ListAccessKeysRequest
|
5203
|
-
# data as a hash:
|
5204
|
-
#
|
5205
|
-
# {
|
5206
|
-
# user_name: "existingUserNameType",
|
5207
|
-
# marker: "markerType",
|
5208
|
-
# max_items: 1,
|
5209
|
-
# }
|
5210
|
-
#
|
5211
4581
|
# @!attribute [rw] user_name
|
5212
4582
|
# The name of the user.
|
5213
4583
|
#
|
@@ -5283,14 +4653,6 @@ module Aws::IAM
|
|
5283
4653
|
include Aws::Structure
|
5284
4654
|
end
|
5285
4655
|
|
5286
|
-
# @note When making an API call, you may pass ListAccountAliasesRequest
|
5287
|
-
# data as a hash:
|
5288
|
-
#
|
5289
|
-
# {
|
5290
|
-
# marker: "markerType",
|
5291
|
-
# max_items: 1,
|
5292
|
-
# }
|
5293
|
-
#
|
5294
4656
|
# @!attribute [rw] marker
|
5295
4657
|
# Use this parameter only when paginating results and only after you
|
5296
4658
|
# receive a response indicating that the results are truncated. Set it
|
@@ -5353,16 +4715,6 @@ module Aws::IAM
|
|
5353
4715
|
include Aws::Structure
|
5354
4716
|
end
|
5355
4717
|
|
5356
|
-
# @note When making an API call, you may pass ListAttachedGroupPoliciesRequest
|
5357
|
-
# data as a hash:
|
5358
|
-
#
|
5359
|
-
# {
|
5360
|
-
# group_name: "groupNameType", # required
|
5361
|
-
# path_prefix: "policyPathType",
|
5362
|
-
# marker: "markerType",
|
5363
|
-
# max_items: 1,
|
5364
|
-
# }
|
5365
|
-
#
|
5366
4718
|
# @!attribute [rw] group_name
|
5367
4719
|
# The name (friendly name, not ARN) of the group to list attached
|
5368
4720
|
# policies for.
|
@@ -5458,16 +4810,6 @@ module Aws::IAM
|
|
5458
4810
|
include Aws::Structure
|
5459
4811
|
end
|
5460
4812
|
|
5461
|
-
# @note When making an API call, you may pass ListAttachedRolePoliciesRequest
|
5462
|
-
# data as a hash:
|
5463
|
-
#
|
5464
|
-
# {
|
5465
|
-
# role_name: "roleNameType", # required
|
5466
|
-
# path_prefix: "policyPathType",
|
5467
|
-
# marker: "markerType",
|
5468
|
-
# max_items: 1,
|
5469
|
-
# }
|
5470
|
-
#
|
5471
4813
|
# @!attribute [rw] role_name
|
5472
4814
|
# The name (friendly name, not ARN) of the role to list attached
|
5473
4815
|
# policies for.
|
@@ -5563,16 +4905,6 @@ module Aws::IAM
|
|
5563
4905
|
include Aws::Structure
|
5564
4906
|
end
|
5565
4907
|
|
5566
|
-
# @note When making an API call, you may pass ListAttachedUserPoliciesRequest
|
5567
|
-
# data as a hash:
|
5568
|
-
#
|
5569
|
-
# {
|
5570
|
-
# user_name: "userNameType", # required
|
5571
|
-
# path_prefix: "policyPathType",
|
5572
|
-
# marker: "markerType",
|
5573
|
-
# max_items: 1,
|
5574
|
-
# }
|
5575
|
-
#
|
5576
4908
|
# @!attribute [rw] user_name
|
5577
4909
|
# The name (friendly name, not ARN) of the user to list attached
|
5578
4910
|
# policies for.
|
@@ -5668,18 +5000,6 @@ module Aws::IAM
|
|
5668
5000
|
include Aws::Structure
|
5669
5001
|
end
|
5670
5002
|
|
5671
|
-
# @note When making an API call, you may pass ListEntitiesForPolicyRequest
|
5672
|
-
# data as a hash:
|
5673
|
-
#
|
5674
|
-
# {
|
5675
|
-
# policy_arn: "arnType", # required
|
5676
|
-
# entity_filter: "User", # accepts User, Role, Group, LocalManagedPolicy, AWSManagedPolicy
|
5677
|
-
# path_prefix: "pathType",
|
5678
|
-
# policy_usage_filter: "PermissionsPolicy", # accepts PermissionsPolicy, PermissionsBoundary
|
5679
|
-
# marker: "markerType",
|
5680
|
-
# max_items: 1,
|
5681
|
-
# }
|
5682
|
-
#
|
5683
5003
|
# @!attribute [rw] policy_arn
|
5684
5004
|
# The Amazon Resource Name (ARN) of the IAM policy for which you want
|
5685
5005
|
# the versions.
|
@@ -5806,15 +5126,6 @@ module Aws::IAM
|
|
5806
5126
|
include Aws::Structure
|
5807
5127
|
end
|
5808
5128
|
|
5809
|
-
# @note When making an API call, you may pass ListGroupPoliciesRequest
|
5810
|
-
# data as a hash:
|
5811
|
-
#
|
5812
|
-
# {
|
5813
|
-
# group_name: "groupNameType", # required
|
5814
|
-
# marker: "markerType",
|
5815
|
-
# max_items: 1,
|
5816
|
-
# }
|
5817
|
-
#
|
5818
5129
|
# @!attribute [rw] group_name
|
5819
5130
|
# The name of the group to list policies for.
|
5820
5131
|
#
|
@@ -5899,15 +5210,6 @@ module Aws::IAM
|
|
5899
5210
|
include Aws::Structure
|
5900
5211
|
end
|
5901
5212
|
|
5902
|
-
# @note When making an API call, you may pass ListGroupsForUserRequest
|
5903
|
-
# data as a hash:
|
5904
|
-
#
|
5905
|
-
# {
|
5906
|
-
# user_name: "existingUserNameType", # required
|
5907
|
-
# marker: "markerType",
|
5908
|
-
# max_items: 1,
|
5909
|
-
# }
|
5910
|
-
#
|
5911
5213
|
# @!attribute [rw] user_name
|
5912
5214
|
# The name of the user to list groups for.
|
5913
5215
|
#
|
@@ -5983,15 +5285,6 @@ module Aws::IAM
|
|
5983
5285
|
include Aws::Structure
|
5984
5286
|
end
|
5985
5287
|
|
5986
|
-
# @note When making an API call, you may pass ListGroupsRequest
|
5987
|
-
# data as a hash:
|
5988
|
-
#
|
5989
|
-
# {
|
5990
|
-
# path_prefix: "pathPrefixType",
|
5991
|
-
# marker: "markerType",
|
5992
|
-
# max_items: 1,
|
5993
|
-
# }
|
5994
|
-
#
|
5995
5288
|
# @!attribute [rw] path_prefix
|
5996
5289
|
# The path prefix for filtering the results. For example, the prefix
|
5997
5290
|
# `/division_abc/subdivision_xyz/` gets all groups whose path starts
|
@@ -6073,15 +5366,6 @@ module Aws::IAM
|
|
6073
5366
|
include Aws::Structure
|
6074
5367
|
end
|
6075
5368
|
|
6076
|
-
# @note When making an API call, you may pass ListInstanceProfileTagsRequest
|
6077
|
-
# data as a hash:
|
6078
|
-
#
|
6079
|
-
# {
|
6080
|
-
# instance_profile_name: "instanceProfileNameType", # required
|
6081
|
-
# marker: "markerType",
|
6082
|
-
# max_items: 1,
|
6083
|
-
# }
|
6084
|
-
#
|
6085
5369
|
# @!attribute [rw] instance_profile_name
|
6086
5370
|
# The name of the IAM instance profile whose tags you want to see.
|
6087
5371
|
#
|
@@ -6158,15 +5442,6 @@ module Aws::IAM
|
|
6158
5442
|
include Aws::Structure
|
6159
5443
|
end
|
6160
5444
|
|
6161
|
-
# @note When making an API call, you may pass ListInstanceProfilesForRoleRequest
|
6162
|
-
# data as a hash:
|
6163
|
-
#
|
6164
|
-
# {
|
6165
|
-
# role_name: "roleNameType", # required
|
6166
|
-
# marker: "markerType",
|
6167
|
-
# max_items: 1,
|
6168
|
-
# }
|
6169
|
-
#
|
6170
5445
|
# @!attribute [rw] role_name
|
6171
5446
|
# The name of the role to list instance profiles for.
|
6172
5447
|
#
|
@@ -6243,15 +5518,6 @@ module Aws::IAM
|
|
6243
5518
|
include Aws::Structure
|
6244
5519
|
end
|
6245
5520
|
|
6246
|
-
# @note When making an API call, you may pass ListInstanceProfilesRequest
|
6247
|
-
# data as a hash:
|
6248
|
-
#
|
6249
|
-
# {
|
6250
|
-
# path_prefix: "pathPrefixType",
|
6251
|
-
# marker: "markerType",
|
6252
|
-
# max_items: 1,
|
6253
|
-
# }
|
6254
|
-
#
|
6255
5521
|
# @!attribute [rw] path_prefix
|
6256
5522
|
# The path prefix for filtering the results. For example, the prefix
|
6257
5523
|
# `/application_abc/component_xyz/` gets all instance profiles whose
|
@@ -6333,15 +5599,6 @@ module Aws::IAM
|
|
6333
5599
|
include Aws::Structure
|
6334
5600
|
end
|
6335
5601
|
|
6336
|
-
# @note When making an API call, you may pass ListMFADeviceTagsRequest
|
6337
|
-
# data as a hash:
|
6338
|
-
#
|
6339
|
-
# {
|
6340
|
-
# serial_number: "serialNumberType", # required
|
6341
|
-
# marker: "markerType",
|
6342
|
-
# max_items: 1,
|
6343
|
-
# }
|
6344
|
-
#
|
6345
5602
|
# @!attribute [rw] serial_number
|
6346
5603
|
# The unique identifier for the IAM virtual MFA device whose tags you
|
6347
5604
|
# want to see. For virtual MFA devices, the serial number is the same
|
@@ -6420,15 +5677,6 @@ module Aws::IAM
|
|
6420
5677
|
include Aws::Structure
|
6421
5678
|
end
|
6422
5679
|
|
6423
|
-
# @note When making an API call, you may pass ListMFADevicesRequest
|
6424
|
-
# data as a hash:
|
6425
|
-
#
|
6426
|
-
# {
|
6427
|
-
# user_name: "existingUserNameType",
|
6428
|
-
# marker: "markerType",
|
6429
|
-
# max_items: 1,
|
6430
|
-
# }
|
6431
|
-
#
|
6432
5680
|
# @!attribute [rw] user_name
|
6433
5681
|
# The name of the user whose MFA devices you want to list.
|
6434
5682
|
#
|
@@ -6504,15 +5752,6 @@ module Aws::IAM
|
|
6504
5752
|
include Aws::Structure
|
6505
5753
|
end
|
6506
5754
|
|
6507
|
-
# @note When making an API call, you may pass ListOpenIDConnectProviderTagsRequest
|
6508
|
-
# data as a hash:
|
6509
|
-
#
|
6510
|
-
# {
|
6511
|
-
# open_id_connect_provider_arn: "arnType", # required
|
6512
|
-
# marker: "markerType",
|
6513
|
-
# max_items: 1,
|
6514
|
-
# }
|
6515
|
-
#
|
6516
5755
|
# @!attribute [rw] open_id_connect_provider_arn
|
6517
5756
|
# The ARN of the OpenID Connect (OIDC) identity provider whose tags
|
6518
5757
|
# you want to see.
|
@@ -6650,15 +5889,6 @@ module Aws::IAM
|
|
6650
5889
|
include Aws::Structure
|
6651
5890
|
end
|
6652
5891
|
|
6653
|
-
# @note When making an API call, you may pass ListPoliciesGrantingServiceAccessRequest
|
6654
|
-
# data as a hash:
|
6655
|
-
#
|
6656
|
-
# {
|
6657
|
-
# marker: "markerType",
|
6658
|
-
# arn: "arnType", # required
|
6659
|
-
# service_namespaces: ["serviceNamespaceType"], # required
|
6660
|
-
# }
|
6661
|
-
#
|
6662
5892
|
# @!attribute [rw] marker
|
6663
5893
|
# Use this parameter only when paginating results and only after you
|
6664
5894
|
# receive a response indicating that the results are truncated. Set it
|
@@ -6729,18 +5959,6 @@ module Aws::IAM
|
|
6729
5959
|
include Aws::Structure
|
6730
5960
|
end
|
6731
5961
|
|
6732
|
-
# @note When making an API call, you may pass ListPoliciesRequest
|
6733
|
-
# data as a hash:
|
6734
|
-
#
|
6735
|
-
# {
|
6736
|
-
# scope: "All", # accepts All, AWS, Local
|
6737
|
-
# only_attached: false,
|
6738
|
-
# path_prefix: "policyPathType",
|
6739
|
-
# policy_usage_filter: "PermissionsPolicy", # accepts PermissionsPolicy, PermissionsBoundary
|
6740
|
-
# marker: "markerType",
|
6741
|
-
# max_items: 1,
|
6742
|
-
# }
|
6743
|
-
#
|
6744
5962
|
# @!attribute [rw] scope
|
6745
5963
|
# The scope to use for filtering the results.
|
6746
5964
|
#
|
@@ -6853,15 +6071,6 @@ module Aws::IAM
|
|
6853
6071
|
include Aws::Structure
|
6854
6072
|
end
|
6855
6073
|
|
6856
|
-
# @note When making an API call, you may pass ListPolicyTagsRequest
|
6857
|
-
# data as a hash:
|
6858
|
-
#
|
6859
|
-
# {
|
6860
|
-
# policy_arn: "arnType", # required
|
6861
|
-
# marker: "markerType",
|
6862
|
-
# max_items: 1,
|
6863
|
-
# }
|
6864
|
-
#
|
6865
6074
|
# @!attribute [rw] policy_arn
|
6866
6075
|
# The ARN of the IAM customer managed policy whose tags you want to
|
6867
6076
|
# see.
|
@@ -6939,15 +6148,6 @@ module Aws::IAM
|
|
6939
6148
|
include Aws::Structure
|
6940
6149
|
end
|
6941
6150
|
|
6942
|
-
# @note When making an API call, you may pass ListPolicyVersionsRequest
|
6943
|
-
# data as a hash:
|
6944
|
-
#
|
6945
|
-
# {
|
6946
|
-
# policy_arn: "arnType", # required
|
6947
|
-
# marker: "markerType",
|
6948
|
-
# max_items: 1,
|
6949
|
-
# }
|
6950
|
-
#
|
6951
6151
|
# @!attribute [rw] policy_arn
|
6952
6152
|
# The Amazon Resource Name (ARN) of the IAM policy for which you want
|
6953
6153
|
# the versions.
|
@@ -7029,15 +6229,6 @@ module Aws::IAM
|
|
7029
6229
|
include Aws::Structure
|
7030
6230
|
end
|
7031
6231
|
|
7032
|
-
# @note When making an API call, you may pass ListRolePoliciesRequest
|
7033
|
-
# data as a hash:
|
7034
|
-
#
|
7035
|
-
# {
|
7036
|
-
# role_name: "roleNameType", # required
|
7037
|
-
# marker: "markerType",
|
7038
|
-
# max_items: 1,
|
7039
|
-
# }
|
7040
|
-
#
|
7041
6232
|
# @!attribute [rw] role_name
|
7042
6233
|
# The name of the role to list policies for.
|
7043
6234
|
#
|
@@ -7113,15 +6304,6 @@ module Aws::IAM
|
|
7113
6304
|
include Aws::Structure
|
7114
6305
|
end
|
7115
6306
|
|
7116
|
-
# @note When making an API call, you may pass ListRoleTagsRequest
|
7117
|
-
# data as a hash:
|
7118
|
-
#
|
7119
|
-
# {
|
7120
|
-
# role_name: "roleNameType", # required
|
7121
|
-
# marker: "markerType",
|
7122
|
-
# max_items: 1,
|
7123
|
-
# }
|
7124
|
-
#
|
7125
6307
|
# @!attribute [rw] role_name
|
7126
6308
|
# The name of the IAM role for which you want to see the list of tags.
|
7127
6309
|
#
|
@@ -7198,15 +6380,6 @@ module Aws::IAM
|
|
7198
6380
|
include Aws::Structure
|
7199
6381
|
end
|
7200
6382
|
|
7201
|
-
# @note When making an API call, you may pass ListRolesRequest
|
7202
|
-
# data as a hash:
|
7203
|
-
#
|
7204
|
-
# {
|
7205
|
-
# path_prefix: "pathPrefixType",
|
7206
|
-
# marker: "markerType",
|
7207
|
-
# max_items: 1,
|
7208
|
-
# }
|
7209
|
-
#
|
7210
6383
|
# @!attribute [rw] path_prefix
|
7211
6384
|
# The path prefix for filtering the results. For example, the prefix
|
7212
6385
|
# `/application_abc/component_xyz/` gets all roles whose path starts
|
@@ -7288,15 +6461,6 @@ module Aws::IAM
|
|
7288
6461
|
include Aws::Structure
|
7289
6462
|
end
|
7290
6463
|
|
7291
|
-
# @note When making an API call, you may pass ListSAMLProviderTagsRequest
|
7292
|
-
# data as a hash:
|
7293
|
-
#
|
7294
|
-
# {
|
7295
|
-
# saml_provider_arn: "arnType", # required
|
7296
|
-
# marker: "markerType",
|
7297
|
-
# max_items: 1,
|
7298
|
-
# }
|
7299
|
-
#
|
7300
6464
|
# @!attribute [rw] saml_provider_arn
|
7301
6465
|
# The ARN of the Security Assertion Markup Language (SAML) identity
|
7302
6466
|
# provider whose tags you want to see.
|
@@ -7396,15 +6560,6 @@ module Aws::IAM
|
|
7396
6560
|
include Aws::Structure
|
7397
6561
|
end
|
7398
6562
|
|
7399
|
-
# @note When making an API call, you may pass ListSSHPublicKeysRequest
|
7400
|
-
# data as a hash:
|
7401
|
-
#
|
7402
|
-
# {
|
7403
|
-
# user_name: "userNameType",
|
7404
|
-
# marker: "markerType",
|
7405
|
-
# max_items: 1,
|
7406
|
-
# }
|
7407
|
-
#
|
7408
6563
|
# @!attribute [rw] user_name
|
7409
6564
|
# The name of the IAM user to list SSH public keys for. If none is
|
7410
6565
|
# specified, the `UserName` field is determined implicitly based on
|
@@ -7482,15 +6637,6 @@ module Aws::IAM
|
|
7482
6637
|
include Aws::Structure
|
7483
6638
|
end
|
7484
6639
|
|
7485
|
-
# @note When making an API call, you may pass ListServerCertificateTagsRequest
|
7486
|
-
# data as a hash:
|
7487
|
-
#
|
7488
|
-
# {
|
7489
|
-
# server_certificate_name: "serverCertificateNameType", # required
|
7490
|
-
# marker: "markerType",
|
7491
|
-
# max_items: 1,
|
7492
|
-
# }
|
7493
|
-
#
|
7494
6640
|
# @!attribute [rw] server_certificate_name
|
7495
6641
|
# The name of the IAM server certificate whose tags you want to see.
|
7496
6642
|
#
|
@@ -7567,15 +6713,6 @@ module Aws::IAM
|
|
7567
6713
|
include Aws::Structure
|
7568
6714
|
end
|
7569
6715
|
|
7570
|
-
# @note When making an API call, you may pass ListServerCertificatesRequest
|
7571
|
-
# data as a hash:
|
7572
|
-
#
|
7573
|
-
# {
|
7574
|
-
# path_prefix: "pathPrefixType",
|
7575
|
-
# marker: "markerType",
|
7576
|
-
# max_items: 1,
|
7577
|
-
# }
|
7578
|
-
#
|
7579
6716
|
# @!attribute [rw] path_prefix
|
7580
6717
|
# The path prefix for filtering the results. For example:
|
7581
6718
|
# `/company/servercerts` would get all server certificates for which
|
@@ -7657,14 +6794,6 @@ module Aws::IAM
|
|
7657
6794
|
include Aws::Structure
|
7658
6795
|
end
|
7659
6796
|
|
7660
|
-
# @note When making an API call, you may pass ListServiceSpecificCredentialsRequest
|
7661
|
-
# data as a hash:
|
7662
|
-
#
|
7663
|
-
# {
|
7664
|
-
# user_name: "userNameType",
|
7665
|
-
# service_name: "serviceName",
|
7666
|
-
# }
|
7667
|
-
#
|
7668
6797
|
# @!attribute [rw] user_name
|
7669
6798
|
# The name of the user whose service-specific credentials you want
|
7670
6799
|
# information about. If this value is not specified, then the
|
@@ -7709,15 +6838,6 @@ module Aws::IAM
|
|
7709
6838
|
include Aws::Structure
|
7710
6839
|
end
|
7711
6840
|
|
7712
|
-
# @note When making an API call, you may pass ListSigningCertificatesRequest
|
7713
|
-
# data as a hash:
|
7714
|
-
#
|
7715
|
-
# {
|
7716
|
-
# user_name: "existingUserNameType",
|
7717
|
-
# marker: "markerType",
|
7718
|
-
# max_items: 1,
|
7719
|
-
# }
|
7720
|
-
#
|
7721
6841
|
# @!attribute [rw] user_name
|
7722
6842
|
# The name of the IAM user whose signing certificates you want to
|
7723
6843
|
# examine.
|
@@ -7794,15 +6914,6 @@ module Aws::IAM
|
|
7794
6914
|
include Aws::Structure
|
7795
6915
|
end
|
7796
6916
|
|
7797
|
-
# @note When making an API call, you may pass ListUserPoliciesRequest
|
7798
|
-
# data as a hash:
|
7799
|
-
#
|
7800
|
-
# {
|
7801
|
-
# user_name: "existingUserNameType", # required
|
7802
|
-
# marker: "markerType",
|
7803
|
-
# max_items: 1,
|
7804
|
-
# }
|
7805
|
-
#
|
7806
6917
|
# @!attribute [rw] user_name
|
7807
6918
|
# The name of the user to list policies for.
|
7808
6919
|
#
|
@@ -7878,15 +6989,6 @@ module Aws::IAM
|
|
7878
6989
|
include Aws::Structure
|
7879
6990
|
end
|
7880
6991
|
|
7881
|
-
# @note When making an API call, you may pass ListUserTagsRequest
|
7882
|
-
# data as a hash:
|
7883
|
-
#
|
7884
|
-
# {
|
7885
|
-
# user_name: "existingUserNameType", # required
|
7886
|
-
# marker: "markerType",
|
7887
|
-
# max_items: 1,
|
7888
|
-
# }
|
7889
|
-
#
|
7890
6992
|
# @!attribute [rw] user_name
|
7891
6993
|
# The name of the IAM user whose tags you want to see.
|
7892
6994
|
#
|
@@ -7963,15 +7065,6 @@ module Aws::IAM
|
|
7963
7065
|
include Aws::Structure
|
7964
7066
|
end
|
7965
7067
|
|
7966
|
-
# @note When making an API call, you may pass ListUsersRequest
|
7967
|
-
# data as a hash:
|
7968
|
-
#
|
7969
|
-
# {
|
7970
|
-
# path_prefix: "pathPrefixType",
|
7971
|
-
# marker: "markerType",
|
7972
|
-
# max_items: 1,
|
7973
|
-
# }
|
7974
|
-
#
|
7975
7068
|
# @!attribute [rw] path_prefix
|
7976
7069
|
# The path prefix for filtering the results. For example:
|
7977
7070
|
# `/division_abc/subdivision_xyz/`, which would get all user names
|
@@ -8053,15 +7146,6 @@ module Aws::IAM
|
|
8053
7146
|
include Aws::Structure
|
8054
7147
|
end
|
8055
7148
|
|
8056
|
-
# @note When making an API call, you may pass ListVirtualMFADevicesRequest
|
8057
|
-
# data as a hash:
|
8058
|
-
#
|
8059
|
-
# {
|
8060
|
-
# assignment_status: "Assigned", # accepts Assigned, Unassigned, Any
|
8061
|
-
# marker: "markerType",
|
8062
|
-
# max_items: 1,
|
8063
|
-
# }
|
8064
|
-
#
|
8065
7149
|
# @!attribute [rw] assignment_status
|
8066
7150
|
# The status (`Unassigned` or `Assigned`) of the devices to list. If
|
8067
7151
|
# you do not specify an `AssignmentStatus`, the operation defaults to
|
@@ -8979,15 +8063,6 @@ module Aws::IAM
|
|
8979
8063
|
include Aws::Structure
|
8980
8064
|
end
|
8981
8065
|
|
8982
|
-
# @note When making an API call, you may pass PutGroupPolicyRequest
|
8983
|
-
# data as a hash:
|
8984
|
-
#
|
8985
|
-
# {
|
8986
|
-
# group_name: "groupNameType", # required
|
8987
|
-
# policy_name: "policyNameType", # required
|
8988
|
-
# policy_document: "policyDocumentType", # required
|
8989
|
-
# }
|
8990
|
-
#
|
8991
8066
|
# @!attribute [rw] group_name
|
8992
8067
|
# The name of the group to associate the policy with.
|
8993
8068
|
#
|
@@ -9049,14 +8124,6 @@ module Aws::IAM
|
|
9049
8124
|
include Aws::Structure
|
9050
8125
|
end
|
9051
8126
|
|
9052
|
-
# @note When making an API call, you may pass PutRolePermissionsBoundaryRequest
|
9053
|
-
# data as a hash:
|
9054
|
-
#
|
9055
|
-
# {
|
9056
|
-
# role_name: "roleNameType", # required
|
9057
|
-
# permissions_boundary: "arnType", # required
|
9058
|
-
# }
|
9059
|
-
#
|
9060
8127
|
# @!attribute [rw] role_name
|
9061
8128
|
# The name (friendly name, not ARN) of the IAM role for which you want
|
9062
8129
|
# to set the permissions boundary.
|
@@ -9076,15 +8143,6 @@ module Aws::IAM
|
|
9076
8143
|
include Aws::Structure
|
9077
8144
|
end
|
9078
8145
|
|
9079
|
-
# @note When making an API call, you may pass PutRolePolicyRequest
|
9080
|
-
# data as a hash:
|
9081
|
-
#
|
9082
|
-
# {
|
9083
|
-
# role_name: "roleNameType", # required
|
9084
|
-
# policy_name: "policyNameType", # required
|
9085
|
-
# policy_document: "policyDocumentType", # required
|
9086
|
-
# }
|
9087
|
-
#
|
9088
8146
|
# @!attribute [rw] role_name
|
9089
8147
|
# The name of the role to associate the policy with.
|
9090
8148
|
#
|
@@ -9146,14 +8204,6 @@ module Aws::IAM
|
|
9146
8204
|
include Aws::Structure
|
9147
8205
|
end
|
9148
8206
|
|
9149
|
-
# @note When making an API call, you may pass PutUserPermissionsBoundaryRequest
|
9150
|
-
# data as a hash:
|
9151
|
-
#
|
9152
|
-
# {
|
9153
|
-
# user_name: "userNameType", # required
|
9154
|
-
# permissions_boundary: "arnType", # required
|
9155
|
-
# }
|
9156
|
-
#
|
9157
8207
|
# @!attribute [rw] user_name
|
9158
8208
|
# The name (friendly name, not ARN) of the IAM user for which you want
|
9159
8209
|
# to set the permissions boundary.
|
@@ -9173,15 +8223,6 @@ module Aws::IAM
|
|
9173
8223
|
include Aws::Structure
|
9174
8224
|
end
|
9175
8225
|
|
9176
|
-
# @note When making an API call, you may pass PutUserPolicyRequest
|
9177
|
-
# data as a hash:
|
9178
|
-
#
|
9179
|
-
# {
|
9180
|
-
# user_name: "existingUserNameType", # required
|
9181
|
-
# policy_name: "policyNameType", # required
|
9182
|
-
# policy_document: "policyDocumentType", # required
|
9183
|
-
# }
|
9184
|
-
#
|
9185
8226
|
# @!attribute [rw] user_name
|
9186
8227
|
# The name of the user to associate the policy with.
|
9187
8228
|
#
|
@@ -9243,14 +8284,6 @@ module Aws::IAM
|
|
9243
8284
|
include Aws::Structure
|
9244
8285
|
end
|
9245
8286
|
|
9246
|
-
# @note When making an API call, you may pass RemoveClientIDFromOpenIDConnectProviderRequest
|
9247
|
-
# data as a hash:
|
9248
|
-
#
|
9249
|
-
# {
|
9250
|
-
# open_id_connect_provider_arn: "arnType", # required
|
9251
|
-
# client_id: "clientIDType", # required
|
9252
|
-
# }
|
9253
|
-
#
|
9254
8287
|
# @!attribute [rw] open_id_connect_provider_arn
|
9255
8288
|
# The Amazon Resource Name (ARN) of the IAM OIDC provider resource to
|
9256
8289
|
# remove the client ID from. You can get a list of OIDC provider ARNs
|
@@ -9279,14 +8312,6 @@ module Aws::IAM
|
|
9279
8312
|
include Aws::Structure
|
9280
8313
|
end
|
9281
8314
|
|
9282
|
-
# @note When making an API call, you may pass RemoveRoleFromInstanceProfileRequest
|
9283
|
-
# data as a hash:
|
9284
|
-
#
|
9285
|
-
# {
|
9286
|
-
# instance_profile_name: "instanceProfileNameType", # required
|
9287
|
-
# role_name: "roleNameType", # required
|
9288
|
-
# }
|
9289
|
-
#
|
9290
8315
|
# @!attribute [rw] instance_profile_name
|
9291
8316
|
# The name of the instance profile to update.
|
9292
8317
|
#
|
@@ -9322,14 +8347,6 @@ module Aws::IAM
|
|
9322
8347
|
include Aws::Structure
|
9323
8348
|
end
|
9324
8349
|
|
9325
|
-
# @note When making an API call, you may pass RemoveUserFromGroupRequest
|
9326
|
-
# data as a hash:
|
9327
|
-
#
|
9328
|
-
# {
|
9329
|
-
# group_name: "groupNameType", # required
|
9330
|
-
# user_name: "existingUserNameType", # required
|
9331
|
-
# }
|
9332
|
-
#
|
9333
8350
|
# @!attribute [rw] group_name
|
9334
8351
|
# The name of the group to update.
|
9335
8352
|
#
|
@@ -9379,14 +8396,6 @@ module Aws::IAM
|
|
9379
8396
|
include Aws::Structure
|
9380
8397
|
end
|
9381
8398
|
|
9382
|
-
# @note When making an API call, you may pass ResetServiceSpecificCredentialRequest
|
9383
|
-
# data as a hash:
|
9384
|
-
#
|
9385
|
-
# {
|
9386
|
-
# user_name: "userNameType",
|
9387
|
-
# service_specific_credential_id: "serviceSpecificCredentialId", # required
|
9388
|
-
# }
|
9389
|
-
#
|
9390
8399
|
# @!attribute [rw] user_name
|
9391
8400
|
# The name of the IAM user associated with the service-specific
|
9392
8401
|
# credential. If this value is not specified, then the operation
|
@@ -9501,16 +8510,6 @@ module Aws::IAM
|
|
9501
8510
|
include Aws::Structure
|
9502
8511
|
end
|
9503
8512
|
|
9504
|
-
# @note When making an API call, you may pass ResyncMFADeviceRequest
|
9505
|
-
# data as a hash:
|
9506
|
-
#
|
9507
|
-
# {
|
9508
|
-
# user_name: "existingUserNameType", # required
|
9509
|
-
# serial_number: "serialNumberType", # required
|
9510
|
-
# authentication_code_1: "authenticationCodeType", # required
|
9511
|
-
# authentication_code_2: "authenticationCodeType", # required
|
9512
|
-
# }
|
9513
|
-
#
|
9514
8513
|
# @!attribute [rw] user_name
|
9515
8514
|
# The name of the user whose MFA device you want to resynchronize.
|
9516
8515
|
#
|
@@ -10313,14 +9312,6 @@ module Aws::IAM
|
|
10313
9312
|
include Aws::Structure
|
10314
9313
|
end
|
10315
9314
|
|
10316
|
-
# @note When making an API call, you may pass SetDefaultPolicyVersionRequest
|
10317
|
-
# data as a hash:
|
10318
|
-
#
|
10319
|
-
# {
|
10320
|
-
# policy_arn: "arnType", # required
|
10321
|
-
# version_id: "policyVersionIdType", # required
|
10322
|
-
# }
|
10323
|
-
#
|
10324
9315
|
# @!attribute [rw] policy_arn
|
10325
9316
|
# The Amazon Resource Name (ARN) of the IAM policy whose default
|
10326
9317
|
# version you want to set.
|
@@ -10353,13 +9344,6 @@ module Aws::IAM
|
|
10353
9344
|
include Aws::Structure
|
10354
9345
|
end
|
10355
9346
|
|
10356
|
-
# @note When making an API call, you may pass SetSecurityTokenServicePreferencesRequest
|
10357
|
-
# data as a hash:
|
10358
|
-
#
|
10359
|
-
# {
|
10360
|
-
# global_endpoint_token_version: "v1Token", # required, accepts v1Token, v2Token
|
10361
|
-
# }
|
10362
|
-
#
|
10363
9347
|
# @!attribute [rw] global_endpoint_token_version
|
10364
9348
|
# The version of the global endpoint token. Version 1 tokens are valid
|
10365
9349
|
# only in Amazon Web Services Regions that are available by default.
|
@@ -10422,29 +9406,6 @@ module Aws::IAM
|
|
10422
9406
|
include Aws::Structure
|
10423
9407
|
end
|
10424
9408
|
|
10425
|
-
# @note When making an API call, you may pass SimulateCustomPolicyRequest
|
10426
|
-
# data as a hash:
|
10427
|
-
#
|
10428
|
-
# {
|
10429
|
-
# policy_input_list: ["policyDocumentType"], # required
|
10430
|
-
# permissions_boundary_policy_input_list: ["policyDocumentType"],
|
10431
|
-
# action_names: ["ActionNameType"], # required
|
10432
|
-
# resource_arns: ["ResourceNameType"],
|
10433
|
-
# resource_policy: "policyDocumentType",
|
10434
|
-
# resource_owner: "ResourceNameType",
|
10435
|
-
# caller_arn: "ResourceNameType",
|
10436
|
-
# context_entries: [
|
10437
|
-
# {
|
10438
|
-
# context_key_name: "ContextKeyNameType",
|
10439
|
-
# context_key_values: ["ContextKeyValueType"],
|
10440
|
-
# context_key_type: "string", # accepts string, stringList, numeric, numericList, boolean, booleanList, ip, ipList, binary, binaryList, date, dateList
|
10441
|
-
# },
|
10442
|
-
# ],
|
10443
|
-
# resource_handling_option: "ResourceHandlingOptionType",
|
10444
|
-
# max_items: 1,
|
10445
|
-
# marker: "markerType",
|
10446
|
-
# }
|
10447
|
-
#
|
10448
9409
|
# @!attribute [rw] policy_input_list
|
10449
9410
|
# A list of policy documents to include in the simulation. Each
|
10450
9411
|
# document is specified as a string containing the complete, valid
|
@@ -10723,30 +9684,6 @@ module Aws::IAM
|
|
10723
9684
|
include Aws::Structure
|
10724
9685
|
end
|
10725
9686
|
|
10726
|
-
# @note When making an API call, you may pass SimulatePrincipalPolicyRequest
|
10727
|
-
# data as a hash:
|
10728
|
-
#
|
10729
|
-
# {
|
10730
|
-
# policy_source_arn: "arnType", # required
|
10731
|
-
# policy_input_list: ["policyDocumentType"],
|
10732
|
-
# permissions_boundary_policy_input_list: ["policyDocumentType"],
|
10733
|
-
# action_names: ["ActionNameType"], # required
|
10734
|
-
# resource_arns: ["ResourceNameType"],
|
10735
|
-
# resource_policy: "policyDocumentType",
|
10736
|
-
# resource_owner: "ResourceNameType",
|
10737
|
-
# caller_arn: "ResourceNameType",
|
10738
|
-
# context_entries: [
|
10739
|
-
# {
|
10740
|
-
# context_key_name: "ContextKeyNameType",
|
10741
|
-
# context_key_values: ["ContextKeyValueType"],
|
10742
|
-
# context_key_type: "string", # accepts string, stringList, numeric, numericList, boolean, booleanList, ip, ipList, binary, binaryList, date, dateList
|
10743
|
-
# },
|
10744
|
-
# ],
|
10745
|
-
# resource_handling_option: "ResourceHandlingOptionType",
|
10746
|
-
# max_items: 1,
|
10747
|
-
# marker: "markerType",
|
10748
|
-
# }
|
10749
|
-
#
|
10750
9687
|
# @!attribute [rw] policy_source_arn
|
10751
9688
|
# The Amazon Resource Name (ARN) of a user, group, or role whose
|
10752
9689
|
# policies you want to include in the simulation. If you specify a
|
@@ -11054,14 +9991,6 @@ module Aws::IAM
|
|
11054
9991
|
#
|
11055
9992
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html
|
11056
9993
|
#
|
11057
|
-
# @note When making an API call, you may pass Tag
|
11058
|
-
# data as a hash:
|
11059
|
-
#
|
11060
|
-
# {
|
11061
|
-
# key: "tagKeyType", # required
|
11062
|
-
# value: "tagValueType", # required
|
11063
|
-
# }
|
11064
|
-
#
|
11065
9994
|
# @!attribute [rw] key
|
11066
9995
|
# The key name that can be used to look up or retrieve the associated
|
11067
9996
|
# value. For example, `Department` or `Cost Center` are common
|
@@ -11093,19 +10022,6 @@ module Aws::IAM
|
|
11093
10022
|
include Aws::Structure
|
11094
10023
|
end
|
11095
10024
|
|
11096
|
-
# @note When making an API call, you may pass TagInstanceProfileRequest
|
11097
|
-
# data as a hash:
|
11098
|
-
#
|
11099
|
-
# {
|
11100
|
-
# instance_profile_name: "instanceProfileNameType", # required
|
11101
|
-
# tags: [ # required
|
11102
|
-
# {
|
11103
|
-
# key: "tagKeyType", # required
|
11104
|
-
# value: "tagValueType", # required
|
11105
|
-
# },
|
11106
|
-
# ],
|
11107
|
-
# }
|
11108
|
-
#
|
11109
10025
|
# @!attribute [rw] instance_profile_name
|
11110
10026
|
# The name of the IAM instance profile to which you want to add tags.
|
11111
10027
|
#
|
@@ -11133,19 +10049,6 @@ module Aws::IAM
|
|
11133
10049
|
include Aws::Structure
|
11134
10050
|
end
|
11135
10051
|
|
11136
|
-
# @note When making an API call, you may pass TagMFADeviceRequest
|
11137
|
-
# data as a hash:
|
11138
|
-
#
|
11139
|
-
# {
|
11140
|
-
# serial_number: "serialNumberType", # required
|
11141
|
-
# tags: [ # required
|
11142
|
-
# {
|
11143
|
-
# key: "tagKeyType", # required
|
11144
|
-
# value: "tagValueType", # required
|
11145
|
-
# },
|
11146
|
-
# ],
|
11147
|
-
# }
|
11148
|
-
#
|
11149
10052
|
# @!attribute [rw] serial_number
|
11150
10053
|
# The unique identifier for the IAM virtual MFA device to which you
|
11151
10054
|
# want to add tags. For virtual MFA devices, the serial number is the
|
@@ -11175,19 +10078,6 @@ module Aws::IAM
|
|
11175
10078
|
include Aws::Structure
|
11176
10079
|
end
|
11177
10080
|
|
11178
|
-
# @note When making an API call, you may pass TagOpenIDConnectProviderRequest
|
11179
|
-
# data as a hash:
|
11180
|
-
#
|
11181
|
-
# {
|
11182
|
-
# open_id_connect_provider_arn: "arnType", # required
|
11183
|
-
# tags: [ # required
|
11184
|
-
# {
|
11185
|
-
# key: "tagKeyType", # required
|
11186
|
-
# value: "tagValueType", # required
|
11187
|
-
# },
|
11188
|
-
# ],
|
11189
|
-
# }
|
11190
|
-
#
|
11191
10081
|
# @!attribute [rw] open_id_connect_provider_arn
|
11192
10082
|
# The ARN of the OIDC identity provider in IAM to which you want to
|
11193
10083
|
# add tags.
|
@@ -11217,19 +10107,6 @@ module Aws::IAM
|
|
11217
10107
|
include Aws::Structure
|
11218
10108
|
end
|
11219
10109
|
|
11220
|
-
# @note When making an API call, you may pass TagPolicyRequest
|
11221
|
-
# data as a hash:
|
11222
|
-
#
|
11223
|
-
# {
|
11224
|
-
# policy_arn: "arnType", # required
|
11225
|
-
# tags: [ # required
|
11226
|
-
# {
|
11227
|
-
# key: "tagKeyType", # required
|
11228
|
-
# value: "tagValueType", # required
|
11229
|
-
# },
|
11230
|
-
# ],
|
11231
|
-
# }
|
11232
|
-
#
|
11233
10110
|
# @!attribute [rw] policy_arn
|
11234
10111
|
# The ARN of the IAM customer managed policy to which you want to add
|
11235
10112
|
# tags.
|
@@ -11258,19 +10135,6 @@ module Aws::IAM
|
|
11258
10135
|
include Aws::Structure
|
11259
10136
|
end
|
11260
10137
|
|
11261
|
-
# @note When making an API call, you may pass TagRoleRequest
|
11262
|
-
# data as a hash:
|
11263
|
-
#
|
11264
|
-
# {
|
11265
|
-
# role_name: "roleNameType", # required
|
11266
|
-
# tags: [ # required
|
11267
|
-
# {
|
11268
|
-
# key: "tagKeyType", # required
|
11269
|
-
# value: "tagValueType", # required
|
11270
|
-
# },
|
11271
|
-
# ],
|
11272
|
-
# }
|
11273
|
-
#
|
11274
10138
|
# @!attribute [rw] role_name
|
11275
10139
|
# The name of the IAM role to which you want to add tags.
|
11276
10140
|
#
|
@@ -11298,19 +10162,6 @@ module Aws::IAM
|
|
11298
10162
|
include Aws::Structure
|
11299
10163
|
end
|
11300
10164
|
|
11301
|
-
# @note When making an API call, you may pass TagSAMLProviderRequest
|
11302
|
-
# data as a hash:
|
11303
|
-
#
|
11304
|
-
# {
|
11305
|
-
# saml_provider_arn: "arnType", # required
|
11306
|
-
# tags: [ # required
|
11307
|
-
# {
|
11308
|
-
# key: "tagKeyType", # required
|
11309
|
-
# value: "tagValueType", # required
|
11310
|
-
# },
|
11311
|
-
# ],
|
11312
|
-
# }
|
11313
|
-
#
|
11314
10165
|
# @!attribute [rw] saml_provider_arn
|
11315
10166
|
# The ARN of the SAML identity provider in IAM to which you want to
|
11316
10167
|
# add tags.
|
@@ -11340,19 +10191,6 @@ module Aws::IAM
|
|
11340
10191
|
include Aws::Structure
|
11341
10192
|
end
|
11342
10193
|
|
11343
|
-
# @note When making an API call, you may pass TagServerCertificateRequest
|
11344
|
-
# data as a hash:
|
11345
|
-
#
|
11346
|
-
# {
|
11347
|
-
# server_certificate_name: "serverCertificateNameType", # required
|
11348
|
-
# tags: [ # required
|
11349
|
-
# {
|
11350
|
-
# key: "tagKeyType", # required
|
11351
|
-
# value: "tagValueType", # required
|
11352
|
-
# },
|
11353
|
-
# ],
|
11354
|
-
# }
|
11355
|
-
#
|
11356
10194
|
# @!attribute [rw] server_certificate_name
|
11357
10195
|
# The name of the IAM server certificate to which you want to add
|
11358
10196
|
# tags.
|
@@ -11382,19 +10220,6 @@ module Aws::IAM
|
|
11382
10220
|
include Aws::Structure
|
11383
10221
|
end
|
11384
10222
|
|
11385
|
-
# @note When making an API call, you may pass TagUserRequest
|
11386
|
-
# data as a hash:
|
11387
|
-
#
|
11388
|
-
# {
|
11389
|
-
# user_name: "existingUserNameType", # required
|
11390
|
-
# tags: [ # required
|
11391
|
-
# {
|
11392
|
-
# key: "tagKeyType", # required
|
11393
|
-
# value: "tagValueType", # required
|
11394
|
-
# },
|
11395
|
-
# ],
|
11396
|
-
# }
|
11397
|
-
#
|
11398
10223
|
# @!attribute [rw] user_name
|
11399
10224
|
# The name of the IAM user to which you want to add tags.
|
11400
10225
|
#
|
@@ -11514,14 +10339,6 @@ module Aws::IAM
|
|
11514
10339
|
include Aws::Structure
|
11515
10340
|
end
|
11516
10341
|
|
11517
|
-
# @note When making an API call, you may pass UntagInstanceProfileRequest
|
11518
|
-
# data as a hash:
|
11519
|
-
#
|
11520
|
-
# {
|
11521
|
-
# instance_profile_name: "instanceProfileNameType", # required
|
11522
|
-
# tag_keys: ["tagKeyType"], # required
|
11523
|
-
# }
|
11524
|
-
#
|
11525
10342
|
# @!attribute [rw] instance_profile_name
|
11526
10343
|
# The name of the IAM instance profile from which you want to remove
|
11527
10344
|
# tags.
|
@@ -11550,14 +10367,6 @@ module Aws::IAM
|
|
11550
10367
|
include Aws::Structure
|
11551
10368
|
end
|
11552
10369
|
|
11553
|
-
# @note When making an API call, you may pass UntagMFADeviceRequest
|
11554
|
-
# data as a hash:
|
11555
|
-
#
|
11556
|
-
# {
|
11557
|
-
# serial_number: "serialNumberType", # required
|
11558
|
-
# tag_keys: ["tagKeyType"], # required
|
11559
|
-
# }
|
11560
|
-
#
|
11561
10370
|
# @!attribute [rw] serial_number
|
11562
10371
|
# The unique identifier for the IAM virtual MFA device from which you
|
11563
10372
|
# want to remove tags. For virtual MFA devices, the serial number is
|
@@ -11587,14 +10396,6 @@ module Aws::IAM
|
|
11587
10396
|
include Aws::Structure
|
11588
10397
|
end
|
11589
10398
|
|
11590
|
-
# @note When making an API call, you may pass UntagOpenIDConnectProviderRequest
|
11591
|
-
# data as a hash:
|
11592
|
-
#
|
11593
|
-
# {
|
11594
|
-
# open_id_connect_provider_arn: "arnType", # required
|
11595
|
-
# tag_keys: ["tagKeyType"], # required
|
11596
|
-
# }
|
11597
|
-
#
|
11598
10399
|
# @!attribute [rw] open_id_connect_provider_arn
|
11599
10400
|
# The ARN of the OIDC provider in IAM from which you want to remove
|
11600
10401
|
# tags.
|
@@ -11623,14 +10424,6 @@ module Aws::IAM
|
|
11623
10424
|
include Aws::Structure
|
11624
10425
|
end
|
11625
10426
|
|
11626
|
-
# @note When making an API call, you may pass UntagPolicyRequest
|
11627
|
-
# data as a hash:
|
11628
|
-
#
|
11629
|
-
# {
|
11630
|
-
# policy_arn: "arnType", # required
|
11631
|
-
# tag_keys: ["tagKeyType"], # required
|
11632
|
-
# }
|
11633
|
-
#
|
11634
10427
|
# @!attribute [rw] policy_arn
|
11635
10428
|
# The ARN of the IAM customer managed policy from which you want to
|
11636
10429
|
# remove tags.
|
@@ -11659,14 +10452,6 @@ module Aws::IAM
|
|
11659
10452
|
include Aws::Structure
|
11660
10453
|
end
|
11661
10454
|
|
11662
|
-
# @note When making an API call, you may pass UntagRoleRequest
|
11663
|
-
# data as a hash:
|
11664
|
-
#
|
11665
|
-
# {
|
11666
|
-
# role_name: "roleNameType", # required
|
11667
|
-
# tag_keys: ["tagKeyType"], # required
|
11668
|
-
# }
|
11669
|
-
#
|
11670
10455
|
# @!attribute [rw] role_name
|
11671
10456
|
# The name of the IAM role from which you want to remove tags.
|
11672
10457
|
#
|
@@ -11694,14 +10479,6 @@ module Aws::IAM
|
|
11694
10479
|
include Aws::Structure
|
11695
10480
|
end
|
11696
10481
|
|
11697
|
-
# @note When making an API call, you may pass UntagSAMLProviderRequest
|
11698
|
-
# data as a hash:
|
11699
|
-
#
|
11700
|
-
# {
|
11701
|
-
# saml_provider_arn: "arnType", # required
|
11702
|
-
# tag_keys: ["tagKeyType"], # required
|
11703
|
-
# }
|
11704
|
-
#
|
11705
10482
|
# @!attribute [rw] saml_provider_arn
|
11706
10483
|
# The ARN of the SAML identity provider in IAM from which you want to
|
11707
10484
|
# remove tags.
|
@@ -11730,14 +10507,6 @@ module Aws::IAM
|
|
11730
10507
|
include Aws::Structure
|
11731
10508
|
end
|
11732
10509
|
|
11733
|
-
# @note When making an API call, you may pass UntagServerCertificateRequest
|
11734
|
-
# data as a hash:
|
11735
|
-
#
|
11736
|
-
# {
|
11737
|
-
# server_certificate_name: "serverCertificateNameType", # required
|
11738
|
-
# tag_keys: ["tagKeyType"], # required
|
11739
|
-
# }
|
11740
|
-
#
|
11741
10510
|
# @!attribute [rw] server_certificate_name
|
11742
10511
|
# The name of the IAM server certificate from which you want to remove
|
11743
10512
|
# tags.
|
@@ -11766,14 +10535,6 @@ module Aws::IAM
|
|
11766
10535
|
include Aws::Structure
|
11767
10536
|
end
|
11768
10537
|
|
11769
|
-
# @note When making an API call, you may pass UntagUserRequest
|
11770
|
-
# data as a hash:
|
11771
|
-
#
|
11772
|
-
# {
|
11773
|
-
# user_name: "existingUserNameType", # required
|
11774
|
-
# tag_keys: ["tagKeyType"], # required
|
11775
|
-
# }
|
11776
|
-
#
|
11777
10538
|
# @!attribute [rw] user_name
|
11778
10539
|
# The name of the IAM user from which you want to remove tags.
|
11779
10540
|
#
|
@@ -11801,15 +10562,6 @@ module Aws::IAM
|
|
11801
10562
|
include Aws::Structure
|
11802
10563
|
end
|
11803
10564
|
|
11804
|
-
# @note When making an API call, you may pass UpdateAccessKeyRequest
|
11805
|
-
# data as a hash:
|
11806
|
-
#
|
11807
|
-
# {
|
11808
|
-
# user_name: "existingUserNameType",
|
11809
|
-
# access_key_id: "accessKeyIdType", # required
|
11810
|
-
# status: "Active", # required, accepts Active, Inactive
|
11811
|
-
# }
|
11812
|
-
#
|
11813
10565
|
# @!attribute [rw] user_name
|
11814
10566
|
# The name of the user whose key you want to update.
|
11815
10567
|
#
|
@@ -11851,21 +10603,6 @@ module Aws::IAM
|
|
11851
10603
|
include Aws::Structure
|
11852
10604
|
end
|
11853
10605
|
|
11854
|
-
# @note When making an API call, you may pass UpdateAccountPasswordPolicyRequest
|
11855
|
-
# data as a hash:
|
11856
|
-
#
|
11857
|
-
# {
|
11858
|
-
# minimum_password_length: 1,
|
11859
|
-
# require_symbols: false,
|
11860
|
-
# require_numbers: false,
|
11861
|
-
# require_uppercase_characters: false,
|
11862
|
-
# require_lowercase_characters: false,
|
11863
|
-
# allow_users_to_change_password: false,
|
11864
|
-
# max_password_age: 1,
|
11865
|
-
# password_reuse_prevention: 1,
|
11866
|
-
# hard_expiry: false,
|
11867
|
-
# }
|
11868
|
-
#
|
11869
10606
|
# @!attribute [rw] minimum_password_length
|
11870
10607
|
# The minimum number of characters allowed in an IAM user password.
|
11871
10608
|
#
|
@@ -11983,14 +10720,6 @@ module Aws::IAM
|
|
11983
10720
|
include Aws::Structure
|
11984
10721
|
end
|
11985
10722
|
|
11986
|
-
# @note When making an API call, you may pass UpdateAssumeRolePolicyRequest
|
11987
|
-
# data as a hash:
|
11988
|
-
#
|
11989
|
-
# {
|
11990
|
-
# role_name: "roleNameType", # required
|
11991
|
-
# policy_document: "policyDocumentType", # required
|
11992
|
-
# }
|
11993
|
-
#
|
11994
10723
|
# @!attribute [rw] role_name
|
11995
10724
|
# The name of the role to update with the new policy.
|
11996
10725
|
#
|
@@ -12038,15 +10767,6 @@ module Aws::IAM
|
|
12038
10767
|
include Aws::Structure
|
12039
10768
|
end
|
12040
10769
|
|
12041
|
-
# @note When making an API call, you may pass UpdateGroupRequest
|
12042
|
-
# data as a hash:
|
12043
|
-
#
|
12044
|
-
# {
|
12045
|
-
# group_name: "groupNameType", # required
|
12046
|
-
# new_path: "pathType",
|
12047
|
-
# new_group_name: "groupNameType",
|
12048
|
-
# }
|
12049
|
-
#
|
12050
10770
|
# @!attribute [rw] group_name
|
12051
10771
|
# Name of the IAM group to update. If you're changing the name of the
|
12052
10772
|
# group, this is the original name.
|
@@ -12097,15 +10817,6 @@ module Aws::IAM
|
|
12097
10817
|
include Aws::Structure
|
12098
10818
|
end
|
12099
10819
|
|
12100
|
-
# @note When making an API call, you may pass UpdateLoginProfileRequest
|
12101
|
-
# data as a hash:
|
12102
|
-
#
|
12103
|
-
# {
|
12104
|
-
# user_name: "userNameType", # required
|
12105
|
-
# password: "passwordType",
|
12106
|
-
# password_reset_required: false,
|
12107
|
-
# }
|
12108
|
-
#
|
12109
10820
|
# @!attribute [rw] user_name
|
12110
10821
|
# The name of the user whose password you want to update.
|
12111
10822
|
#
|
@@ -12159,14 +10870,6 @@ module Aws::IAM
|
|
12159
10870
|
include Aws::Structure
|
12160
10871
|
end
|
12161
10872
|
|
12162
|
-
# @note When making an API call, you may pass UpdateOpenIDConnectProviderThumbprintRequest
|
12163
|
-
# data as a hash:
|
12164
|
-
#
|
12165
|
-
# {
|
12166
|
-
# open_id_connect_provider_arn: "arnType", # required
|
12167
|
-
# thumbprint_list: ["thumbprintType"], # required
|
12168
|
-
# }
|
12169
|
-
#
|
12170
10873
|
# @!attribute [rw] open_id_connect_provider_arn
|
12171
10874
|
# The Amazon Resource Name (ARN) of the IAM OIDC provider resource
|
12172
10875
|
# object for which you want to update the thumbprint. You can get a
|
@@ -12196,14 +10899,6 @@ module Aws::IAM
|
|
12196
10899
|
include Aws::Structure
|
12197
10900
|
end
|
12198
10901
|
|
12199
|
-
# @note When making an API call, you may pass UpdateRoleDescriptionRequest
|
12200
|
-
# data as a hash:
|
12201
|
-
#
|
12202
|
-
# {
|
12203
|
-
# role_name: "roleNameType", # required
|
12204
|
-
# description: "roleDescriptionType", # required
|
12205
|
-
# }
|
12206
|
-
#
|
12207
10902
|
# @!attribute [rw] role_name
|
12208
10903
|
# The name of the role that you want to modify.
|
12209
10904
|
# @return [String]
|
@@ -12233,15 +10928,6 @@ module Aws::IAM
|
|
12233
10928
|
include Aws::Structure
|
12234
10929
|
end
|
12235
10930
|
|
12236
|
-
# @note When making an API call, you may pass UpdateRoleRequest
|
12237
|
-
# data as a hash:
|
12238
|
-
#
|
12239
|
-
# {
|
12240
|
-
# role_name: "roleNameType", # required
|
12241
|
-
# description: "roleDescriptionType",
|
12242
|
-
# max_session_duration: 1,
|
12243
|
-
# }
|
12244
|
-
#
|
12245
10931
|
# @!attribute [rw] role_name
|
12246
10932
|
# The name of the role that you want to modify.
|
12247
10933
|
# @return [String]
|
@@ -12287,14 +10973,6 @@ module Aws::IAM
|
|
12287
10973
|
#
|
12288
10974
|
class UpdateRoleResponse < Aws::EmptyStructure; end
|
12289
10975
|
|
12290
|
-
# @note When making an API call, you may pass UpdateSAMLProviderRequest
|
12291
|
-
# data as a hash:
|
12292
|
-
#
|
12293
|
-
# {
|
12294
|
-
# saml_metadata_document: "SAMLMetadataDocumentType", # required
|
12295
|
-
# saml_provider_arn: "arnType", # required
|
12296
|
-
# }
|
12297
|
-
#
|
12298
10976
|
# @!attribute [rw] saml_metadata_document
|
12299
10977
|
# An XML document generated by an identity provider (IdP) that
|
12300
10978
|
# supports SAML 2.0. The document includes the issuer's name,
|
@@ -12339,15 +11017,6 @@ module Aws::IAM
|
|
12339
11017
|
include Aws::Structure
|
12340
11018
|
end
|
12341
11019
|
|
12342
|
-
# @note When making an API call, you may pass UpdateSSHPublicKeyRequest
|
12343
|
-
# data as a hash:
|
12344
|
-
#
|
12345
|
-
# {
|
12346
|
-
# user_name: "userNameType", # required
|
12347
|
-
# ssh_public_key_id: "publicKeyIdType", # required
|
12348
|
-
# status: "Active", # required, accepts Active, Inactive
|
12349
|
-
# }
|
12350
|
-
#
|
12351
11020
|
# @!attribute [rw] user_name
|
12352
11021
|
# The name of the IAM user associated with the SSH public key.
|
12353
11022
|
#
|
@@ -12389,15 +11058,6 @@ module Aws::IAM
|
|
12389
11058
|
include Aws::Structure
|
12390
11059
|
end
|
12391
11060
|
|
12392
|
-
# @note When making an API call, you may pass UpdateServerCertificateRequest
|
12393
|
-
# data as a hash:
|
12394
|
-
#
|
12395
|
-
# {
|
12396
|
-
# server_certificate_name: "serverCertificateNameType", # required
|
12397
|
-
# new_path: "pathType",
|
12398
|
-
# new_server_certificate_name: "serverCertificateNameType",
|
12399
|
-
# }
|
12400
|
-
#
|
12401
11061
|
# @!attribute [rw] server_certificate_name
|
12402
11062
|
# The name of the server certificate that you want to update.
|
12403
11063
|
#
|
@@ -12452,15 +11112,6 @@ module Aws::IAM
|
|
12452
11112
|
include Aws::Structure
|
12453
11113
|
end
|
12454
11114
|
|
12455
|
-
# @note When making an API call, you may pass UpdateServiceSpecificCredentialRequest
|
12456
|
-
# data as a hash:
|
12457
|
-
#
|
12458
|
-
# {
|
12459
|
-
# user_name: "userNameType",
|
12460
|
-
# service_specific_credential_id: "serviceSpecificCredentialId", # required
|
12461
|
-
# status: "Active", # required, accepts Active, Inactive
|
12462
|
-
# }
|
12463
|
-
#
|
12464
11115
|
# @!attribute [rw] user_name
|
12465
11116
|
# The name of the IAM user associated with the service-specific
|
12466
11117
|
# credential. If you do not specify this value, then the operation
|
@@ -12502,15 +11153,6 @@ module Aws::IAM
|
|
12502
11153
|
include Aws::Structure
|
12503
11154
|
end
|
12504
11155
|
|
12505
|
-
# @note When making an API call, you may pass UpdateSigningCertificateRequest
|
12506
|
-
# data as a hash:
|
12507
|
-
#
|
12508
|
-
# {
|
12509
|
-
# user_name: "existingUserNameType",
|
12510
|
-
# certificate_id: "certificateIdType", # required
|
12511
|
-
# status: "Active", # required, accepts Active, Inactive
|
12512
|
-
# }
|
12513
|
-
#
|
12514
11156
|
# @!attribute [rw] user_name
|
12515
11157
|
# The name of the IAM user the signing certificate belongs to.
|
12516
11158
|
#
|
@@ -12552,15 +11194,6 @@ module Aws::IAM
|
|
12552
11194
|
include Aws::Structure
|
12553
11195
|
end
|
12554
11196
|
|
12555
|
-
# @note When making an API call, you may pass UpdateUserRequest
|
12556
|
-
# data as a hash:
|
12557
|
-
#
|
12558
|
-
# {
|
12559
|
-
# user_name: "existingUserNameType", # required
|
12560
|
-
# new_path: "pathType",
|
12561
|
-
# new_user_name: "userNameType",
|
12562
|
-
# }
|
12563
|
-
#
|
12564
11197
|
# @!attribute [rw] user_name
|
12565
11198
|
# Name of the user to update. If you're changing the name of the
|
12566
11199
|
# user, this is the original user name.
|
@@ -12611,14 +11244,6 @@ module Aws::IAM
|
|
12611
11244
|
include Aws::Structure
|
12612
11245
|
end
|
12613
11246
|
|
12614
|
-
# @note When making an API call, you may pass UploadSSHPublicKeyRequest
|
12615
|
-
# data as a hash:
|
12616
|
-
#
|
12617
|
-
# {
|
12618
|
-
# user_name: "userNameType", # required
|
12619
|
-
# ssh_public_key_body: "publicKeyMaterialType", # required
|
12620
|
-
# }
|
12621
|
-
#
|
12622
11247
|
# @!attribute [rw] user_name
|
12623
11248
|
# The name of the IAM user to associate the SSH public key with.
|
12624
11249
|
#
|
@@ -12678,23 +11303,6 @@ module Aws::IAM
|
|
12678
11303
|
include Aws::Structure
|
12679
11304
|
end
|
12680
11305
|
|
12681
|
-
# @note When making an API call, you may pass UploadServerCertificateRequest
|
12682
|
-
# data as a hash:
|
12683
|
-
#
|
12684
|
-
# {
|
12685
|
-
# path: "pathType",
|
12686
|
-
# server_certificate_name: "serverCertificateNameType", # required
|
12687
|
-
# certificate_body: "certificateBodyType", # required
|
12688
|
-
# private_key: "privateKeyType", # required
|
12689
|
-
# certificate_chain: "certificateChainType",
|
12690
|
-
# tags: [
|
12691
|
-
# {
|
12692
|
-
# key: "tagKeyType", # required
|
12693
|
-
# value: "tagValueType", # required
|
12694
|
-
# },
|
12695
|
-
# ],
|
12696
|
-
# }
|
12697
|
-
#
|
12698
11306
|
# @!attribute [rw] path
|
12699
11307
|
# The path for the server certificate. For more information about
|
12700
11308
|
# paths, see [IAM identifiers][1] in the *IAM User Guide*.
|
@@ -12853,14 +11461,6 @@ module Aws::IAM
|
|
12853
11461
|
include Aws::Structure
|
12854
11462
|
end
|
12855
11463
|
|
12856
|
-
# @note When making an API call, you may pass UploadSigningCertificateRequest
|
12857
|
-
# data as a hash:
|
12858
|
-
#
|
12859
|
-
# {
|
12860
|
-
# user_name: "existingUserNameType",
|
12861
|
-
# certificate_body: "certificateBodyType", # required
|
12862
|
-
# }
|
12863
|
-
#
|
12864
11464
|
# @!attribute [rw] user_name
|
12865
11465
|
# The name of the user the signing certificate is for.
|
12866
11466
|
#
|