@aws-sdk/client-ram 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +86 -87
- package/dist-cjs/models/RAMServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/RAM.js +1 -1
- package/dist-es/RAMClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcceptResourceShareInvitationCommand.js +2 -2
- package/dist-es/commands/AssociateResourceShareCommand.js +2 -2
- package/dist-es/commands/AssociateResourceSharePermissionCommand.js +2 -2
- package/dist-es/commands/CreatePermissionCommand.js +2 -2
- package/dist-es/commands/CreatePermissionVersionCommand.js +2 -2
- package/dist-es/commands/CreateResourceShareCommand.js +2 -2
- package/dist-es/commands/DeletePermissionCommand.js +2 -2
- package/dist-es/commands/DeletePermissionVersionCommand.js +2 -2
- package/dist-es/commands/DeleteResourceShareCommand.js +2 -2
- package/dist-es/commands/DisassociateResourceShareCommand.js +2 -2
- package/dist-es/commands/DisassociateResourceSharePermissionCommand.js +2 -2
- package/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js +2 -2
- package/dist-es/commands/GetPermissionCommand.js +2 -2
- package/dist-es/commands/GetResourcePoliciesCommand.js +2 -2
- package/dist-es/commands/GetResourceShareAssociationsCommand.js +2 -2
- package/dist-es/commands/GetResourceShareInvitationsCommand.js +2 -2
- package/dist-es/commands/GetResourceSharesCommand.js +2 -2
- package/dist-es/commands/ListPendingInvitationResourcesCommand.js +2 -2
- package/dist-es/commands/ListPermissionAssociationsCommand.js +2 -2
- package/dist-es/commands/ListPermissionVersionsCommand.js +2 -2
- package/dist-es/commands/ListPermissionsCommand.js +2 -2
- package/dist-es/commands/ListPrincipalsCommand.js +2 -2
- package/dist-es/commands/ListReplacePermissionAssociationsWorkCommand.js +2 -2
- package/dist-es/commands/ListResourceSharePermissionsCommand.js +2 -2
- package/dist-es/commands/ListResourceTypesCommand.js +2 -2
- package/dist-es/commands/ListResourcesCommand.js +2 -2
- package/dist-es/commands/ListSourceAssociationsCommand.js +2 -2
- package/dist-es/commands/PromotePermissionCreatedFromPolicyCommand.js +2 -2
- package/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js +2 -2
- package/dist-es/commands/RejectResourceShareInvitationCommand.js +2 -2
- package/dist-es/commands/ReplacePermissionAssociationsCommand.js +2 -2
- package/dist-es/commands/SetDefaultPermissionVersionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateResourceShareCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/RAMServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/RAMClient.d.ts +5 -5
- package/dist-types/commands/AcceptResourceShareInvitationCommand.d.ts +6 -4
- package/dist-types/commands/AssociateResourceShareCommand.d.ts +6 -4
- package/dist-types/commands/AssociateResourceSharePermissionCommand.d.ts +6 -4
- package/dist-types/commands/CreatePermissionCommand.d.ts +6 -4
- package/dist-types/commands/CreatePermissionVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateResourceShareCommand.d.ts +6 -4
- package/dist-types/commands/DeletePermissionCommand.d.ts +6 -4
- package/dist-types/commands/DeletePermissionVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourceShareCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateResourceShareCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateResourceSharePermissionCommand.d.ts +6 -4
- package/dist-types/commands/EnableSharingWithAwsOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/GetPermissionCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +6 -4
- package/dist-types/commands/GetResourceShareAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/GetResourceShareInvitationsCommand.d.ts +6 -4
- package/dist-types/commands/GetResourceSharesCommand.d.ts +6 -4
- package/dist-types/commands/ListPendingInvitationResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListPermissionAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListPermissionVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListPermissionsCommand.d.ts +6 -4
- package/dist-types/commands/ListPrincipalsCommand.d.ts +6 -4
- package/dist-types/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +6 -4
- package/dist-types/commands/ListResourceSharePermissionsCommand.d.ts +6 -4
- package/dist-types/commands/ListResourceTypesCommand.d.ts +6 -4
- package/dist-types/commands/ListResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListSourceAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +6 -4
- package/dist-types/commands/RejectResourceShareInvitationCommand.d.ts +6 -4
- package/dist-types/commands/ReplacePermissionAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/SetDefaultPermissionVersionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateResourceShareCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/RAMServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/RAMClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateResourceShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePermissionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePermissionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourceShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateResourceShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPermissionAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPermissionVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourceTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSourceAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ReplacePermissionAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetDefaultPermissionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateResourceShareCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/RAMServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultRAMHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AcceptResourceShareInvitationCommandInput, AcceptResourceShareInvitationCommandOutput } from "./commands/AcceptResourceShareInvitationCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AcceptResourceShareInvitationRequest, AcceptResourceShareInvitationResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface AcceptResourceShareInvitationCommandInput extends AcceptResourc
|
|
|
22
22
|
export interface AcceptResourceShareInvitationCommandOutput extends AcceptResourceShareInvitationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AcceptResourceShareInvitationCommand_base: {
|
|
25
|
-
new (input: AcceptResourceShareInvitationCommandInput): import("@smithy/
|
|
26
|
-
new (input: AcceptResourceShareInvitationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AcceptResourceShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<AcceptResourceShareInvitationCommandInput, AcceptResourceShareInvitationCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AcceptResourceShareInvitationCommandInput): import("@smithy/core/client").CommandImpl<AcceptResourceShareInvitationCommandInput, AcceptResourceShareInvitationCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Accepts an invitation to a resource share from another Amazon Web Services account. After you accept the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AssociateResourceShareRequest, AssociateResourceShareResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface AssociateResourceShareCommandInput extends AssociateResourceSha
|
|
|
22
22
|
export interface AssociateResourceShareCommandOutput extends AssociateResourceShareResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateResourceShareCommand_base: {
|
|
25
|
-
new (input: AssociateResourceShareCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateResourceShareCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceShareCommandInput, AssociateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceShareCommandInput, AssociateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds the specified list of principals, resources, and source constraints to a resource share. Principals that
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AssociateResourceSharePermissionRequest, AssociateResourceSharePermissionResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface AssociateResourceSharePermissionCommandInput extends AssociateR
|
|
|
22
22
|
export interface AssociateResourceSharePermissionCommandOutput extends AssociateResourceSharePermissionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateResourceSharePermissionCommand_base: {
|
|
25
|
-
new (input: AssociateResourceSharePermissionCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateResourceSharePermissionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateResourceSharePermissionCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceSharePermissionCommandInput, AssociateResourceSharePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateResourceSharePermissionCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceSharePermissionCommandInput, AssociateResourceSharePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds or replaces the RAM permission for a resource type included in a resource share. You can
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreatePermissionRequest, CreatePermissionResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface CreatePermissionCommandInput extends CreatePermissionRequest {
|
|
|
22
22
|
export interface CreatePermissionCommandOutput extends CreatePermissionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePermissionCommand_base: {
|
|
25
|
-
new (input: CreatePermissionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreatePermissionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreatePermissionCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionCommandInput, CreatePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePermissionCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionCommandInput, CreatePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a customer managed permission for a specified resource type that you can attach to resource shares.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreatePermissionVersionRequest, CreatePermissionVersionResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface CreatePermissionVersionCommandInput extends CreatePermissionVer
|
|
|
22
22
|
export interface CreatePermissionVersionCommandOutput extends CreatePermissionVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePermissionVersionCommand_base: {
|
|
25
|
-
new (input: CreatePermissionVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreatePermissionVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreatePermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionVersionCommandInput, CreatePermissionVersionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreatePermissionVersionCommandInput, CreatePermissionVersionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new version of the specified customer managed permission. The new version is automatically set as
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateResourceShareRequest, CreateResourceShareResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateResourceShareCommandInput extends CreateResourceShareRequ
|
|
|
22
22
|
export interface CreateResourceShareCommandOutput extends CreateResourceShareResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateResourceShareCommand_base: {
|
|
25
|
-
new (input: CreateResourceShareCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateResourceShareCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceShareCommandInput, CreateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceShareCommandInput, CreateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a resource share. You can provide a list of the <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> for the resources that you
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeletePermissionRequest, DeletePermissionResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface DeletePermissionCommandInput extends DeletePermissionRequest {
|
|
|
22
22
|
export interface DeletePermissionCommandOutput extends DeletePermissionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePermissionCommand_base: {
|
|
25
|
-
new (input: DeletePermissionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePermissionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePermissionCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionCommandInput, DeletePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePermissionCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionCommandInput, DeletePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified customer managed permission in the Amazon Web Services Region in which you call this operation. You
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeletePermissionVersionRequest, DeletePermissionVersionResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface DeletePermissionVersionCommandInput extends DeletePermissionVer
|
|
|
22
22
|
export interface DeletePermissionVersionCommandOutput extends DeletePermissionVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePermissionVersionCommand_base: {
|
|
25
|
-
new (input: DeletePermissionVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePermissionVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionVersionCommandInput, DeletePermissionVersionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePermissionVersionCommandInput): import("@smithy/core/client").CommandImpl<DeletePermissionVersionCommandInput, DeletePermissionVersionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes one version of a customer managed permission. The version you specify must not be attached to any
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteResourceShareRequest, DeleteResourceShareResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteResourceShareCommandInput extends DeleteResourceShareRequ
|
|
|
22
22
|
export interface DeleteResourceShareCommandOutput extends DeleteResourceShareResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteResourceShareCommand_base: {
|
|
25
|
-
new (input: DeleteResourceShareCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteResourceShareCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteResourceShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceShareCommandInput, DeleteResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteResourceShareCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceShareCommandInput, DeleteResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified resource share.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DisassociateResourceShareRequest, DisassociateResourceShareResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateResourceShareCommandInput extends DisassociateResou
|
|
|
22
22
|
export interface DisassociateResourceShareCommandOutput extends DisassociateResourceShareResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateResourceShareCommand_base: {
|
|
25
|
-
new (input: DisassociateResourceShareCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateResourceShareCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceShareCommandInput, DisassociateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateResourceShareCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceShareCommandInput, DisassociateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the specified principals, resources, or source constraints from participating in the specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DisassociateResourceSharePermissionRequest, DisassociateResourceSharePermissionResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateResourceSharePermissionCommandInput extends Disasso
|
|
|
22
22
|
export interface DisassociateResourceSharePermissionCommandOutput extends DisassociateResourceSharePermissionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateResourceSharePermissionCommand_base: {
|
|
25
|
-
new (input: DisassociateResourceSharePermissionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateResourceSharePermissionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateResourceSharePermissionCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceSharePermissionCommandInput, DisassociateResourceSharePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateResourceSharePermissionCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceSharePermissionCommandInput, DisassociateResourceSharePermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes a managed permission from a resource share. Permission changes take effect immediately. You can
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EnableSharingWithAwsOrganizationRequest, EnableSharingWithAwsOrganizationResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface EnableSharingWithAwsOrganizationCommandInput extends EnableShar
|
|
|
22
22
|
export interface EnableSharingWithAwsOrganizationCommandOutput extends EnableSharingWithAwsOrganizationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EnableSharingWithAwsOrganizationCommand_base: {
|
|
25
|
-
new (input: EnableSharingWithAwsOrganizationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [EnableSharingWithAwsOrganizationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: EnableSharingWithAwsOrganizationCommandInput): import("@smithy/core/client").CommandImpl<EnableSharingWithAwsOrganizationCommandInput, EnableSharingWithAwsOrganizationCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [EnableSharingWithAwsOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<EnableSharingWithAwsOrganizationCommandInput, EnableSharingWithAwsOrganizationCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables resource sharing within your organization in Organizations. This operation creates
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetPermissionRequest, GetPermissionResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface GetPermissionCommandInput extends GetPermissionRequest {
|
|
|
22
22
|
export interface GetPermissionCommandOutput extends GetPermissionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetPermissionCommand_base: {
|
|
25
|
-
new (input: GetPermissionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetPermissionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetPermissionCommandInput): import("@smithy/core/client").CommandImpl<GetPermissionCommandInput, GetPermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetPermissionCommandInput): import("@smithy/core/client").CommandImpl<GetPermissionCommandInput, GetPermissionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the contents of a managed permission in JSON format.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface GetResourcePoliciesCommandInput extends GetResourcePoliciesRequ
|
|
|
22
22
|
export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetResourcePoliciesCommand_base: {
|
|
25
|
-
new (input: GetResourcePoliciesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetResourcePoliciesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetResourcePoliciesCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetResourcePoliciesCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the resource policies for the specified resources that you own and have
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetResourceShareAssociationsRequest, GetResourceShareAssociationsResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface GetResourceShareAssociationsCommandInput extends GetResourceSha
|
|
|
22
22
|
export interface GetResourceShareAssociationsCommandOutput extends GetResourceShareAssociationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetResourceShareAssociationsCommand_base: {
|
|
25
|
-
new (input: GetResourceShareAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetResourceShareAssociationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetResourceShareAssociationsCommandInput): import("@smithy/core/client").CommandImpl<GetResourceShareAssociationsCommandInput, GetResourceShareAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetResourceShareAssociationsCommandInput): import("@smithy/core/client").CommandImpl<GetResourceShareAssociationsCommandInput, GetResourceShareAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the lists of resources and principals that associated for resource shares that you
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetResourceShareInvitationsRequest, GetResourceShareInvitationsResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface GetResourceShareInvitationsCommandInput extends GetResourceShar
|
|
|
22
22
|
export interface GetResourceShareInvitationsCommandOutput extends GetResourceShareInvitationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetResourceShareInvitationsCommand_base: {
|
|
25
|
-
new (input: GetResourceShareInvitationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetResourceShareInvitationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetResourceShareInvitationsCommandInput): import("@smithy/core/client").CommandImpl<GetResourceShareInvitationsCommandInput, GetResourceShareInvitationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetResourceShareInvitationsCommandInput]): import("@smithy/core/client").CommandImpl<GetResourceShareInvitationsCommandInput, GetResourceShareInvitationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves details about invitations that you have received for resource shares.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetResourceSharesRequest, GetResourceSharesResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface GetResourceSharesCommandInput extends GetResourceSharesRequest
|
|
|
22
22
|
export interface GetResourceSharesCommandOutput extends GetResourceSharesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetResourceSharesCommand_base: {
|
|
25
|
-
new (input: GetResourceSharesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetResourceSharesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetResourceSharesCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSharesCommandInput, GetResourceSharesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetResourceSharesCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSharesCommandInput, GetResourceSharesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves details about the resource shares that you own or that are shared with you.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListPendingInvitationResourcesRequest, ListPendingInvitationResourcesResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface ListPendingInvitationResourcesCommandInput extends ListPendingI
|
|
|
22
22
|
export interface ListPendingInvitationResourcesCommandOutput extends ListPendingInvitationResourcesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPendingInvitationResourcesCommand_base: {
|
|
25
|
-
new (input: ListPendingInvitationResourcesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListPendingInvitationResourcesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPendingInvitationResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListPendingInvitationResourcesCommandInput, ListPendingInvitationResourcesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListPendingInvitationResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListPendingInvitationResourcesCommandInput, ListPendingInvitationResourcesCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the resources in a resource share that is shared with you but for which the invitation is
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListPermissionAssociationsRequest, ListPermissionAssociationsResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface ListPermissionAssociationsCommandInput extends ListPermissionAs
|
|
|
22
22
|
export interface ListPermissionAssociationsCommandOutput extends ListPermissionAssociationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPermissionAssociationsCommand_base: {
|
|
25
|
-
new (input: ListPermissionAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListPermissionAssociationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPermissionAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionAssociationsCommandInput, ListPermissionAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListPermissionAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListPermissionAssociationsCommandInput, ListPermissionAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists information about the managed permission and its associations to any resource shares that use
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListPermissionVersionsRequest, ListPermissionVersionsResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface ListPermissionVersionsCommandInput extends ListPermissionVersio
|
|
|
22
22
|
export interface ListPermissionVersionsCommandOutput extends ListPermissionVersionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPermissionVersionsCommand_base: {
|
|
25
|
-
new (input: ListPermissionVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListPermissionVersionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPermissionVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionVersionsCommandInput, ListPermissionVersionsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListPermissionVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionVersionsCommandInput, ListPermissionVersionsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the available versions of the specified RAM permission.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface ListPermissionsCommandInput extends ListPermissionsRequest {
|
|
|
22
22
|
export interface ListPermissionsCommandOutput extends ListPermissionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPermissionsCommand_base: {
|
|
25
|
-
new (input: ListPermissionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListPermissionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPermissionsCommandInput): import("@smithy/core/client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListPermissionsCommandInput]): import("@smithy/core/client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of available RAM permissions that you can use for the supported
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListPrincipalsRequest, ListPrincipalsResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface ListPrincipalsCommandInput extends ListPrincipalsRequest {
|
|
|
22
22
|
export interface ListPrincipalsCommandOutput extends ListPrincipalsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPrincipalsCommand_base: {
|
|
25
|
-
new (input: ListPrincipalsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListPrincipalsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPrincipalsCommandInput): import("@smithy/core/client").CommandImpl<ListPrincipalsCommandInput, ListPrincipalsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListPrincipalsCommandInput): import("@smithy/core/client").CommandImpl<ListPrincipalsCommandInput, ListPrincipalsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the principals that you are sharing resources with or that are sharing resources
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListReplacePermissionAssociationsWorkRequest, ListReplacePermissionAssociationsWorkResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface ListReplacePermissionAssociationsWorkCommandInput extends ListR
|
|
|
22
22
|
export interface ListReplacePermissionAssociationsWorkCommandOutput extends ListReplacePermissionAssociationsWorkResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListReplacePermissionAssociationsWorkCommand_base: {
|
|
25
|
-
new (input: ListReplacePermissionAssociationsWorkCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListReplacePermissionAssociationsWorkCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListReplacePermissionAssociationsWorkCommandInput): import("@smithy/core/client").CommandImpl<ListReplacePermissionAssociationsWorkCommandInput, ListReplacePermissionAssociationsWorkCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListReplacePermissionAssociationsWorkCommandInput]): import("@smithy/core/client").CommandImpl<ListReplacePermissionAssociationsWorkCommandInput, ListReplacePermissionAssociationsWorkCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the current status of the asynchronous tasks performed by RAM when you
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListResourceSharePermissionsRequest, ListResourceSharePermissionsResponse } from "../models/models_0";
|
|
4
4
|
import type { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient";
|
|
@@ -22,9 +22,11 @@ export interface ListResourceSharePermissionsCommandInput extends ListResourceSh
|
|
|
22
22
|
export interface ListResourceSharePermissionsCommandOutput extends ListResourceSharePermissionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListResourceSharePermissionsCommand_base: {
|
|
25
|
-
new (input: ListResourceSharePermissionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListResourceSharePermissionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListResourceSharePermissionsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceSharePermissionsCommandInput, ListResourceSharePermissionsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListResourceSharePermissionsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceSharePermissionsCommandInput, ListResourceSharePermissionsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the RAM permissions that are associated with a resource share.</p>
|