@aws-sdk/client-ram 3.194.0 → 3.197.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist-cjs/RAMClient.js +11 -8
- package/dist-cjs/commands/AcceptResourceShareInvitationCommand.js +10 -0
- package/dist-cjs/commands/AssociateResourceShareCommand.js +10 -0
- package/dist-cjs/commands/AssociateResourceSharePermissionCommand.js +10 -0
- package/dist-cjs/commands/CreateResourceShareCommand.js +10 -0
- package/dist-cjs/commands/DeleteResourceShareCommand.js +10 -0
- package/dist-cjs/commands/DisassociateResourceShareCommand.js +10 -0
- package/dist-cjs/commands/DisassociateResourceSharePermissionCommand.js +10 -0
- package/dist-cjs/commands/EnableSharingWithAwsOrganizationCommand.js +10 -0
- package/dist-cjs/commands/GetPermissionCommand.js +10 -0
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +10 -0
- package/dist-cjs/commands/GetResourceShareAssociationsCommand.js +10 -0
- package/dist-cjs/commands/GetResourceShareInvitationsCommand.js +10 -0
- package/dist-cjs/commands/GetResourceSharesCommand.js +10 -0
- package/dist-cjs/commands/ListPendingInvitationResourcesCommand.js +10 -0
- package/dist-cjs/commands/ListPermissionVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListPermissionsCommand.js +10 -0
- package/dist-cjs/commands/ListPrincipalsCommand.js +10 -0
- package/dist-cjs/commands/ListResourceSharePermissionsCommand.js +10 -0
- package/dist-cjs/commands/ListResourceTypesCommand.js +10 -0
- package/dist-cjs/commands/ListResourcesCommand.js +10 -0
- package/dist-cjs/commands/PromoteResourceShareCreatedFromPolicyCommand.js +10 -0
- package/dist-cjs/commands/RejectResourceShareInvitationCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateResourceShareCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/RAMClient.js +12 -9
- package/dist-es/commands/AcceptResourceShareInvitationCommand.js +10 -0
- package/dist-es/commands/AssociateResourceShareCommand.js +10 -0
- package/dist-es/commands/AssociateResourceSharePermissionCommand.js +10 -0
- package/dist-es/commands/CreateResourceShareCommand.js +10 -0
- package/dist-es/commands/DeleteResourceShareCommand.js +10 -0
- package/dist-es/commands/DisassociateResourceShareCommand.js +10 -0
- package/dist-es/commands/DisassociateResourceSharePermissionCommand.js +10 -0
- package/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js +10 -0
- package/dist-es/commands/GetPermissionCommand.js +10 -0
- package/dist-es/commands/GetResourcePoliciesCommand.js +10 -0
- package/dist-es/commands/GetResourceShareAssociationsCommand.js +10 -0
- package/dist-es/commands/GetResourceShareInvitationsCommand.js +10 -0
- package/dist-es/commands/GetResourceSharesCommand.js +10 -0
- package/dist-es/commands/ListPendingInvitationResourcesCommand.js +10 -0
- package/dist-es/commands/ListPermissionVersionsCommand.js +10 -0
- package/dist-es/commands/ListPermissionsCommand.js +10 -0
- package/dist-es/commands/ListPrincipalsCommand.js +10 -0
- package/dist-es/commands/ListResourceSharePermissionsCommand.js +10 -0
- package/dist-es/commands/ListResourceTypesCommand.js +10 -0
- package/dist-es/commands/ListResourcesCommand.js +10 -0
- package/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js +10 -0
- package/dist-es/commands/RejectResourceShareInvitationCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateResourceShareCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/RAMClient.d.ts +6 -9
- package/dist-types/commands/AcceptResourceShareInvitationCommand.d.ts +2 -0
- package/dist-types/commands/AssociateResourceShareCommand.d.ts +2 -0
- package/dist-types/commands/AssociateResourceSharePermissionCommand.d.ts +2 -0
- package/dist-types/commands/CreateResourceShareCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourceShareCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateResourceShareCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateResourceSharePermissionCommand.d.ts +2 -0
- package/dist-types/commands/EnableSharingWithAwsOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/GetPermissionCommand.d.ts +2 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +2 -0
- package/dist-types/commands/GetResourceShareAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/GetResourceShareInvitationsCommand.d.ts +2 -0
- package/dist-types/commands/GetResourceSharesCommand.d.ts +2 -0
- package/dist-types/commands/ListPendingInvitationResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListPermissionVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListPrincipalsCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceSharePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceTypesCommand.d.ts +2 -0
- package/dist-types/commands/ListResourcesCommand.d.ts +2 -0
- package/dist-types/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +2 -0
- package/dist-types/commands/RejectResourceShareInvitationCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateResourceShareCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/RAMClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateResourceShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteResourceShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateResourceShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPermissionVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListResourceTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateResourceShareCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +28 -26
- package/dist-cjs/endpoints.js +0 -196
- package/dist-es/endpoints.js +0 -192
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListResourcesCommand extends $Command<ListResourcesCommandInput, ListResourcesCommandOutput, RAMClientResolvedConfig> {
|
|
28
29
|
readonly input: ListResourcesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListResourcesCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PromoteResourceShareCreatedFromPolicyRequest, PromoteResourceShareCreatedFromPolicyResponse } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface PromoteResourceShareCreatedFromPolicyCommandOutput extends Prom
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class PromoteResourceShareCreatedFromPolicyCommand extends $Command<PromoteResourceShareCreatedFromPolicyCommandInput, PromoteResourceShareCreatedFromPolicyCommandOutput, RAMClientResolvedConfig> {
|
|
32
33
|
readonly input: PromoteResourceShareCreatedFromPolicyCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: PromoteResourceShareCreatedFromPolicyCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { RejectResourceShareInvitationRequest, RejectResourceShareInvitationResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface RejectResourceShareInvitationCommandOutput extends RejectResour
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class RejectResourceShareInvitationCommand extends $Command<RejectResourceShareInvitationCommandInput, RejectResourceShareInvitationCommandOutput, RAMClientResolvedConfig> {
|
|
27
28
|
readonly input: RejectResourceShareInvitationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RejectResourceShareInvitationCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, RAMClientResolvedConfig> {
|
|
28
29
|
readonly input: TagResourceCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: TagResourceCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, RAMClientResolvedConfig> {
|
|
27
28
|
readonly input: UntagResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UntagResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateResourceShareRequest, UpdateResourceShareResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface UpdateResourceShareCommandOutput extends UpdateResourceShareRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateResourceShareCommand extends $Command<UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput, RAMClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateResourceShareCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateResourceShareCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: RAMClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: RAMClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: RAMClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { RAMClientConfig } from "./RAMClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: RAMClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -142,6 +143,11 @@ import {
|
|
|
142
143
|
UpdateResourceShareCommandInput,
|
|
143
144
|
UpdateResourceShareCommandOutput,
|
|
144
145
|
} from "./commands/UpdateResourceShareCommand";
|
|
146
|
+
import {
|
|
147
|
+
ClientInputEndpointParameters,
|
|
148
|
+
ClientResolvedEndpointParameters,
|
|
149
|
+
EndpointParameters,
|
|
150
|
+
} from "./endpoint/EndpointParameters";
|
|
145
151
|
export declare type ServiceInputTypes =
|
|
146
152
|
| AcceptResourceShareInvitationCommandInput
|
|
147
153
|
| AssociateResourceShareCommandInput
|
|
@@ -215,7 +221,6 @@ export interface ClientDefaults
|
|
|
215
221
|
serviceId?: string;
|
|
216
222
|
region?: string | __Provider<string>;
|
|
217
223
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
218
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
219
224
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
220
225
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
221
226
|
}
|
|
@@ -224,21 +229,23 @@ declare type RAMClientConfigType = Partial<
|
|
|
224
229
|
> &
|
|
225
230
|
ClientDefaults &
|
|
226
231
|
RegionInputConfig &
|
|
227
|
-
|
|
232
|
+
EndpointInputConfig<EndpointParameters> &
|
|
228
233
|
RetryInputConfig &
|
|
229
234
|
HostHeaderInputConfig &
|
|
230
235
|
AwsAuthInputConfig &
|
|
231
|
-
UserAgentInputConfig
|
|
236
|
+
UserAgentInputConfig &
|
|
237
|
+
ClientInputEndpointParameters;
|
|
232
238
|
export interface RAMClientConfig extends RAMClientConfigType {}
|
|
233
239
|
declare type RAMClientResolvedConfigType =
|
|
234
240
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
235
241
|
Required<ClientDefaults> &
|
|
236
242
|
RegionResolvedConfig &
|
|
237
|
-
|
|
243
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
238
244
|
RetryResolvedConfig &
|
|
239
245
|
HostHeaderResolvedConfig &
|
|
240
246
|
AwsAuthResolvedConfig &
|
|
241
|
-
UserAgentResolvedConfig
|
|
247
|
+
UserAgentResolvedConfig &
|
|
248
|
+
ClientResolvedEndpointParameters;
|
|
242
249
|
export interface RAMClientResolvedConfig extends RAMClientResolvedConfigType {}
|
|
243
250
|
export declare class RAMClient extends __Client<
|
|
244
251
|
__HttpHandlerOptions,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AcceptResourceShareInvitationCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AcceptResourceShareInvitationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AcceptResourceShareInvitationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AssociateResourceShareCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AssociateResourceShareCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociateResourceShareCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AssociateResourceSharePermissionCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AssociateResourceSharePermissionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociateResourceSharePermissionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateResourceShareCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateResourceShareCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateResourceShareCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteResourceShareCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteResourceShareCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteResourceShareCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DisassociateResourceShareCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DisassociateResourceShareCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisassociateResourceShareCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DisassociateResourceSharePermissionCommand extends $Command
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DisassociateResourceSharePermissionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisassociateResourceSharePermissionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class EnableSharingWithAwsOrganizationCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: EnableSharingWithAwsOrganizationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: EnableSharingWithAwsOrganizationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class GetPermissionCommand extends $Command<
|
|
|
24
25
|
RAMClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: GetPermissionCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: GetPermissionCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetResourcePoliciesCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetResourcePoliciesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetResourcePoliciesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetResourceShareAssociationsCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetResourceShareAssociationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetResourceShareAssociationsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetResourceShareInvitationsCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetResourceShareInvitationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetResourceShareInvitationsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetResourceSharesCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetResourceSharesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetResourceSharesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListPendingInvitationResourcesCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListPendingInvitationResourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListPendingInvitationResourcesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListPermissionVersionsCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListPermissionVersionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListPermissionVersionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListPermissionsCommand extends $Command<
|
|
|
24
25
|
RAMClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListPermissionsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListPermissionsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListPrincipalsCommand extends $Command<
|
|
|
24
25
|
RAMClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListPrincipalsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListPrincipalsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListResourceSharePermissionsCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListResourceSharePermissionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListResourceSharePermissionsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListResourceTypesCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListResourceTypesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListResourceTypesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListResourcesCommand extends $Command<
|
|
|
24
25
|
RAMClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListResourcesCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListResourcesCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class PromoteResourceShareCreatedFromPolicyCommand extends $Comma
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: PromoteResourceShareCreatedFromPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PromoteResourceShareCreatedFromPolicyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class RejectResourceShareInvitationCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RejectResourceShareInvitationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RejectResourceShareInvitationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
22
|
RAMClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: TagResourceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: TagResourceCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
24
25
|
RAMClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UntagResourceCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UntagResourceCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class UpdateResourceShareCommand extends $Command<
|
|
|
25
26
|
RAMClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateResourceShareCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateResourceShareCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Endpoint,
|
|
3
|
+
EndpointParameters as __EndpointParameters,
|
|
4
|
+
EndpointV2,
|
|
5
|
+
Provider,
|
|
6
|
+
} from "@aws-sdk/types";
|
|
7
|
+
export interface ClientInputEndpointParameters {
|
|
8
|
+
region?: string | Provider<string>;
|
|
9
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
10
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
11
|
+
endpoint?:
|
|
12
|
+
| string
|
|
13
|
+
| Provider<string>
|
|
14
|
+
| Endpoint
|
|
15
|
+
| Provider<Endpoint>
|
|
16
|
+
| EndpointV2
|
|
17
|
+
| Provider<EndpointV2>;
|
|
18
|
+
}
|
|
19
|
+
export declare type ClientResolvedEndpointParameters =
|
|
20
|
+
ClientInputEndpointParameters & {
|
|
21
|
+
defaultSigningName: string;
|
|
22
|
+
};
|
|
23
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
24
|
+
options: T & ClientInputEndpointParameters
|
|
25
|
+
) => T &
|
|
26
|
+
ClientInputEndpointParameters & {
|
|
27
|
+
defaultSigningName: string;
|
|
28
|
+
};
|
|
29
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
+
Region?: string;
|
|
31
|
+
UseDualStack?: boolean;
|
|
32
|
+
UseFIPS?: boolean;
|
|
33
|
+
Endpoint?: string;
|
|
34
|
+
}
|