@aws-sdk/client-iam 3.181.0 → 3.183.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/CHANGELOG.md +8 -0
- package/dist-es/IAM.js +634 -641
- package/dist-es/IAMClient.js +22 -28
- package/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +22 -29
- package/dist-es/commands/AddRoleToInstanceProfileCommand.js +22 -29
- package/dist-es/commands/AddUserToGroupCommand.js +22 -29
- package/dist-es/commands/AttachGroupPolicyCommand.js +22 -29
- package/dist-es/commands/AttachRolePolicyCommand.js +22 -29
- package/dist-es/commands/AttachUserPolicyCommand.js +22 -29
- package/dist-es/commands/ChangePasswordCommand.js +22 -29
- package/dist-es/commands/CreateAccessKeyCommand.js +21 -28
- package/dist-es/commands/CreateAccountAliasCommand.js +22 -29
- package/dist-es/commands/CreateGroupCommand.js +21 -28
- package/dist-es/commands/CreateInstanceProfileCommand.js +21 -28
- package/dist-es/commands/CreateLoginProfileCommand.js +21 -28
- package/dist-es/commands/CreateOpenIDConnectProviderCommand.js +21 -28
- package/dist-es/commands/CreatePolicyCommand.js +21 -28
- package/dist-es/commands/CreatePolicyVersionCommand.js +21 -28
- package/dist-es/commands/CreateRoleCommand.js +21 -28
- package/dist-es/commands/CreateSAMLProviderCommand.js +21 -28
- package/dist-es/commands/CreateServiceLinkedRoleCommand.js +21 -28
- package/dist-es/commands/CreateServiceSpecificCredentialCommand.js +21 -28
- package/dist-es/commands/CreateUserCommand.js +21 -28
- package/dist-es/commands/CreateVirtualMFADeviceCommand.js +21 -28
- package/dist-es/commands/DeactivateMFADeviceCommand.js +22 -29
- package/dist-es/commands/DeleteAccessKeyCommand.js +22 -29
- package/dist-es/commands/DeleteAccountAliasCommand.js +22 -29
- package/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +23 -30
- package/dist-es/commands/DeleteGroupCommand.js +22 -29
- package/dist-es/commands/DeleteGroupPolicyCommand.js +22 -29
- package/dist-es/commands/DeleteInstanceProfileCommand.js +22 -29
- package/dist-es/commands/DeleteLoginProfileCommand.js +22 -29
- package/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +22 -29
- package/dist-es/commands/DeletePolicyCommand.js +22 -29
- package/dist-es/commands/DeletePolicyVersionCommand.js +22 -29
- package/dist-es/commands/DeleteRoleCommand.js +22 -29
- package/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +22 -29
- package/dist-es/commands/DeleteRolePolicyCommand.js +22 -29
- package/dist-es/commands/DeleteSAMLProviderCommand.js +22 -29
- package/dist-es/commands/DeleteSSHPublicKeyCommand.js +22 -29
- package/dist-es/commands/DeleteServerCertificateCommand.js +22 -29
- package/dist-es/commands/DeleteServiceLinkedRoleCommand.js +21 -28
- package/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +22 -29
- package/dist-es/commands/DeleteSigningCertificateCommand.js +22 -29
- package/dist-es/commands/DeleteUserCommand.js +22 -29
- package/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +22 -29
- package/dist-es/commands/DeleteUserPolicyCommand.js +22 -29
- package/dist-es/commands/DeleteVirtualMFADeviceCommand.js +22 -29
- package/dist-es/commands/DetachGroupPolicyCommand.js +22 -29
- package/dist-es/commands/DetachRolePolicyCommand.js +22 -29
- package/dist-es/commands/DetachUserPolicyCommand.js +22 -29
- package/dist-es/commands/EnableMFADeviceCommand.js +22 -29
- package/dist-es/commands/GenerateCredentialReportCommand.js +22 -29
- package/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +21 -28
- package/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +21 -28
- package/dist-es/commands/GetAccessKeyLastUsedCommand.js +21 -28
- package/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +21 -28
- package/dist-es/commands/GetAccountPasswordPolicyCommand.js +22 -29
- package/dist-es/commands/GetAccountSummaryCommand.js +22 -29
- package/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +21 -28
- package/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +21 -28
- package/dist-es/commands/GetCredentialReportCommand.js +22 -29
- package/dist-es/commands/GetGroupCommand.js +21 -28
- package/dist-es/commands/GetGroupPolicyCommand.js +21 -28
- package/dist-es/commands/GetInstanceProfileCommand.js +21 -28
- package/dist-es/commands/GetLoginProfileCommand.js +21 -28
- package/dist-es/commands/GetOpenIDConnectProviderCommand.js +21 -28
- package/dist-es/commands/GetOrganizationsAccessReportCommand.js +21 -28
- package/dist-es/commands/GetPolicyCommand.js +21 -28
- package/dist-es/commands/GetPolicyVersionCommand.js +21 -28
- package/dist-es/commands/GetRoleCommand.js +21 -28
- package/dist-es/commands/GetRolePolicyCommand.js +21 -28
- package/dist-es/commands/GetSAMLProviderCommand.js +21 -28
- package/dist-es/commands/GetSSHPublicKeyCommand.js +21 -28
- package/dist-es/commands/GetServerCertificateCommand.js +21 -28
- package/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +21 -28
- package/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +21 -28
- package/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +21 -28
- package/dist-es/commands/GetUserCommand.js +21 -28
- package/dist-es/commands/GetUserPolicyCommand.js +21 -28
- package/dist-es/commands/ListAccessKeysCommand.js +21 -28
- package/dist-es/commands/ListAccountAliasesCommand.js +21 -28
- package/dist-es/commands/ListAttachedGroupPoliciesCommand.js +21 -28
- package/dist-es/commands/ListAttachedRolePoliciesCommand.js +21 -28
- package/dist-es/commands/ListAttachedUserPoliciesCommand.js +21 -28
- package/dist-es/commands/ListEntitiesForPolicyCommand.js +21 -28
- package/dist-es/commands/ListGroupPoliciesCommand.js +21 -28
- package/dist-es/commands/ListGroupsCommand.js +21 -28
- package/dist-es/commands/ListGroupsForUserCommand.js +21 -28
- package/dist-es/commands/ListInstanceProfileTagsCommand.js +21 -28
- package/dist-es/commands/ListInstanceProfilesCommand.js +21 -28
- package/dist-es/commands/ListInstanceProfilesForRoleCommand.js +21 -28
- package/dist-es/commands/ListMFADeviceTagsCommand.js +21 -28
- package/dist-es/commands/ListMFADevicesCommand.js +21 -28
- package/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +21 -28
- package/dist-es/commands/ListOpenIDConnectProvidersCommand.js +21 -28
- package/dist-es/commands/ListPoliciesCommand.js +21 -28
- package/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +21 -28
- package/dist-es/commands/ListPolicyTagsCommand.js +21 -28
- package/dist-es/commands/ListPolicyVersionsCommand.js +21 -28
- package/dist-es/commands/ListRolePoliciesCommand.js +21 -28
- package/dist-es/commands/ListRoleTagsCommand.js +21 -28
- package/dist-es/commands/ListRolesCommand.js +21 -28
- package/dist-es/commands/ListSAMLProviderTagsCommand.js +21 -28
- package/dist-es/commands/ListSAMLProvidersCommand.js +21 -28
- package/dist-es/commands/ListSSHPublicKeysCommand.js +21 -28
- package/dist-es/commands/ListServerCertificateTagsCommand.js +21 -28
- package/dist-es/commands/ListServerCertificatesCommand.js +21 -28
- package/dist-es/commands/ListServiceSpecificCredentialsCommand.js +21 -28
- package/dist-es/commands/ListSigningCertificatesCommand.js +21 -28
- package/dist-es/commands/ListUserPoliciesCommand.js +21 -28
- package/dist-es/commands/ListUserTagsCommand.js +21 -28
- package/dist-es/commands/ListUsersCommand.js +21 -28
- package/dist-es/commands/ListVirtualMFADevicesCommand.js +21 -28
- package/dist-es/commands/PutGroupPolicyCommand.js +22 -29
- package/dist-es/commands/PutRolePermissionsBoundaryCommand.js +22 -29
- package/dist-es/commands/PutRolePolicyCommand.js +22 -29
- package/dist-es/commands/PutUserPermissionsBoundaryCommand.js +22 -29
- package/dist-es/commands/PutUserPolicyCommand.js +22 -29
- package/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +22 -29
- package/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +22 -29
- package/dist-es/commands/RemoveUserFromGroupCommand.js +22 -29
- package/dist-es/commands/ResetServiceSpecificCredentialCommand.js +21 -28
- package/dist-es/commands/ResyncMFADeviceCommand.js +22 -29
- package/dist-es/commands/SetDefaultPolicyVersionCommand.js +22 -29
- package/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +22 -29
- package/dist-es/commands/SimulateCustomPolicyCommand.js +21 -28
- package/dist-es/commands/SimulatePrincipalPolicyCommand.js +21 -28
- package/dist-es/commands/TagInstanceProfileCommand.js +22 -29
- package/dist-es/commands/TagMFADeviceCommand.js +22 -29
- package/dist-es/commands/TagOpenIDConnectProviderCommand.js +22 -29
- package/dist-es/commands/TagPolicyCommand.js +22 -29
- package/dist-es/commands/TagRoleCommand.js +22 -29
- package/dist-es/commands/TagSAMLProviderCommand.js +22 -29
- package/dist-es/commands/TagServerCertificateCommand.js +22 -29
- package/dist-es/commands/TagUserCommand.js +22 -29
- package/dist-es/commands/UntagInstanceProfileCommand.js +22 -29
- package/dist-es/commands/UntagMFADeviceCommand.js +22 -29
- package/dist-es/commands/UntagOpenIDConnectProviderCommand.js +22 -29
- package/dist-es/commands/UntagPolicyCommand.js +22 -29
- package/dist-es/commands/UntagRoleCommand.js +22 -29
- package/dist-es/commands/UntagSAMLProviderCommand.js +22 -29
- package/dist-es/commands/UntagServerCertificateCommand.js +22 -29
- package/dist-es/commands/UntagUserCommand.js +22 -29
- package/dist-es/commands/UpdateAccessKeyCommand.js +22 -29
- package/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +22 -29
- package/dist-es/commands/UpdateAssumeRolePolicyCommand.js +22 -29
- package/dist-es/commands/UpdateGroupCommand.js +22 -29
- package/dist-es/commands/UpdateLoginProfileCommand.js +22 -29
- package/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +22 -29
- package/dist-es/commands/UpdateRoleCommand.js +21 -28
- package/dist-es/commands/UpdateRoleDescriptionCommand.js +21 -28
- package/dist-es/commands/UpdateSAMLProviderCommand.js +21 -28
- package/dist-es/commands/UpdateSSHPublicKeyCommand.js +22 -29
- package/dist-es/commands/UpdateServerCertificateCommand.js +22 -29
- package/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +22 -29
- package/dist-es/commands/UpdateSigningCertificateCommand.js +22 -29
- package/dist-es/commands/UpdateUserCommand.js +22 -29
- package/dist-es/commands/UploadSSHPublicKeyCommand.js +21 -28
- package/dist-es/commands/UploadServerCertificateCommand.js +21 -28
- package/dist-es/commands/UploadSigningCertificateCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/IAMServiceException.js +5 -10
- package/dist-es/models/models_0.js +1026 -497
- package/dist-es/models/models_1.js +152 -95
- package/dist-es/pagination/GetAccountAuthorizationDetailsPaginator.js +25 -68
- package/dist-es/pagination/GetGroupPaginator.js +25 -68
- package/dist-es/pagination/ListAccessKeysPaginator.js +25 -68
- package/dist-es/pagination/ListAccountAliasesPaginator.js +25 -68
- package/dist-es/pagination/ListAttachedGroupPoliciesPaginator.js +25 -68
- package/dist-es/pagination/ListAttachedRolePoliciesPaginator.js +25 -68
- package/dist-es/pagination/ListAttachedUserPoliciesPaginator.js +25 -68
- package/dist-es/pagination/ListEntitiesForPolicyPaginator.js +25 -68
- package/dist-es/pagination/ListGroupPoliciesPaginator.js +25 -68
- package/dist-es/pagination/ListGroupsForUserPaginator.js +25 -68
- package/dist-es/pagination/ListGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListInstanceProfilesForRolePaginator.js +25 -68
- package/dist-es/pagination/ListInstanceProfilesPaginator.js +25 -68
- package/dist-es/pagination/ListMFADevicesPaginator.js +25 -68
- package/dist-es/pagination/ListPoliciesPaginator.js +25 -68
- package/dist-es/pagination/ListPolicyVersionsPaginator.js +25 -68
- package/dist-es/pagination/ListRolePoliciesPaginator.js +25 -68
- package/dist-es/pagination/ListRolesPaginator.js +25 -68
- package/dist-es/pagination/ListSSHPublicKeysPaginator.js +25 -68
- package/dist-es/pagination/ListServerCertificatesPaginator.js +25 -68
- package/dist-es/pagination/ListSigningCertificatesPaginator.js +25 -68
- package/dist-es/pagination/ListUserPoliciesPaginator.js +25 -68
- package/dist-es/pagination/ListUserTagsPaginator.js +25 -68
- package/dist-es/pagination/ListUsersPaginator.js +25 -68
- package/dist-es/pagination/ListVirtualMFADevicesPaginator.js +25 -68
- package/dist-es/pagination/SimulateCustomPolicyPaginator.js +25 -68
- package/dist-es/pagination/SimulatePrincipalPolicyPaginator.js +25 -68
- package/dist-es/protocols/Aws_query.js +9069 -12379
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForInstanceProfileExists.js +23 -42
- package/dist-es/waiters/waitForPolicyExists.js +23 -42
- package/dist-es/waiters/waitForRoleExists.js +23 -42
- package/dist-es/waiters/waitForUserExists.js +23 -42
- package/package.json +34 -34
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { ListAttachedGroupPoliciesRequestFilterSensitiveLog, ListAttachedGroupPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryListAttachedGroupPoliciesCommand, serializeAws_queryListAttachedGroupPoliciesCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class ListAttachedGroupPoliciesCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "IAMClient";
|
|
15
|
+
const commandName = "ListAttachedGroupPoliciesCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: ListAttachedGroupPoliciesRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: ListAttachedGroupPoliciesResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
ListAttachedGroupPoliciesCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryListAttachedGroupPoliciesCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryListAttachedGroupPoliciesCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListAttachedGroupPoliciesCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { ListAttachedRolePoliciesRequestFilterSensitiveLog, ListAttachedRolePoliciesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryListAttachedRolePoliciesCommand, serializeAws_queryListAttachedRolePoliciesCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class ListAttachedRolePoliciesCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "IAMClient";
|
|
15
|
+
const commandName = "ListAttachedRolePoliciesCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: ListAttachedRolePoliciesRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: ListAttachedRolePoliciesResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
ListAttachedRolePoliciesCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryListAttachedRolePoliciesCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryListAttachedRolePoliciesCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListAttachedRolePoliciesCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { ListAttachedUserPoliciesRequestFilterSensitiveLog, ListAttachedUserPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryListAttachedUserPoliciesCommand, serializeAws_queryListAttachedUserPoliciesCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class ListAttachedUserPoliciesCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "IAMClient";
|
|
15
|
+
const commandName = "ListAttachedUserPoliciesCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: ListAttachedUserPoliciesRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: ListAttachedUserPoliciesResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
ListAttachedUserPoliciesCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryListAttachedUserPoliciesCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryListAttachedUserPoliciesCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListAttachedUserPoliciesCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { ListEntitiesForPolicyRequestFilterSensitiveLog, ListEntitiesForPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryListEntitiesForPolicyCommand, serializeAws_queryListEntitiesForPolicyCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class ListEntitiesForPolicyCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "IAMClient";
|
|
15
|
+
const commandName = "ListEntitiesForPolicyCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: ListEntitiesForPolicyRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: ListEntitiesForPolicyResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
ListEntitiesForPolicyCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryListEntitiesForPolicyCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryListEntitiesForPolicyCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListEntitiesForPolicyCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { ListGroupPoliciesRequestFilterSensitiveLog, ListGroupPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryListGroupPoliciesCommand, serializeAws_queryListGroupPoliciesCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class ListGroupPoliciesCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "IAMClient";
|
|
15
|
+
const commandName = "ListGroupPoliciesCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: ListGroupPoliciesRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: ListGroupPoliciesResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
ListGroupPoliciesCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryListGroupPoliciesCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryListGroupPoliciesCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListGroupPoliciesCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { ListGroupsRequestFilterSensitiveLog, ListGroupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryListGroupsCommand, serializeAws_queryListGroupsCommand } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class ListGroupsCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "IAMClient";
|
|
15
|
+
const commandName = "ListGroupsCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: ListGroupsRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: ListGroupsResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
ListGroupsCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryListGroupsCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryListGroupsCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListGroupsCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { ListGroupsForUserRequestFilterSensitiveLog, ListGroupsForUserResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryListGroupsForUserCommand, serializeAws_queryListGroupsForUserCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class ListGroupsForUserCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "IAMClient";
|
|
15
|
+
const commandName = "ListGroupsForUserCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: ListGroupsForUserRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: ListGroupsForUserResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
ListGroupsForUserCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryListGroupsForUserCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryListGroupsForUserCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListGroupsForUserCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { ListInstanceProfileTagsRequestFilterSensitiveLog, ListInstanceProfileTagsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryListInstanceProfileTagsCommand, serializeAws_queryListInstanceProfileTagsCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class ListInstanceProfileTagsCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "IAMClient";
|
|
15
|
+
const commandName = "ListInstanceProfileTagsCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: ListInstanceProfileTagsRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: ListInstanceProfileTagsResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
ListInstanceProfileTagsCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryListInstanceProfileTagsCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryListInstanceProfileTagsCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListInstanceProfileTagsCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { ListInstanceProfilesRequestFilterSensitiveLog, ListInstanceProfilesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryListInstanceProfilesCommand, serializeAws_queryListInstanceProfilesCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class ListInstanceProfilesCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "IAMClient";
|
|
15
|
+
const commandName = "ListInstanceProfilesCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: ListInstanceProfilesRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: ListInstanceProfilesResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
ListInstanceProfilesCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryListInstanceProfilesCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryListInstanceProfilesCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListInstanceProfilesCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { ListInstanceProfilesForRoleRequestFilterSensitiveLog, ListInstanceProfilesForRoleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryListInstanceProfilesForRoleCommand, serializeAws_queryListInstanceProfilesForRoleCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class ListInstanceProfilesForRoleCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "IAMClient";
|
|
15
|
+
const commandName = "ListInstanceProfilesForRoleCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: ListInstanceProfilesForRoleRequestFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: ListInstanceProfilesForRoleResponseFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
ListInstanceProfilesForRoleCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryListInstanceProfilesForRoleCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryListInstanceProfilesForRoleCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListInstanceProfilesForRoleCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|