@aws-sdk/client-ram 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +114 -423
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptResourceShareInvitationCommand.js +2 -14
- package/dist-es/commands/AssociateResourceShareCommand.js +2 -14
- package/dist-es/commands/AssociateResourceSharePermissionCommand.js +2 -14
- package/dist-es/commands/CreatePermissionCommand.js +2 -14
- package/dist-es/commands/CreatePermissionVersionCommand.js +2 -14
- package/dist-es/commands/CreateResourceShareCommand.js +2 -14
- package/dist-es/commands/DeletePermissionCommand.js +2 -14
- package/dist-es/commands/DeletePermissionVersionCommand.js +2 -14
- package/dist-es/commands/DeleteResourceShareCommand.js +2 -14
- package/dist-es/commands/DisassociateResourceShareCommand.js +2 -14
- package/dist-es/commands/DisassociateResourceSharePermissionCommand.js +2 -14
- package/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js +2 -14
- package/dist-es/commands/GetPermissionCommand.js +2 -14
- package/dist-es/commands/GetResourcePoliciesCommand.js +2 -14
- package/dist-es/commands/GetResourceShareAssociationsCommand.js +2 -14
- package/dist-es/commands/GetResourceShareInvitationsCommand.js +2 -14
- package/dist-es/commands/GetResourceSharesCommand.js +2 -14
- package/dist-es/commands/ListPendingInvitationResourcesCommand.js +2 -14
- package/dist-es/commands/ListPermissionAssociationsCommand.js +2 -14
- package/dist-es/commands/ListPermissionVersionsCommand.js +2 -14
- package/dist-es/commands/ListPermissionsCommand.js +2 -14
- package/dist-es/commands/ListPrincipalsCommand.js +2 -14
- package/dist-es/commands/ListReplacePermissionAssociationsWorkCommand.js +2 -14
- package/dist-es/commands/ListResourceSharePermissionsCommand.js +2 -14
- package/dist-es/commands/ListResourceTypesCommand.js +2 -14
- package/dist-es/commands/ListResourcesCommand.js +2 -14
- package/dist-es/commands/ListSourceAssociationsCommand.js +2 -14
- package/dist-es/commands/PromotePermissionCreatedFromPolicyCommand.js +2 -14
- package/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js +2 -14
- package/dist-es/commands/RejectResourceShareInvitationCommand.js +2 -14
- package/dist-es/commands/ReplacePermissionAssociationsCommand.js +2 -14
- package/dist-es/commands/SetDefaultPermissionVersionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateResourceShareCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptResourceShareInvitationCommand.d.ts +3 -8
- package/dist-types/commands/AssociateResourceShareCommand.d.ts +3 -8
- package/dist-types/commands/AssociateResourceSharePermissionCommand.d.ts +3 -8
- package/dist-types/commands/CreatePermissionCommand.d.ts +3 -8
- package/dist-types/commands/CreatePermissionVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateResourceShareCommand.d.ts +3 -8
- package/dist-types/commands/DeletePermissionCommand.d.ts +3 -8
- package/dist-types/commands/DeletePermissionVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourceShareCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateResourceShareCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateResourceSharePermissionCommand.d.ts +3 -8
- package/dist-types/commands/EnableSharingWithAwsOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/GetPermissionCommand.d.ts +3 -8
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceShareAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceShareInvitationsCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceSharesCommand.d.ts +3 -8
- package/dist-types/commands/ListPendingInvitationResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPrincipalsCommand.d.ts +3 -8
- package/dist-types/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceSharePermissionsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListSourceAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +3 -8
- package/dist-types/commands/RejectResourceShareInvitationCommand.d.ts +3 -8
- package/dist-types/commands/ReplacePermissionAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/SetDefaultPermissionVersionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResourceShareCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateResourceShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePermissionVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePermissionVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourceShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateResourceShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSourceAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReplacePermissionAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetDefaultPermissionVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResourceShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreatePermissionVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePermissionVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "CreatePermissionVersion", {})
|
|
13
|
-
.n("RAMClient", "CreatePermissionVersionCommand")
|
|
14
|
-
.sc(CreatePermissionVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePermissionVersionCommand extends command(_ep0, _mw0, "CreatePermissionVersion", CreatePermissionVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateResourceShare$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateResourceShareCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "CreateResourceShare", {})
|
|
13
|
-
.n("RAMClient", "CreateResourceShareCommand")
|
|
14
|
-
.sc(CreateResourceShare$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateResourceShareCommand extends command(_ep0, _mw0, "CreateResourceShare", CreateResourceShare$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeletePermission$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePermissionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "DeletePermission", {})
|
|
13
|
-
.n("RAMClient", "DeletePermissionCommand")
|
|
14
|
-
.sc(DeletePermission$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePermissionCommand extends command(_ep0, _mw0, "DeletePermission", DeletePermission$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeletePermissionVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePermissionVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "DeletePermissionVersion", {})
|
|
13
|
-
.n("RAMClient", "DeletePermissionVersionCommand")
|
|
14
|
-
.sc(DeletePermissionVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePermissionVersionCommand extends command(_ep0, _mw0, "DeletePermissionVersion", DeletePermissionVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteResourceShare$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteResourceShareCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "DeleteResourceShare", {})
|
|
13
|
-
.n("RAMClient", "DeleteResourceShareCommand")
|
|
14
|
-
.sc(DeleteResourceShare$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteResourceShareCommand extends command(_ep0, _mw0, "DeleteResourceShare", DeleteResourceShare$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateResourceShare$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateResourceShareCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "DisassociateResourceShare", {})
|
|
13
|
-
.n("RAMClient", "DisassociateResourceShareCommand")
|
|
14
|
-
.sc(DisassociateResourceShare$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateResourceShareCommand extends command(_ep0, _mw0, "DisassociateResourceShare", DisassociateResourceShare$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateResourceSharePermission$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateResourceSharePermissionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "DisassociateResourceSharePermission", {})
|
|
13
|
-
.n("RAMClient", "DisassociateResourceSharePermissionCommand")
|
|
14
|
-
.sc(DisassociateResourceSharePermission$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateResourceSharePermissionCommand extends command(_ep0, _mw0, "DisassociateResourceSharePermission", DisassociateResourceSharePermission$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { EnableSharingWithAwsOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class EnableSharingWithAwsOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "EnableSharingWithAwsOrganization", {})
|
|
13
|
-
.n("RAMClient", "EnableSharingWithAwsOrganizationCommand")
|
|
14
|
-
.sc(EnableSharingWithAwsOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class EnableSharingWithAwsOrganizationCommand extends command(_ep0, _mw0, "EnableSharingWithAwsOrganization", EnableSharingWithAwsOrganization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetPermission$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetPermissionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "GetPermission", {})
|
|
13
|
-
.n("RAMClient", "GetPermissionCommand")
|
|
14
|
-
.sc(GetPermission$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetPermissionCommand extends command(_ep0, _mw0, "GetPermission", GetPermission$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetResourcePolicies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetResourcePoliciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "GetResourcePolicies", {})
|
|
13
|
-
.n("RAMClient", "GetResourcePoliciesCommand")
|
|
14
|
-
.sc(GetResourcePolicies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetResourcePoliciesCommand extends command(_ep0, _mw0, "GetResourcePolicies", GetResourcePolicies$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetResourceShareAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetResourceShareAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "GetResourceShareAssociations", {})
|
|
13
|
-
.n("RAMClient", "GetResourceShareAssociationsCommand")
|
|
14
|
-
.sc(GetResourceShareAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetResourceShareAssociationsCommand extends command(_ep0, _mw0, "GetResourceShareAssociations", GetResourceShareAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetResourceShareInvitations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetResourceShareInvitationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "GetResourceShareInvitations", {})
|
|
13
|
-
.n("RAMClient", "GetResourceShareInvitationsCommand")
|
|
14
|
-
.sc(GetResourceShareInvitations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetResourceShareInvitationsCommand extends command(_ep0, _mw0, "GetResourceShareInvitations", GetResourceShareInvitations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetResourceShares$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetResourceSharesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "GetResourceShares", {})
|
|
13
|
-
.n("RAMClient", "GetResourceSharesCommand")
|
|
14
|
-
.sc(GetResourceShares$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetResourceSharesCommand extends command(_ep0, _mw0, "GetResourceShares", GetResourceShares$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPendingInvitationResources$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPendingInvitationResourcesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "ListPendingInvitationResources", {})
|
|
13
|
-
.n("RAMClient", "ListPendingInvitationResourcesCommand")
|
|
14
|
-
.sc(ListPendingInvitationResources$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPendingInvitationResourcesCommand extends command(_ep0, _mw0, "ListPendingInvitationResources", ListPendingInvitationResources$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPermissionAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPermissionAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "ListPermissionAssociations", {})
|
|
13
|
-
.n("RAMClient", "ListPermissionAssociationsCommand")
|
|
14
|
-
.sc(ListPermissionAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPermissionAssociationsCommand extends command(_ep0, _mw0, "ListPermissionAssociations", ListPermissionAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPermissionVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPermissionVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "ListPermissionVersions", {})
|
|
13
|
-
.n("RAMClient", "ListPermissionVersionsCommand")
|
|
14
|
-
.sc(ListPermissionVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPermissionVersionsCommand extends command(_ep0, _mw0, "ListPermissionVersions", ListPermissionVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPermissions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPermissionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "ListPermissions", {})
|
|
13
|
-
.n("RAMClient", "ListPermissionsCommand")
|
|
14
|
-
.sc(ListPermissions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPermissionsCommand extends command(_ep0, _mw0, "ListPermissions", ListPermissions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPrincipals$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPrincipalsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "ListPrincipals", {})
|
|
13
|
-
.n("RAMClient", "ListPrincipalsCommand")
|
|
14
|
-
.sc(ListPrincipals$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPrincipalsCommand extends command(_ep0, _mw0, "ListPrincipals", ListPrincipals$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListReplacePermissionAssociationsWork$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListReplacePermissionAssociationsWorkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "ListReplacePermissionAssociationsWork", {})
|
|
13
|
-
.n("RAMClient", "ListReplacePermissionAssociationsWorkCommand")
|
|
14
|
-
.sc(ListReplacePermissionAssociationsWork$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListReplacePermissionAssociationsWorkCommand extends command(_ep0, _mw0, "ListReplacePermissionAssociationsWork", ListReplacePermissionAssociationsWork$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListResourceSharePermissions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListResourceSharePermissionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "ListResourceSharePermissions", {})
|
|
13
|
-
.n("RAMClient", "ListResourceSharePermissionsCommand")
|
|
14
|
-
.sc(ListResourceSharePermissions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListResourceSharePermissionsCommand extends command(_ep0, _mw0, "ListResourceSharePermissions", ListResourceSharePermissions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListResourceTypes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListResourceTypesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "ListResourceTypes", {})
|
|
13
|
-
.n("RAMClient", "ListResourceTypesCommand")
|
|
14
|
-
.sc(ListResourceTypes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListResourceTypesCommand extends command(_ep0, _mw0, "ListResourceTypes", ListResourceTypes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListResources$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListResourcesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "ListResources", {})
|
|
13
|
-
.n("RAMClient", "ListResourcesCommand")
|
|
14
|
-
.sc(ListResources$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListResourcesCommand extends command(_ep0, _mw0, "ListResources", ListResources$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListSourceAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListSourceAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "ListSourceAssociations", {})
|
|
13
|
-
.n("RAMClient", "ListSourceAssociationsCommand")
|
|
14
|
-
.sc(ListSourceAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListSourceAssociationsCommand extends command(_ep0, _mw0, "ListSourceAssociations", ListSourceAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PromotePermissionCreatedFromPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PromotePermissionCreatedFromPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "PromotePermissionCreatedFromPolicy", {})
|
|
13
|
-
.n("RAMClient", "PromotePermissionCreatedFromPolicyCommand")
|
|
14
|
-
.sc(PromotePermissionCreatedFromPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PromotePermissionCreatedFromPolicyCommand extends command(_ep0, _mw0, "PromotePermissionCreatedFromPolicy", PromotePermissionCreatedFromPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PromoteResourceShareCreatedFromPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PromoteResourceShareCreatedFromPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "PromoteResourceShareCreatedFromPolicy", {})
|
|
13
|
-
.n("RAMClient", "PromoteResourceShareCreatedFromPolicyCommand")
|
|
14
|
-
.sc(PromoteResourceShareCreatedFromPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PromoteResourceShareCreatedFromPolicyCommand extends command(_ep0, _mw0, "PromoteResourceShareCreatedFromPolicy", PromoteResourceShareCreatedFromPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RejectResourceShareInvitation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RejectResourceShareInvitationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "RejectResourceShareInvitation", {})
|
|
13
|
-
.n("RAMClient", "RejectResourceShareInvitationCommand")
|
|
14
|
-
.sc(RejectResourceShareInvitation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RejectResourceShareInvitationCommand extends command(_ep0, _mw0, "RejectResourceShareInvitation", RejectResourceShareInvitation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ReplacePermissionAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ReplacePermissionAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "ReplacePermissionAssociations", {})
|
|
13
|
-
.n("RAMClient", "ReplacePermissionAssociationsCommand")
|
|
14
|
-
.sc(ReplacePermissionAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ReplacePermissionAssociationsCommand extends command(_ep0, _mw0, "ReplacePermissionAssociations", ReplacePermissionAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SetDefaultPermissionVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetDefaultPermissionVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "SetDefaultPermissionVersion", {})
|
|
13
|
-
.n("RAMClient", "SetDefaultPermissionVersionCommand")
|
|
14
|
-
.sc(SetDefaultPermissionVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetDefaultPermissionVersionCommand extends command(_ep0, _mw0, "SetDefaultPermissionVersion", SetDefaultPermissionVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "TagResource", {})
|
|
13
|
-
.n("RAMClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "UntagResource", {})
|
|
13
|
-
.n("RAMClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateResourceShare$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateResourceShareCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "UpdateResourceShare", {})
|
|
13
|
-
.n("RAMClient", "UpdateResourceShareCommand")
|
|
14
|
-
.sc(UpdateResourceShare$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateResourceShareCommand extends command(_ep0, _mw0, "UpdateResourceShare", UpdateResourceShare$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED