aws-sdk-iam 1.0.0.rc2 → 1.0.0.rc3
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/lib/aws-sdk-iam.rb +1 -1
- data/lib/aws-sdk-iam/client.rb +256 -9
- data/lib/aws-sdk-iam/client_api.rb +5 -0
- data/lib/aws-sdk-iam/types.rb +449 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b08113dded27fb7c6eea7fececdcd93c5d55c135
|
4
|
+
data.tar.gz: a24c642fcdc0837a45b1cea524f9b97d5008d11d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d2cee07e97e49261368c6b906dab49aa9d760ae18fa5aed44e45e8939707eff3016a8a024b800de0a53823b90b5bab95044aaf0f0827d410abe5fdb6a172158
|
7
|
+
data.tar.gz: 3780147243bc8dde015c247ccc2d66a327e3f8d8ac5c9513b252e8ca712be18f5a5a1888b0a27a426cec57076c777f0ea957d1f3fad7d1c972250cbf9a441442
|
data/lib/aws-sdk-iam.rb
CHANGED
data/lib/aws-sdk-iam/client.rb
CHANGED
@@ -168,6 +168,8 @@ module Aws::IAM
|
|
168
168
|
# client_id: "clientIDType", # required
|
169
169
|
# })
|
170
170
|
#
|
171
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddClientIDToOpenIDConnectProvider AWS API Documentation
|
172
|
+
#
|
171
173
|
# @overload add_client_id_to_open_id_connect_provider(params = {})
|
172
174
|
# @param [Hash] params ({})
|
173
175
|
def add_client_id_to_open_id_connect_provider(params = {}, options = {})
|
@@ -224,6 +226,8 @@ module Aws::IAM
|
|
224
226
|
# role_name: "roleNameType", # required
|
225
227
|
# })
|
226
228
|
#
|
229
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddRoleToInstanceProfile AWS API Documentation
|
230
|
+
#
|
227
231
|
# @overload add_role_to_instance_profile(params = {})
|
228
232
|
# @param [Hash] params ({})
|
229
233
|
def add_role_to_instance_profile(params = {}, options = {})
|
@@ -266,6 +270,8 @@ module Aws::IAM
|
|
266
270
|
# user_name: "existingUserNameType", # required
|
267
271
|
# })
|
268
272
|
#
|
273
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AddUserToGroup AWS API Documentation
|
274
|
+
#
|
269
275
|
# @overload add_user_to_group(params = {})
|
270
276
|
# @param [Hash] params ({})
|
271
277
|
def add_user_to_group(params = {}, options = {})
|
@@ -317,6 +323,8 @@ module Aws::IAM
|
|
317
323
|
# policy_arn: "arnType", # required
|
318
324
|
# })
|
319
325
|
#
|
326
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AttachGroupPolicy AWS API Documentation
|
327
|
+
#
|
320
328
|
# @overload attach_group_policy(params = {})
|
321
329
|
# @param [Hash] params ({})
|
322
330
|
def attach_group_policy(params = {}, options = {})
|
@@ -372,6 +380,8 @@ module Aws::IAM
|
|
372
380
|
# policy_arn: "arnType", # required
|
373
381
|
# })
|
374
382
|
#
|
383
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AttachRolePolicy AWS API Documentation
|
384
|
+
#
|
375
385
|
# @overload attach_role_policy(params = {})
|
376
386
|
# @param [Hash] params ({})
|
377
387
|
def attach_role_policy(params = {}, options = {})
|
@@ -423,6 +433,8 @@ module Aws::IAM
|
|
423
433
|
# policy_arn: "arnType", # required
|
424
434
|
# })
|
425
435
|
#
|
436
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AttachUserPolicy AWS API Documentation
|
437
|
+
#
|
426
438
|
# @overload attach_user_policy(params = {})
|
427
439
|
# @param [Hash] params ({})
|
428
440
|
def attach_user_policy(params = {}, options = {})
|
@@ -470,6 +482,8 @@ module Aws::IAM
|
|
470
482
|
# new_password: "passwordType", # required
|
471
483
|
# })
|
472
484
|
#
|
485
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ChangePassword AWS API Documentation
|
486
|
+
#
|
473
487
|
# @overload change_password(params = {})
|
474
488
|
# @param [Hash] params ({})
|
475
489
|
def change_password(params = {}, options = {})
|
@@ -530,6 +544,8 @@ module Aws::IAM
|
|
530
544
|
# resp.access_key.secret_access_key #=> String
|
531
545
|
# resp.access_key.create_date #=> Time
|
532
546
|
#
|
547
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateAccessKey AWS API Documentation
|
548
|
+
#
|
533
549
|
# @overload create_access_key(params = {})
|
534
550
|
# @param [Hash] params ({})
|
535
551
|
def create_access_key(params = {}, options = {})
|
@@ -565,6 +581,8 @@ module Aws::IAM
|
|
565
581
|
# account_alias: "accountAliasType", # required
|
566
582
|
# })
|
567
583
|
#
|
584
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateAccountAlias AWS API Documentation
|
585
|
+
#
|
568
586
|
# @overload create_account_alias(params = {})
|
569
587
|
# @param [Hash] params ({})
|
570
588
|
def create_account_alias(params = {}, options = {})
|
@@ -634,6 +652,8 @@ module Aws::IAM
|
|
634
652
|
# resp.group.arn #=> String
|
635
653
|
# resp.group.create_date #=> Time
|
636
654
|
#
|
655
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateGroup AWS API Documentation
|
656
|
+
#
|
637
657
|
# @overload create_group(params = {})
|
638
658
|
# @param [Hash] params ({})
|
639
659
|
def create_group(params = {}, options = {})
|
@@ -709,6 +729,8 @@ module Aws::IAM
|
|
709
729
|
# resp.instance_profile.roles[0].create_date #=> Time
|
710
730
|
# resp.instance_profile.roles[0].assume_role_policy_document #=> String
|
711
731
|
#
|
732
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateInstanceProfile AWS API Documentation
|
733
|
+
#
|
712
734
|
# @overload create_instance_profile(params = {})
|
713
735
|
# @param [Hash] params ({})
|
714
736
|
def create_instance_profile(params = {}, options = {})
|
@@ -776,6 +798,8 @@ module Aws::IAM
|
|
776
798
|
# resp.login_profile.create_date #=> Time
|
777
799
|
# resp.login_profile.password_reset_required #=> Boolean
|
778
800
|
#
|
801
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateLoginProfile AWS API Documentation
|
802
|
+
#
|
779
803
|
# @overload create_login_profile(params = {})
|
780
804
|
# @param [Hash] params ({})
|
781
805
|
def create_login_profile(params = {}, options = {})
|
@@ -878,6 +902,8 @@ module Aws::IAM
|
|
878
902
|
#
|
879
903
|
# resp.open_id_connect_provider_arn #=> String
|
880
904
|
#
|
905
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateOpenIDConnectProvider AWS API Documentation
|
906
|
+
#
|
881
907
|
# @overload create_open_id_connect_provider(params = {})
|
882
908
|
# @param [Hash] params ({})
|
883
909
|
def create_open_id_connect_provider(params = {}, options = {})
|
@@ -985,6 +1011,8 @@ module Aws::IAM
|
|
985
1011
|
# resp.policy.create_date #=> Time
|
986
1012
|
# resp.policy.update_date #=> Time
|
987
1013
|
#
|
1014
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreatePolicy AWS API Documentation
|
1015
|
+
#
|
988
1016
|
# @overload create_policy(params = {})
|
989
1017
|
# @param [Hash] params ({})
|
990
1018
|
def create_policy(params = {}, options = {})
|
@@ -1070,6 +1098,8 @@ module Aws::IAM
|
|
1070
1098
|
# resp.policy_version.is_default_version #=> Boolean
|
1071
1099
|
# resp.policy_version.create_date #=> Time
|
1072
1100
|
#
|
1101
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreatePolicyVersion AWS API Documentation
|
1102
|
+
#
|
1073
1103
|
# @overload create_policy_version(params = {})
|
1074
1104
|
# @param [Hash] params ({})
|
1075
1105
|
def create_policy_version(params = {}, options = {})
|
@@ -1156,6 +1186,8 @@ module Aws::IAM
|
|
1156
1186
|
# resp.role.create_date #=> Time
|
1157
1187
|
# resp.role.assume_role_policy_document #=> String
|
1158
1188
|
#
|
1189
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateRole AWS API Documentation
|
1190
|
+
#
|
1159
1191
|
# @overload create_role(params = {})
|
1160
1192
|
# @param [Hash] params ({})
|
1161
1193
|
def create_role(params = {}, options = {})
|
@@ -1235,6 +1267,8 @@ module Aws::IAM
|
|
1235
1267
|
#
|
1236
1268
|
# resp.saml_provider_arn #=> String
|
1237
1269
|
#
|
1270
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateSAMLProvider AWS API Documentation
|
1271
|
+
#
|
1238
1272
|
# @overload create_saml_provider(params = {})
|
1239
1273
|
# @param [Hash] params ({})
|
1240
1274
|
def create_saml_provider(params = {}, options = {})
|
@@ -1304,6 +1338,8 @@ module Aws::IAM
|
|
1304
1338
|
# resp.service_specific_credential.user_name #=> String
|
1305
1339
|
# resp.service_specific_credential.status #=> String, one of "Active", "Inactive"
|
1306
1340
|
#
|
1341
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateServiceSpecificCredential AWS API Documentation
|
1342
|
+
#
|
1307
1343
|
# @overload create_service_specific_credential(params = {})
|
1308
1344
|
# @param [Hash] params ({})
|
1309
1345
|
def create_service_specific_credential(params = {}, options = {})
|
@@ -1372,6 +1408,8 @@ module Aws::IAM
|
|
1372
1408
|
# resp.user.create_date #=> Time
|
1373
1409
|
# resp.user.password_last_used #=> Time
|
1374
1410
|
#
|
1411
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateUser AWS API Documentation
|
1412
|
+
#
|
1375
1413
|
# @overload create_user(params = {})
|
1376
1414
|
# @param [Hash] params ({})
|
1377
1415
|
def create_user(params = {}, options = {})
|
@@ -1455,6 +1493,8 @@ module Aws::IAM
|
|
1455
1493
|
# resp.virtual_mfa_device.user.password_last_used #=> Time
|
1456
1494
|
# resp.virtual_mfa_device.enable_date #=> Time
|
1457
1495
|
#
|
1496
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/CreateVirtualMFADevice AWS API Documentation
|
1497
|
+
#
|
1458
1498
|
# @overload create_virtual_mfa_device(params = {})
|
1459
1499
|
# @param [Hash] params ({})
|
1460
1500
|
def create_virtual_mfa_device(params = {}, options = {})
|
@@ -1507,6 +1547,8 @@ module Aws::IAM
|
|
1507
1547
|
# serial_number: "serialNumberType", # required
|
1508
1548
|
# })
|
1509
1549
|
#
|
1550
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeactivateMFADevice AWS API Documentation
|
1551
|
+
#
|
1510
1552
|
# @overload deactivate_mfa_device(params = {})
|
1511
1553
|
# @param [Hash] params ({})
|
1512
1554
|
def deactivate_mfa_device(params = {}, options = {})
|
@@ -1555,6 +1597,8 @@ module Aws::IAM
|
|
1555
1597
|
# access_key_id: "accessKeyIdType", # required
|
1556
1598
|
# })
|
1557
1599
|
#
|
1600
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteAccessKey AWS API Documentation
|
1601
|
+
#
|
1558
1602
|
# @overload delete_access_key(params = {})
|
1559
1603
|
# @param [Hash] params ({})
|
1560
1604
|
def delete_access_key(params = {}, options = {})
|
@@ -1590,6 +1634,8 @@ module Aws::IAM
|
|
1590
1634
|
# account_alias: "accountAliasType", # required
|
1591
1635
|
# })
|
1592
1636
|
#
|
1637
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteAccountAlias AWS API Documentation
|
1638
|
+
#
|
1593
1639
|
# @overload delete_account_alias(params = {})
|
1594
1640
|
# @param [Hash] params ({})
|
1595
1641
|
def delete_account_alias(params = {}, options = {})
|
@@ -1602,6 +1648,8 @@ module Aws::IAM
|
|
1602
1648
|
#
|
1603
1649
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1604
1650
|
#
|
1651
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteAccountPasswordPolicy AWS API Documentation
|
1652
|
+
#
|
1605
1653
|
# @overload delete_account_password_policy(params = {})
|
1606
1654
|
# @param [Hash] params ({})
|
1607
1655
|
def delete_account_password_policy(params = {}, options = {})
|
@@ -1632,6 +1680,8 @@ module Aws::IAM
|
|
1632
1680
|
# group_name: "groupNameType", # required
|
1633
1681
|
# })
|
1634
1682
|
#
|
1683
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteGroup AWS API Documentation
|
1684
|
+
#
|
1635
1685
|
# @overload delete_group(params = {})
|
1636
1686
|
# @param [Hash] params ({})
|
1637
1687
|
def delete_group(params = {}, options = {})
|
@@ -1685,6 +1735,8 @@ module Aws::IAM
|
|
1685
1735
|
# policy_name: "policyNameType", # required
|
1686
1736
|
# })
|
1687
1737
|
#
|
1738
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteGroupPolicy AWS API Documentation
|
1739
|
+
#
|
1688
1740
|
# @overload delete_group_policy(params = {})
|
1689
1741
|
# @param [Hash] params ({})
|
1690
1742
|
def delete_group_policy(params = {}, options = {})
|
@@ -1727,6 +1779,8 @@ module Aws::IAM
|
|
1727
1779
|
# instance_profile_name: "instanceProfileNameType", # required
|
1728
1780
|
# })
|
1729
1781
|
#
|
1782
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteInstanceProfile AWS API Documentation
|
1783
|
+
#
|
1730
1784
|
# @overload delete_instance_profile(params = {})
|
1731
1785
|
# @param [Hash] params ({})
|
1732
1786
|
def delete_instance_profile(params = {}, options = {})
|
@@ -1764,6 +1818,8 @@ module Aws::IAM
|
|
1764
1818
|
# user_name: "userNameType", # required
|
1765
1819
|
# })
|
1766
1820
|
#
|
1821
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteLoginProfile AWS API Documentation
|
1822
|
+
#
|
1767
1823
|
# @overload delete_login_profile(params = {})
|
1768
1824
|
# @param [Hash] params ({})
|
1769
1825
|
def delete_login_profile(params = {}, options = {})
|
@@ -1794,6 +1850,8 @@ module Aws::IAM
|
|
1794
1850
|
# open_id_connect_provider_arn: "arnType", # required
|
1795
1851
|
# })
|
1796
1852
|
#
|
1853
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteOpenIDConnectProvider AWS API Documentation
|
1854
|
+
#
|
1797
1855
|
# @overload delete_open_id_connect_provider(params = {})
|
1798
1856
|
# @param [Hash] params ({})
|
1799
1857
|
def delete_open_id_connect_provider(params = {}, options = {})
|
@@ -1847,6 +1905,8 @@ module Aws::IAM
|
|
1847
1905
|
# policy_arn: "arnType", # required
|
1848
1906
|
# })
|
1849
1907
|
#
|
1908
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeletePolicy AWS API Documentation
|
1909
|
+
#
|
1850
1910
|
# @overload delete_policy(params = {})
|
1851
1911
|
# @param [Hash] params ({})
|
1852
1912
|
def delete_policy(params = {}, options = {})
|
@@ -1904,6 +1964,8 @@ module Aws::IAM
|
|
1904
1964
|
# version_id: "policyVersionIdType", # required
|
1905
1965
|
# })
|
1906
1966
|
#
|
1967
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeletePolicyVersion AWS API Documentation
|
1968
|
+
#
|
1907
1969
|
# @overload delete_policy_version(params = {})
|
1908
1970
|
# @param [Hash] params ({})
|
1909
1971
|
def delete_policy_version(params = {}, options = {})
|
@@ -1944,6 +2006,8 @@ module Aws::IAM
|
|
1944
2006
|
# role_name: "roleNameType", # required
|
1945
2007
|
# })
|
1946
2008
|
#
|
2009
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteRole AWS API Documentation
|
2010
|
+
#
|
1947
2011
|
# @overload delete_role(params = {})
|
1948
2012
|
# @param [Hash] params ({})
|
1949
2013
|
def delete_role(params = {}, options = {})
|
@@ -1997,6 +2061,8 @@ module Aws::IAM
|
|
1997
2061
|
# policy_name: "policyNameType", # required
|
1998
2062
|
# })
|
1999
2063
|
#
|
2064
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteRolePolicy AWS API Documentation
|
2065
|
+
#
|
2000
2066
|
# @overload delete_role_policy(params = {})
|
2001
2067
|
# @param [Hash] params ({})
|
2002
2068
|
def delete_role_policy(params = {}, options = {})
|
@@ -2030,6 +2096,8 @@ module Aws::IAM
|
|
2030
2096
|
# saml_provider_arn: "arnType", # required
|
2031
2097
|
# })
|
2032
2098
|
#
|
2099
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteSAMLProvider AWS API Documentation
|
2100
|
+
#
|
2033
2101
|
# @overload delete_saml_provider(params = {})
|
2034
2102
|
# @param [Hash] params ({})
|
2035
2103
|
def delete_saml_provider(params = {}, options = {})
|
@@ -2081,6 +2149,8 @@ module Aws::IAM
|
|
2081
2149
|
# ssh_public_key_id: "publicKeyIdType", # required
|
2082
2150
|
# })
|
2083
2151
|
#
|
2152
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteSSHPublicKey AWS API Documentation
|
2153
|
+
#
|
2084
2154
|
# @overload delete_ssh_public_key(params = {})
|
2085
2155
|
# @param [Hash] params ({})
|
2086
2156
|
def delete_ssh_public_key(params = {}, options = {})
|
@@ -2130,6 +2200,8 @@ module Aws::IAM
|
|
2130
2200
|
# server_certificate_name: "serverCertificateNameType", # required
|
2131
2201
|
# })
|
2132
2202
|
#
|
2203
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteServerCertificate AWS API Documentation
|
2204
|
+
#
|
2133
2205
|
# @overload delete_server_certificate(params = {})
|
2134
2206
|
# @param [Hash] params ({})
|
2135
2207
|
def delete_server_certificate(params = {}, options = {})
|
@@ -2174,6 +2246,8 @@ module Aws::IAM
|
|
2174
2246
|
# service_specific_credential_id: "serviceSpecificCredentialId", # required
|
2175
2247
|
# })
|
2176
2248
|
#
|
2249
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteServiceSpecificCredential AWS API Documentation
|
2250
|
+
#
|
2177
2251
|
# @overload delete_service_specific_credential(params = {})
|
2178
2252
|
# @param [Hash] params ({})
|
2179
2253
|
def delete_service_specific_credential(params = {}, options = {})
|
@@ -2221,6 +2295,8 @@ module Aws::IAM
|
|
2221
2295
|
# certificate_id: "certificateIdType", # required
|
2222
2296
|
# })
|
2223
2297
|
#
|
2298
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteSigningCertificate AWS API Documentation
|
2299
|
+
#
|
2224
2300
|
# @overload delete_signing_certificate(params = {})
|
2225
2301
|
# @param [Hash] params ({})
|
2226
2302
|
def delete_signing_certificate(params = {}, options = {})
|
@@ -2251,6 +2327,8 @@ module Aws::IAM
|
|
2251
2327
|
# user_name: "existingUserNameType", # required
|
2252
2328
|
# })
|
2253
2329
|
#
|
2330
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteUser AWS API Documentation
|
2331
|
+
#
|
2254
2332
|
# @overload delete_user(params = {})
|
2255
2333
|
# @param [Hash] params ({})
|
2256
2334
|
def delete_user(params = {}, options = {})
|
@@ -2304,6 +2382,8 @@ module Aws::IAM
|
|
2304
2382
|
# policy_name: "policyNameType", # required
|
2305
2383
|
# })
|
2306
2384
|
#
|
2385
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteUserPolicy AWS API Documentation
|
2386
|
+
#
|
2307
2387
|
# @overload delete_user_policy(params = {})
|
2308
2388
|
# @param [Hash] params ({})
|
2309
2389
|
def delete_user_policy(params = {}, options = {})
|
@@ -2340,6 +2420,8 @@ module Aws::IAM
|
|
2340
2420
|
# serial_number: "serialNumberType", # required
|
2341
2421
|
# })
|
2342
2422
|
#
|
2423
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteVirtualMFADevice AWS API Documentation
|
2424
|
+
#
|
2343
2425
|
# @overload delete_virtual_mfa_device(params = {})
|
2344
2426
|
# @param [Hash] params ({})
|
2345
2427
|
def delete_virtual_mfa_device(params = {}, options = {})
|
@@ -2390,6 +2472,8 @@ module Aws::IAM
|
|
2390
2472
|
# policy_arn: "arnType", # required
|
2391
2473
|
# })
|
2392
2474
|
#
|
2475
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DetachGroupPolicy AWS API Documentation
|
2476
|
+
#
|
2393
2477
|
# @overload detach_group_policy(params = {})
|
2394
2478
|
# @param [Hash] params ({})
|
2395
2479
|
def detach_group_policy(params = {}, options = {})
|
@@ -2440,6 +2524,8 @@ module Aws::IAM
|
|
2440
2524
|
# policy_arn: "arnType", # required
|
2441
2525
|
# })
|
2442
2526
|
#
|
2527
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DetachRolePolicy AWS API Documentation
|
2528
|
+
#
|
2443
2529
|
# @overload detach_role_policy(params = {})
|
2444
2530
|
# @param [Hash] params ({})
|
2445
2531
|
def detach_role_policy(params = {}, options = {})
|
@@ -2490,6 +2576,8 @@ module Aws::IAM
|
|
2490
2576
|
# policy_arn: "arnType", # required
|
2491
2577
|
# })
|
2492
2578
|
#
|
2579
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DetachUserPolicy AWS API Documentation
|
2580
|
+
#
|
2493
2581
|
# @overload detach_user_policy(params = {})
|
2494
2582
|
# @param [Hash] params ({})
|
2495
2583
|
def detach_user_policy(params = {}, options = {})
|
@@ -2547,6 +2635,8 @@ module Aws::IAM
|
|
2547
2635
|
# authentication_code_2: "authenticationCodeType", # required
|
2548
2636
|
# })
|
2549
2637
|
#
|
2638
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/EnableMFADevice AWS API Documentation
|
2639
|
+
#
|
2550
2640
|
# @overload enable_mfa_device(params = {})
|
2551
2641
|
# @param [Hash] params ({})
|
2552
2642
|
def enable_mfa_device(params = {}, options = {})
|
@@ -2572,6 +2662,8 @@ module Aws::IAM
|
|
2572
2662
|
# resp.state #=> String, one of "STARTED", "INPROGRESS", "COMPLETE"
|
2573
2663
|
# resp.description #=> String
|
2574
2664
|
#
|
2665
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GenerateCredentialReport AWS API Documentation
|
2666
|
+
#
|
2575
2667
|
# @overload generate_credential_report(params = {})
|
2576
2668
|
# @param [Hash] params ({})
|
2577
2669
|
def generate_credential_report(params = {}, options = {})
|
@@ -2613,6 +2705,8 @@ module Aws::IAM
|
|
2613
2705
|
# resp.access_key_last_used.service_name #=> String
|
2614
2706
|
# resp.access_key_last_used.region #=> String
|
2615
2707
|
#
|
2708
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccessKeyLastUsed AWS API Documentation
|
2709
|
+
#
|
2616
2710
|
# @overload get_access_key_last_used(params = {})
|
2617
2711
|
# @param [Hash] params ({})
|
2618
2712
|
def get_access_key_last_used(params = {}, options = {})
|
@@ -2746,6 +2840,8 @@ module Aws::IAM
|
|
2746
2840
|
# resp.is_truncated #=> Boolean
|
2747
2841
|
# resp.marker #=> String
|
2748
2842
|
#
|
2843
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccountAuthorizationDetails AWS API Documentation
|
2844
|
+
#
|
2749
2845
|
# @overload get_account_authorization_details(params = {})
|
2750
2846
|
# @param [Hash] params ({})
|
2751
2847
|
def get_account_authorization_details(params = {}, options = {})
|
@@ -2778,6 +2874,8 @@ module Aws::IAM
|
|
2778
2874
|
# resp.password_policy.password_reuse_prevention #=> Integer
|
2779
2875
|
# resp.password_policy.hard_expiry #=> Boolean
|
2780
2876
|
#
|
2877
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccountPasswordPolicy AWS API Documentation
|
2878
|
+
#
|
2781
2879
|
# @overload get_account_password_policy(params = {})
|
2782
2880
|
# @param [Hash] params ({})
|
2783
2881
|
def get_account_password_policy(params = {}, options = {})
|
@@ -2804,6 +2902,8 @@ module Aws::IAM
|
|
2804
2902
|
# resp.summary_map #=> Hash
|
2805
2903
|
# resp.summary_map["summaryKeyType"] #=> Integer
|
2806
2904
|
#
|
2905
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetAccountSummary AWS API Documentation
|
2906
|
+
#
|
2807
2907
|
# @overload get_account_summary(params = {})
|
2808
2908
|
# @param [Hash] params ({})
|
2809
2909
|
def get_account_summary(params = {}, options = {})
|
@@ -2856,6 +2956,8 @@ module Aws::IAM
|
|
2856
2956
|
# resp.context_key_names #=> Array
|
2857
2957
|
# resp.context_key_names[0] #=> String
|
2858
2958
|
#
|
2959
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetContextKeysForCustomPolicy AWS API Documentation
|
2960
|
+
#
|
2859
2961
|
# @overload get_context_keys_for_custom_policy(params = {})
|
2860
2962
|
# @param [Hash] params ({})
|
2861
2963
|
def get_context_keys_for_custom_policy(params = {}, options = {})
|
@@ -2933,6 +3035,8 @@ module Aws::IAM
|
|
2933
3035
|
# resp.context_key_names #=> Array
|
2934
3036
|
# resp.context_key_names[0] #=> String
|
2935
3037
|
#
|
3038
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetContextKeysForPrincipalPolicy AWS API Documentation
|
3039
|
+
#
|
2936
3040
|
# @overload get_context_keys_for_principal_policy(params = {})
|
2937
3041
|
# @param [Hash] params ({})
|
2938
3042
|
def get_context_keys_for_principal_policy(params = {}, options = {})
|
@@ -2960,6 +3064,8 @@ module Aws::IAM
|
|
2960
3064
|
# resp.report_format #=> String, one of "text/csv"
|
2961
3065
|
# resp.generated_time #=> Time
|
2962
3066
|
#
|
3067
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetCredentialReport AWS API Documentation
|
3068
|
+
#
|
2963
3069
|
# @overload get_credential_report(params = {})
|
2964
3070
|
# @param [Hash] params ({})
|
2965
3071
|
def get_credential_report(params = {}, options = {})
|
@@ -3032,6 +3138,8 @@ module Aws::IAM
|
|
3032
3138
|
# resp.is_truncated #=> Boolean
|
3033
3139
|
# resp.marker #=> String
|
3034
3140
|
#
|
3141
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetGroup AWS API Documentation
|
3142
|
+
#
|
3035
3143
|
# @overload get_group(params = {})
|
3036
3144
|
# @param [Hash] params ({})
|
3037
3145
|
def get_group(params = {}, options = {})
|
@@ -3106,6 +3214,8 @@ module Aws::IAM
|
|
3106
3214
|
# resp.policy_name #=> String
|
3107
3215
|
# resp.policy_document #=> String
|
3108
3216
|
#
|
3217
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetGroupPolicy AWS API Documentation
|
3218
|
+
#
|
3109
3219
|
# @overload get_group_policy(params = {})
|
3110
3220
|
# @param [Hash] params ({})
|
3111
3221
|
def get_group_policy(params = {}, options = {})
|
@@ -3159,6 +3269,8 @@ module Aws::IAM
|
|
3159
3269
|
# resp.instance_profile.roles[0].create_date #=> Time
|
3160
3270
|
# resp.instance_profile.roles[0].assume_role_policy_document #=> String
|
3161
3271
|
#
|
3272
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetInstanceProfile AWS API Documentation
|
3273
|
+
#
|
3162
3274
|
# @overload get_instance_profile(params = {})
|
3163
3275
|
# @param [Hash] params ({})
|
3164
3276
|
def get_instance_profile(params = {}, options = {})
|
@@ -3198,6 +3310,8 @@ module Aws::IAM
|
|
3198
3310
|
# resp.login_profile.create_date #=> Time
|
3199
3311
|
# resp.login_profile.password_reset_required #=> Boolean
|
3200
3312
|
#
|
3313
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetLoginProfile AWS API Documentation
|
3314
|
+
#
|
3201
3315
|
# @overload get_login_profile(params = {})
|
3202
3316
|
# @param [Hash] params ({})
|
3203
3317
|
def get_login_profile(params = {}, options = {})
|
@@ -3242,6 +3356,8 @@ module Aws::IAM
|
|
3242
3356
|
# resp.thumbprint_list[0] #=> String
|
3243
3357
|
# resp.create_date #=> Time
|
3244
3358
|
#
|
3359
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetOpenIDConnectProvider AWS API Documentation
|
3360
|
+
#
|
3245
3361
|
# @overload get_open_id_connect_provider(params = {})
|
3246
3362
|
# @param [Hash] params ({})
|
3247
3363
|
def get_open_id_connect_provider(params = {}, options = {})
|
@@ -3303,6 +3419,8 @@ module Aws::IAM
|
|
3303
3419
|
# resp.policy.create_date #=> Time
|
3304
3420
|
# resp.policy.update_date #=> Time
|
3305
3421
|
#
|
3422
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetPolicy AWS API Documentation
|
3423
|
+
#
|
3306
3424
|
# @overload get_policy(params = {})
|
3307
3425
|
# @param [Hash] params ({})
|
3308
3426
|
def get_policy(params = {}, options = {})
|
@@ -3380,6 +3498,8 @@ module Aws::IAM
|
|
3380
3498
|
# resp.policy_version.is_default_version #=> Boolean
|
3381
3499
|
# resp.policy_version.create_date #=> Time
|
3382
3500
|
#
|
3501
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetPolicyVersion AWS API Documentation
|
3502
|
+
#
|
3383
3503
|
# @overload get_policy_version(params = {})
|
3384
3504
|
# @param [Hash] params ({})
|
3385
3505
|
def get_policy_version(params = {}, options = {})
|
@@ -3436,6 +3556,8 @@ module Aws::IAM
|
|
3436
3556
|
# resp.role.create_date #=> Time
|
3437
3557
|
# resp.role.assume_role_policy_document #=> String
|
3438
3558
|
#
|
3559
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetRole AWS API Documentation
|
3560
|
+
#
|
3439
3561
|
# @overload get_role(params = {})
|
3440
3562
|
# @param [Hash] params ({})
|
3441
3563
|
def get_role(params = {}, options = {})
|
@@ -3514,6 +3636,8 @@ module Aws::IAM
|
|
3514
3636
|
# resp.policy_name #=> String
|
3515
3637
|
# resp.policy_document #=> String
|
3516
3638
|
#
|
3639
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetRolePolicy AWS API Documentation
|
3640
|
+
#
|
3517
3641
|
# @overload get_role_policy(params = {})
|
3518
3642
|
# @param [Hash] params ({})
|
3519
3643
|
def get_role_policy(params = {}, options = {})
|
@@ -3561,6 +3685,8 @@ module Aws::IAM
|
|
3561
3685
|
# resp.create_date #=> Time
|
3562
3686
|
# resp.valid_until #=> Time
|
3563
3687
|
#
|
3688
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetSAMLProvider AWS API Documentation
|
3689
|
+
#
|
3564
3690
|
# @overload get_saml_provider(params = {})
|
3565
3691
|
# @param [Hash] params ({})
|
3566
3692
|
def get_saml_provider(params = {}, options = {})
|
@@ -3630,6 +3756,8 @@ module Aws::IAM
|
|
3630
3756
|
# resp.ssh_public_key.status #=> String, one of "Active", "Inactive"
|
3631
3757
|
# resp.ssh_public_key.upload_date #=> Time
|
3632
3758
|
#
|
3759
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetSSHPublicKey AWS API Documentation
|
3760
|
+
#
|
3633
3761
|
# @overload get_ssh_public_key(params = {})
|
3634
3762
|
# @param [Hash] params ({})
|
3635
3763
|
def get_ssh_public_key(params = {}, options = {})
|
@@ -3683,6 +3811,8 @@ module Aws::IAM
|
|
3683
3811
|
# resp.server_certificate.certificate_body #=> String
|
3684
3812
|
# resp.server_certificate.certificate_chain #=> String
|
3685
3813
|
#
|
3814
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetServerCertificate AWS API Documentation
|
3815
|
+
#
|
3686
3816
|
# @overload get_server_certificate(params = {})
|
3687
3817
|
# @param [Hash] params ({})
|
3688
3818
|
def get_server_certificate(params = {}, options = {})
|
@@ -3729,6 +3859,8 @@ module Aws::IAM
|
|
3729
3859
|
# resp.user.create_date #=> Time
|
3730
3860
|
# resp.user.password_last_used #=> Time
|
3731
3861
|
#
|
3862
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetUser AWS API Documentation
|
3863
|
+
#
|
3732
3864
|
# @overload get_user(params = {})
|
3733
3865
|
# @param [Hash] params ({})
|
3734
3866
|
def get_user(params = {}, options = {})
|
@@ -3803,6 +3935,8 @@ module Aws::IAM
|
|
3803
3935
|
# resp.policy_name #=> String
|
3804
3936
|
# resp.policy_document #=> String
|
3805
3937
|
#
|
3938
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetUserPolicy AWS API Documentation
|
3939
|
+
#
|
3806
3940
|
# @overload get_user_policy(params = {})
|
3807
3941
|
# @param [Hash] params ({})
|
3808
3942
|
def get_user_policy(params = {}, options = {})
|
@@ -3882,6 +4016,8 @@ module Aws::IAM
|
|
3882
4016
|
# resp.is_truncated #=> Boolean
|
3883
4017
|
# resp.marker #=> String
|
3884
4018
|
#
|
4019
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAccessKeys AWS API Documentation
|
4020
|
+
#
|
3885
4021
|
# @overload list_access_keys(params = {})
|
3886
4022
|
# @param [Hash] params ({})
|
3887
4023
|
def list_access_keys(params = {}, options = {})
|
@@ -3935,6 +4071,8 @@ module Aws::IAM
|
|
3935
4071
|
# resp.is_truncated #=> Boolean
|
3936
4072
|
# resp.marker #=> String
|
3937
4073
|
#
|
4074
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAccountAliases AWS API Documentation
|
4075
|
+
#
|
3938
4076
|
# @overload list_account_aliases(params = {})
|
3939
4077
|
# @param [Hash] params ({})
|
3940
4078
|
def list_account_aliases(params = {}, options = {})
|
@@ -4030,6 +4168,8 @@ module Aws::IAM
|
|
4030
4168
|
# resp.is_truncated #=> Boolean
|
4031
4169
|
# resp.marker #=> String
|
4032
4170
|
#
|
4171
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAttachedGroupPolicies AWS API Documentation
|
4172
|
+
#
|
4033
4173
|
# @overload list_attached_group_policies(params = {})
|
4034
4174
|
# @param [Hash] params ({})
|
4035
4175
|
def list_attached_group_policies(params = {}, options = {})
|
@@ -4125,6 +4265,8 @@ module Aws::IAM
|
|
4125
4265
|
# resp.is_truncated #=> Boolean
|
4126
4266
|
# resp.marker #=> String
|
4127
4267
|
#
|
4268
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAttachedRolePolicies AWS API Documentation
|
4269
|
+
#
|
4128
4270
|
# @overload list_attached_role_policies(params = {})
|
4129
4271
|
# @param [Hash] params ({})
|
4130
4272
|
def list_attached_role_policies(params = {}, options = {})
|
@@ -4220,6 +4362,8 @@ module Aws::IAM
|
|
4220
4362
|
# resp.is_truncated #=> Boolean
|
4221
4363
|
# resp.marker #=> String
|
4222
4364
|
#
|
4365
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListAttachedUserPolicies AWS API Documentation
|
4366
|
+
#
|
4223
4367
|
# @overload list_attached_user_policies(params = {})
|
4224
4368
|
# @param [Hash] params ({})
|
4225
4369
|
def list_attached_user_policies(params = {}, options = {})
|
@@ -4324,6 +4468,8 @@ module Aws::IAM
|
|
4324
4468
|
# resp.is_truncated #=> Boolean
|
4325
4469
|
# resp.marker #=> String
|
4326
4470
|
#
|
4471
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListEntitiesForPolicy AWS API Documentation
|
4472
|
+
#
|
4327
4473
|
# @overload list_entities_for_policy(params = {})
|
4328
4474
|
# @param [Hash] params ({})
|
4329
4475
|
def list_entities_for_policy(params = {}, options = {})
|
@@ -4398,6 +4544,8 @@ module Aws::IAM
|
|
4398
4544
|
# resp.is_truncated #=> Boolean
|
4399
4545
|
# resp.marker #=> String
|
4400
4546
|
#
|
4547
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListGroupPolicies AWS API Documentation
|
4548
|
+
#
|
4401
4549
|
# @overload list_group_policies(params = {})
|
4402
4550
|
# @param [Hash] params ({})
|
4403
4551
|
def list_group_policies(params = {}, options = {})
|
@@ -4470,6 +4618,8 @@ module Aws::IAM
|
|
4470
4618
|
# resp.is_truncated #=> Boolean
|
4471
4619
|
# resp.marker #=> String
|
4472
4620
|
#
|
4621
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListGroups AWS API Documentation
|
4622
|
+
#
|
4473
4623
|
# @overload list_groups(params = {})
|
4474
4624
|
# @param [Hash] params ({})
|
4475
4625
|
def list_groups(params = {}, options = {})
|
@@ -4537,6 +4687,8 @@ module Aws::IAM
|
|
4537
4687
|
# resp.is_truncated #=> Boolean
|
4538
4688
|
# resp.marker #=> String
|
4539
4689
|
#
|
4690
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListGroupsForUser AWS API Documentation
|
4691
|
+
#
|
4540
4692
|
# @overload list_groups_for_user(params = {})
|
4541
4693
|
# @param [Hash] params ({})
|
4542
4694
|
def list_groups_for_user(params = {}, options = {})
|
@@ -4622,6 +4774,8 @@ module Aws::IAM
|
|
4622
4774
|
# resp.is_truncated #=> Boolean
|
4623
4775
|
# resp.marker #=> String
|
4624
4776
|
#
|
4777
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListInstanceProfiles AWS API Documentation
|
4778
|
+
#
|
4625
4779
|
# @overload list_instance_profiles(params = {})
|
4626
4780
|
# @param [Hash] params ({})
|
4627
4781
|
def list_instance_profiles(params = {}, options = {})
|
@@ -4703,6 +4857,8 @@ module Aws::IAM
|
|
4703
4857
|
# resp.is_truncated #=> Boolean
|
4704
4858
|
# resp.marker #=> String
|
4705
4859
|
#
|
4860
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListInstanceProfilesForRole AWS API Documentation
|
4861
|
+
#
|
4706
4862
|
# @overload list_instance_profiles_for_role(params = {})
|
4707
4863
|
# @param [Hash] params ({})
|
4708
4864
|
def list_instance_profiles_for_role(params = {}, options = {})
|
@@ -4772,6 +4928,8 @@ module Aws::IAM
|
|
4772
4928
|
# resp.is_truncated #=> Boolean
|
4773
4929
|
# resp.marker #=> String
|
4774
4930
|
#
|
4931
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListMFADevices AWS API Documentation
|
4932
|
+
#
|
4775
4933
|
# @overload list_mfa_devices(params = {})
|
4776
4934
|
# @param [Hash] params ({})
|
4777
4935
|
def list_mfa_devices(params = {}, options = {})
|
@@ -4791,6 +4949,8 @@ module Aws::IAM
|
|
4791
4949
|
# resp.open_id_connect_provider_list #=> Array
|
4792
4950
|
# resp.open_id_connect_provider_list[0].arn #=> String
|
4793
4951
|
#
|
4952
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListOpenIDConnectProviders AWS API Documentation
|
4953
|
+
#
|
4794
4954
|
# @overload list_open_id_connect_providers(params = {})
|
4795
4955
|
# @param [Hash] params ({})
|
4796
4956
|
def list_open_id_connect_providers(params = {}, options = {})
|
@@ -4900,6 +5060,8 @@ module Aws::IAM
|
|
4900
5060
|
# resp.is_truncated #=> Boolean
|
4901
5061
|
# resp.marker #=> String
|
4902
5062
|
#
|
5063
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListPolicies AWS API Documentation
|
5064
|
+
#
|
4903
5065
|
# @overload list_policies(params = {})
|
4904
5066
|
# @param [Hash] params ({})
|
4905
5067
|
def list_policies(params = {}, options = {})
|
@@ -4971,6 +5133,8 @@ module Aws::IAM
|
|
4971
5133
|
# resp.is_truncated #=> Boolean
|
4972
5134
|
# resp.marker #=> String
|
4973
5135
|
#
|
5136
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListPolicyVersions AWS API Documentation
|
5137
|
+
#
|
4974
5138
|
# @overload list_policy_versions(params = {})
|
4975
5139
|
# @param [Hash] params ({})
|
4976
5140
|
def list_policy_versions(params = {}, options = {})
|
@@ -5045,6 +5209,8 @@ module Aws::IAM
|
|
5045
5209
|
# resp.is_truncated #=> Boolean
|
5046
5210
|
# resp.marker #=> String
|
5047
5211
|
#
|
5212
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListRolePolicies AWS API Documentation
|
5213
|
+
#
|
5048
5214
|
# @overload list_role_policies(params = {})
|
5049
5215
|
# @param [Hash] params ({})
|
5050
5216
|
def list_role_policies(params = {}, options = {})
|
@@ -5124,6 +5290,8 @@ module Aws::IAM
|
|
5124
5290
|
# resp.is_truncated #=> Boolean
|
5125
5291
|
# resp.marker #=> String
|
5126
5292
|
#
|
5293
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListRoles AWS API Documentation
|
5294
|
+
#
|
5127
5295
|
# @overload list_roles(params = {})
|
5128
5296
|
# @param [Hash] params ({})
|
5129
5297
|
def list_roles(params = {}, options = {})
|
@@ -5153,6 +5321,8 @@ module Aws::IAM
|
|
5153
5321
|
# resp.saml_provider_list[0].valid_until #=> Time
|
5154
5322
|
# resp.saml_provider_list[0].create_date #=> Time
|
5155
5323
|
#
|
5324
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListSAMLProviders AWS API Documentation
|
5325
|
+
#
|
5156
5326
|
# @overload list_saml_providers(params = {})
|
5157
5327
|
# @param [Hash] params ({})
|
5158
5328
|
def list_saml_providers(params = {}, options = {})
|
@@ -5233,6 +5403,8 @@ module Aws::IAM
|
|
5233
5403
|
# resp.is_truncated #=> Boolean
|
5234
5404
|
# resp.marker #=> String
|
5235
5405
|
#
|
5406
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListSSHPublicKeys AWS API Documentation
|
5407
|
+
#
|
5236
5408
|
# @overload list_ssh_public_keys(params = {})
|
5237
5409
|
# @param [Hash] params ({})
|
5238
5410
|
def list_ssh_public_keys(params = {}, options = {})
|
@@ -5316,6 +5488,8 @@ module Aws::IAM
|
|
5316
5488
|
# resp.is_truncated #=> Boolean
|
5317
5489
|
# resp.marker #=> String
|
5318
5490
|
#
|
5491
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListServerCertificates AWS API Documentation
|
5492
|
+
#
|
5319
5493
|
# @overload list_server_certificates(params = {})
|
5320
5494
|
# @param [Hash] params ({})
|
5321
5495
|
def list_server_certificates(params = {}, options = {})
|
@@ -5375,6 +5549,8 @@ module Aws::IAM
|
|
5375
5549
|
# resp.service_specific_credentials[0].service_specific_credential_id #=> String
|
5376
5550
|
# resp.service_specific_credentials[0].service_name #=> String
|
5377
5551
|
#
|
5552
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListServiceSpecificCredentials AWS API Documentation
|
5553
|
+
#
|
5378
5554
|
# @overload list_service_specific_credentials(params = {})
|
5379
5555
|
# @param [Hash] params ({})
|
5380
5556
|
def list_service_specific_credentials(params = {}, options = {})
|
@@ -5452,6 +5628,8 @@ module Aws::IAM
|
|
5452
5628
|
# resp.is_truncated #=> Boolean
|
5453
5629
|
# resp.marker #=> String
|
5454
5630
|
#
|
5631
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListSigningCertificates AWS API Documentation
|
5632
|
+
#
|
5455
5633
|
# @overload list_signing_certificates(params = {})
|
5456
5634
|
# @param [Hash] params ({})
|
5457
5635
|
def list_signing_certificates(params = {}, options = {})
|
@@ -5526,6 +5704,8 @@ module Aws::IAM
|
|
5526
5704
|
# resp.is_truncated #=> Boolean
|
5527
5705
|
# resp.marker #=> String
|
5528
5706
|
#
|
5707
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListUserPolicies AWS API Documentation
|
5708
|
+
#
|
5529
5709
|
# @overload list_user_policies(params = {})
|
5530
5710
|
# @param [Hash] params ({})
|
5531
5711
|
def list_user_policies(params = {}, options = {})
|
@@ -5601,6 +5781,8 @@ module Aws::IAM
|
|
5601
5781
|
# resp.is_truncated #=> Boolean
|
5602
5782
|
# resp.marker #=> String
|
5603
5783
|
#
|
5784
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListUsers AWS API Documentation
|
5785
|
+
#
|
5604
5786
|
# @overload list_users(params = {})
|
5605
5787
|
# @param [Hash] params ({})
|
5606
5788
|
def list_users(params = {}, options = {})
|
@@ -5669,6 +5851,8 @@ module Aws::IAM
|
|
5669
5851
|
# resp.is_truncated #=> Boolean
|
5670
5852
|
# resp.marker #=> String
|
5671
5853
|
#
|
5854
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListVirtualMFADevices AWS API Documentation
|
5855
|
+
#
|
5672
5856
|
# @overload list_virtual_mfa_devices(params = {})
|
5673
5857
|
# @param [Hash] params ({})
|
5674
5858
|
def list_virtual_mfa_devices(params = {}, options = {})
|
@@ -5750,6 +5934,8 @@ module Aws::IAM
|
|
5750
5934
|
# policy_document: "policyDocumentType", # required
|
5751
5935
|
# })
|
5752
5936
|
#
|
5937
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PutGroupPolicy AWS API Documentation
|
5938
|
+
#
|
5753
5939
|
# @overload put_group_policy(params = {})
|
5754
5940
|
# @param [Hash] params ({})
|
5755
5941
|
def put_group_policy(params = {}, options = {})
|
@@ -5839,6 +6025,8 @@ module Aws::IAM
|
|
5839
6025
|
# policy_document: "policyDocumentType", # required
|
5840
6026
|
# })
|
5841
6027
|
#
|
6028
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PutRolePolicy AWS API Documentation
|
6029
|
+
#
|
5842
6030
|
# @overload put_role_policy(params = {})
|
5843
6031
|
# @param [Hash] params ({})
|
5844
6032
|
def put_role_policy(params = {}, options = {})
|
@@ -5920,6 +6108,8 @@ module Aws::IAM
|
|
5920
6108
|
# policy_document: "policyDocumentType", # required
|
5921
6109
|
# })
|
5922
6110
|
#
|
6111
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/PutUserPolicy AWS API Documentation
|
6112
|
+
#
|
5923
6113
|
# @overload put_user_policy(params = {})
|
5924
6114
|
# @param [Hash] params ({})
|
5925
6115
|
def put_user_policy(params = {}, options = {})
|
@@ -5960,6 +6150,8 @@ module Aws::IAM
|
|
5960
6150
|
# client_id: "clientIDType", # required
|
5961
6151
|
# })
|
5962
6152
|
#
|
6153
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/RemoveClientIDFromOpenIDConnectProvider AWS API Documentation
|
6154
|
+
#
|
5963
6155
|
# @overload remove_client_id_from_open_id_connect_provider(params = {})
|
5964
6156
|
# @param [Hash] params ({})
|
5965
6157
|
def remove_client_id_from_open_id_connect_provider(params = {}, options = {})
|
@@ -6017,6 +6209,8 @@ module Aws::IAM
|
|
6017
6209
|
# role_name: "roleNameType", # required
|
6018
6210
|
# })
|
6019
6211
|
#
|
6212
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/RemoveRoleFromInstanceProfile AWS API Documentation
|
6213
|
+
#
|
6020
6214
|
# @overload remove_role_from_instance_profile(params = {})
|
6021
6215
|
# @param [Hash] params ({})
|
6022
6216
|
def remove_role_from_instance_profile(params = {}, options = {})
|
@@ -6059,6 +6253,8 @@ module Aws::IAM
|
|
6059
6253
|
# user_name: "existingUserNameType", # required
|
6060
6254
|
# })
|
6061
6255
|
#
|
6256
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/RemoveUserFromGroup AWS API Documentation
|
6257
|
+
#
|
6062
6258
|
# @overload remove_user_from_group(params = {})
|
6063
6259
|
# @param [Hash] params ({})
|
6064
6260
|
def remove_user_from_group(params = {}, options = {})
|
@@ -6117,6 +6313,8 @@ module Aws::IAM
|
|
6117
6313
|
# resp.service_specific_credential.user_name #=> String
|
6118
6314
|
# resp.service_specific_credential.status #=> String, one of "Active", "Inactive"
|
6119
6315
|
#
|
6316
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ResetServiceSpecificCredential AWS API Documentation
|
6317
|
+
#
|
6120
6318
|
# @overload reset_service_specific_credential(params = {})
|
6121
6319
|
# @param [Hash] params ({})
|
6122
6320
|
def reset_service_specific_credential(params = {}, options = {})
|
@@ -6180,6 +6378,8 @@ module Aws::IAM
|
|
6180
6378
|
# authentication_code_2: "authenticationCodeType", # required
|
6181
6379
|
# })
|
6182
6380
|
#
|
6381
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ResyncMFADevice AWS API Documentation
|
6382
|
+
#
|
6183
6383
|
# @overload resync_mfa_device(params = {})
|
6184
6384
|
# @param [Hash] params ({})
|
6185
6385
|
def resync_mfa_device(params = {}, options = {})
|
@@ -6231,6 +6431,8 @@ module Aws::IAM
|
|
6231
6431
|
# version_id: "policyVersionIdType", # required
|
6232
6432
|
# })
|
6233
6433
|
#
|
6434
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SetDefaultPolicyVersion AWS API Documentation
|
6435
|
+
#
|
6234
6436
|
# @overload set_default_policy_version(params = {})
|
6235
6437
|
# @param [Hash] params ({})
|
6236
6438
|
def set_default_policy_version(params = {}, options = {})
|
@@ -6462,6 +6664,7 @@ module Aws::IAM
|
|
6462
6664
|
# resp.evaluation_results[0].matched_statements[0].end_position.column #=> Integer
|
6463
6665
|
# resp.evaluation_results[0].missing_context_values #=> Array
|
6464
6666
|
# resp.evaluation_results[0].missing_context_values[0] #=> String
|
6667
|
+
# resp.evaluation_results[0].organizations_decision_detail.allowed_by_organizations #=> Boolean
|
6465
6668
|
# resp.evaluation_results[0].eval_decision_details #=> Hash
|
6466
6669
|
# resp.evaluation_results[0].eval_decision_details["EvalDecisionSourceType"] #=> String, one of "allowed", "explicitDeny", "implicitDeny"
|
6467
6670
|
# resp.evaluation_results[0].resource_specific_results #=> Array
|
@@ -6481,6 +6684,8 @@ module Aws::IAM
|
|
6481
6684
|
# resp.is_truncated #=> Boolean
|
6482
6685
|
# resp.marker #=> String
|
6483
6686
|
#
|
6687
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SimulateCustomPolicy AWS API Documentation
|
6688
|
+
#
|
6484
6689
|
# @overload simulate_custom_policy(params = {})
|
6485
6690
|
# @param [Hash] params ({})
|
6486
6691
|
def simulate_custom_policy(params = {}, options = {})
|
@@ -6745,6 +6950,7 @@ module Aws::IAM
|
|
6745
6950
|
# resp.evaluation_results[0].matched_statements[0].end_position.column #=> Integer
|
6746
6951
|
# resp.evaluation_results[0].missing_context_values #=> Array
|
6747
6952
|
# resp.evaluation_results[0].missing_context_values[0] #=> String
|
6953
|
+
# resp.evaluation_results[0].organizations_decision_detail.allowed_by_organizations #=> Boolean
|
6748
6954
|
# resp.evaluation_results[0].eval_decision_details #=> Hash
|
6749
6955
|
# resp.evaluation_results[0].eval_decision_details["EvalDecisionSourceType"] #=> String, one of "allowed", "explicitDeny", "implicitDeny"
|
6750
6956
|
# resp.evaluation_results[0].resource_specific_results #=> Array
|
@@ -6764,6 +6970,8 @@ module Aws::IAM
|
|
6764
6970
|
# resp.is_truncated #=> Boolean
|
6765
6971
|
# resp.marker #=> String
|
6766
6972
|
#
|
6973
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/SimulatePrincipalPolicy AWS API Documentation
|
6974
|
+
#
|
6767
6975
|
# @overload simulate_principal_policy(params = {})
|
6768
6976
|
# @param [Hash] params ({})
|
6769
6977
|
def simulate_principal_policy(params = {}, options = {})
|
@@ -6826,6 +7034,8 @@ module Aws::IAM
|
|
6826
7034
|
# status: "Active", # required, accepts Active, Inactive
|
6827
7035
|
# })
|
6828
7036
|
#
|
7037
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateAccessKey AWS API Documentation
|
7038
|
+
#
|
6829
7039
|
# @overload update_access_key(params = {})
|
6830
7040
|
# @param [Hash] params ({})
|
6831
7041
|
def update_access_key(params = {}, options = {})
|
@@ -6926,6 +7136,8 @@ module Aws::IAM
|
|
6926
7136
|
# hard_expiry: false,
|
6927
7137
|
# })
|
6928
7138
|
#
|
7139
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateAccountPasswordPolicy AWS API Documentation
|
7140
|
+
#
|
6929
7141
|
# @overload update_account_password_policy(params = {})
|
6930
7142
|
# @param [Hash] params ({})
|
6931
7143
|
def update_account_password_policy(params = {}, options = {})
|
@@ -6978,6 +7190,8 @@ module Aws::IAM
|
|
6978
7190
|
# policy_document: "policyDocumentType", # required
|
6979
7191
|
# })
|
6980
7192
|
#
|
7193
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateAssumeRolePolicy AWS API Documentation
|
7194
|
+
#
|
6981
7195
|
# @overload update_assume_role_policy(params = {})
|
6982
7196
|
# @param [Hash] params ({})
|
6983
7197
|
def update_assume_role_policy(params = {}, options = {})
|
@@ -7056,6 +7270,8 @@ module Aws::IAM
|
|
7056
7270
|
# new_group_name: "groupNameType",
|
7057
7271
|
# })
|
7058
7272
|
#
|
7273
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateGroup AWS API Documentation
|
7274
|
+
#
|
7059
7275
|
# @overload update_group(params = {})
|
7060
7276
|
# @param [Hash] params ({})
|
7061
7277
|
def update_group(params = {}, options = {})
|
@@ -7116,6 +7332,8 @@ module Aws::IAM
|
|
7116
7332
|
# password_reset_required: false,
|
7117
7333
|
# })
|
7118
7334
|
#
|
7335
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateLoginProfile AWS API Documentation
|
7336
|
+
#
|
7119
7337
|
# @overload update_login_profile(params = {})
|
7120
7338
|
# @param [Hash] params ({})
|
7121
7339
|
def update_login_profile(params = {}, options = {})
|
@@ -7170,6 +7388,8 @@ module Aws::IAM
|
|
7170
7388
|
# thumbprint_list: ["thumbprintType"], # required
|
7171
7389
|
# })
|
7172
7390
|
#
|
7391
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateOpenIDConnectProviderThumbprint AWS API Documentation
|
7392
|
+
#
|
7173
7393
|
# @overload update_open_id_connect_provider_thumbprint(params = {})
|
7174
7394
|
# @param [Hash] params ({})
|
7175
7395
|
def update_open_id_connect_provider_thumbprint(params = {}, options = {})
|
@@ -7221,6 +7441,8 @@ module Aws::IAM
|
|
7221
7441
|
#
|
7222
7442
|
# resp.saml_provider_arn #=> String
|
7223
7443
|
#
|
7444
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateSAMLProvider AWS API Documentation
|
7445
|
+
#
|
7224
7446
|
# @overload update_saml_provider(params = {})
|
7225
7447
|
# @param [Hash] params ({})
|
7226
7448
|
def update_saml_provider(params = {}, options = {})
|
@@ -7281,6 +7503,8 @@ module Aws::IAM
|
|
7281
7503
|
# status: "Active", # required, accepts Active, Inactive
|
7282
7504
|
# })
|
7283
7505
|
#
|
7506
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateSSHPublicKey AWS API Documentation
|
7507
|
+
#
|
7284
7508
|
# @overload update_ssh_public_key(params = {})
|
7285
7509
|
# @param [Hash] params ({})
|
7286
7510
|
def update_ssh_public_key(params = {}, options = {})
|
@@ -7367,6 +7591,8 @@ module Aws::IAM
|
|
7367
7591
|
# new_server_certificate_name: "serverCertificateNameType",
|
7368
7592
|
# })
|
7369
7593
|
#
|
7594
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateServerCertificate AWS API Documentation
|
7595
|
+
#
|
7370
7596
|
# @overload update_server_certificate(params = {})
|
7371
7597
|
# @param [Hash] params ({})
|
7372
7598
|
def update_server_certificate(params = {}, options = {})
|
@@ -7418,6 +7644,8 @@ module Aws::IAM
|
|
7418
7644
|
# status: "Active", # required, accepts Active, Inactive
|
7419
7645
|
# })
|
7420
7646
|
#
|
7647
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateServiceSpecificCredential AWS API Documentation
|
7648
|
+
#
|
7421
7649
|
# @overload update_service_specific_credential(params = {})
|
7422
7650
|
# @param [Hash] params ({})
|
7423
7651
|
def update_service_specific_credential(params = {}, options = {})
|
@@ -7474,6 +7702,8 @@ module Aws::IAM
|
|
7474
7702
|
# status: "Active", # required, accepts Active, Inactive
|
7475
7703
|
# })
|
7476
7704
|
#
|
7705
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateSigningCertificate AWS API Documentation
|
7706
|
+
#
|
7477
7707
|
# @overload update_signing_certificate(params = {})
|
7478
7708
|
# @param [Hash] params ({})
|
7479
7709
|
def update_signing_certificate(params = {}, options = {})
|
@@ -7552,6 +7782,8 @@ module Aws::IAM
|
|
7552
7782
|
# new_user_name: "userNameType",
|
7553
7783
|
# })
|
7554
7784
|
#
|
7785
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UpdateUser AWS API Documentation
|
7786
|
+
#
|
7555
7787
|
# @overload update_user(params = {})
|
7556
7788
|
# @param [Hash] params ({})
|
7557
7789
|
def update_user(params = {}, options = {})
|
@@ -7620,6 +7852,8 @@ module Aws::IAM
|
|
7620
7852
|
# resp.ssh_public_key.status #=> String, one of "Active", "Inactive"
|
7621
7853
|
# resp.ssh_public_key.upload_date #=> Time
|
7622
7854
|
#
|
7855
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UploadSSHPublicKey AWS API Documentation
|
7856
|
+
#
|
7623
7857
|
# @overload upload_ssh_public_key(params = {})
|
7624
7858
|
# @param [Hash] params ({})
|
7625
7859
|
def upload_ssh_public_key(params = {}, options = {})
|
@@ -7631,31 +7865,40 @@ module Aws::IAM
|
|
7631
7865
|
# certificate entity includes a public key certificate, a private key,
|
7632
7866
|
# and an optional certificate chain, which should all be PEM-encoded.
|
7633
7867
|
#
|
7868
|
+
# We recommend that you use [AWS Certificate Manager][1] to provision,
|
7869
|
+
# manage, and deploy your server certificates. With ACM you can request
|
7870
|
+
# a certificate, deploy it to AWS resources, and let ACM handle
|
7871
|
+
# certificate renewals for you. Certificates provided by ACM are free.
|
7872
|
+
# For more information about using ACM, see the [AWS Certificate Manager
|
7873
|
+
# User Guide][2].
|
7874
|
+
#
|
7634
7875
|
# For more information about working with server certificates, including
|
7635
7876
|
# a list of AWS services that can use the server certificates that you
|
7636
|
-
# manage with IAM, go to [Working with Server Certificates][
|
7877
|
+
# manage with IAM, go to [Working with Server Certificates][3] in the
|
7637
7878
|
# *IAM User Guide*.
|
7638
7879
|
#
|
7639
7880
|
# For information about the number of server certificates you can
|
7640
|
-
# upload, see [Limitations on IAM Entities and Objects][
|
7881
|
+
# upload, see [Limitations on IAM Entities and Objects][4] in the *IAM
|
7641
7882
|
# User Guide*.
|
7642
7883
|
#
|
7643
7884
|
# <note markdown="1"> Because the body of the public key certificate, private key, and the
|
7644
7885
|
# certificate chain can be large, you should use POST rather than GET
|
7645
7886
|
# when calling `UploadServerCertificate`. For information about setting
|
7646
7887
|
# up signatures and authorization through the API, go to [Signing AWS
|
7647
|
-
# API Requests][
|
7888
|
+
# API Requests][5] in the *AWS General Reference*. For general
|
7648
7889
|
# information about using the Query API with IAM, go to [Calling the API
|
7649
|
-
# by Making HTTP Query Requests][
|
7890
|
+
# by Making HTTP Query Requests][6] in the *IAM User Guide*.
|
7650
7891
|
#
|
7651
7892
|
# </note>
|
7652
7893
|
#
|
7653
7894
|
#
|
7654
7895
|
#
|
7655
|
-
# [1]:
|
7656
|
-
# [2]: http://docs.aws.amazon.com/
|
7657
|
-
# [3]: http://docs.aws.amazon.com/
|
7658
|
-
# [4]: http://docs.aws.amazon.com/IAM/latest/UserGuide/
|
7896
|
+
# [1]: https://aws.amazon.com/certificate-manager/
|
7897
|
+
# [2]: http://docs.aws.amazon.com/acm/latest/userguide/
|
7898
|
+
# [3]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html
|
7899
|
+
# [4]: http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html
|
7900
|
+
# [5]: http://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html
|
7901
|
+
# [6]: http://docs.aws.amazon.com/IAM/latest/UserGuide/programming.html
|
7659
7902
|
#
|
7660
7903
|
# @option params [String] :path
|
7661
7904
|
# The path for the server certificate. For more information about paths,
|
@@ -7763,6 +8006,8 @@ module Aws::IAM
|
|
7763
8006
|
# resp.server_certificate_metadata.upload_date #=> Time
|
7764
8007
|
# resp.server_certificate_metadata.expiration #=> Time
|
7765
8008
|
#
|
8009
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UploadServerCertificate AWS API Documentation
|
8010
|
+
#
|
7766
8011
|
# @overload upload_server_certificate(params = {})
|
7767
8012
|
# @param [Hash] params ({})
|
7768
8013
|
def upload_server_certificate(params = {}, options = {})
|
@@ -7841,6 +8086,8 @@ module Aws::IAM
|
|
7841
8086
|
# resp.certificate.status #=> String, one of "Active", "Inactive"
|
7842
8087
|
# resp.certificate.upload_date #=> Time
|
7843
8088
|
#
|
8089
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UploadSigningCertificate AWS API Documentation
|
8090
|
+
#
|
7844
8091
|
# @overload upload_signing_certificate(params = {})
|
7845
8092
|
# @param [Hash] params ({})
|
7846
8093
|
def upload_signing_certificate(params = {}, options = {})
|
@@ -7861,7 +8108,7 @@ module Aws::IAM
|
|
7861
8108
|
params: params,
|
7862
8109
|
config: config)
|
7863
8110
|
context[:gem_name] = 'aws-sdk-iam'
|
7864
|
-
context[:gem_version] = '1.0.0.
|
8111
|
+
context[:gem_version] = '1.0.0.rc3'
|
7865
8112
|
Seahorse::Client::Request.new(handlers, context)
|
7866
8113
|
end
|
7867
8114
|
|