@jjrawlins/cdk-iam-policy-builder-helper 0.0.77 → 0.0.79
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/.jsii +6 -6
- package/{cdk-iam-policy-builder-helper → cdkiampolicybuilderhelper}/go.mod +2 -2
- package/{cdk-iam-policy-builder-helper → cdkiampolicybuilderhelper}/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -0
- package/lib/constructs/Actions.d.ts +31 -0
- package/lib/constructs/Actions.js +32 -1
- package/lib/constructs/ManagedPolicies.d.ts +4 -0
- package/lib/constructs/ManagedPolicies.js +5 -1
- package/methods_list.txt +31 -0
- package/node_modules/@aws-sdk/client-iam/README.md +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +243 -73
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateDelegationRequestCommand.js +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +4 -26
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +26 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +195 -49
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +3 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +114 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +116 -295
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +296 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/protocols/Aws_query.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +17 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateDelegationRequestCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +30 -44
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +45 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iam/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +9 -5
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +9 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +8 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +12 -14
- package/cdk-iam-policy-builder-helper/version +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
- /package/{cdk-iam-policy-builder-helper → cdkiampolicybuilderhelper}/LICENSE +0 -0
- /package/{cdk-iam-policy-builder-helper → cdkiampolicybuilderhelper}/README.md +0 -0
|
@@ -16,6 +16,7 @@ import { AttachUserPolicyCommandInput, AttachUserPolicyCommandOutput } from "./c
|
|
|
16
16
|
import { ChangePasswordCommandInput, ChangePasswordCommandOutput } from "./commands/ChangePasswordCommand";
|
|
17
17
|
import { CreateAccessKeyCommandInput, CreateAccessKeyCommandOutput } from "./commands/CreateAccessKeyCommand";
|
|
18
18
|
import { CreateAccountAliasCommandInput, CreateAccountAliasCommandOutput } from "./commands/CreateAccountAliasCommand";
|
|
19
|
+
import { CreateDelegationRequestCommandInput, CreateDelegationRequestCommandOutput } from "./commands/CreateDelegationRequestCommand";
|
|
19
20
|
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
|
|
20
21
|
import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
|
|
21
22
|
import { CreateLoginProfileCommandInput, CreateLoginProfileCommandOutput } from "./commands/CreateLoginProfileCommand";
|
|
@@ -177,11 +178,11 @@ export { __Client };
|
|
|
177
178
|
/**
|
|
178
179
|
* @public
|
|
179
180
|
*/
|
|
180
|
-
export type ServiceInputTypes = AddClientIDToOpenIDConnectProviderCommandInput | AddRoleToInstanceProfileCommandInput | AddUserToGroupCommandInput | AttachGroupPolicyCommandInput | AttachRolePolicyCommandInput | AttachUserPolicyCommandInput | ChangePasswordCommandInput | CreateAccessKeyCommandInput | CreateAccountAliasCommandInput | CreateGroupCommandInput | CreateInstanceProfileCommandInput | CreateLoginProfileCommandInput | CreateOpenIDConnectProviderCommandInput | CreatePolicyCommandInput | CreatePolicyVersionCommandInput | CreateRoleCommandInput | CreateSAMLProviderCommandInput | CreateServiceLinkedRoleCommandInput | CreateServiceSpecificCredentialCommandInput | CreateUserCommandInput | CreateVirtualMFADeviceCommandInput | DeactivateMFADeviceCommandInput | DeleteAccessKeyCommandInput | DeleteAccountAliasCommandInput | DeleteAccountPasswordPolicyCommandInput | DeleteGroupCommandInput | DeleteGroupPolicyCommandInput | DeleteInstanceProfileCommandInput | DeleteLoginProfileCommandInput | DeleteOpenIDConnectProviderCommandInput | DeletePolicyCommandInput | DeletePolicyVersionCommandInput | DeleteRoleCommandInput | DeleteRolePermissionsBoundaryCommandInput | DeleteRolePolicyCommandInput | DeleteSAMLProviderCommandInput | DeleteSSHPublicKeyCommandInput | DeleteServerCertificateCommandInput | DeleteServiceLinkedRoleCommandInput | DeleteServiceSpecificCredentialCommandInput | DeleteSigningCertificateCommandInput | DeleteUserCommandInput | DeleteUserPermissionsBoundaryCommandInput | DeleteUserPolicyCommandInput | DeleteVirtualMFADeviceCommandInput | DetachGroupPolicyCommandInput | DetachRolePolicyCommandInput | DetachUserPolicyCommandInput | DisableOrganizationsRootCredentialsManagementCommandInput | DisableOrganizationsRootSessionsCommandInput | EnableMFADeviceCommandInput | EnableOrganizationsRootCredentialsManagementCommandInput | EnableOrganizationsRootSessionsCommandInput | GenerateCredentialReportCommandInput | GenerateOrganizationsAccessReportCommandInput | GenerateServiceLastAccessedDetailsCommandInput | GetAccessKeyLastUsedCommandInput | GetAccountAuthorizationDetailsCommandInput | GetAccountPasswordPolicyCommandInput | GetAccountSummaryCommandInput | GetContextKeysForCustomPolicyCommandInput | GetContextKeysForPrincipalPolicyCommandInput | GetCredentialReportCommandInput | GetGroupCommandInput | GetGroupPolicyCommandInput | GetInstanceProfileCommandInput | GetLoginProfileCommandInput | GetMFADeviceCommandInput | GetOpenIDConnectProviderCommandInput | GetOrganizationsAccessReportCommandInput | GetPolicyCommandInput | GetPolicyVersionCommandInput | GetRoleCommandInput | GetRolePolicyCommandInput | GetSAMLProviderCommandInput | GetSSHPublicKeyCommandInput | GetServerCertificateCommandInput | GetServiceLastAccessedDetailsCommandInput | GetServiceLastAccessedDetailsWithEntitiesCommandInput | GetServiceLinkedRoleDeletionStatusCommandInput | GetUserCommandInput | GetUserPolicyCommandInput | ListAccessKeysCommandInput | ListAccountAliasesCommandInput | ListAttachedGroupPoliciesCommandInput | ListAttachedRolePoliciesCommandInput | ListAttachedUserPoliciesCommandInput | ListEntitiesForPolicyCommandInput | ListGroupPoliciesCommandInput | ListGroupsCommandInput | ListGroupsForUserCommandInput | ListInstanceProfileTagsCommandInput | ListInstanceProfilesCommandInput | ListInstanceProfilesForRoleCommandInput | ListMFADeviceTagsCommandInput | ListMFADevicesCommandInput | ListOpenIDConnectProviderTagsCommandInput | ListOpenIDConnectProvidersCommandInput | ListOrganizationsFeaturesCommandInput | ListPoliciesCommandInput | ListPoliciesGrantingServiceAccessCommandInput | ListPolicyTagsCommandInput | ListPolicyVersionsCommandInput | ListRolePoliciesCommandInput | ListRoleTagsCommandInput | ListRolesCommandInput | ListSAMLProviderTagsCommandInput | ListSAMLProvidersCommandInput | ListSSHPublicKeysCommandInput | ListServerCertificateTagsCommandInput | ListServerCertificatesCommandInput | ListServiceSpecificCredentialsCommandInput | ListSigningCertificatesCommandInput | ListUserPoliciesCommandInput | ListUserTagsCommandInput | ListUsersCommandInput | ListVirtualMFADevicesCommandInput | PutGroupPolicyCommandInput | PutRolePermissionsBoundaryCommandInput | PutRolePolicyCommandInput | PutUserPermissionsBoundaryCommandInput | PutUserPolicyCommandInput | RemoveClientIDFromOpenIDConnectProviderCommandInput | RemoveRoleFromInstanceProfileCommandInput | RemoveUserFromGroupCommandInput | ResetServiceSpecificCredentialCommandInput | ResyncMFADeviceCommandInput | SetDefaultPolicyVersionCommandInput | SetSecurityTokenServicePreferencesCommandInput | SimulateCustomPolicyCommandInput | SimulatePrincipalPolicyCommandInput | TagInstanceProfileCommandInput | TagMFADeviceCommandInput | TagOpenIDConnectProviderCommandInput | TagPolicyCommandInput | TagRoleCommandInput | TagSAMLProviderCommandInput | TagServerCertificateCommandInput | TagUserCommandInput | UntagInstanceProfileCommandInput | UntagMFADeviceCommandInput | UntagOpenIDConnectProviderCommandInput | UntagPolicyCommandInput | UntagRoleCommandInput | UntagSAMLProviderCommandInput | UntagServerCertificateCommandInput | UntagUserCommandInput | UpdateAccessKeyCommandInput | UpdateAccountPasswordPolicyCommandInput | UpdateAssumeRolePolicyCommandInput | UpdateGroupCommandInput | UpdateLoginProfileCommandInput | UpdateOpenIDConnectProviderThumbprintCommandInput | UpdateRoleCommandInput | UpdateRoleDescriptionCommandInput | UpdateSAMLProviderCommandInput | UpdateSSHPublicKeyCommandInput | UpdateServerCertificateCommandInput | UpdateServiceSpecificCredentialCommandInput | UpdateSigningCertificateCommandInput | UpdateUserCommandInput | UploadSSHPublicKeyCommandInput | UploadServerCertificateCommandInput | UploadSigningCertificateCommandInput;
|
|
181
|
+
export type ServiceInputTypes = AddClientIDToOpenIDConnectProviderCommandInput | AddRoleToInstanceProfileCommandInput | AddUserToGroupCommandInput | AttachGroupPolicyCommandInput | AttachRolePolicyCommandInput | AttachUserPolicyCommandInput | ChangePasswordCommandInput | CreateAccessKeyCommandInput | CreateAccountAliasCommandInput | CreateDelegationRequestCommandInput | CreateGroupCommandInput | CreateInstanceProfileCommandInput | CreateLoginProfileCommandInput | CreateOpenIDConnectProviderCommandInput | CreatePolicyCommandInput | CreatePolicyVersionCommandInput | CreateRoleCommandInput | CreateSAMLProviderCommandInput | CreateServiceLinkedRoleCommandInput | CreateServiceSpecificCredentialCommandInput | CreateUserCommandInput | CreateVirtualMFADeviceCommandInput | DeactivateMFADeviceCommandInput | DeleteAccessKeyCommandInput | DeleteAccountAliasCommandInput | DeleteAccountPasswordPolicyCommandInput | DeleteGroupCommandInput | DeleteGroupPolicyCommandInput | DeleteInstanceProfileCommandInput | DeleteLoginProfileCommandInput | DeleteOpenIDConnectProviderCommandInput | DeletePolicyCommandInput | DeletePolicyVersionCommandInput | DeleteRoleCommandInput | DeleteRolePermissionsBoundaryCommandInput | DeleteRolePolicyCommandInput | DeleteSAMLProviderCommandInput | DeleteSSHPublicKeyCommandInput | DeleteServerCertificateCommandInput | DeleteServiceLinkedRoleCommandInput | DeleteServiceSpecificCredentialCommandInput | DeleteSigningCertificateCommandInput | DeleteUserCommandInput | DeleteUserPermissionsBoundaryCommandInput | DeleteUserPolicyCommandInput | DeleteVirtualMFADeviceCommandInput | DetachGroupPolicyCommandInput | DetachRolePolicyCommandInput | DetachUserPolicyCommandInput | DisableOrganizationsRootCredentialsManagementCommandInput | DisableOrganizationsRootSessionsCommandInput | EnableMFADeviceCommandInput | EnableOrganizationsRootCredentialsManagementCommandInput | EnableOrganizationsRootSessionsCommandInput | GenerateCredentialReportCommandInput | GenerateOrganizationsAccessReportCommandInput | GenerateServiceLastAccessedDetailsCommandInput | GetAccessKeyLastUsedCommandInput | GetAccountAuthorizationDetailsCommandInput | GetAccountPasswordPolicyCommandInput | GetAccountSummaryCommandInput | GetContextKeysForCustomPolicyCommandInput | GetContextKeysForPrincipalPolicyCommandInput | GetCredentialReportCommandInput | GetGroupCommandInput | GetGroupPolicyCommandInput | GetInstanceProfileCommandInput | GetLoginProfileCommandInput | GetMFADeviceCommandInput | GetOpenIDConnectProviderCommandInput | GetOrganizationsAccessReportCommandInput | GetPolicyCommandInput | GetPolicyVersionCommandInput | GetRoleCommandInput | GetRolePolicyCommandInput | GetSAMLProviderCommandInput | GetSSHPublicKeyCommandInput | GetServerCertificateCommandInput | GetServiceLastAccessedDetailsCommandInput | GetServiceLastAccessedDetailsWithEntitiesCommandInput | GetServiceLinkedRoleDeletionStatusCommandInput | GetUserCommandInput | GetUserPolicyCommandInput | ListAccessKeysCommandInput | ListAccountAliasesCommandInput | ListAttachedGroupPoliciesCommandInput | ListAttachedRolePoliciesCommandInput | ListAttachedUserPoliciesCommandInput | ListEntitiesForPolicyCommandInput | ListGroupPoliciesCommandInput | ListGroupsCommandInput | ListGroupsForUserCommandInput | ListInstanceProfileTagsCommandInput | ListInstanceProfilesCommandInput | ListInstanceProfilesForRoleCommandInput | ListMFADeviceTagsCommandInput | ListMFADevicesCommandInput | ListOpenIDConnectProviderTagsCommandInput | ListOpenIDConnectProvidersCommandInput | ListOrganizationsFeaturesCommandInput | ListPoliciesCommandInput | ListPoliciesGrantingServiceAccessCommandInput | ListPolicyTagsCommandInput | ListPolicyVersionsCommandInput | ListRolePoliciesCommandInput | ListRoleTagsCommandInput | ListRolesCommandInput | ListSAMLProviderTagsCommandInput | ListSAMLProvidersCommandInput | ListSSHPublicKeysCommandInput | ListServerCertificateTagsCommandInput | ListServerCertificatesCommandInput | ListServiceSpecificCredentialsCommandInput | ListSigningCertificatesCommandInput | ListUserPoliciesCommandInput | ListUserTagsCommandInput | ListUsersCommandInput | ListVirtualMFADevicesCommandInput | PutGroupPolicyCommandInput | PutRolePermissionsBoundaryCommandInput | PutRolePolicyCommandInput | PutUserPermissionsBoundaryCommandInput | PutUserPolicyCommandInput | RemoveClientIDFromOpenIDConnectProviderCommandInput | RemoveRoleFromInstanceProfileCommandInput | RemoveUserFromGroupCommandInput | ResetServiceSpecificCredentialCommandInput | ResyncMFADeviceCommandInput | SetDefaultPolicyVersionCommandInput | SetSecurityTokenServicePreferencesCommandInput | SimulateCustomPolicyCommandInput | SimulatePrincipalPolicyCommandInput | TagInstanceProfileCommandInput | TagMFADeviceCommandInput | TagOpenIDConnectProviderCommandInput | TagPolicyCommandInput | TagRoleCommandInput | TagSAMLProviderCommandInput | TagServerCertificateCommandInput | TagUserCommandInput | UntagInstanceProfileCommandInput | UntagMFADeviceCommandInput | UntagOpenIDConnectProviderCommandInput | UntagPolicyCommandInput | UntagRoleCommandInput | UntagSAMLProviderCommandInput | UntagServerCertificateCommandInput | UntagUserCommandInput | UpdateAccessKeyCommandInput | UpdateAccountPasswordPolicyCommandInput | UpdateAssumeRolePolicyCommandInput | UpdateGroupCommandInput | UpdateLoginProfileCommandInput | UpdateOpenIDConnectProviderThumbprintCommandInput | UpdateRoleCommandInput | UpdateRoleDescriptionCommandInput | UpdateSAMLProviderCommandInput | UpdateSSHPublicKeyCommandInput | UpdateServerCertificateCommandInput | UpdateServiceSpecificCredentialCommandInput | UpdateSigningCertificateCommandInput | UpdateUserCommandInput | UploadSSHPublicKeyCommandInput | UploadServerCertificateCommandInput | UploadSigningCertificateCommandInput;
|
|
181
182
|
/**
|
|
182
183
|
* @public
|
|
183
184
|
*/
|
|
184
|
-
export type ServiceOutputTypes = AddClientIDToOpenIDConnectProviderCommandOutput | AddRoleToInstanceProfileCommandOutput | AddUserToGroupCommandOutput | AttachGroupPolicyCommandOutput | AttachRolePolicyCommandOutput | AttachUserPolicyCommandOutput | ChangePasswordCommandOutput | CreateAccessKeyCommandOutput | CreateAccountAliasCommandOutput | CreateGroupCommandOutput | CreateInstanceProfileCommandOutput | CreateLoginProfileCommandOutput | CreateOpenIDConnectProviderCommandOutput | CreatePolicyCommandOutput | CreatePolicyVersionCommandOutput | CreateRoleCommandOutput | CreateSAMLProviderCommandOutput | CreateServiceLinkedRoleCommandOutput | CreateServiceSpecificCredentialCommandOutput | CreateUserCommandOutput | CreateVirtualMFADeviceCommandOutput | DeactivateMFADeviceCommandOutput | DeleteAccessKeyCommandOutput | DeleteAccountAliasCommandOutput | DeleteAccountPasswordPolicyCommandOutput | DeleteGroupCommandOutput | DeleteGroupPolicyCommandOutput | DeleteInstanceProfileCommandOutput | DeleteLoginProfileCommandOutput | DeleteOpenIDConnectProviderCommandOutput | DeletePolicyCommandOutput | DeletePolicyVersionCommandOutput | DeleteRoleCommandOutput | DeleteRolePermissionsBoundaryCommandOutput | DeleteRolePolicyCommandOutput | DeleteSAMLProviderCommandOutput | DeleteSSHPublicKeyCommandOutput | DeleteServerCertificateCommandOutput | DeleteServiceLinkedRoleCommandOutput | DeleteServiceSpecificCredentialCommandOutput | DeleteSigningCertificateCommandOutput | DeleteUserCommandOutput | DeleteUserPermissionsBoundaryCommandOutput | DeleteUserPolicyCommandOutput | DeleteVirtualMFADeviceCommandOutput | DetachGroupPolicyCommandOutput | DetachRolePolicyCommandOutput | DetachUserPolicyCommandOutput | DisableOrganizationsRootCredentialsManagementCommandOutput | DisableOrganizationsRootSessionsCommandOutput | EnableMFADeviceCommandOutput | EnableOrganizationsRootCredentialsManagementCommandOutput | EnableOrganizationsRootSessionsCommandOutput | GenerateCredentialReportCommandOutput | GenerateOrganizationsAccessReportCommandOutput | GenerateServiceLastAccessedDetailsCommandOutput | GetAccessKeyLastUsedCommandOutput | GetAccountAuthorizationDetailsCommandOutput | GetAccountPasswordPolicyCommandOutput | GetAccountSummaryCommandOutput | GetContextKeysForCustomPolicyCommandOutput | GetContextKeysForPrincipalPolicyCommandOutput | GetCredentialReportCommandOutput | GetGroupCommandOutput | GetGroupPolicyCommandOutput | GetInstanceProfileCommandOutput | GetLoginProfileCommandOutput | GetMFADeviceCommandOutput | GetOpenIDConnectProviderCommandOutput | GetOrganizationsAccessReportCommandOutput | GetPolicyCommandOutput | GetPolicyVersionCommandOutput | GetRoleCommandOutput | GetRolePolicyCommandOutput | GetSAMLProviderCommandOutput | GetSSHPublicKeyCommandOutput | GetServerCertificateCommandOutput | GetServiceLastAccessedDetailsCommandOutput | GetServiceLastAccessedDetailsWithEntitiesCommandOutput | GetServiceLinkedRoleDeletionStatusCommandOutput | GetUserCommandOutput | GetUserPolicyCommandOutput | ListAccessKeysCommandOutput | ListAccountAliasesCommandOutput | ListAttachedGroupPoliciesCommandOutput | ListAttachedRolePoliciesCommandOutput | ListAttachedUserPoliciesCommandOutput | ListEntitiesForPolicyCommandOutput | ListGroupPoliciesCommandOutput | ListGroupsCommandOutput | ListGroupsForUserCommandOutput | ListInstanceProfileTagsCommandOutput | ListInstanceProfilesCommandOutput | ListInstanceProfilesForRoleCommandOutput | ListMFADeviceTagsCommandOutput | ListMFADevicesCommandOutput | ListOpenIDConnectProviderTagsCommandOutput | ListOpenIDConnectProvidersCommandOutput | ListOrganizationsFeaturesCommandOutput | ListPoliciesCommandOutput | ListPoliciesGrantingServiceAccessCommandOutput | ListPolicyTagsCommandOutput | ListPolicyVersionsCommandOutput | ListRolePoliciesCommandOutput | ListRoleTagsCommandOutput | ListRolesCommandOutput | ListSAMLProviderTagsCommandOutput | ListSAMLProvidersCommandOutput | ListSSHPublicKeysCommandOutput | ListServerCertificateTagsCommandOutput | ListServerCertificatesCommandOutput | ListServiceSpecificCredentialsCommandOutput | ListSigningCertificatesCommandOutput | ListUserPoliciesCommandOutput | ListUserTagsCommandOutput | ListUsersCommandOutput | ListVirtualMFADevicesCommandOutput | PutGroupPolicyCommandOutput | PutRolePermissionsBoundaryCommandOutput | PutRolePolicyCommandOutput | PutUserPermissionsBoundaryCommandOutput | PutUserPolicyCommandOutput | RemoveClientIDFromOpenIDConnectProviderCommandOutput | RemoveRoleFromInstanceProfileCommandOutput | RemoveUserFromGroupCommandOutput | ResetServiceSpecificCredentialCommandOutput | ResyncMFADeviceCommandOutput | SetDefaultPolicyVersionCommandOutput | SetSecurityTokenServicePreferencesCommandOutput | SimulateCustomPolicyCommandOutput | SimulatePrincipalPolicyCommandOutput | TagInstanceProfileCommandOutput | TagMFADeviceCommandOutput | TagOpenIDConnectProviderCommandOutput | TagPolicyCommandOutput | TagRoleCommandOutput | TagSAMLProviderCommandOutput | TagServerCertificateCommandOutput | TagUserCommandOutput | UntagInstanceProfileCommandOutput | UntagMFADeviceCommandOutput | UntagOpenIDConnectProviderCommandOutput | UntagPolicyCommandOutput | UntagRoleCommandOutput | UntagSAMLProviderCommandOutput | UntagServerCertificateCommandOutput | UntagUserCommandOutput | UpdateAccessKeyCommandOutput | UpdateAccountPasswordPolicyCommandOutput | UpdateAssumeRolePolicyCommandOutput | UpdateGroupCommandOutput | UpdateLoginProfileCommandOutput | UpdateOpenIDConnectProviderThumbprintCommandOutput | UpdateRoleCommandOutput | UpdateRoleDescriptionCommandOutput | UpdateSAMLProviderCommandOutput | UpdateSSHPublicKeyCommandOutput | UpdateServerCertificateCommandOutput | UpdateServiceSpecificCredentialCommandOutput | UpdateSigningCertificateCommandOutput | UpdateUserCommandOutput | UploadSSHPublicKeyCommandOutput | UploadServerCertificateCommandOutput | UploadSigningCertificateCommandOutput;
|
|
185
|
+
export type ServiceOutputTypes = AddClientIDToOpenIDConnectProviderCommandOutput | AddRoleToInstanceProfileCommandOutput | AddUserToGroupCommandOutput | AttachGroupPolicyCommandOutput | AttachRolePolicyCommandOutput | AttachUserPolicyCommandOutput | ChangePasswordCommandOutput | CreateAccessKeyCommandOutput | CreateAccountAliasCommandOutput | CreateDelegationRequestCommandOutput | CreateGroupCommandOutput | CreateInstanceProfileCommandOutput | CreateLoginProfileCommandOutput | CreateOpenIDConnectProviderCommandOutput | CreatePolicyCommandOutput | CreatePolicyVersionCommandOutput | CreateRoleCommandOutput | CreateSAMLProviderCommandOutput | CreateServiceLinkedRoleCommandOutput | CreateServiceSpecificCredentialCommandOutput | CreateUserCommandOutput | CreateVirtualMFADeviceCommandOutput | DeactivateMFADeviceCommandOutput | DeleteAccessKeyCommandOutput | DeleteAccountAliasCommandOutput | DeleteAccountPasswordPolicyCommandOutput | DeleteGroupCommandOutput | DeleteGroupPolicyCommandOutput | DeleteInstanceProfileCommandOutput | DeleteLoginProfileCommandOutput | DeleteOpenIDConnectProviderCommandOutput | DeletePolicyCommandOutput | DeletePolicyVersionCommandOutput | DeleteRoleCommandOutput | DeleteRolePermissionsBoundaryCommandOutput | DeleteRolePolicyCommandOutput | DeleteSAMLProviderCommandOutput | DeleteSSHPublicKeyCommandOutput | DeleteServerCertificateCommandOutput | DeleteServiceLinkedRoleCommandOutput | DeleteServiceSpecificCredentialCommandOutput | DeleteSigningCertificateCommandOutput | DeleteUserCommandOutput | DeleteUserPermissionsBoundaryCommandOutput | DeleteUserPolicyCommandOutput | DeleteVirtualMFADeviceCommandOutput | DetachGroupPolicyCommandOutput | DetachRolePolicyCommandOutput | DetachUserPolicyCommandOutput | DisableOrganizationsRootCredentialsManagementCommandOutput | DisableOrganizationsRootSessionsCommandOutput | EnableMFADeviceCommandOutput | EnableOrganizationsRootCredentialsManagementCommandOutput | EnableOrganizationsRootSessionsCommandOutput | GenerateCredentialReportCommandOutput | GenerateOrganizationsAccessReportCommandOutput | GenerateServiceLastAccessedDetailsCommandOutput | GetAccessKeyLastUsedCommandOutput | GetAccountAuthorizationDetailsCommandOutput | GetAccountPasswordPolicyCommandOutput | GetAccountSummaryCommandOutput | GetContextKeysForCustomPolicyCommandOutput | GetContextKeysForPrincipalPolicyCommandOutput | GetCredentialReportCommandOutput | GetGroupCommandOutput | GetGroupPolicyCommandOutput | GetInstanceProfileCommandOutput | GetLoginProfileCommandOutput | GetMFADeviceCommandOutput | GetOpenIDConnectProviderCommandOutput | GetOrganizationsAccessReportCommandOutput | GetPolicyCommandOutput | GetPolicyVersionCommandOutput | GetRoleCommandOutput | GetRolePolicyCommandOutput | GetSAMLProviderCommandOutput | GetSSHPublicKeyCommandOutput | GetServerCertificateCommandOutput | GetServiceLastAccessedDetailsCommandOutput | GetServiceLastAccessedDetailsWithEntitiesCommandOutput | GetServiceLinkedRoleDeletionStatusCommandOutput | GetUserCommandOutput | GetUserPolicyCommandOutput | ListAccessKeysCommandOutput | ListAccountAliasesCommandOutput | ListAttachedGroupPoliciesCommandOutput | ListAttachedRolePoliciesCommandOutput | ListAttachedUserPoliciesCommandOutput | ListEntitiesForPolicyCommandOutput | ListGroupPoliciesCommandOutput | ListGroupsCommandOutput | ListGroupsForUserCommandOutput | ListInstanceProfileTagsCommandOutput | ListInstanceProfilesCommandOutput | ListInstanceProfilesForRoleCommandOutput | ListMFADeviceTagsCommandOutput | ListMFADevicesCommandOutput | ListOpenIDConnectProviderTagsCommandOutput | ListOpenIDConnectProvidersCommandOutput | ListOrganizationsFeaturesCommandOutput | ListPoliciesCommandOutput | ListPoliciesGrantingServiceAccessCommandOutput | ListPolicyTagsCommandOutput | ListPolicyVersionsCommandOutput | ListRolePoliciesCommandOutput | ListRoleTagsCommandOutput | ListRolesCommandOutput | ListSAMLProviderTagsCommandOutput | ListSAMLProvidersCommandOutput | ListSSHPublicKeysCommandOutput | ListServerCertificateTagsCommandOutput | ListServerCertificatesCommandOutput | ListServiceSpecificCredentialsCommandOutput | ListSigningCertificatesCommandOutput | ListUserPoliciesCommandOutput | ListUserTagsCommandOutput | ListUsersCommandOutput | ListVirtualMFADevicesCommandOutput | PutGroupPolicyCommandOutput | PutRolePermissionsBoundaryCommandOutput | PutRolePolicyCommandOutput | PutUserPermissionsBoundaryCommandOutput | PutUserPolicyCommandOutput | RemoveClientIDFromOpenIDConnectProviderCommandOutput | RemoveRoleFromInstanceProfileCommandOutput | RemoveUserFromGroupCommandOutput | ResetServiceSpecificCredentialCommandOutput | ResyncMFADeviceCommandOutput | SetDefaultPolicyVersionCommandOutput | SetSecurityTokenServicePreferencesCommandOutput | SimulateCustomPolicyCommandOutput | SimulatePrincipalPolicyCommandOutput | TagInstanceProfileCommandOutput | TagMFADeviceCommandOutput | TagOpenIDConnectProviderCommandOutput | TagPolicyCommandOutput | TagRoleCommandOutput | TagSAMLProviderCommandOutput | TagServerCertificateCommandOutput | TagUserCommandOutput | UntagInstanceProfileCommandOutput | UntagMFADeviceCommandOutput | UntagOpenIDConnectProviderCommandOutput | UntagPolicyCommandOutput | UntagRoleCommandOutput | UntagSAMLProviderCommandOutput | UntagServerCertificateCommandOutput | UntagUserCommandOutput | UpdateAccessKeyCommandOutput | UpdateAccountPasswordPolicyCommandOutput | UpdateAssumeRolePolicyCommandOutput | UpdateGroupCommandOutput | UpdateLoginProfileCommandOutput | UpdateOpenIDConnectProviderThumbprintCommandOutput | UpdateRoleCommandOutput | UpdateRoleDescriptionCommandOutput | UpdateSAMLProviderCommandOutput | UpdateSSHPublicKeyCommandOutput | UpdateServerCertificateCommandOutput | UpdateServiceSpecificCredentialCommandOutput | UpdateSigningCertificateCommandOutput | UpdateUserCommandOutput | UploadSSHPublicKeyCommandOutput | UploadServerCertificateCommandOutput | UploadSigningCertificateCommandOutput;
|
|
185
186
|
/**
|
|
186
187
|
* @public
|
|
187
188
|
*/
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts
ADDED
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
+
import { CreateDelegationRequestRequest, CreateDelegationRequestResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateDelegationRequestCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateDelegationRequestCommandInput extends CreateDelegationRequestRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateDelegationRequestCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateDelegationRequestCommandOutput extends CreateDelegationRequestResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateDelegationRequestCommand_base: {
|
|
25
|
+
new (input: CreateDelegationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDelegationRequestCommandInput, CreateDelegationRequestCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDelegationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDelegationRequestCommandInput, CreateDelegationRequestCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>This API is currently unavailable for general use.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { IAMClient, CreateDelegationRequestCommand } from "@aws-sdk/client-iam"; // ES Modules import
|
|
35
|
+
* // const { IAMClient, CreateDelegationRequestCommand } = require("@aws-sdk/client-iam"); // CommonJS import
|
|
36
|
+
* // import type { IAMClientConfig } from "@aws-sdk/client-iam";
|
|
37
|
+
* const config = {}; // type is IAMClientConfig
|
|
38
|
+
* const client = new IAMClient(config);
|
|
39
|
+
* const input = { // CreateDelegationRequestRequest
|
|
40
|
+
* OwnerAccountId: "STRING_VALUE",
|
|
41
|
+
* Description: "STRING_VALUE", // required
|
|
42
|
+
* Permissions: { // DelegationPermission
|
|
43
|
+
* PolicyTemplateArn: "STRING_VALUE",
|
|
44
|
+
* Parameters: [ // policyParameterListType
|
|
45
|
+
* { // PolicyParameter
|
|
46
|
+
* Name: "STRING_VALUE",
|
|
47
|
+
* Values: [ // policyParameterValuesListType
|
|
48
|
+
* "STRING_VALUE",
|
|
49
|
+
* ],
|
|
50
|
+
* Type: "string" || "stringList",
|
|
51
|
+
* },
|
|
52
|
+
* ],
|
|
53
|
+
* },
|
|
54
|
+
* RequestMessage: "STRING_VALUE",
|
|
55
|
+
* RequestorWorkflowId: "STRING_VALUE", // required
|
|
56
|
+
* RedirectUrl: "STRING_VALUE",
|
|
57
|
+
* NotificationChannel: "STRING_VALUE", // required
|
|
58
|
+
* SessionDuration: Number("int"), // required
|
|
59
|
+
* OnlySendByOwner: true || false,
|
|
60
|
+
* };
|
|
61
|
+
* const command = new CreateDelegationRequestCommand(input);
|
|
62
|
+
* const response = await client.send(command);
|
|
63
|
+
* // { // CreateDelegationRequestResponse
|
|
64
|
+
* // ConsoleDeepLink: "STRING_VALUE",
|
|
65
|
+
* // DelegationRequestId: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
68
|
+
* ```
|
|
69
|
+
*
|
|
70
|
+
* @param CreateDelegationRequestCommandInput - {@link CreateDelegationRequestCommandInput}
|
|
71
|
+
* @returns {@link CreateDelegationRequestCommandOutput}
|
|
72
|
+
* @see {@link CreateDelegationRequestCommandInput} for command's `input` shape.
|
|
73
|
+
* @see {@link CreateDelegationRequestCommandOutput} for command's `response` shape.
|
|
74
|
+
* @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
77
|
+
* <p>The request was rejected because multiple requests to change this object were submitted
|
|
78
|
+
* simultaneously. Wait a few minutes and submit your request again.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link EntityAlreadyExistsException} (client fault)
|
|
81
|
+
* <p>The request was rejected because it attempted to create a resource that already
|
|
82
|
+
* exists.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
85
|
+
* <p>The request was rejected because an invalid or out-of-range value was supplied for an
|
|
86
|
+
* input parameter.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
89
|
+
* <p>The request was rejected because it attempted to create resources beyond the current
|
|
90
|
+
* Amazon Web Services account limits. The error message describes the limit exceeded.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link ServiceFailureException} (server fault)
|
|
93
|
+
* <p>The request processing has failed because of an unknown error, exception or
|
|
94
|
+
* failure.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link IAMServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from IAM service.</p>
|
|
98
|
+
*
|
|
99
|
+
*
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
export declare class CreateDelegationRequestCommand extends CreateDelegationRequestCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: CreateDelegationRequestRequest;
|
|
107
|
+
output: CreateDelegationRequestResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: CreateDelegationRequestCommandInput;
|
|
111
|
+
output: CreateDelegationRequestCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
-
import { SetSecurityTokenServicePreferencesRequest } from "../models/
|
|
4
|
+
import { SetSecurityTokenServicePreferencesRequest } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
|
|
4
|
-
import { SimulateCustomPolicyRequest } from "../models/
|
|
5
|
-
import { SimulatePolicyResponse } from "../models/models_1";
|
|
4
|
+
import { SimulateCustomPolicyRequest, SimulatePolicyResponse } from "../models/models_1";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -7,6 +7,7 @@ export * from "./AttachUserPolicyCommand";
|
|
|
7
7
|
export * from "./ChangePasswordCommand";
|
|
8
8
|
export * from "./CreateAccessKeyCommand";
|
|
9
9
|
export * from "./CreateAccountAliasCommand";
|
|
10
|
+
export * from "./CreateDelegationRequestCommand";
|
|
10
11
|
export * from "./CreateGroupCommand";
|
|
11
12
|
export * from "./CreateInstanceProfileCommand";
|
|
12
13
|
export * from "./CreateLoginProfileCommand";
|
|
@@ -626,6 +626,122 @@ export interface CreateAccountAliasRequest {
|
|
|
626
626
|
*/
|
|
627
627
|
AccountAlias: string | undefined;
|
|
628
628
|
}
|
|
629
|
+
/**
|
|
630
|
+
* @public
|
|
631
|
+
* @enum
|
|
632
|
+
*/
|
|
633
|
+
export declare const PolicyParameterTypeEnum: {
|
|
634
|
+
readonly STRING: "string";
|
|
635
|
+
readonly STRING_LIST: "stringList";
|
|
636
|
+
};
|
|
637
|
+
/**
|
|
638
|
+
* @public
|
|
639
|
+
*/
|
|
640
|
+
export type PolicyParameterTypeEnum = (typeof PolicyParameterTypeEnum)[keyof typeof PolicyParameterTypeEnum];
|
|
641
|
+
/**
|
|
642
|
+
* <p></p>
|
|
643
|
+
* @public
|
|
644
|
+
*/
|
|
645
|
+
export interface PolicyParameter {
|
|
646
|
+
/**
|
|
647
|
+
* <p></p>
|
|
648
|
+
* @public
|
|
649
|
+
*/
|
|
650
|
+
Name?: string | undefined;
|
|
651
|
+
/**
|
|
652
|
+
* <p></p>
|
|
653
|
+
* @public
|
|
654
|
+
*/
|
|
655
|
+
Values?: string[] | undefined;
|
|
656
|
+
/**
|
|
657
|
+
* <p></p>
|
|
658
|
+
* @public
|
|
659
|
+
*/
|
|
660
|
+
Type?: PolicyParameterTypeEnum | undefined;
|
|
661
|
+
}
|
|
662
|
+
/**
|
|
663
|
+
* <p></p>
|
|
664
|
+
* @public
|
|
665
|
+
*/
|
|
666
|
+
export interface DelegationPermission {
|
|
667
|
+
/**
|
|
668
|
+
* <p>The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.</p>
|
|
669
|
+
* <p>For more information about ARNs, go to <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in
|
|
670
|
+
* the <i>Amazon Web Services General Reference</i>. </p>
|
|
671
|
+
* @public
|
|
672
|
+
*/
|
|
673
|
+
PolicyTemplateArn?: string | undefined;
|
|
674
|
+
/**
|
|
675
|
+
* <p></p>
|
|
676
|
+
* @public
|
|
677
|
+
*/
|
|
678
|
+
Parameters?: PolicyParameter[] | undefined;
|
|
679
|
+
}
|
|
680
|
+
/**
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
683
|
+
export interface CreateDelegationRequestRequest {
|
|
684
|
+
/**
|
|
685
|
+
* <p></p>
|
|
686
|
+
* @public
|
|
687
|
+
*/
|
|
688
|
+
OwnerAccountId?: string | undefined;
|
|
689
|
+
/**
|
|
690
|
+
* <p></p>
|
|
691
|
+
* @public
|
|
692
|
+
*/
|
|
693
|
+
Description: string | undefined;
|
|
694
|
+
/**
|
|
695
|
+
* <p></p>
|
|
696
|
+
* @public
|
|
697
|
+
*/
|
|
698
|
+
Permissions: DelegationPermission | undefined;
|
|
699
|
+
/**
|
|
700
|
+
* <p></p>
|
|
701
|
+
* @public
|
|
702
|
+
*/
|
|
703
|
+
RequestMessage?: string | undefined;
|
|
704
|
+
/**
|
|
705
|
+
* <p></p>
|
|
706
|
+
* @public
|
|
707
|
+
*/
|
|
708
|
+
RequestorWorkflowId: string | undefined;
|
|
709
|
+
/**
|
|
710
|
+
* <p></p>
|
|
711
|
+
* @public
|
|
712
|
+
*/
|
|
713
|
+
RedirectUrl?: string | undefined;
|
|
714
|
+
/**
|
|
715
|
+
* <p></p>
|
|
716
|
+
* @public
|
|
717
|
+
*/
|
|
718
|
+
NotificationChannel: string | undefined;
|
|
719
|
+
/**
|
|
720
|
+
* <p></p>
|
|
721
|
+
* @public
|
|
722
|
+
*/
|
|
723
|
+
SessionDuration: number | undefined;
|
|
724
|
+
/**
|
|
725
|
+
* <p></p>
|
|
726
|
+
* @public
|
|
727
|
+
*/
|
|
728
|
+
OnlySendByOwner?: boolean | undefined;
|
|
729
|
+
}
|
|
730
|
+
/**
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
733
|
+
export interface CreateDelegationRequestResponse {
|
|
734
|
+
/**
|
|
735
|
+
* <p></p>
|
|
736
|
+
* @public
|
|
737
|
+
*/
|
|
738
|
+
ConsoleDeepLink?: string | undefined;
|
|
739
|
+
/**
|
|
740
|
+
* <p></p>
|
|
741
|
+
* @public
|
|
742
|
+
*/
|
|
743
|
+
DelegationRequestId?: string | undefined;
|
|
744
|
+
}
|
|
629
745
|
/**
|
|
630
746
|
* @public
|
|
631
747
|
*/
|
|
@@ -7581,301 +7697,6 @@ export declare const GlobalEndpointTokenVersion: {
|
|
|
7581
7697
|
* @public
|
|
7582
7698
|
*/
|
|
7583
7699
|
export type GlobalEndpointTokenVersion = (typeof GlobalEndpointTokenVersion)[keyof typeof GlobalEndpointTokenVersion];
|
|
7584
|
-
/**
|
|
7585
|
-
* @public
|
|
7586
|
-
*/
|
|
7587
|
-
export interface SetSecurityTokenServicePreferencesRequest {
|
|
7588
|
-
/**
|
|
7589
|
-
* <p>The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in
|
|
7590
|
-
* manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid
|
|
7591
|
-
* in all Regions. However, version 2 tokens are longer and might affect systems where you
|
|
7592
|
-
* temporarily store tokens.</p>
|
|
7593
|
-
* <p>For information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and
|
|
7594
|
-
* deactivating STS in an Amazon Web Services Region</a> in the
|
|
7595
|
-
* <i>IAM User Guide</i>.</p>
|
|
7596
|
-
* @public
|
|
7597
|
-
*/
|
|
7598
|
-
GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | undefined;
|
|
7599
|
-
}
|
|
7600
|
-
/**
|
|
7601
|
-
* <p>The request failed because a provided policy could not be successfully evaluated. An
|
|
7602
|
-
* additional detailed message indicates the source of the failure.</p>
|
|
7603
|
-
* @public
|
|
7604
|
-
*/
|
|
7605
|
-
export declare class PolicyEvaluationException extends __BaseException {
|
|
7606
|
-
readonly name: "PolicyEvaluationException";
|
|
7607
|
-
readonly $fault: "server";
|
|
7608
|
-
/**
|
|
7609
|
-
* @internal
|
|
7610
|
-
*/
|
|
7611
|
-
constructor(opts: __ExceptionOptionType<PolicyEvaluationException, __BaseException>);
|
|
7612
|
-
}
|
|
7613
|
-
/**
|
|
7614
|
-
* @public
|
|
7615
|
-
* @enum
|
|
7616
|
-
*/
|
|
7617
|
-
export declare const ContextKeyTypeEnum: {
|
|
7618
|
-
readonly BINARY: "binary";
|
|
7619
|
-
readonly BINARY_LIST: "binaryList";
|
|
7620
|
-
readonly BOOLEAN: "boolean";
|
|
7621
|
-
readonly BOOLEAN_LIST: "booleanList";
|
|
7622
|
-
readonly DATE: "date";
|
|
7623
|
-
readonly DATE_LIST: "dateList";
|
|
7624
|
-
readonly IP: "ip";
|
|
7625
|
-
readonly IP_LIST: "ipList";
|
|
7626
|
-
readonly NUMERIC: "numeric";
|
|
7627
|
-
readonly NUMERIC_LIST: "numericList";
|
|
7628
|
-
readonly STRING: "string";
|
|
7629
|
-
readonly STRING_LIST: "stringList";
|
|
7630
|
-
};
|
|
7631
|
-
/**
|
|
7632
|
-
* @public
|
|
7633
|
-
*/
|
|
7634
|
-
export type ContextKeyTypeEnum = (typeof ContextKeyTypeEnum)[keyof typeof ContextKeyTypeEnum];
|
|
7635
|
-
/**
|
|
7636
|
-
* <p>Contains information about a condition context key. It includes the name of the key and
|
|
7637
|
-
* specifies the value (or values, if the context key supports multiple values) to use in the
|
|
7638
|
-
* simulation. This information is used when evaluating the <code>Condition</code> elements of
|
|
7639
|
-
* the input policies.</p>
|
|
7640
|
-
* <p>This data type is used as an input parameter to <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulateCustomPolicy.html">SimulateCustomPolicy</a>
|
|
7641
|
-
* and <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulatePrincipalPolicy.html">SimulatePrincipalPolicy</a>.</p>
|
|
7642
|
-
* @public
|
|
7643
|
-
*/
|
|
7644
|
-
export interface ContextEntry {
|
|
7645
|
-
/**
|
|
7646
|
-
* <p>The full name of a condition context key, including the service prefix. For example,
|
|
7647
|
-
* <code>aws:SourceIp</code> or <code>s3:VersionId</code>.</p>
|
|
7648
|
-
* @public
|
|
7649
|
-
*/
|
|
7650
|
-
ContextKeyName?: string | undefined;
|
|
7651
|
-
/**
|
|
7652
|
-
* <p>The value (or values, if the condition context key supports multiple values) to provide
|
|
7653
|
-
* to the simulation when the key is referenced by a <code>Condition</code> element in an
|
|
7654
|
-
* input policy.</p>
|
|
7655
|
-
* @public
|
|
7656
|
-
*/
|
|
7657
|
-
ContextKeyValues?: string[] | undefined;
|
|
7658
|
-
/**
|
|
7659
|
-
* <p>The data type of the value (or values) specified in the <code>ContextKeyValues</code>
|
|
7660
|
-
* parameter.</p>
|
|
7661
|
-
* @public
|
|
7662
|
-
*/
|
|
7663
|
-
ContextKeyType?: ContextKeyTypeEnum | undefined;
|
|
7664
|
-
}
|
|
7665
|
-
/**
|
|
7666
|
-
* @public
|
|
7667
|
-
*/
|
|
7668
|
-
export interface SimulateCustomPolicyRequest {
|
|
7669
|
-
/**
|
|
7670
|
-
* <p>A list of policy documents to include in the simulation. Each document is specified as
|
|
7671
|
-
* a string containing the complete, valid JSON text of an IAM policy. Do not include any
|
|
7672
|
-
* resource-based policies in this parameter. Any resource-based policy must be submitted
|
|
7673
|
-
* with the <code>ResourcePolicy</code> parameter. The policies cannot be "scope-down"
|
|
7674
|
-
* policies, such as you could include in a call to <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetFederationToken.html">GetFederationToken</a> or one of
|
|
7675
|
-
* the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_AssumeRole.html">AssumeRole</a> API operations. In other words, do not use policies designed to
|
|
7676
|
-
* restrict what a user can do while using the temporary credentials.</p>
|
|
7677
|
-
* <p>The maximum length of the policy document that you can pass in this operation,
|
|
7678
|
-
* including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
|
|
7679
|
-
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
|
|
7680
|
-
* used to validate this parameter is a string of characters consisting of the following:</p>
|
|
7681
|
-
* <ul>
|
|
7682
|
-
* <li>
|
|
7683
|
-
* <p>Any printable ASCII
|
|
7684
|
-
* character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
|
|
7685
|
-
* </li>
|
|
7686
|
-
* <li>
|
|
7687
|
-
* <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
|
|
7688
|
-
* (through <code>\u00FF</code>)</p>
|
|
7689
|
-
* </li>
|
|
7690
|
-
* <li>
|
|
7691
|
-
* <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
|
|
7692
|
-
* carriage return (<code>\u000D</code>)</p>
|
|
7693
|
-
* </li>
|
|
7694
|
-
* </ul>
|
|
7695
|
-
* @public
|
|
7696
|
-
*/
|
|
7697
|
-
PolicyInputList: string[] | undefined;
|
|
7698
|
-
/**
|
|
7699
|
-
* <p>The IAM permissions boundary policy to simulate. The permissions boundary sets the
|
|
7700
|
-
* maximum permissions that an IAM entity can have. You can input only one permissions
|
|
7701
|
-
* boundary when you pass a policy to this operation. For more information about
|
|
7702
|
-
* permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM
|
|
7703
|
-
* entities</a> in the <i>IAM User Guide</i>. The policy input is
|
|
7704
|
-
* specified as a string that contains the complete, valid JSON text of a permissions
|
|
7705
|
-
* boundary policy.</p>
|
|
7706
|
-
* <p>The maximum length of the policy document that you can pass in this operation,
|
|
7707
|
-
* including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
|
|
7708
|
-
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
|
|
7709
|
-
* used to validate this parameter is a string of characters consisting of the following:</p>
|
|
7710
|
-
* <ul>
|
|
7711
|
-
* <li>
|
|
7712
|
-
* <p>Any printable ASCII
|
|
7713
|
-
* character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
|
|
7714
|
-
* </li>
|
|
7715
|
-
* <li>
|
|
7716
|
-
* <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
|
|
7717
|
-
* (through <code>\u00FF</code>)</p>
|
|
7718
|
-
* </li>
|
|
7719
|
-
* <li>
|
|
7720
|
-
* <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
|
|
7721
|
-
* carriage return (<code>\u000D</code>)</p>
|
|
7722
|
-
* </li>
|
|
7723
|
-
* </ul>
|
|
7724
|
-
* @public
|
|
7725
|
-
*/
|
|
7726
|
-
PermissionsBoundaryPolicyInputList?: string[] | undefined;
|
|
7727
|
-
/**
|
|
7728
|
-
* <p>A list of names of API operations to evaluate in the simulation. Each operation is
|
|
7729
|
-
* evaluated against each resource. Each operation must include the service identifier,
|
|
7730
|
-
* such as <code>iam:CreateUser</code>. This operation does not support using wildcards (*)
|
|
7731
|
-
* in an action name.</p>
|
|
7732
|
-
* @public
|
|
7733
|
-
*/
|
|
7734
|
-
ActionNames: string[] | undefined;
|
|
7735
|
-
/**
|
|
7736
|
-
* <p>A list of ARNs of Amazon Web Services resources to include in the simulation. If this parameter is
|
|
7737
|
-
* not provided, then the value defaults to <code>*</code> (all resources). Each API in the
|
|
7738
|
-
* <code>ActionNames</code> parameter is evaluated for each resource in this list. The
|
|
7739
|
-
* simulation determines the access result (allowed or denied) of each combination and
|
|
7740
|
-
* reports it in the response. You can simulate resources that don't exist in your
|
|
7741
|
-
* account.</p>
|
|
7742
|
-
* <p>The simulation does not automatically retrieve policies for the specified resources.
|
|
7743
|
-
* If you want to include a resource policy in the simulation, then you must include the
|
|
7744
|
-
* policy as a string in the <code>ResourcePolicy</code> parameter.</p>
|
|
7745
|
-
* <p>If you include a <code>ResourcePolicy</code>, then it must be applicable to all of the
|
|
7746
|
-
* resources included in the simulation or you receive an invalid input error.</p>
|
|
7747
|
-
* <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
7748
|
-
* <note>
|
|
7749
|
-
* <p>Simulation of resource-based policies isn't supported for IAM roles.</p>
|
|
7750
|
-
* </note>
|
|
7751
|
-
* @public
|
|
7752
|
-
*/
|
|
7753
|
-
ResourceArns?: string[] | undefined;
|
|
7754
|
-
/**
|
|
7755
|
-
* <p>A resource-based policy to include in the simulation provided as a string. Each
|
|
7756
|
-
* resource in the simulation is treated as if it had this policy attached. You can include
|
|
7757
|
-
* only one resource-based policy in a simulation.</p>
|
|
7758
|
-
* <p>The maximum length of the policy document that you can pass in this operation,
|
|
7759
|
-
* including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
|
|
7760
|
-
* <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
|
|
7761
|
-
* used to validate this parameter is a string of characters consisting of the following:</p>
|
|
7762
|
-
* <ul>
|
|
7763
|
-
* <li>
|
|
7764
|
-
* <p>Any printable ASCII
|
|
7765
|
-
* character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
|
|
7766
|
-
* </li>
|
|
7767
|
-
* <li>
|
|
7768
|
-
* <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
|
|
7769
|
-
* (through <code>\u00FF</code>)</p>
|
|
7770
|
-
* </li>
|
|
7771
|
-
* <li>
|
|
7772
|
-
* <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
|
|
7773
|
-
* carriage return (<code>\u000D</code>)</p>
|
|
7774
|
-
* </li>
|
|
7775
|
-
* </ul>
|
|
7776
|
-
* <note>
|
|
7777
|
-
* <p>Simulation of resource-based policies isn't supported for IAM roles.</p>
|
|
7778
|
-
* </note>
|
|
7779
|
-
* @public
|
|
7780
|
-
*/
|
|
7781
|
-
ResourcePolicy?: string | undefined;
|
|
7782
|
-
/**
|
|
7783
|
-
* <p>An ARN representing the Amazon Web Services account ID that specifies the owner of any simulated
|
|
7784
|
-
* resource that does not identify its owner in the resource ARN. Examples of resource ARNs
|
|
7785
|
-
* include an S3 bucket or object. If <code>ResourceOwner</code> is specified, it is also
|
|
7786
|
-
* used as the account owner of any <code>ResourcePolicy</code> included in the simulation.
|
|
7787
|
-
* If the <code>ResourceOwner</code> parameter is not specified, then the owner of the
|
|
7788
|
-
* resources and the resource policy defaults to the account of the identity provided in
|
|
7789
|
-
* <code>CallerArn</code>. This parameter is required only if you specify a
|
|
7790
|
-
* resource-based policy and account that owns the resource is different from the account
|
|
7791
|
-
* that owns the simulated calling user <code>CallerArn</code>.</p>
|
|
7792
|
-
* <p>The ARN for an account uses the following syntax:
|
|
7793
|
-
* <code>arn:aws:iam::<i>AWS-account-ID</i>:root</code>. For example,
|
|
7794
|
-
* to represent the account with the 112233445566 ID, use the following ARN:
|
|
7795
|
-
* <code>arn:aws:iam::112233445566-ID:root</code>. </p>
|
|
7796
|
-
* @public
|
|
7797
|
-
*/
|
|
7798
|
-
ResourceOwner?: string | undefined;
|
|
7799
|
-
/**
|
|
7800
|
-
* <p>The ARN of the IAM user that you want to use as the simulated caller of the API
|
|
7801
|
-
* operations. <code>CallerArn</code> is required if you include a
|
|
7802
|
-
* <code>ResourcePolicy</code> so that the policy's <code>Principal</code> element has
|
|
7803
|
-
* a value to use in evaluating the policy.</p>
|
|
7804
|
-
* <p>You can specify only the ARN of an IAM user. You cannot specify the ARN of an
|
|
7805
|
-
* assumed role, federated user, or a service principal.</p>
|
|
7806
|
-
* @public
|
|
7807
|
-
*/
|
|
7808
|
-
CallerArn?: string | undefined;
|
|
7809
|
-
/**
|
|
7810
|
-
* <p>A list of context keys and corresponding values for the simulation to use. Whenever a
|
|
7811
|
-
* context key is evaluated in one of the simulated IAM permissions policies, the
|
|
7812
|
-
* corresponding value is supplied.</p>
|
|
7813
|
-
* @public
|
|
7814
|
-
*/
|
|
7815
|
-
ContextEntries?: ContextEntry[] | undefined;
|
|
7816
|
-
/**
|
|
7817
|
-
* <p>Specifies the type of simulation to run. Different API operations that support
|
|
7818
|
-
* resource-based policies require different combinations of resources. By specifying the
|
|
7819
|
-
* type of simulation to run, you enable the policy simulator to enforce the presence of
|
|
7820
|
-
* the required resources to ensure reliable simulation results. If your simulation does
|
|
7821
|
-
* not match one of the following scenarios, then you can omit this parameter. The
|
|
7822
|
-
* following list shows each of the supported scenario values and the resources that you
|
|
7823
|
-
* must define to run the simulation.</p>
|
|
7824
|
-
* <p>Each of the Amazon EC2 scenarios requires that you specify instance, image, and security
|
|
7825
|
-
* group resources. If your scenario includes an EBS volume, then you must specify that
|
|
7826
|
-
* volume as a resource. If the Amazon EC2 scenario includes VPC, then you must supply the
|
|
7827
|
-
* network interface resource. If it includes an IP subnet, then you must specify the
|
|
7828
|
-
* subnet resource. For more information on the Amazon EC2 scenario options, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html">Supported platforms</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7829
|
-
* <ul>
|
|
7830
|
-
* <li>
|
|
7831
|
-
* <p>
|
|
7832
|
-
* <b>EC2-VPC-InstanceStore</b>
|
|
7833
|
-
* </p>
|
|
7834
|
-
* <p>instance, image, security group, network interface</p>
|
|
7835
|
-
* </li>
|
|
7836
|
-
* <li>
|
|
7837
|
-
* <p>
|
|
7838
|
-
* <b>EC2-VPC-InstanceStore-Subnet</b>
|
|
7839
|
-
* </p>
|
|
7840
|
-
* <p>instance, image, security group, network interface, subnet</p>
|
|
7841
|
-
* </li>
|
|
7842
|
-
* <li>
|
|
7843
|
-
* <p>
|
|
7844
|
-
* <b>EC2-VPC-EBS</b>
|
|
7845
|
-
* </p>
|
|
7846
|
-
* <p>instance, image, security group, network interface, volume</p>
|
|
7847
|
-
* </li>
|
|
7848
|
-
* <li>
|
|
7849
|
-
* <p>
|
|
7850
|
-
* <b>EC2-VPC-EBS-Subnet</b>
|
|
7851
|
-
* </p>
|
|
7852
|
-
* <p>instance, image, security group, network interface, subnet, volume</p>
|
|
7853
|
-
* </li>
|
|
7854
|
-
* </ul>
|
|
7855
|
-
* @public
|
|
7856
|
-
*/
|
|
7857
|
-
ResourceHandlingOption?: string | undefined;
|
|
7858
|
-
/**
|
|
7859
|
-
* <p>Use this only when paginating results to indicate the
|
|
7860
|
-
* maximum number of items you want in the response. If additional items exist beyond the maximum
|
|
7861
|
-
* you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p>
|
|
7862
|
-
* <p>If you do not include this parameter, the number of items defaults to 100. Note that
|
|
7863
|
-
* IAM might return fewer results, even when there are more results available. In that case, the
|
|
7864
|
-
* <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code>
|
|
7865
|
-
* contains a value to include in the subsequent call that tells the service where to continue
|
|
7866
|
-
* from.</p>
|
|
7867
|
-
* @public
|
|
7868
|
-
*/
|
|
7869
|
-
MaxItems?: number | undefined;
|
|
7870
|
-
/**
|
|
7871
|
-
* <p>Use this parameter only when paginating results and only after
|
|
7872
|
-
* you receive a response indicating that the results are truncated. Set it to the value of the
|
|
7873
|
-
* <code>Marker</code> element in the response that you received to indicate where the next call
|
|
7874
|
-
* should start.</p>
|
|
7875
|
-
* @public
|
|
7876
|
-
*/
|
|
7877
|
-
Marker?: string | undefined;
|
|
7878
|
-
}
|
|
7879
7700
|
/**
|
|
7880
7701
|
* @internal
|
|
7881
7702
|
*/
|