@aws-sdk/client-ram 3.34.0 → 3.37.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 +47 -0
- package/{dist/cjs → dist-cjs}/RAM.js +2 -28
- package/dist-cjs/RAMClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AcceptResourceShareInvitationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/AssociateResourceShareCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/AssociateResourceSharePermissionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateResourceShareCommand.js +2 -34
- package/{dist/cjs → dist-cjs}/commands/DeleteResourceShareCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DisassociateResourceShareCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DisassociateResourceSharePermissionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/EnableSharingWithAwsOrganizationCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/GetPermissionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetResourcePoliciesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetResourceShareAssociationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetResourceShareInvitationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetResourceSharesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListPendingInvitationResourcesCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListPermissionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListPrincipalsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/ListResourceSharePermissionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListResourceTypesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListResourcesCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/PromoteResourceShareCreatedFromPolicyCommand.js +2 -39
- package/{dist/cjs → dist-cjs}/commands/RejectResourceShareInvitationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateResourceShareCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -238
- package/{dist/cjs → dist-cjs}/pagination/GetResourcePoliciesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/GetResourceShareAssociationsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/GetResourceShareInvitationsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/GetResourceSharesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListPendingInvitationResourcesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListPermissionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListPrincipalsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListResourceSharePermissionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListResourceTypesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListResourcesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +24 -30
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/RAM.js +2 -3
- package/{dist/es → dist-es}/RAMClient.js +1 -2
- package/{dist/es → dist-es}/commands/AcceptResourceShareInvitationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/AssociateResourceShareCommand.js +2 -3
- package/{dist/es → dist-es}/commands/AssociateResourceSharePermissionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateResourceShareCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteResourceShareCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisassociateResourceShareCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisassociateResourceSharePermissionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/EnableSharingWithAwsOrganizationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetPermissionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetResourcePoliciesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetResourceShareAssociationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetResourceShareInvitationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetResourceSharesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPendingInvitationResourcesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPermissionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPrincipalsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListResourceSharePermissionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListResourceTypesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListResourcesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PromoteResourceShareCreatedFromPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RejectResourceShareInvitationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateResourceShareCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/GetResourcePoliciesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/GetResourceShareAssociationsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/GetResourceShareInvitationsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/GetResourceSharesPaginator.js +1 -2
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListPendingInvitationResourcesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListPermissionsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListPrincipalsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListResourceSharePermissionsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListResourceTypesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListResourcesPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/RAM.d.ts +3 -3
- package/{dist/types → dist-types}/RAMClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/AcceptResourceShareInvitationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/AssociateResourceShareCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/AssociateResourceSharePermissionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateResourceShareCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteResourceShareCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DisassociateResourceShareCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DisassociateResourceSharePermissionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/EnableSharingWithAwsOrganizationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetPermissionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetResourcePoliciesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetResourceShareAssociationsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetResourceShareInvitationsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetResourceSharesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListPendingInvitationResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListPermissionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListPrincipalsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListResourceSharePermissionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListResourceTypesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RejectResourceShareInvitationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateResourceShareCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetResourceShareAssociationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetResourceShareInvitationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetResourceSharesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPendingInvitationResourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPermissionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPrincipalsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListResourceSharePermissionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListResourceTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListResourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/RAM.d.ts +28 -123
- package/{dist/types → dist-types}/ts3.4/RAMClient.d.ts +33 -120
- package/{dist/types → dist-types}/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/AssociateResourceShareCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteResourceShareCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateResourceShareCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +5 -24
- package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetResourcePoliciesCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +5 -24
- package/{dist/types → dist-types}/ts3.4/commands/ListPermissionsCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/ListResourceTypesCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateResourceShareCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +967 -0
- package/{dist/types → dist-types}/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetResourceShareAssociationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetResourceShareInvitationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetResourceSharesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPendingInvitationResourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPermissionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPrincipalsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListResourceSharePermissionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListResourceTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListResourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/RAM.ts +0 -932
- package/RAMClient.ts +0 -377
- package/commands/AcceptResourceShareInvitationCommand.ts +0 -99
- package/commands/AssociateResourceShareCommand.ts +0 -94
- package/commands/AssociateResourceSharePermissionCommand.ts +0 -102
- package/commands/CreateResourceShareCommand.ts +0 -101
- package/commands/DeleteResourceShareCommand.ts +0 -94
- package/commands/DisassociateResourceShareCommand.ts +0 -97
- package/commands/DisassociateResourceSharePermissionCommand.ts +0 -105
- package/commands/EnableSharingWithAwsOrganizationCommand.ts +0 -103
- package/commands/GetPermissionCommand.ts +0 -94
- package/commands/GetResourcePoliciesCommand.ts +0 -94
- package/commands/GetResourceShareAssociationsCommand.ts +0 -99
- package/commands/GetResourceShareInvitationsCommand.ts +0 -99
- package/commands/GetResourceSharesCommand.ts +0 -94
- package/commands/ListPendingInvitationResourcesCommand.ts +0 -103
- package/commands/ListPermissionsCommand.ts +0 -94
- package/commands/ListPrincipalsCommand.ts +0 -95
- package/commands/ListResourceSharePermissionsCommand.ts +0 -99
- package/commands/ListResourceTypesCommand.ts +0 -94
- package/commands/ListResourcesCommand.ts +0 -95
- package/commands/PromoteResourceShareCreatedFromPolicyCommand.ts +0 -118
- package/commands/RejectResourceShareInvitationCommand.ts +0 -99
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateResourceShareCommand.ts +0 -94
- package/dist/cjs/RAM.js.map +0 -1
- package/dist/cjs/RAMClient.js +0 -66
- package/dist/cjs/RAMClient.js.map +0 -1
- package/dist/cjs/commands/AcceptResourceShareInvitationCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateResourceShareCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateResourceSharePermissionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateResourceShareCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteResourceShareCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateResourceShareCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateResourceSharePermissionCommand.js.map +0 -1
- package/dist/cjs/commands/EnableSharingWithAwsOrganizationCommand.js.map +0 -1
- package/dist/cjs/commands/GetPermissionCommand.js.map +0 -1
- package/dist/cjs/commands/GetResourcePoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/GetResourceShareAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/GetResourceShareInvitationsCommand.js.map +0 -1
- package/dist/cjs/commands/GetResourceSharesCommand.js.map +0 -1
- package/dist/cjs/commands/ListPendingInvitationResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/ListPermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPrincipalsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResourceSharePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResourceTypesCommand.js.map +0 -1
- package/dist/cjs/commands/ListResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/PromoteResourceShareCreatedFromPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/RejectResourceShareInvitationCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateResourceShareCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/GetResourcePoliciesPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetResourceShareAssociationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetResourceShareInvitationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetResourceSharesPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListPendingInvitationResourcesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPermissionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPrincipalsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResourceSharePermissionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResourceTypesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResourcesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/RAM.js.map +0 -1
- package/dist/es/RAMClient.js.map +0 -1
- package/dist/es/commands/AcceptResourceShareInvitationCommand.js.map +0 -1
- package/dist/es/commands/AssociateResourceShareCommand.js.map +0 -1
- package/dist/es/commands/AssociateResourceSharePermissionCommand.js.map +0 -1
- package/dist/es/commands/CreateResourceShareCommand.js.map +0 -1
- package/dist/es/commands/DeleteResourceShareCommand.js.map +0 -1
- package/dist/es/commands/DisassociateResourceShareCommand.js.map +0 -1
- package/dist/es/commands/DisassociateResourceSharePermissionCommand.js.map +0 -1
- package/dist/es/commands/EnableSharingWithAwsOrganizationCommand.js.map +0 -1
- package/dist/es/commands/GetPermissionCommand.js.map +0 -1
- package/dist/es/commands/GetResourcePoliciesCommand.js.map +0 -1
- package/dist/es/commands/GetResourceShareAssociationsCommand.js.map +0 -1
- package/dist/es/commands/GetResourceShareInvitationsCommand.js.map +0 -1
- package/dist/es/commands/GetResourceSharesCommand.js.map +0 -1
- package/dist/es/commands/ListPendingInvitationResourcesCommand.js.map +0 -1
- package/dist/es/commands/ListPermissionsCommand.js.map +0 -1
- package/dist/es/commands/ListPrincipalsCommand.js.map +0 -1
- package/dist/es/commands/ListResourceSharePermissionsCommand.js.map +0 -1
- package/dist/es/commands/ListResourceTypesCommand.js.map +0 -1
- package/dist/es/commands/ListResourcesCommand.js.map +0 -1
- package/dist/es/commands/PromoteResourceShareCreatedFromPolicyCommand.js.map +0 -1
- package/dist/es/commands/RejectResourceShareInvitationCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateResourceShareCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -39
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetResourcePoliciesPaginator.js.map +0 -1
- package/dist/es/pagination/GetResourceShareAssociationsPaginator.js.map +0 -1
- package/dist/es/pagination/GetResourceShareInvitationsPaginator.js.map +0 -1
- package/dist/es/pagination/GetResourceSharesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListPendingInvitationResourcesPaginator.js.map +0 -1
- package/dist/es/pagination/ListPermissionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPrincipalsPaginator.js.map +0 -1
- package/dist/es/pagination/ListResourceSharePermissionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListResourceTypesPaginator.js.map +0 -1
- package/dist/es/pagination/ListResourcesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/CreateResourceShareCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/GetPermissionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetResourceSharesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPrincipalsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListResourcesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -1701
- package/endpoints.ts +0 -91
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2165
- package/pagination/GetResourcePoliciesPaginator.ts +0 -58
- package/pagination/GetResourceShareAssociationsPaginator.ts +0 -58
- package/pagination/GetResourceShareInvitationsPaginator.ts +0 -58
- package/pagination/GetResourceSharesPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListPendingInvitationResourcesPaginator.ts +0 -58
- package/pagination/ListPermissionsPaginator.ts +0 -58
- package/pagination/ListPrincipalsPaginator.ts +0 -58
- package/pagination/ListResourceSharePermissionsPaginator.ts +0 -58
- package/pagination/ListResourceTypesPaginator.ts +0 -58
- package/pagination/ListResourcesPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -4305
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
19
|
const getRuntimeConfig = (config) => {
|
|
23
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
24
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
40
|
};
|
|
44
41
|
};
|
|
45
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
6
|
-
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { RAMClient } from "./RAMClient";
|
|
3
2
|
import { AcceptResourceShareInvitationCommand, } from "./commands/AcceptResourceShareInvitationCommand";
|
|
4
3
|
import { AssociateResourceShareCommand, } from "./commands/AssociateResourceShareCommand";
|
|
5
4
|
import { AssociateResourceSharePermissionCommand, } from "./commands/AssociateResourceSharePermissionCommand";
|
|
@@ -16,14 +15,15 @@ import { GetResourceSharesCommand, } from "./commands/GetResourceSharesCommand";
|
|
|
16
15
|
import { ListPendingInvitationResourcesCommand, } from "./commands/ListPendingInvitationResourcesCommand";
|
|
17
16
|
import { ListPermissionsCommand, } from "./commands/ListPermissionsCommand";
|
|
18
17
|
import { ListPrincipalsCommand, } from "./commands/ListPrincipalsCommand";
|
|
18
|
+
import { ListResourcesCommand, } from "./commands/ListResourcesCommand";
|
|
19
19
|
import { ListResourceSharePermissionsCommand, } from "./commands/ListResourceSharePermissionsCommand";
|
|
20
20
|
import { ListResourceTypesCommand, } from "./commands/ListResourceTypesCommand";
|
|
21
|
-
import { ListResourcesCommand, } from "./commands/ListResourcesCommand";
|
|
22
21
|
import { PromoteResourceShareCreatedFromPolicyCommand, } from "./commands/PromoteResourceShareCreatedFromPolicyCommand";
|
|
23
22
|
import { RejectResourceShareInvitationCommand, } from "./commands/RejectResourceShareInvitationCommand";
|
|
24
23
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
25
24
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
26
25
|
import { UpdateResourceShareCommand, } from "./commands/UpdateResourceShareCommand";
|
|
26
|
+
import { RAMClient } from "./RAMClient";
|
|
27
27
|
var RAM = (function (_super) {
|
|
28
28
|
__extends(RAM, _super);
|
|
29
29
|
function RAM() {
|
|
@@ -368,4 +368,3 @@ var RAM = (function (_super) {
|
|
|
368
368
|
return RAM;
|
|
369
369
|
}(RAMClient));
|
|
370
370
|
export { RAM };
|
|
371
|
-
//# sourceMappingURL=RAM.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
3
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
4
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
5
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,6 +7,7 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
|
8
7
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
8
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
9
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
11
|
var RAMClient = (function (_super) {
|
|
12
12
|
__extends(RAMClient, _super);
|
|
13
13
|
function RAMClient(configuration) {
|
|
@@ -35,4 +35,3 @@ var RAMClient = (function (_super) {
|
|
|
35
35
|
return RAMClient;
|
|
36
36
|
}(__Client));
|
|
37
37
|
export { RAMClient };
|
|
38
|
-
//# sourceMappingURL=RAMClient.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { AcceptResourceShareInvitationRequest, AcceptResourceShareInvitationResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1AcceptResourceShareInvitationCommand, serializeAws_restJson1AcceptResourceShareInvitationCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { AcceptResourceShareInvitationRequest, AcceptResourceShareInvitationResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1AcceptResourceShareInvitationCommand, serializeAws_restJson1AcceptResourceShareInvitationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AcceptResourceShareInvitationCommand = (function (_super) {
|
|
7
7
|
__extends(AcceptResourceShareInvitationCommand, _super);
|
|
8
8
|
function AcceptResourceShareInvitationCommand(input) {
|
|
@@ -37,4 +37,3 @@ var AcceptResourceShareInvitationCommand = (function (_super) {
|
|
|
37
37
|
return AcceptResourceShareInvitationCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { AcceptResourceShareInvitationCommand };
|
|
40
|
-
//# sourceMappingURL=AcceptResourceShareInvitationCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { AssociateResourceShareRequest, AssociateResourceShareResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1AssociateResourceShareCommand, serializeAws_restJson1AssociateResourceShareCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { AssociateResourceShareRequest, AssociateResourceShareResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1AssociateResourceShareCommand, serializeAws_restJson1AssociateResourceShareCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AssociateResourceShareCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateResourceShareCommand, _super);
|
|
8
8
|
function AssociateResourceShareCommand(input) {
|
|
@@ -37,4 +37,3 @@ var AssociateResourceShareCommand = (function (_super) {
|
|
|
37
37
|
return AssociateResourceShareCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { AssociateResourceShareCommand };
|
|
40
|
-
//# sourceMappingURL=AssociateResourceShareCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { AssociateResourceSharePermissionRequest, AssociateResourceSharePermissionResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1AssociateResourceSharePermissionCommand, serializeAws_restJson1AssociateResourceSharePermissionCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { AssociateResourceSharePermissionRequest, AssociateResourceSharePermissionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1AssociateResourceSharePermissionCommand, serializeAws_restJson1AssociateResourceSharePermissionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AssociateResourceSharePermissionCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateResourceSharePermissionCommand, _super);
|
|
8
8
|
function AssociateResourceSharePermissionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var AssociateResourceSharePermissionCommand = (function (_super) {
|
|
|
37
37
|
return AssociateResourceSharePermissionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { AssociateResourceSharePermissionCommand };
|
|
40
|
-
//# sourceMappingURL=AssociateResourceSharePermissionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateResourceShareRequest, CreateResourceShareResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1CreateResourceShareCommand, serializeAws_restJson1CreateResourceShareCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateResourceShareRequest, CreateResourceShareResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CreateResourceShareCommand, serializeAws_restJson1CreateResourceShareCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateResourceShareCommand = (function (_super) {
|
|
7
7
|
__extends(CreateResourceShareCommand, _super);
|
|
8
8
|
function CreateResourceShareCommand(input) {
|
|
@@ -37,4 +37,3 @@ var CreateResourceShareCommand = (function (_super) {
|
|
|
37
37
|
return CreateResourceShareCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { CreateResourceShareCommand };
|
|
40
|
-
//# sourceMappingURL=CreateResourceShareCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteResourceShareRequest, DeleteResourceShareResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteResourceShareCommand, serializeAws_restJson1DeleteResourceShareCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteResourceShareRequest, DeleteResourceShareResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DeleteResourceShareCommand, serializeAws_restJson1DeleteResourceShareCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteResourceShareCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteResourceShareCommand, _super);
|
|
8
8
|
function DeleteResourceShareCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteResourceShareCommand = (function (_super) {
|
|
|
37
37
|
return DeleteResourceShareCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteResourceShareCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteResourceShareCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DisassociateResourceShareRequest, DisassociateResourceShareResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DisassociateResourceShareCommand, serializeAws_restJson1DisassociateResourceShareCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DisassociateResourceShareRequest, DisassociateResourceShareResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DisassociateResourceShareCommand, serializeAws_restJson1DisassociateResourceShareCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisassociateResourceShareCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateResourceShareCommand, _super);
|
|
8
8
|
function DisassociateResourceShareCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DisassociateResourceShareCommand = (function (_super) {
|
|
|
37
37
|
return DisassociateResourceShareCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DisassociateResourceShareCommand };
|
|
40
|
-
//# sourceMappingURL=DisassociateResourceShareCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DisassociateResourceSharePermissionRequest, DisassociateResourceSharePermissionResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DisassociateResourceSharePermissionCommand, serializeAws_restJson1DisassociateResourceSharePermissionCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DisassociateResourceSharePermissionRequest, DisassociateResourceSharePermissionResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DisassociateResourceSharePermissionCommand, serializeAws_restJson1DisassociateResourceSharePermissionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisassociateResourceSharePermissionCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateResourceSharePermissionCommand, _super);
|
|
8
8
|
function DisassociateResourceSharePermissionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DisassociateResourceSharePermissionCommand = (function (_super) {
|
|
|
37
37
|
return DisassociateResourceSharePermissionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DisassociateResourceSharePermissionCommand };
|
|
40
|
-
//# sourceMappingURL=DisassociateResourceSharePermissionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { EnableSharingWithAwsOrganizationRequest, EnableSharingWithAwsOrganizationResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1EnableSharingWithAwsOrganizationCommand, serializeAws_restJson1EnableSharingWithAwsOrganizationCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { EnableSharingWithAwsOrganizationRequest, EnableSharingWithAwsOrganizationResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1EnableSharingWithAwsOrganizationCommand, serializeAws_restJson1EnableSharingWithAwsOrganizationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var EnableSharingWithAwsOrganizationCommand = (function (_super) {
|
|
7
7
|
__extends(EnableSharingWithAwsOrganizationCommand, _super);
|
|
8
8
|
function EnableSharingWithAwsOrganizationCommand(input) {
|
|
@@ -37,4 +37,3 @@ var EnableSharingWithAwsOrganizationCommand = (function (_super) {
|
|
|
37
37
|
return EnableSharingWithAwsOrganizationCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { EnableSharingWithAwsOrganizationCommand };
|
|
40
|
-
//# sourceMappingURL=EnableSharingWithAwsOrganizationCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetPermissionRequest, GetPermissionResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetPermissionCommand, serializeAws_restJson1GetPermissionCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetPermissionRequest, GetPermissionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetPermissionCommand, serializeAws_restJson1GetPermissionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetPermissionCommand = (function (_super) {
|
|
7
7
|
__extends(GetPermissionCommand, _super);
|
|
8
8
|
function GetPermissionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var GetPermissionCommand = (function (_super) {
|
|
|
37
37
|
return GetPermissionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { GetPermissionCommand };
|
|
40
|
-
//# sourceMappingURL=GetPermissionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetResourcePoliciesCommand, serializeAws_restJson1GetResourcePoliciesCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetResourcePoliciesCommand, serializeAws_restJson1GetResourcePoliciesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetResourcePoliciesCommand = (function (_super) {
|
|
7
7
|
__extends(GetResourcePoliciesCommand, _super);
|
|
8
8
|
function GetResourcePoliciesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var GetResourcePoliciesCommand = (function (_super) {
|
|
|
37
37
|
return GetResourcePoliciesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { GetResourcePoliciesCommand };
|
|
40
|
-
//# sourceMappingURL=GetResourcePoliciesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetResourceShareAssociationsRequest, GetResourceShareAssociationsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetResourceShareAssociationsCommand, serializeAws_restJson1GetResourceShareAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetResourceShareAssociationsRequest, GetResourceShareAssociationsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetResourceShareAssociationsCommand, serializeAws_restJson1GetResourceShareAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetResourceShareAssociationsCommand = (function (_super) {
|
|
7
7
|
__extends(GetResourceShareAssociationsCommand, _super);
|
|
8
8
|
function GetResourceShareAssociationsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var GetResourceShareAssociationsCommand = (function (_super) {
|
|
|
37
37
|
return GetResourceShareAssociationsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { GetResourceShareAssociationsCommand };
|
|
40
|
-
//# sourceMappingURL=GetResourceShareAssociationsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetResourceShareInvitationsRequest, GetResourceShareInvitationsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetResourceShareInvitationsCommand, serializeAws_restJson1GetResourceShareInvitationsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetResourceShareInvitationsRequest, GetResourceShareInvitationsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetResourceShareInvitationsCommand, serializeAws_restJson1GetResourceShareInvitationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetResourceShareInvitationsCommand = (function (_super) {
|
|
7
7
|
__extends(GetResourceShareInvitationsCommand, _super);
|
|
8
8
|
function GetResourceShareInvitationsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var GetResourceShareInvitationsCommand = (function (_super) {
|
|
|
37
37
|
return GetResourceShareInvitationsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { GetResourceShareInvitationsCommand };
|
|
40
|
-
//# sourceMappingURL=GetResourceShareInvitationsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetResourceSharesRequest, GetResourceSharesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1GetResourceSharesCommand, serializeAws_restJson1GetResourceSharesCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetResourceSharesRequest, GetResourceSharesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1GetResourceSharesCommand, serializeAws_restJson1GetResourceSharesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetResourceSharesCommand = (function (_super) {
|
|
7
7
|
__extends(GetResourceSharesCommand, _super);
|
|
8
8
|
function GetResourceSharesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var GetResourceSharesCommand = (function (_super) {
|
|
|
37
37
|
return GetResourceSharesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { GetResourceSharesCommand };
|
|
40
|
-
//# sourceMappingURL=GetResourceSharesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListPendingInvitationResourcesRequest, ListPendingInvitationResourcesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListPendingInvitationResourcesCommand, serializeAws_restJson1ListPendingInvitationResourcesCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListPendingInvitationResourcesRequest, ListPendingInvitationResourcesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListPendingInvitationResourcesCommand, serializeAws_restJson1ListPendingInvitationResourcesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListPendingInvitationResourcesCommand = (function (_super) {
|
|
7
7
|
__extends(ListPendingInvitationResourcesCommand, _super);
|
|
8
8
|
function ListPendingInvitationResourcesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListPendingInvitationResourcesCommand = (function (_super) {
|
|
|
37
37
|
return ListPendingInvitationResourcesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListPendingInvitationResourcesCommand };
|
|
40
|
-
//# sourceMappingURL=ListPendingInvitationResourcesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListPermissionsCommand, serializeAws_restJson1ListPermissionsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListPermissionsCommand, serializeAws_restJson1ListPermissionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListPermissionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListPermissionsCommand, _super);
|
|
8
8
|
function ListPermissionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListPermissionsCommand = (function (_super) {
|
|
|
37
37
|
return ListPermissionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListPermissionsCommand };
|
|
40
|
-
//# sourceMappingURL=ListPermissionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListPrincipalsRequest, ListPrincipalsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListPrincipalsCommand, serializeAws_restJson1ListPrincipalsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListPrincipalsRequest, ListPrincipalsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListPrincipalsCommand, serializeAws_restJson1ListPrincipalsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListPrincipalsCommand = (function (_super) {
|
|
7
7
|
__extends(ListPrincipalsCommand, _super);
|
|
8
8
|
function ListPrincipalsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListPrincipalsCommand = (function (_super) {
|
|
|
37
37
|
return ListPrincipalsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListPrincipalsCommand };
|
|
40
|
-
//# sourceMappingURL=ListPrincipalsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListResourceSharePermissionsRequest, ListResourceSharePermissionsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListResourceSharePermissionsCommand, serializeAws_restJson1ListResourceSharePermissionsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListResourceSharePermissionsRequest, ListResourceSharePermissionsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListResourceSharePermissionsCommand, serializeAws_restJson1ListResourceSharePermissionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListResourceSharePermissionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListResourceSharePermissionsCommand, _super);
|
|
8
8
|
function ListResourceSharePermissionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListResourceSharePermissionsCommand = (function (_super) {
|
|
|
37
37
|
return ListResourceSharePermissionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListResourceSharePermissionsCommand };
|
|
40
|
-
//# sourceMappingURL=ListResourceSharePermissionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListResourceTypesRequest, ListResourceTypesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListResourceTypesCommand, serializeAws_restJson1ListResourceTypesCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListResourceTypesRequest, ListResourceTypesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListResourceTypesCommand, serializeAws_restJson1ListResourceTypesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListResourceTypesCommand = (function (_super) {
|
|
7
7
|
__extends(ListResourceTypesCommand, _super);
|
|
8
8
|
function ListResourceTypesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListResourceTypesCommand = (function (_super) {
|
|
|
37
37
|
return ListResourceTypesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListResourceTypesCommand };
|
|
40
|
-
//# sourceMappingURL=ListResourceTypesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1ListResourcesCommand, serializeAws_restJson1ListResourcesCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1ListResourcesCommand, serializeAws_restJson1ListResourcesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListResourcesCommand = (function (_super) {
|
|
7
7
|
__extends(ListResourcesCommand, _super);
|
|
8
8
|
function ListResourcesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListResourcesCommand = (function (_super) {
|
|
|
37
37
|
return ListResourcesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListResourcesCommand };
|
|
40
|
-
//# sourceMappingURL=ListResourcesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { PromoteResourceShareCreatedFromPolicyRequest, PromoteResourceShareCreatedFromPolicyResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1PromoteResourceShareCreatedFromPolicyCommand, serializeAws_restJson1PromoteResourceShareCreatedFromPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { PromoteResourceShareCreatedFromPolicyRequest, PromoteResourceShareCreatedFromPolicyResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1PromoteResourceShareCreatedFromPolicyCommand, serializeAws_restJson1PromoteResourceShareCreatedFromPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PromoteResourceShareCreatedFromPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(PromoteResourceShareCreatedFromPolicyCommand, _super);
|
|
8
8
|
function PromoteResourceShareCreatedFromPolicyCommand(input) {
|
|
@@ -37,4 +37,3 @@ var PromoteResourceShareCreatedFromPolicyCommand = (function (_super) {
|
|
|
37
37
|
return PromoteResourceShareCreatedFromPolicyCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { PromoteResourceShareCreatedFromPolicyCommand };
|
|
40
|
-
//# sourceMappingURL=PromoteResourceShareCreatedFromPolicyCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { RejectResourceShareInvitationRequest, RejectResourceShareInvitationResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1RejectResourceShareInvitationCommand, serializeAws_restJson1RejectResourceShareInvitationCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { RejectResourceShareInvitationRequest, RejectResourceShareInvitationResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1RejectResourceShareInvitationCommand, serializeAws_restJson1RejectResourceShareInvitationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var RejectResourceShareInvitationCommand = (function (_super) {
|
|
7
7
|
__extends(RejectResourceShareInvitationCommand, _super);
|
|
8
8
|
function RejectResourceShareInvitationCommand(input) {
|
|
@@ -37,4 +37,3 @@ var RejectResourceShareInvitationCommand = (function (_super) {
|
|
|
37
37
|
return RejectResourceShareInvitationCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { RejectResourceShareInvitationCommand };
|
|
40
|
-
//# sourceMappingURL=RejectResourceShareInvitationCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
8
8
|
function TagResourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var TagResourceCommand = (function (_super) {
|
|
|
37
37
|
return TagResourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { TagResourceCommand };
|
|
40
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
8
8
|
function UntagResourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UntagResourceCommand = (function (_super) {
|
|
|
37
37
|
return UntagResourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UntagResourceCommand };
|
|
40
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateResourceShareRequest, UpdateResourceShareResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1UpdateResourceShareCommand, serializeAws_restJson1UpdateResourceShareCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateResourceShareRequest, UpdateResourceShareResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1UpdateResourceShareCommand, serializeAws_restJson1UpdateResourceShareCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateResourceShareCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateResourceShareCommand, _super);
|
|
8
8
|
function UpdateResourceShareCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateResourceShareCommand = (function (_super) {
|
|
|
37
37
|
return UpdateResourceShareCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateResourceShareCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateResourceShareCommand.js.map
|
|
@@ -67,7 +67,7 @@ var partitionHash = {
|
|
|
67
67
|
hostname: "ram.{region}.amazonaws.com.cn",
|
|
68
68
|
},
|
|
69
69
|
"aws-iso": {
|
|
70
|
-
regions: ["us-iso-east-1"],
|
|
70
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
71
71
|
hostname: "ram.{region}.c2s.ic.gov",
|
|
72
72
|
},
|
|
73
73
|
"aws-iso-b": {
|
|
@@ -84,4 +84,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
|
|
|
84
84
|
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "ram", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
85
85
|
});
|
|
86
86
|
}); };
|
|
87
|
-
//# sourceMappingURL=endpoints.js.map
|
|
File without changes
|
|
File without changes
|
|
@@ -320,4 +320,3 @@ export var UpdateResourceShareResponse;
|
|
|
320
320
|
(function (UpdateResourceShareResponse) {
|
|
321
321
|
UpdateResourceShareResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
322
|
})(UpdateResourceShareResponse || (UpdateResourceShareResponse = {}));
|
|
323
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { GetResourcePoliciesCommand, } from "../commands/GetResourcePoliciesCommand";
|
|
2
3
|
import { RAM } from "../RAM";
|
|
3
4
|
import { RAMClient } from "../RAMClient";
|
|
4
|
-
import { GetResourcePoliciesCommand, } from "../commands/GetResourcePoliciesCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -72,4 +72,3 @@ export function paginateGetResourcePolicies(config, input) {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=GetResourcePoliciesPaginator.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { GetResourceShareAssociationsCommand, } from "../commands/GetResourceShareAssociationsCommand";
|
|
2
3
|
import { RAM } from "../RAM";
|
|
3
4
|
import { RAMClient } from "../RAMClient";
|
|
4
|
-
import { GetResourceShareAssociationsCommand, } from "../commands/GetResourceShareAssociationsCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -72,4 +72,3 @@ export function paginateGetResourceShareAssociations(config, input) {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=GetResourceShareAssociationsPaginator.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { GetResourceShareInvitationsCommand, } from "../commands/GetResourceShareInvitationsCommand";
|
|
2
3
|
import { RAM } from "../RAM";
|
|
3
4
|
import { RAMClient } from "../RAMClient";
|
|
4
|
-
import { GetResourceShareInvitationsCommand, } from "../commands/GetResourceShareInvitationsCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -72,4 +72,3 @@ export function paginateGetResourceShareInvitations(config, input) {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=GetResourceShareInvitationsPaginator.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { GetResourceSharesCommand, } from "../commands/GetResourceSharesCommand";
|
|
2
3
|
import { RAM } from "../RAM";
|
|
3
4
|
import { RAMClient } from "../RAMClient";
|
|
4
|
-
import { GetResourceSharesCommand, } from "../commands/GetResourceSharesCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -72,4 +72,3 @@ export function paginateGetResourceShares(config, input) {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=GetResourceSharesPaginator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListPendingInvitationResourcesCommand, } from "../commands/ListPendingInvitationResourcesCommand";
|
|
2
3
|
import { RAM } from "../RAM";
|
|
3
4
|
import { RAMClient } from "../RAMClient";
|
|
4
|
-
import { ListPendingInvitationResourcesCommand, } from "../commands/ListPendingInvitationResourcesCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -72,4 +72,3 @@ export function paginateListPendingInvitationResources(config, input) {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=ListPendingInvitationResourcesPaginator.js.map
|