@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 { ListGroupPoliciesRequest, ListGroupPoliciesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListGroupPoliciesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListGroupPoliciesCommandInput extends ListGroupPoliciesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListGroupPoliciesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListGroupPoliciesCommandOutput extends ListGroupPoliciesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the names of the inline policies that are embedded in the specified IAM
|
|
18
23
|
* group.</p>
|
|
19
24
|
* <p>An IAM group can also have managed policies attached to it. To list the managed
|
|
@@ -33,6 +38,8 @@ export interface ListGroupPoliciesCommandOutput extends ListGroupPoliciesRespons
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param ListGroupPoliciesCommandInput - {@link ListGroupPoliciesCommandInput}
|
|
42
|
+
* @returns {@link ListGroupPoliciesCommandOutput}
|
|
36
43
|
* @see {@link ListGroupPoliciesCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link ListGroupPoliciesCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -69,11 +76,20 @@ export interface ListGroupPoliciesCommandOutput extends ListGroupPoliciesRespons
|
|
|
69
76
|
export declare class ListGroupPoliciesCommand extends $Command<ListGroupPoliciesCommandInput, ListGroupPoliciesCommandOutput, IAMClientResolvedConfig> {
|
|
70
77
|
readonly input: ListGroupPoliciesCommandInput;
|
|
71
78
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
72
82
|
constructor(input: ListGroupPoliciesCommandInput);
|
|
73
83
|
/**
|
|
74
84
|
* @internal
|
|
75
85
|
*/
|
|
76
86
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupPoliciesCommandInput, ListGroupPoliciesCommandOutput>;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
77
90
|
private serialize;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
78
94
|
private deserialize;
|
|
79
95
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListGroupsCommandInput extends ListGroupsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the IAM groups that have the specified path prefix.</p>
|
|
18
23
|
* <p> You can paginate the results using the <code>MaxItems</code> and <code>Marker</code>
|
|
19
24
|
* parameters.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListGroupsCommandInput - {@link ListGroupsCommandInput}
|
|
36
|
+
* @returns {@link ListGroupsCommandOutput}
|
|
30
37
|
* @see {@link ListGroupsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListGroupsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -76,11 +83,20 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
|
|
|
76
83
|
export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, IAMClientResolvedConfig> {
|
|
77
84
|
readonly input: ListGroupsCommandInput;
|
|
78
85
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
79
89
|
constructor(input: ListGroupsCommandInput);
|
|
80
90
|
/**
|
|
81
91
|
* @internal
|
|
82
92
|
*/
|
|
83
93
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupsCommandInput, ListGroupsCommandOutput>;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
84
97
|
private serialize;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
85
101
|
private deserialize;
|
|
86
102
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { ListGroupsForUserRequest, ListGroupsForUserResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListGroupsForUserCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListGroupsForUserCommandInput extends ListGroupsForUserRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListGroupsForUserCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListGroupsForUserCommandOutput extends ListGroupsForUserResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the IAM groups that the specified IAM user belongs to.</p>
|
|
18
23
|
* <p>You can paginate the results using the <code>MaxItems</code> and <code>Marker</code>
|
|
19
24
|
* parameters.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListGroupsForUserCommandOutput extends ListGroupsForUserRespons
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListGroupsForUserCommandInput - {@link ListGroupsForUserCommandInput}
|
|
36
|
+
* @returns {@link ListGroupsForUserCommandOutput}
|
|
30
37
|
* @see {@link ListGroupsForUserCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListGroupsForUserCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -75,11 +82,20 @@ export interface ListGroupsForUserCommandOutput extends ListGroupsForUserRespons
|
|
|
75
82
|
export declare class ListGroupsForUserCommand extends $Command<ListGroupsForUserCommandInput, ListGroupsForUserCommandOutput, IAMClientResolvedConfig> {
|
|
76
83
|
readonly input: ListGroupsForUserCommandInput;
|
|
77
84
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
78
88
|
constructor(input: ListGroupsForUserCommandInput);
|
|
79
89
|
/**
|
|
80
90
|
* @internal
|
|
81
91
|
*/
|
|
82
92
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupsForUserCommandInput, ListGroupsForUserCommandOutput>;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
83
96
|
private serialize;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
84
100
|
private deserialize;
|
|
85
101
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { ListInstanceProfileTagsRequest, ListInstanceProfileTagsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListInstanceProfileTagsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListInstanceProfileTagsCommandInput extends ListInstanceProfileTagsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListInstanceProfileTagsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListInstanceProfileTagsCommandOutput extends ListInstanceProfileTagsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the tags that are attached to the specified IAM instance profile. The returned list of tags is sorted by tag key.
|
|
18
23
|
* For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
19
24
|
* <i>IAM User Guide</i>.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListInstanceProfileTagsCommandOutput extends ListInstanceProfil
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListInstanceProfileTagsCommandInput - {@link ListInstanceProfileTagsCommandInput}
|
|
36
|
+
* @returns {@link ListInstanceProfileTagsCommandOutput}
|
|
30
37
|
* @see {@link ListInstanceProfileTagsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListInstanceProfileTagsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface ListInstanceProfileTagsCommandOutput extends ListInstanceProfil
|
|
|
44
51
|
export declare class ListInstanceProfileTagsCommand extends $Command<ListInstanceProfileTagsCommandInput, ListInstanceProfileTagsCommandOutput, IAMClientResolvedConfig> {
|
|
45
52
|
readonly input: ListInstanceProfileTagsCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: ListInstanceProfileTagsCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInstanceProfileTagsCommandInput, ListInstanceProfileTagsCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { ListInstanceProfilesRequest, ListInstanceProfilesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListInstanceProfilesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListInstanceProfilesCommandInput extends ListInstanceProfilesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListInstanceProfilesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the instance profiles that have the specified path prefix. If there are none,
|
|
18
23
|
* the operation returns an empty list. For more information about instance profiles, see
|
|
19
24
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About
|
|
@@ -34,6 +39,8 @@ export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesR
|
|
|
34
39
|
* const response = await client.send(command);
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
42
|
+
* @param ListInstanceProfilesCommandInput - {@link ListInstanceProfilesCommandInput}
|
|
43
|
+
* @returns {@link ListInstanceProfilesCommandOutput}
|
|
37
44
|
* @see {@link ListInstanceProfilesCommandInput} for command's `input` shape.
|
|
38
45
|
* @see {@link ListInstanceProfilesCommandOutput} for command's `response` shape.
|
|
39
46
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesR
|
|
|
47
54
|
export declare class ListInstanceProfilesCommand extends $Command<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput, IAMClientResolvedConfig> {
|
|
48
55
|
readonly input: ListInstanceProfilesCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListInstanceProfilesCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { ListInstanceProfilesForRoleRequest, ListInstanceProfilesForRoleResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListInstanceProfilesForRoleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListInstanceProfilesForRoleCommandInput extends ListInstanceProfilesForRoleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListInstanceProfilesForRoleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListInstanceProfilesForRoleCommandOutput extends ListInstanceProfilesForRoleResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the instance profiles that have the specified associated IAM role. If there
|
|
18
23
|
* are none, the operation returns an empty list. For more information about instance
|
|
19
24
|
* profiles, go to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About instance
|
|
@@ -30,6 +35,8 @@ export interface ListInstanceProfilesForRoleCommandOutput extends ListInstancePr
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param ListInstanceProfilesForRoleCommandInput - {@link ListInstanceProfilesForRoleCommandInput}
|
|
39
|
+
* @returns {@link ListInstanceProfilesForRoleCommandOutput}
|
|
33
40
|
* @see {@link ListInstanceProfilesForRoleCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link ListInstanceProfilesForRoleCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListInstanceProfilesForRoleCommandOutput extends ListInstancePr
|
|
|
47
54
|
export declare class ListInstanceProfilesForRoleCommand extends $Command<ListInstanceProfilesForRoleCommandInput, ListInstanceProfilesForRoleCommandOutput, IAMClientResolvedConfig> {
|
|
48
55
|
readonly input: ListInstanceProfilesForRoleCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListInstanceProfilesForRoleCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInstanceProfilesForRoleCommandInput, ListInstanceProfilesForRoleCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { ListMFADeviceTagsRequest, ListMFADeviceTagsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListMFADeviceTagsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListMFADeviceTagsCommandInput extends ListMFADeviceTagsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListMFADeviceTagsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListMFADeviceTagsCommandOutput extends ListMFADeviceTagsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device. The returned list of tags is
|
|
18
23
|
* sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
|
|
19
24
|
* <i>IAM User Guide</i>.</p>
|
|
@@ -27,6 +32,8 @@ export interface ListMFADeviceTagsCommandOutput extends ListMFADeviceTagsRespons
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param ListMFADeviceTagsCommandInput - {@link ListMFADeviceTagsCommandInput}
|
|
36
|
+
* @returns {@link ListMFADeviceTagsCommandOutput}
|
|
30
37
|
* @see {@link ListMFADeviceTagsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link ListMFADeviceTagsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface ListMFADeviceTagsCommandOutput extends ListMFADeviceTagsRespons
|
|
|
48
55
|
export declare class ListMFADeviceTagsCommand extends $Command<ListMFADeviceTagsCommandInput, ListMFADeviceTagsCommandOutput, IAMClientResolvedConfig> {
|
|
49
56
|
readonly input: ListMFADeviceTagsCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: ListMFADeviceTagsCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMFADeviceTagsCommandInput, ListMFADeviceTagsCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { ListMFADevicesRequest, ListMFADevicesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListMFADevicesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListMFADevicesCommandInput extends ListMFADevicesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListMFADevicesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListMFADevicesCommandOutput extends ListMFADevicesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the MFA devices for an IAM user. If the request includes a IAM user name,
|
|
18
23
|
* then this operation lists all the MFA devices associated with the specified user. If you
|
|
19
24
|
* do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services
|
|
@@ -30,6 +35,8 @@ export interface ListMFADevicesCommandOutput extends ListMFADevicesResponse, __M
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param ListMFADevicesCommandInput - {@link ListMFADevicesCommandInput}
|
|
39
|
+
* @returns {@link ListMFADevicesCommandOutput}
|
|
33
40
|
* @see {@link ListMFADevicesCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link ListMFADevicesCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface ListMFADevicesCommandOutput extends ListMFADevicesResponse, __M
|
|
|
47
54
|
export declare class ListMFADevicesCommand extends $Command<ListMFADevicesCommandInput, ListMFADevicesCommandOutput, IAMClientResolvedConfig> {
|
|
48
55
|
readonly input: ListMFADevicesCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: ListMFADevicesCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMFADevicesCommandInput, ListMFADevicesCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { ListOpenIDConnectProviderTagsRequest, ListOpenIDConnectProviderTagsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListOpenIDConnectProviderTagsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListOpenIDConnectProviderTagsCommandInput extends ListOpenIDConnectProviderTagsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListOpenIDConnectProviderTagsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListOpenIDConnectProviderTagsCommandOutput extends ListOpenIDConnectProviderTagsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the tags that are attached to the specified OpenID Connect (OIDC)-compatible
|
|
18
23
|
* identity provider. The returned list of tags is sorted by tag key. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc.html">About web identity
|
|
19
24
|
* federation</a>.</p>
|
|
@@ -29,6 +34,8 @@ export interface ListOpenIDConnectProviderTagsCommandOutput extends ListOpenIDCo
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param ListOpenIDConnectProviderTagsCommandInput - {@link ListOpenIDConnectProviderTagsCommandInput}
|
|
38
|
+
* @returns {@link ListOpenIDConnectProviderTagsCommandOutput}
|
|
32
39
|
* @see {@link ListOpenIDConnectProviderTagsCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link ListOpenIDConnectProviderTagsCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface ListOpenIDConnectProviderTagsCommandOutput extends ListOpenIDCo
|
|
|
50
57
|
export declare class ListOpenIDConnectProviderTagsCommand extends $Command<ListOpenIDConnectProviderTagsCommandInput, ListOpenIDConnectProviderTagsCommandOutput, IAMClientResolvedConfig> {
|
|
51
58
|
readonly input: ListOpenIDConnectProviderTagsCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: ListOpenIDConnectProviderTagsCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOpenIDConnectProviderTagsCommandInput, ListOpenIDConnectProviderTagsCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { ListOpenIDConnectProvidersRequest, ListOpenIDConnectProvidersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListOpenIDConnectProvidersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListOpenIDConnectProvidersCommandInput extends ListOpenIDConnectProvidersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListOpenIDConnectProvidersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListOpenIDConnectProvidersCommandOutput extends ListOpenIDConnectProvidersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists information about the IAM OpenID Connect (OIDC) provider resource objects
|
|
18
23
|
* defined in the Amazon Web Services account.</p>
|
|
19
24
|
* <note>
|
|
@@ -30,6 +35,8 @@ export interface ListOpenIDConnectProvidersCommandOutput extends ListOpenIDConne
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param ListOpenIDConnectProvidersCommandInput - {@link ListOpenIDConnectProvidersCommandInput}
|
|
39
|
+
* @returns {@link ListOpenIDConnectProvidersCommandOutput}
|
|
33
40
|
* @see {@link ListOpenIDConnectProvidersCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link ListOpenIDConnectProvidersCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface ListOpenIDConnectProvidersCommandOutput extends ListOpenIDConne
|
|
|
43
50
|
export declare class ListOpenIDConnectProvidersCommand extends $Command<ListOpenIDConnectProvidersCommandInput, ListOpenIDConnectProvidersCommandOutput, IAMClientResolvedConfig> {
|
|
44
51
|
readonly input: ListOpenIDConnectProvidersCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: ListOpenIDConnectProvidersCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOpenIDConnectProvidersCommandInput, ListOpenIDConnectProvidersCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListPoliciesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListPoliciesCommandInput extends ListPoliciesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListPoliciesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all the managed policies that are available in your Amazon Web Services account, including
|
|
18
23
|
* your own customer-defined managed policies and all Amazon Web Services managed policies.</p>
|
|
19
24
|
* <p>You can filter the list of policies that is returned using the optional
|
|
@@ -40,6 +45,8 @@ export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __Metad
|
|
|
40
45
|
* const response = await client.send(command);
|
|
41
46
|
* ```
|
|
42
47
|
*
|
|
48
|
+
* @param ListPoliciesCommandInput - {@link ListPoliciesCommandInput}
|
|
49
|
+
* @returns {@link ListPoliciesCommandOutput}
|
|
43
50
|
* @see {@link ListPoliciesCommandInput} for command's `input` shape.
|
|
44
51
|
* @see {@link ListPoliciesCommandOutput} for command's `response` shape.
|
|
45
52
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __Metad
|
|
|
53
60
|
export declare class ListPoliciesCommand extends $Command<ListPoliciesCommandInput, ListPoliciesCommandOutput, IAMClientResolvedConfig> {
|
|
54
61
|
readonly input: ListPoliciesCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: ListPoliciesCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPoliciesCommandInput, ListPoliciesCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
5
5
|
import { ListPoliciesGrantingServiceAccessRequest, ListPoliciesGrantingServiceAccessResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListPoliciesGrantingServiceAccessCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListPoliciesGrantingServiceAccessCommandInput extends ListPoliciesGrantingServiceAccessRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListPoliciesGrantingServiceAccessCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListPoliciesGrantingServiceAccessCommandOutput extends ListPoliciesGrantingServiceAccessResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of policies that the IAM identity (user, group, or role) can use to
|
|
18
23
|
* access each specified service.</p>
|
|
19
24
|
* <note>
|
|
@@ -64,6 +69,8 @@ export interface ListPoliciesGrantingServiceAccessCommandOutput extends ListPoli
|
|
|
64
69
|
* const response = await client.send(command);
|
|
65
70
|
* ```
|
|
66
71
|
*
|
|
72
|
+
* @param ListPoliciesGrantingServiceAccessCommandInput - {@link ListPoliciesGrantingServiceAccessCommandInput}
|
|
73
|
+
* @returns {@link ListPoliciesGrantingServiceAccessCommandOutput}
|
|
67
74
|
* @see {@link ListPoliciesGrantingServiceAccessCommandInput} for command's `input` shape.
|
|
68
75
|
* @see {@link ListPoliciesGrantingServiceAccessCommandOutput} for command's `response` shape.
|
|
69
76
|
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
@@ -129,11 +136,20 @@ export interface ListPoliciesGrantingServiceAccessCommandOutput extends ListPoli
|
|
|
129
136
|
export declare class ListPoliciesGrantingServiceAccessCommand extends $Command<ListPoliciesGrantingServiceAccessCommandInput, ListPoliciesGrantingServiceAccessCommandOutput, IAMClientResolvedConfig> {
|
|
130
137
|
readonly input: ListPoliciesGrantingServiceAccessCommandInput;
|
|
131
138
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
132
142
|
constructor(input: ListPoliciesGrantingServiceAccessCommandInput);
|
|
133
143
|
/**
|
|
134
144
|
* @internal
|
|
135
145
|
*/
|
|
136
146
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IAMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPoliciesGrantingServiceAccessCommandInput, ListPoliciesGrantingServiceAccessCommandOutput>;
|
|
147
|
+
/**
|
|
148
|
+
* @internal
|
|
149
|
+
*/
|
|
137
150
|
private serialize;
|
|
151
|
+
/**
|
|
152
|
+
* @internal
|
|
153
|
+
*/
|
|
138
154
|
private deserialize;
|
|
139
155
|
}
|