@aws-sdk/client-iam 3.296.0 → 3.297.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.
- package/dist-cjs/protocols/Aws_query.js +159 -783
- package/dist-es/protocols/Aws_query.js +159 -783
- package/dist-types/IAM.d.ts +162 -2
- package/dist-types/IAMClient.d.ts +24 -4
- package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +20 -4
- package/dist-types/commands/AddUserToGroupCommand.d.ts +16 -0
- package/dist-types/commands/AttachGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/AttachRolePolicyCommand.d.ts +20 -4
- package/dist-types/commands/AttachUserPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ChangePasswordCommand.d.ts +16 -0
- package/dist-types/commands/CreateAccessKeyCommand.d.ts +16 -0
- package/dist-types/commands/CreateAccountAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/CreateLoginProfileCommand.d.ts +16 -0
- package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +16 -0
- package/dist-types/commands/CreatePolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateRoleCommand.d.ts +16 -0
- package/dist-types/commands/CreateSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +16 -0
- package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +16 -0
- package/dist-types/commands/CreateUserCommand.d.ts +16 -0
- package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccessKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccountAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLoginProfileCommand.d.ts +16 -0
- package/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRoleCommand.d.ts +20 -4
- package/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +22 -5
- package/dist-types/commands/DeleteRolePolicyCommand.d.ts +20 -4
- package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/DetachGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DetachRolePolicyCommand.d.ts +20 -4
- package/dist-types/commands/DetachUserPolicyCommand.d.ts +16 -0
- package/dist-types/commands/EnableMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/GenerateCredentialReportCommand.d.ts +16 -0
- package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +16 -0
- package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +16 -0
- package/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountSummaryCommand.d.ts +16 -0
- package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetCredentialReportCommand.d.ts +16 -0
- package/dist-types/commands/GetGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/GetLoginProfileCommand.d.ts +16 -0
- package/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetRoleCommand.d.ts +16 -0
- package/dist-types/commands/GetRolePolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/GetServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetUserCommand.d.ts +16 -0
- package/dist-types/commands/GetUserPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ListAccessKeysCommand.d.ts +16 -0
- package/dist-types/commands/ListAccountAliasesCommand.d.ts +16 -0
- package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupsForUserCommand.d.ts +16 -0
- package/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListInstanceProfilesCommand.d.ts +16 -0
- package/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +16 -0
- package/dist-types/commands/ListMFADeviceTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListMFADevicesCommand.d.ts +16 -0
- package/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +16 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +16 -0
- package/dist-types/commands/ListPolicyTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListPolicyVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListRolePoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListRoleTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListRolesCommand.d.ts +16 -0
- package/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListSAMLProvidersCommand.d.ts +16 -0
- package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +16 -0
- package/dist-types/commands/ListServerCertificateTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListServerCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +16 -0
- package/dist-types/commands/ListSigningCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ListUserPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListUserTagsCommand.d.ts +16 -0
- package/dist-types/commands/ListUsersCommand.d.ts +16 -0
- package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +16 -0
- package/dist-types/commands/PutGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +21 -5
- package/dist-types/commands/PutRolePolicyCommand.d.ts +20 -4
- package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +16 -0
- package/dist-types/commands/PutUserPolicyCommand.d.ts +16 -0
- package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +20 -4
- package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +16 -0
- package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +16 -0
- package/dist-types/commands/ResyncMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +16 -0
- package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +16 -0
- package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +16 -0
- package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +16 -0
- package/dist-types/commands/TagInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/TagMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/TagPolicyCommand.d.ts +16 -0
- package/dist-types/commands/TagRoleCommand.d.ts +16 -0
- package/dist-types/commands/TagSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/TagServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/TagUserCommand.d.ts +16 -0
- package/dist-types/commands/UntagInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/UntagMFADeviceCommand.d.ts +16 -0
- package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +16 -0
- package/dist-types/commands/UntagPolicyCommand.d.ts +16 -0
- package/dist-types/commands/UntagRoleCommand.d.ts +16 -0
- package/dist-types/commands/UntagSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/UntagServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UntagUserCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAccessKeyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +20 -4
- package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLoginProfileCommand.d.ts +16 -0
- package/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRoleCommand.d.ts +20 -4
- package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +20 -4
- package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
- package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/UploadServerCertificateCommand.d.ts +16 -0
- package/dist-types/commands/UploadSigningCertificateCommand.d.ts +16 -0
- package/dist-types/models/IAMServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +649 -7
- package/dist-types/models/models_1.d.ts +83 -1
- package/dist-types/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetGroupPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAccessKeysPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAccountAliasesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAttachedGroupPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAttachedRolePoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAttachedUserPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEntitiesForPolicyPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGroupPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGroupsForUserPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInstanceProfilesForRolePaginator.d.ts +3 -0
- package/dist-types/pagination/ListInstanceProfilesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMFADevicesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPolicyVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRolePoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRolesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSSHPublicKeysPaginator.d.ts +3 -0
- package/dist-types/pagination/ListServerCertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSigningCertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUserPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUserTagsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVirtualMFADevicesPaginator.d.ts +3 -0
- package/dist-types/pagination/SimulateCustomPolicyPaginator.d.ts +3 -0
- package/dist-types/pagination/SimulatePrincipalPolicyPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { CreateInstanceProfileRequest, CreateInstanceProfileResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateInstanceProfileCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateInstanceProfileCommandInput extends CreateInstanceProfileRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateInstanceProfileCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfileResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Creates a new instance profile. For information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html">Using
|
|
18
23
|
* roles for applications on Amazon EC2</a> in the
|
|
19
24
|
* <i>IAM User Guide</i>, and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#ec2-instance-profile">Instance profiles</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
@@ -29,6 +34,8 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param CreateInstanceProfileCommandInput - {@link CreateInstanceProfileCommandInput}
|
|
38
|
+
* @returns {@link CreateInstanceProfileCommandOutput}
|
|
32
39
|
* @see {@link CreateInstanceProfileCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link CreateInstanceProfileCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -81,11 +88,20 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil
|
|
|
81
88
|
export declare class CreateInstanceProfileCommand extends $Command<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, IAMClientResolvedConfig> {
|
|
82
89
|
readonly input: CreateInstanceProfileCommandInput;
|
|
83
90
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
84
94
|
constructor(input: CreateInstanceProfileCommandInput);
|
|
85
95
|
/**
|
|
86
96
|
* @internal
|
|
87
97
|
*/
|
|
88
98
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput>;
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
89
102
|
private serialize;
|
|
103
|
+
/**
|
|
104
|
+
* @internal
|
|
105
|
+
*/
|
|
90
106
|
private deserialize;
|
|
91
107
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { CreateLoginProfileRequest, CreateLoginProfileResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateLoginProfileCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateLoginProfileCommandInput extends CreateLoginProfileRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateLoginProfileCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateLoginProfileCommandOutput extends CreateLoginProfileResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a password for the specified IAM user. A password allows an IAM user to
|
|
18
23
|
* access Amazon Web Services services through the Amazon Web Services Management Console.</p>
|
|
19
24
|
* <p>You can use the CLI, the Amazon Web Services API, or the <b>Users</b>
|
|
@@ -30,6 +35,8 @@ export interface CreateLoginProfileCommandOutput extends CreateLoginProfileRespo
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param CreateLoginProfileCommandInput - {@link CreateLoginProfileCommandInput}
|
|
39
|
+
* @returns {@link CreateLoginProfileCommandOutput}
|
|
33
40
|
* @see {@link CreateLoginProfileCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link CreateLoginProfileCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -81,11 +88,20 @@ export interface CreateLoginProfileCommandOutput extends CreateLoginProfileRespo
|
|
|
81
88
|
export declare class CreateLoginProfileCommand extends $Command<CreateLoginProfileCommandInput, CreateLoginProfileCommandOutput, IAMClientResolvedConfig> {
|
|
82
89
|
readonly input: CreateLoginProfileCommandInput;
|
|
83
90
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
84
94
|
constructor(input: CreateLoginProfileCommandInput);
|
|
85
95
|
/**
|
|
86
96
|
* @internal
|
|
87
97
|
*/
|
|
88
98
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoginProfileCommandInput, CreateLoginProfileCommandOutput>;
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
89
102
|
private serialize;
|
|
103
|
+
/**
|
|
104
|
+
* @internal
|
|
105
|
+
*/
|
|
90
106
|
private deserialize;
|
|
91
107
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { CreateOpenIDConnectProviderRequest, CreateOpenIDConnectProviderResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateOpenIDConnectProviderCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateOpenIDConnectProviderCommandInput extends CreateOpenIDConnectProviderRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateOpenIDConnectProviderCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateOpenIDConnectProviderCommandOutput extends CreateOpenIDConnectProviderResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an IAM entity to describe an identity provider (IdP) that supports <a href="http://openid.net/connect/">OpenID Connect (OIDC)</a>.</p>
|
|
18
23
|
* <p>The OIDC provider that you create with this operation can be used as a principal in a
|
|
19
24
|
* role's trust policy. Such a policy establishes a trust relationship between Amazon Web Services and
|
|
@@ -66,6 +71,8 @@ export interface CreateOpenIDConnectProviderCommandOutput extends CreateOpenIDCo
|
|
|
66
71
|
* const response = await client.send(command);
|
|
67
72
|
* ```
|
|
68
73
|
*
|
|
74
|
+
* @param CreateOpenIDConnectProviderCommandInput - {@link CreateOpenIDConnectProviderCommandInput}
|
|
75
|
+
* @returns {@link CreateOpenIDConnectProviderCommandOutput}
|
|
69
76
|
* @see {@link CreateOpenIDConnectProviderCommandInput} for command's `input` shape.
|
|
70
77
|
* @see {@link CreateOpenIDConnectProviderCommandOutput} for command's `response` shape.
|
|
71
78
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -117,11 +124,20 @@ export interface CreateOpenIDConnectProviderCommandOutput extends CreateOpenIDCo
|
|
|
117
124
|
export declare class CreateOpenIDConnectProviderCommand extends $Command<CreateOpenIDConnectProviderCommandInput, CreateOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig> {
|
|
118
125
|
readonly input: CreateOpenIDConnectProviderCommandInput;
|
|
119
126
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
127
|
+
/**
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
120
130
|
constructor(input: CreateOpenIDConnectProviderCommandInput);
|
|
121
131
|
/**
|
|
122
132
|
* @internal
|
|
123
133
|
*/
|
|
124
134
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOpenIDConnectProviderCommandInput, CreateOpenIDConnectProviderCommandOutput>;
|
|
135
|
+
/**
|
|
136
|
+
* @internal
|
|
137
|
+
*/
|
|
125
138
|
private serialize;
|
|
139
|
+
/**
|
|
140
|
+
* @internal
|
|
141
|
+
*/
|
|
126
142
|
private deserialize;
|
|
127
143
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreatePolicyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreatePolicyCommandInput extends CreatePolicyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreatePolicyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new managed policy for your Amazon Web Services account.</p>
|
|
18
23
|
* <p>This operation creates a policy version with a version identifier of <code>v1</code>
|
|
19
24
|
* and sets v1 as the policy's default version. For more information about policy versions,
|
|
@@ -35,6 +40,8 @@ export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __Metad
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param CreatePolicyCommandInput - {@link CreatePolicyCommandInput}
|
|
44
|
+
* @returns {@link CreatePolicyCommandOutput}
|
|
38
45
|
* @see {@link CreatePolicyCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link CreatePolicyCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -68,11 +75,20 @@ export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __Metad
|
|
|
68
75
|
export declare class CreatePolicyCommand extends $Command<CreatePolicyCommandInput, CreatePolicyCommandOutput, IAMClientResolvedConfig> {
|
|
69
76
|
readonly input: CreatePolicyCommandInput;
|
|
70
77
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
71
81
|
constructor(input: CreatePolicyCommandInput);
|
|
72
82
|
/**
|
|
73
83
|
* @internal
|
|
74
84
|
*/
|
|
75
85
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePolicyCommandInput, CreatePolicyCommandOutput>;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
76
89
|
private serialize;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
77
93
|
private deserialize;
|
|
78
94
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { CreatePolicyVersionRequest, CreatePolicyVersionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreatePolicyVersionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreatePolicyVersionCommandInput extends CreatePolicyVersionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreatePolicyVersionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreatePolicyVersionCommandOutput extends CreatePolicyVersionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new version of the specified managed policy. To update a managed policy, you
|
|
18
23
|
* create a new policy version. A managed policy can have up to five versions. If the
|
|
19
24
|
* policy has five versions, you must delete an existing version using <a>DeletePolicyVersion</a> before you create a new version.</p>
|
|
@@ -32,6 +37,8 @@ export interface CreatePolicyVersionCommandOutput extends CreatePolicyVersionRes
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param CreatePolicyVersionCommandInput - {@link CreatePolicyVersionCommandInput}
|
|
41
|
+
* @returns {@link CreatePolicyVersionCommandOutput}
|
|
35
42
|
* @see {@link CreatePolicyVersionCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link CreatePolicyVersionCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -61,11 +68,20 @@ export interface CreatePolicyVersionCommandOutput extends CreatePolicyVersionRes
|
|
|
61
68
|
export declare class CreatePolicyVersionCommand extends $Command<CreatePolicyVersionCommandInput, CreatePolicyVersionCommandOutput, IAMClientResolvedConfig> {
|
|
62
69
|
readonly input: CreatePolicyVersionCommandInput;
|
|
63
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
64
74
|
constructor(input: CreatePolicyVersionCommandInput);
|
|
65
75
|
/**
|
|
66
76
|
* @internal
|
|
67
77
|
*/
|
|
68
78
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePolicyVersionCommandInput, CreatePolicyVersionCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
69
82
|
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
70
86
|
private deserialize;
|
|
71
87
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { CreateRoleRequest, CreateRoleResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateRoleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateRoleCommandInput extends CreateRoleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateRoleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateRoleCommandOutput extends CreateRoleResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new role for your Amazon Web Services account. For more information about roles, see
|
|
18
23
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">IAM
|
|
19
24
|
* roles</a>. For information about quotas for role names and the number of roles
|
|
@@ -29,6 +34,8 @@ export interface CreateRoleCommandOutput extends CreateRoleResponse, __MetadataB
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param CreateRoleCommandInput - {@link CreateRoleCommandInput}
|
|
38
|
+
* @returns {@link CreateRoleCommandOutput}
|
|
32
39
|
* @see {@link CreateRoleCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link CreateRoleCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -87,11 +94,20 @@ export interface CreateRoleCommandOutput extends CreateRoleResponse, __MetadataB
|
|
|
87
94
|
export declare class CreateRoleCommand extends $Command<CreateRoleCommandInput, CreateRoleCommandOutput, IAMClientResolvedConfig> {
|
|
88
95
|
readonly input: CreateRoleCommandInput;
|
|
89
96
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
+
/**
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
90
100
|
constructor(input: CreateRoleCommandInput);
|
|
91
101
|
/**
|
|
92
102
|
* @internal
|
|
93
103
|
*/
|
|
94
104
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRoleCommandInput, CreateRoleCommandOutput>;
|
|
105
|
+
/**
|
|
106
|
+
* @internal
|
|
107
|
+
*/
|
|
95
108
|
private serialize;
|
|
109
|
+
/**
|
|
110
|
+
* @internal
|
|
111
|
+
*/
|
|
96
112
|
private deserialize;
|
|
97
113
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { CreateSAMLProviderRequest, CreateSAMLProviderResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateSAMLProviderCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateSAMLProviderCommandInput extends CreateSAMLProviderRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateSAMLProviderCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateSAMLProviderCommandOutput extends CreateSAMLProviderResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an IAM resource that describes an identity provider (IdP) that supports SAML
|
|
18
23
|
* 2.0.</p>
|
|
19
24
|
* <p>The SAML provider resource that you create with this operation can be used as a
|
|
@@ -42,6 +47,8 @@ export interface CreateSAMLProviderCommandOutput extends CreateSAMLProviderRespo
|
|
|
42
47
|
* const response = await client.send(command);
|
|
43
48
|
* ```
|
|
44
49
|
*
|
|
50
|
+
* @param CreateSAMLProviderCommandInput - {@link CreateSAMLProviderCommandInput}
|
|
51
|
+
* @returns {@link CreateSAMLProviderCommandOutput}
|
|
45
52
|
* @see {@link CreateSAMLProviderCommandInput} for command's `input` shape.
|
|
46
53
|
* @see {@link CreateSAMLProviderCommandOutput} for command's `response` shape.
|
|
47
54
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -71,11 +78,20 @@ export interface CreateSAMLProviderCommandOutput extends CreateSAMLProviderRespo
|
|
|
71
78
|
export declare class CreateSAMLProviderCommand extends $Command<CreateSAMLProviderCommandInput, CreateSAMLProviderCommandOutput, IAMClientResolvedConfig> {
|
|
72
79
|
readonly input: CreateSAMLProviderCommandInput;
|
|
73
80
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
74
84
|
constructor(input: CreateSAMLProviderCommandInput);
|
|
75
85
|
/**
|
|
76
86
|
* @internal
|
|
77
87
|
*/
|
|
78
88
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSAMLProviderCommandInput, CreateSAMLProviderCommandOutput>;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
79
92
|
private serialize;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
80
96
|
private deserialize;
|
|
81
97
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { CreateServiceLinkedRoleRequest, CreateServiceLinkedRoleResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateServiceLinkedRoleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateServiceLinkedRoleCommandInput extends CreateServiceLinkedRoleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateServiceLinkedRoleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateServiceLinkedRoleCommandOutput extends CreateServiceLinkedRoleResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls
|
|
18
23
|
* the attached policies and when the role can be deleted. This helps ensure that the
|
|
19
24
|
* service is not broken by an unexpectedly changed or deleted role, which could put your
|
|
@@ -33,6 +38,8 @@ export interface CreateServiceLinkedRoleCommandOutput extends CreateServiceLinke
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param CreateServiceLinkedRoleCommandInput - {@link CreateServiceLinkedRoleCommandInput}
|
|
42
|
+
* @returns {@link CreateServiceLinkedRoleCommandOutput}
|
|
36
43
|
* @see {@link CreateServiceLinkedRoleCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link CreateServiceLinkedRoleCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface CreateServiceLinkedRoleCommandOutput extends CreateServiceLinke
|
|
|
58
65
|
export declare class CreateServiceLinkedRoleCommand extends $Command<CreateServiceLinkedRoleCommandInput, CreateServiceLinkedRoleCommandOutput, IAMClientResolvedConfig> {
|
|
59
66
|
readonly input: CreateServiceLinkedRoleCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: CreateServiceLinkedRoleCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateServiceLinkedRoleCommandInput, CreateServiceLinkedRoleCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { CreateServiceSpecificCredentialRequest, CreateServiceSpecificCredentialResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateServiceSpecificCredentialCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateServiceSpecificCredentialCommandInput extends CreateServiceSpecificCredentialRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateServiceSpecificCredentialCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateServiceSpecificCredentialCommandOutput extends CreateServiceSpecificCredentialResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Generates a set of credentials consisting of a user name and password that can be used
|
|
18
23
|
* to access the service specified in the request. These credentials are generated by
|
|
19
24
|
* IAM, and can be used only for the specified service. </p>
|
|
@@ -35,6 +40,8 @@ export interface CreateServiceSpecificCredentialCommandOutput extends CreateServ
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param CreateServiceSpecificCredentialCommandInput - {@link CreateServiceSpecificCredentialCommandInput}
|
|
44
|
+
* @returns {@link CreateServiceSpecificCredentialCommandOutput}
|
|
38
45
|
* @see {@link CreateServiceSpecificCredentialCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link CreateServiceSpecificCredentialCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface CreateServiceSpecificCredentialCommandOutput extends CreateServ
|
|
|
55
62
|
export declare class CreateServiceSpecificCredentialCommand extends $Command<CreateServiceSpecificCredentialCommandInput, CreateServiceSpecificCredentialCommandOutput, IAMClientResolvedConfig> {
|
|
56
63
|
readonly input: CreateServiceSpecificCredentialCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: CreateServiceSpecificCredentialCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateServiceSpecificCredentialCommandInput, CreateServiceSpecificCredentialCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { CreateUserRequest, CreateUserResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateUserCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateUserCommandInput extends CreateUserRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateUserCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new IAM user for your Amazon Web Services account.</p>
|
|
18
23
|
* <p> For information about quotas for the number of IAM users you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS
|
|
19
24
|
* quotas</a> in the <i>IAM User Guide</i>.</p>
|
|
@@ -27,6 +32,8 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param CreateUserCommandInput - {@link CreateUserCommandInput}
|
|
36
|
+
* @returns {@link CreateUserCommandOutput}
|
|
30
37
|
* @see {@link CreateUserCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link CreateUserCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -82,11 +89,20 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
|
|
|
82
89
|
export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, IAMClientResolvedConfig> {
|
|
83
90
|
readonly input: CreateUserCommandInput;
|
|
84
91
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
85
95
|
constructor(input: CreateUserCommandInput);
|
|
86
96
|
/**
|
|
87
97
|
* @internal
|
|
88
98
|
*/
|
|
89
99
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserCommandInput, CreateUserCommandOutput>;
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
90
103
|
private serialize;
|
|
104
|
+
/**
|
|
105
|
+
* @internal
|
|
106
|
+
*/
|
|
91
107
|
private deserialize;
|
|
92
108
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { CreateVirtualMFADeviceRequest, CreateVirtualMFADeviceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateVirtualMFADeviceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateVirtualMFADeviceCommandInput extends CreateVirtualMFADeviceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateVirtualMFADeviceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateVirtualMFADeviceCommandOutput extends CreateVirtualMFADeviceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a new virtual MFA device for the Amazon Web Services account. After creating the virtual
|
|
18
23
|
* MFA, use <a>EnableMFADevice</a> to attach the MFA device to an IAM user.
|
|
19
24
|
* For more information about creating and working with virtual MFA devices, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html">Using a virtual MFA
|
|
@@ -37,6 +42,8 @@ export interface CreateVirtualMFADeviceCommandOutput extends CreateVirtualMFADev
|
|
|
37
42
|
* const response = await client.send(command);
|
|
38
43
|
* ```
|
|
39
44
|
*
|
|
45
|
+
* @param CreateVirtualMFADeviceCommandInput - {@link CreateVirtualMFADeviceCommandInput}
|
|
46
|
+
* @returns {@link CreateVirtualMFADeviceCommandOutput}
|
|
40
47
|
* @see {@link CreateVirtualMFADeviceCommandInput} for command's `input` shape.
|
|
41
48
|
* @see {@link CreateVirtualMFADeviceCommandOutput} for command's `response` shape.
|
|
42
49
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -66,11 +73,20 @@ export interface CreateVirtualMFADeviceCommandOutput extends CreateVirtualMFADev
|
|
|
66
73
|
export declare class CreateVirtualMFADeviceCommand extends $Command<CreateVirtualMFADeviceCommandInput, CreateVirtualMFADeviceCommandOutput, IAMClientResolvedConfig> {
|
|
67
74
|
readonly input: CreateVirtualMFADeviceCommandInput;
|
|
68
75
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
69
79
|
constructor(input: CreateVirtualMFADeviceCommandInput);
|
|
70
80
|
/**
|
|
71
81
|
* @internal
|
|
72
82
|
*/
|
|
73
83
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVirtualMFADeviceCommandInput, CreateVirtualMFADeviceCommandOutput>;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
74
87
|
private serialize;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
75
91
|
private deserialize;
|
|
76
92
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { DeactivateMFADeviceRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeactivateMFADeviceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeactivateMFADeviceCommandInput extends DeactivateMFADeviceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeactivateMFADeviceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeactivateMFADeviceCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deactivates the specified MFA device and removes it from association with the user
|
|
18
23
|
* name for which it was originally enabled.</p>
|
|
19
24
|
* <p>For more information about creating and working with virtual MFA devices, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html">Enabling a virtual
|
|
@@ -29,6 +34,8 @@ export interface DeactivateMFADeviceCommandOutput extends __MetadataBearer {
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param DeactivateMFADeviceCommandInput - {@link DeactivateMFADeviceCommandInput}
|
|
38
|
+
* @returns {@link DeactivateMFADeviceCommandOutput}
|
|
32
39
|
* @see {@link DeactivateMFADeviceCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link DeactivateMFADeviceCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface DeactivateMFADeviceCommandOutput extends __MetadataBearer {
|
|
|
56
63
|
export declare class DeactivateMFADeviceCommand extends $Command<DeactivateMFADeviceCommandInput, DeactivateMFADeviceCommandOutput, IAMClientResolvedConfig> {
|
|
57
64
|
readonly input: DeactivateMFADeviceCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: DeactivateMFADeviceCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeactivateMFADeviceCommandInput, DeactivateMFADeviceCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|