@aws-sdk/client-iam 3.295.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 +30 -30
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { UploadSSHPublicKeyRequest, UploadSSHPublicKeyResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UploadSSHPublicKeyCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UploadSSHPublicKeyCommandInput extends UploadSSHPublicKeyRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UploadSSHPublicKeyCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UploadSSHPublicKeyCommandOutput extends UploadSSHPublicKeyResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Uploads an SSH public key and associates it with the specified IAM user.</p>
|
|
18
23
|
* <p>The SSH public key uploaded by this operation can be used only for authenticating the
|
|
19
24
|
* associated IAM user to an CodeCommit repository. For more information about using SSH keys
|
|
@@ -29,6 +34,8 @@ export interface UploadSSHPublicKeyCommandOutput extends UploadSSHPublicKeyRespo
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param UploadSSHPublicKeyCommandInput - {@link UploadSSHPublicKeyCommandInput}
|
|
38
|
+
* @returns {@link UploadSSHPublicKeyCommandOutput}
|
|
32
39
|
* @see {@link UploadSSHPublicKeyCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link UploadSSHPublicKeyCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface UploadSSHPublicKeyCommandOutput extends UploadSSHPublicKeyRespo
|
|
|
57
64
|
export declare class UploadSSHPublicKeyCommand extends $Command<UploadSSHPublicKeyCommandInput, UploadSSHPublicKeyCommandOutput, IAMClientResolvedConfig> {
|
|
58
65
|
readonly input: UploadSSHPublicKeyCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: UploadSSHPublicKeyCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UploadSSHPublicKeyCommandInput, UploadSSHPublicKeyCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { UploadServerCertificateRequest, UploadServerCertificateResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UploadServerCertificateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UploadServerCertificateCommandInput extends UploadServerCertificateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UploadServerCertificateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UploadServerCertificateCommandOutput extends UploadServerCertificateResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Uploads a server certificate entity for the Amazon Web Services account. The server certificate
|
|
18
23
|
* entity includes a public key certificate, a private key, and an optional certificate
|
|
19
24
|
* chain, which should all be PEM-encoded.</p>
|
|
@@ -48,6 +53,8 @@ export interface UploadServerCertificateCommandOutput extends UploadServerCertif
|
|
|
48
53
|
* const response = await client.send(command);
|
|
49
54
|
* ```
|
|
50
55
|
*
|
|
56
|
+
* @param UploadServerCertificateCommandInput - {@link UploadServerCertificateCommandInput}
|
|
57
|
+
* @returns {@link UploadServerCertificateCommandOutput}
|
|
51
58
|
* @see {@link UploadServerCertificateCommandInput} for command's `input` shape.
|
|
52
59
|
* @see {@link UploadServerCertificateCommandOutput} for command's `response` shape.
|
|
53
60
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -111,11 +118,20 @@ export interface UploadServerCertificateCommandOutput extends UploadServerCertif
|
|
|
111
118
|
export declare class UploadServerCertificateCommand extends $Command<UploadServerCertificateCommandInput, UploadServerCertificateCommandOutput, IAMClientResolvedConfig> {
|
|
112
119
|
readonly input: UploadServerCertificateCommandInput;
|
|
113
120
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
121
|
+
/**
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
114
124
|
constructor(input: UploadServerCertificateCommandInput);
|
|
115
125
|
/**
|
|
116
126
|
* @internal
|
|
117
127
|
*/
|
|
118
128
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UploadServerCertificateCommandInput, UploadServerCertificateCommandOutput>;
|
|
129
|
+
/**
|
|
130
|
+
* @internal
|
|
131
|
+
*/
|
|
119
132
|
private serialize;
|
|
133
|
+
/**
|
|
134
|
+
* @internal
|
|
135
|
+
*/
|
|
120
136
|
private deserialize;
|
|
121
137
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { UploadSigningCertificateRequest, UploadSigningCertificateResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UploadSigningCertificateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UploadSigningCertificateCommandInput extends UploadSigningCertificateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UploadSigningCertificateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UploadSigningCertificateCommandOutput extends UploadSigningCertificateResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Uploads an X.509 signing certificate and associates it with the specified IAM user.
|
|
18
23
|
* Some Amazon Web Services services require you to use certificates to validate requests that are signed
|
|
19
24
|
* with a corresponding private key. When you upload the certificate, its default status is
|
|
@@ -44,6 +49,8 @@ export interface UploadSigningCertificateCommandOutput extends UploadSigningCert
|
|
|
44
49
|
* const response = await client.send(command);
|
|
45
50
|
* ```
|
|
46
51
|
*
|
|
52
|
+
* @param UploadSigningCertificateCommandInput - {@link UploadSigningCertificateCommandInput}
|
|
53
|
+
* @returns {@link UploadSigningCertificateCommandOutput}
|
|
47
54
|
* @see {@link UploadSigningCertificateCommandInput} for command's `input` shape.
|
|
48
55
|
* @see {@link UploadSigningCertificateCommandOutput} for command's `response` shape.
|
|
49
56
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -103,11 +110,20 @@ export interface UploadSigningCertificateCommandOutput extends UploadSigningCert
|
|
|
103
110
|
export declare class UploadSigningCertificateCommand extends $Command<UploadSigningCertificateCommandInput, UploadSigningCertificateCommandOutput, IAMClientResolvedConfig> {
|
|
104
111
|
readonly input: UploadSigningCertificateCommandInput;
|
|
105
112
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
106
116
|
constructor(input: UploadSigningCertificateCommandInput);
|
|
107
117
|
/**
|
|
108
118
|
* @internal
|
|
109
119
|
*/
|
|
110
120
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UploadSigningCertificateCommandInput, UploadSigningCertificateCommandOutput>;
|
|
121
|
+
/**
|
|
122
|
+
* @internal
|
|
123
|
+
*/
|
|
111
124
|
private serialize;
|
|
125
|
+
/**
|
|
126
|
+
* @internal
|
|
127
|
+
*/
|
|
112
128
|
private deserialize;
|
|
113
129
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from IAM service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class IAMServiceException extends __ServiceException {
|