@aws-sdk/client-marketplace-deployment 3.463.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/LICENSE +201 -0
- package/README.md +237 -0
- package/dist-cjs/MarketplaceDeployment.js +19 -0
- package/dist-cjs/MarketplaceDeploymentClient.js +43 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +51 -0
- package/dist-cjs/commands/PutDeploymentParameterCommand.js +52 -0
- package/dist-cjs/commands/TagResourceCommand.js +51 -0
- package/dist-cjs/commands/UntagResourceCommand.js +51 -0
- package/dist-cjs/commands/index.js +7 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/MarketplaceDeploymentServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +114 -0
- package/dist-cjs/protocols/Aws_restJson1.js +436 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +24 -0
- package/dist-cjs/runtimeExtensions.js +22 -0
- package/dist-es/MarketplaceDeployment.js +15 -0
- package/dist-es/MarketplaceDeploymentClient.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +47 -0
- package/dist-es/commands/PutDeploymentParameterCommand.js +48 -0
- package/dist-es/commands/TagResourceCommand.js +47 -0
- package/dist-es/commands/UntagResourceCommand.js +47 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/MarketplaceDeploymentServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +102 -0
- package/dist-es/protocols/Aws_restJson1.js +425 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +45 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +20 -0
- package/dist-es/runtimeExtensions.js +18 -0
- package/dist-types/MarketplaceDeployment.d.ts +38 -0
- package/dist-types/MarketplaceDeploymentClient.d.ts +173 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +90 -0
- package/dist-types/commands/PutDeploymentParameterCommand.d.ts +110 -0
- package/dist-types/commands/TagResourceCommand.d.ts +92 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +92 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +22 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +8 -0
- package/dist-types/index.d.ts +14 -0
- package/dist-types/models/MarketplaceDeploymentServiceException.d.ts +13 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +250 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +38 -0
- package/dist-types/runtimeConfig.browser.d.ts +46 -0
- package/dist-types/runtimeConfig.d.ts +46 -0
- package/dist-types/runtimeConfig.native.d.ts +45 -0
- package/dist-types/runtimeConfig.shared.d.ts +19 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/MarketplaceDeployment.d.ts +75 -0
- package/dist-types/ts3.4/MarketplaceDeploymentClient.d.ts +145 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PutDeploymentParameterCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -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/extensionConfiguration.d.ts +7 -0
- package/dist-types/ts3.4/index.d.ts +9 -0
- package/dist-types/ts3.4/models/MarketplaceDeploymentServiceException.d.ts +8 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +96 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +99 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +99 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +90 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
- package/package.json +104 -0
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HostHeaderInputConfig,
|
|
3
|
+
HostHeaderResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import {
|
|
6
|
+
AwsAuthInputConfig,
|
|
7
|
+
AwsAuthResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-signing";
|
|
9
|
+
import {
|
|
10
|
+
UserAgentInputConfig,
|
|
11
|
+
UserAgentResolvedConfig,
|
|
12
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
13
|
+
import { Credentials as __Credentials } from "@aws-sdk/types";
|
|
14
|
+
import {
|
|
15
|
+
RegionInputConfig,
|
|
16
|
+
RegionResolvedConfig,
|
|
17
|
+
} from "@smithy/config-resolver";
|
|
18
|
+
import {
|
|
19
|
+
EndpointInputConfig,
|
|
20
|
+
EndpointResolvedConfig,
|
|
21
|
+
} from "@smithy/middleware-endpoint";
|
|
22
|
+
import {
|
|
23
|
+
RetryInputConfig,
|
|
24
|
+
RetryResolvedConfig,
|
|
25
|
+
} from "@smithy/middleware-retry";
|
|
26
|
+
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
27
|
+
import {
|
|
28
|
+
Client as __Client,
|
|
29
|
+
DefaultsMode as __DefaultsMode,
|
|
30
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
31
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
32
|
+
} from "@smithy/smithy-client";
|
|
33
|
+
import {
|
|
34
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
35
|
+
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
36
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
37
|
+
Decoder as __Decoder,
|
|
38
|
+
Encoder as __Encoder,
|
|
39
|
+
HashConstructor as __HashConstructor,
|
|
40
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
41
|
+
Logger as __Logger,
|
|
42
|
+
Provider as __Provider,
|
|
43
|
+
Provider,
|
|
44
|
+
StreamCollector as __StreamCollector,
|
|
45
|
+
UrlParser as __UrlParser,
|
|
46
|
+
UserAgent as __UserAgent,
|
|
47
|
+
} from "@smithy/types";
|
|
48
|
+
import {
|
|
49
|
+
ListTagsForResourceCommandInput,
|
|
50
|
+
ListTagsForResourceCommandOutput,
|
|
51
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
52
|
+
import {
|
|
53
|
+
PutDeploymentParameterCommandInput,
|
|
54
|
+
PutDeploymentParameterCommandOutput,
|
|
55
|
+
} from "./commands/PutDeploymentParameterCommand";
|
|
56
|
+
import {
|
|
57
|
+
TagResourceCommandInput,
|
|
58
|
+
TagResourceCommandOutput,
|
|
59
|
+
} from "./commands/TagResourceCommand";
|
|
60
|
+
import {
|
|
61
|
+
UntagResourceCommandInput,
|
|
62
|
+
UntagResourceCommandOutput,
|
|
63
|
+
} from "./commands/UntagResourceCommand";
|
|
64
|
+
import {
|
|
65
|
+
ClientInputEndpointParameters,
|
|
66
|
+
ClientResolvedEndpointParameters,
|
|
67
|
+
EndpointParameters,
|
|
68
|
+
} from "./endpoint/EndpointParameters";
|
|
69
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
70
|
+
export { __Client };
|
|
71
|
+
export type ServiceInputTypes =
|
|
72
|
+
| ListTagsForResourceCommandInput
|
|
73
|
+
| PutDeploymentParameterCommandInput
|
|
74
|
+
| TagResourceCommandInput
|
|
75
|
+
| UntagResourceCommandInput;
|
|
76
|
+
export type ServiceOutputTypes =
|
|
77
|
+
| ListTagsForResourceCommandOutput
|
|
78
|
+
| PutDeploymentParameterCommandOutput
|
|
79
|
+
| TagResourceCommandOutput
|
|
80
|
+
| UntagResourceCommandOutput;
|
|
81
|
+
export interface ClientDefaults
|
|
82
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
83
|
+
requestHandler?: __HttpHandler;
|
|
84
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
85
|
+
urlParser?: __UrlParser;
|
|
86
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
87
|
+
streamCollector?: __StreamCollector;
|
|
88
|
+
base64Decoder?: __Decoder;
|
|
89
|
+
base64Encoder?: __Encoder;
|
|
90
|
+
utf8Decoder?: __Decoder;
|
|
91
|
+
utf8Encoder?: __Encoder;
|
|
92
|
+
runtime?: string;
|
|
93
|
+
disableHostPrefix?: boolean;
|
|
94
|
+
serviceId?: string;
|
|
95
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
96
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
97
|
+
region?: string | __Provider<string>;
|
|
98
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
99
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
100
|
+
maxAttempts?: number | __Provider<number>;
|
|
101
|
+
retryMode?: string | __Provider<string>;
|
|
102
|
+
logger?: __Logger;
|
|
103
|
+
extensions?: RuntimeExtension[];
|
|
104
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
105
|
+
}
|
|
106
|
+
export type MarketplaceDeploymentClientConfigType = Partial<
|
|
107
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
108
|
+
> &
|
|
109
|
+
ClientDefaults &
|
|
110
|
+
RegionInputConfig &
|
|
111
|
+
EndpointInputConfig<EndpointParameters> &
|
|
112
|
+
RetryInputConfig &
|
|
113
|
+
HostHeaderInputConfig &
|
|
114
|
+
AwsAuthInputConfig &
|
|
115
|
+
UserAgentInputConfig &
|
|
116
|
+
ClientInputEndpointParameters;
|
|
117
|
+
export interface MarketplaceDeploymentClientConfig
|
|
118
|
+
extends MarketplaceDeploymentClientConfigType {}
|
|
119
|
+
export type MarketplaceDeploymentClientResolvedConfigType =
|
|
120
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
121
|
+
Required<ClientDefaults> &
|
|
122
|
+
RuntimeExtensionsConfig &
|
|
123
|
+
RegionResolvedConfig &
|
|
124
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
125
|
+
RetryResolvedConfig &
|
|
126
|
+
HostHeaderResolvedConfig &
|
|
127
|
+
AwsAuthResolvedConfig &
|
|
128
|
+
UserAgentResolvedConfig &
|
|
129
|
+
ClientResolvedEndpointParameters;
|
|
130
|
+
export interface MarketplaceDeploymentClientResolvedConfig
|
|
131
|
+
extends MarketplaceDeploymentClientResolvedConfigType {}
|
|
132
|
+
export declare class MarketplaceDeploymentClient extends __Client<
|
|
133
|
+
__HttpHandlerOptions,
|
|
134
|
+
ServiceInputTypes,
|
|
135
|
+
ServiceOutputTypes,
|
|
136
|
+
MarketplaceDeploymentClientResolvedConfig
|
|
137
|
+
> {
|
|
138
|
+
readonly config: MarketplaceDeploymentClientResolvedConfig;
|
|
139
|
+
constructor(
|
|
140
|
+
...[
|
|
141
|
+
configuration,
|
|
142
|
+
]: __CheckOptionalClientConfig<MarketplaceDeploymentClientConfig>
|
|
143
|
+
);
|
|
144
|
+
destroy(): void;
|
|
145
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
MarketplaceDeploymentClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MarketplaceDeploymentClient";
|
|
14
|
+
import {
|
|
15
|
+
ListTagsForResourceRequest,
|
|
16
|
+
ListTagsForResourceResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListTagsForResourceCommandInput
|
|
20
|
+
extends ListTagsForResourceRequest {}
|
|
21
|
+
export interface ListTagsForResourceCommandOutput
|
|
22
|
+
extends ListTagsForResourceResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
25
|
+
ListTagsForResourceCommandInput,
|
|
26
|
+
ListTagsForResourceCommandOutput,
|
|
27
|
+
MarketplaceDeploymentClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: MarketplaceDeploymentClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
MarketplaceDeploymentClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MarketplaceDeploymentClient";
|
|
14
|
+
import {
|
|
15
|
+
PutDeploymentParameterRequest,
|
|
16
|
+
PutDeploymentParameterResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface PutDeploymentParameterCommandInput
|
|
20
|
+
extends PutDeploymentParameterRequest {}
|
|
21
|
+
export interface PutDeploymentParameterCommandOutput
|
|
22
|
+
extends PutDeploymentParameterResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class PutDeploymentParameterCommand extends $Command<
|
|
25
|
+
PutDeploymentParameterCommandInput,
|
|
26
|
+
PutDeploymentParameterCommandOutput,
|
|
27
|
+
MarketplaceDeploymentClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: PutDeploymentParameterCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: PutDeploymentParameterCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: MarketplaceDeploymentClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
PutDeploymentParameterCommandInput,
|
|
38
|
+
PutDeploymentParameterCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
MarketplaceDeploymentClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MarketplaceDeploymentClient";
|
|
14
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
17
|
+
export interface TagResourceCommandOutput
|
|
18
|
+
extends TagResourceResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class TagResourceCommand extends $Command<
|
|
21
|
+
TagResourceCommandInput,
|
|
22
|
+
TagResourceCommandOutput,
|
|
23
|
+
MarketplaceDeploymentClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: TagResourceCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: TagResourceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: MarketplaceDeploymentClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
MarketplaceDeploymentClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../MarketplaceDeploymentClient";
|
|
14
|
+
import {
|
|
15
|
+
UntagResourceRequest,
|
|
16
|
+
UntagResourceResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
20
|
+
export interface UntagResourceCommandOutput
|
|
21
|
+
extends UntagResourceResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UntagResourceCommand extends $Command<
|
|
24
|
+
UntagResourceCommandInput,
|
|
25
|
+
UntagResourceCommandOutput,
|
|
26
|
+
MarketplaceDeploymentClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UntagResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UntagResourceCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MarketplaceDeploymentClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Endpoint,
|
|
3
|
+
EndpointParameters as __EndpointParameters,
|
|
4
|
+
EndpointV2,
|
|
5
|
+
Provider,
|
|
6
|
+
} from "@smithy/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 type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
20
|
+
defaultSigningName: string;
|
|
21
|
+
};
|
|
22
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
23
|
+
options: T & ClientInputEndpointParameters
|
|
24
|
+
) => T &
|
|
25
|
+
ClientInputEndpointParameters & {
|
|
26
|
+
defaultSigningName: string;
|
|
27
|
+
};
|
|
28
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
29
|
+
Region?: string;
|
|
30
|
+
UseDualStack?: boolean;
|
|
31
|
+
UseFIPS?: boolean;
|
|
32
|
+
Endpoint?: string;
|
|
33
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
|
+
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
+
export interface MarketplaceDeploymentExtensionConfiguration
|
|
5
|
+
extends HttpHandlerExtensionConfiguration,
|
|
6
|
+
DefaultExtensionConfiguration,
|
|
7
|
+
AwsRegionExtensionConfiguration {}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from "./MarketplaceDeploymentClient";
|
|
2
|
+
export * from "./MarketplaceDeployment";
|
|
3
|
+
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
4
|
+
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
|
+
export { MarketplaceDeploymentExtensionConfiguration } from "./extensionConfiguration";
|
|
6
|
+
export * from "./commands";
|
|
7
|
+
export * from "./models";
|
|
8
|
+
import "@aws-sdk/util-endpoints";
|
|
9
|
+
export { MarketplaceDeploymentServiceException } from "./models/MarketplaceDeploymentServiceException";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@smithy/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
6
|
+
export declare class MarketplaceDeploymentServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { MarketplaceDeploymentServiceException as __BaseException } from "./MarketplaceDeploymentServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export declare class ConflictException extends __BaseException {
|
|
11
|
+
readonly name: "ConflictException";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
resourceId: string | undefined;
|
|
14
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
15
|
+
}
|
|
16
|
+
export declare class InternalServerException extends __BaseException {
|
|
17
|
+
readonly name: "InternalServerException";
|
|
18
|
+
readonly $fault: "server";
|
|
19
|
+
$retryable: {};
|
|
20
|
+
constructor(
|
|
21
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
export interface DeploymentParameterInput {
|
|
25
|
+
name: string | undefined;
|
|
26
|
+
secretString: string | undefined;
|
|
27
|
+
}
|
|
28
|
+
export interface PutDeploymentParameterRequest {
|
|
29
|
+
catalog: string | undefined;
|
|
30
|
+
productId: string | undefined;
|
|
31
|
+
agreementId: string | undefined;
|
|
32
|
+
deploymentParameter: DeploymentParameterInput | undefined;
|
|
33
|
+
tags?: Record<string, string>;
|
|
34
|
+
expirationDate?: Date;
|
|
35
|
+
clientToken?: string;
|
|
36
|
+
}
|
|
37
|
+
export interface PutDeploymentParameterResponse {
|
|
38
|
+
resourceArn: string | undefined;
|
|
39
|
+
agreementId: string | undefined;
|
|
40
|
+
deploymentParameterId: string | undefined;
|
|
41
|
+
tags?: Record<string, string>;
|
|
42
|
+
}
|
|
43
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
44
|
+
readonly name: "ResourceNotFoundException";
|
|
45
|
+
readonly $fault: "client";
|
|
46
|
+
constructor(
|
|
47
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
51
|
+
readonly name: "ServiceQuotaExceededException";
|
|
52
|
+
readonly $fault: "client";
|
|
53
|
+
constructor(
|
|
54
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
export declare class ThrottlingException extends __BaseException {
|
|
58
|
+
readonly name: "ThrottlingException";
|
|
59
|
+
readonly $fault: "client";
|
|
60
|
+
$retryable: {
|
|
61
|
+
throttling: boolean;
|
|
62
|
+
};
|
|
63
|
+
constructor(
|
|
64
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
export declare class ValidationException extends __BaseException {
|
|
68
|
+
readonly name: "ValidationException";
|
|
69
|
+
readonly $fault: "client";
|
|
70
|
+
fieldName: string | undefined;
|
|
71
|
+
constructor(
|
|
72
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
73
|
+
);
|
|
74
|
+
}
|
|
75
|
+
export interface ListTagsForResourceRequest {
|
|
76
|
+
resourceArn: string | undefined;
|
|
77
|
+
}
|
|
78
|
+
export interface ListTagsForResourceResponse {
|
|
79
|
+
tags?: Record<string, string>;
|
|
80
|
+
}
|
|
81
|
+
export interface TagResourceRequest {
|
|
82
|
+
resourceArn: string | undefined;
|
|
83
|
+
tags?: Record<string, string>;
|
|
84
|
+
}
|
|
85
|
+
export interface TagResourceResponse {}
|
|
86
|
+
export interface UntagResourceRequest {
|
|
87
|
+
resourceArn: string | undefined;
|
|
88
|
+
tagKeys: string[] | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface UntagResourceResponse {}
|
|
91
|
+
export declare const DeploymentParameterInputFilterSensitiveLog: (
|
|
92
|
+
obj: DeploymentParameterInput
|
|
93
|
+
) => any;
|
|
94
|
+
export declare const PutDeploymentParameterRequestFilterSensitiveLog: (
|
|
95
|
+
obj: PutDeploymentParameterRequest
|
|
96
|
+
) => any;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@smithy/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
+
import {
|
|
7
|
+
ListTagsForResourceCommandInput,
|
|
8
|
+
ListTagsForResourceCommandOutput,
|
|
9
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
10
|
+
import {
|
|
11
|
+
PutDeploymentParameterCommandInput,
|
|
12
|
+
PutDeploymentParameterCommandOutput,
|
|
13
|
+
} from "../commands/PutDeploymentParameterCommand";
|
|
14
|
+
import {
|
|
15
|
+
TagResourceCommandInput,
|
|
16
|
+
TagResourceCommandOutput,
|
|
17
|
+
} from "../commands/TagResourceCommand";
|
|
18
|
+
import {
|
|
19
|
+
UntagResourceCommandInput,
|
|
20
|
+
UntagResourceCommandOutput,
|
|
21
|
+
} from "../commands/UntagResourceCommand";
|
|
22
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
23
|
+
input: ListTagsForResourceCommandInput,
|
|
24
|
+
context: __SerdeContext
|
|
25
|
+
) => Promise<__HttpRequest>;
|
|
26
|
+
export declare const se_PutDeploymentParameterCommand: (
|
|
27
|
+
input: PutDeploymentParameterCommandInput,
|
|
28
|
+
context: __SerdeContext
|
|
29
|
+
) => Promise<__HttpRequest>;
|
|
30
|
+
export declare const se_TagResourceCommand: (
|
|
31
|
+
input: TagResourceCommandInput,
|
|
32
|
+
context: __SerdeContext
|
|
33
|
+
) => Promise<__HttpRequest>;
|
|
34
|
+
export declare const se_UntagResourceCommand: (
|
|
35
|
+
input: UntagResourceCommandInput,
|
|
36
|
+
context: __SerdeContext
|
|
37
|
+
) => Promise<__HttpRequest>;
|
|
38
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
39
|
+
output: __HttpResponse,
|
|
40
|
+
context: __SerdeContext
|
|
41
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
42
|
+
export declare const de_PutDeploymentParameterCommand: (
|
|
43
|
+
output: __HttpResponse,
|
|
44
|
+
context: __SerdeContext
|
|
45
|
+
) => Promise<PutDeploymentParameterCommandOutput>;
|
|
46
|
+
export declare const de_TagResourceCommand: (
|
|
47
|
+
output: __HttpResponse,
|
|
48
|
+
context: __SerdeContext
|
|
49
|
+
) => Promise<TagResourceCommandOutput>;
|
|
50
|
+
export declare const de_UntagResourceCommand: (
|
|
51
|
+
output: __HttpResponse,
|
|
52
|
+
context: __SerdeContext
|
|
53
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
|
+
import { MarketplaceDeploymentClientConfig } from "./MarketplaceDeploymentClient";
|
|
3
|
+
export declare const getRuntimeConfig: (
|
|
4
|
+
config: MarketplaceDeploymentClientConfig
|
|
5
|
+
) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
+
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
|
+
>;
|
|
10
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
+
credentialDefaultProvider: (
|
|
12
|
+
input: any
|
|
13
|
+
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
14
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
15
|
+
import("@smithy/types").UserAgent
|
|
16
|
+
>;
|
|
17
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
+
requestHandler:
|
|
20
|
+
| (import("@smithy/types").RequestHandler<
|
|
21
|
+
any,
|
|
22
|
+
any,
|
|
23
|
+
import("@smithy/types").HttpHandlerOptions
|
|
24
|
+
> &
|
|
25
|
+
import("@smithy/types").RequestHandler<
|
|
26
|
+
import("@smithy/protocol-http").HttpRequest,
|
|
27
|
+
import("@smithy/protocol-http").HttpResponse,
|
|
28
|
+
import("@smithy/types").HttpHandlerOptions
|
|
29
|
+
> & {
|
|
30
|
+
updateHttpClientConfig(key: never, value: never): void;
|
|
31
|
+
httpHandlerConfigs(): {};
|
|
32
|
+
})
|
|
33
|
+
| RequestHandler;
|
|
34
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
35
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
36
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
37
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
38
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
39
|
+
apiVersion: string;
|
|
40
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
41
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
42
|
+
base64Encoder: import("@smithy/types").Encoder;
|
|
43
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
44
|
+
utf8Encoder: import("@smithy/types").Encoder;
|
|
45
|
+
disableHostPrefix: boolean;
|
|
46
|
+
serviceId: string;
|
|
47
|
+
logger: import("@smithy/types").Logger;
|
|
48
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
49
|
+
endpoint?:
|
|
50
|
+
| ((
|
|
51
|
+
| string
|
|
52
|
+
| import("@smithy/types").Endpoint
|
|
53
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
54
|
+
| import("@smithy/types").EndpointV2
|
|
55
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
56
|
+
) &
|
|
57
|
+
(
|
|
58
|
+
| string
|
|
59
|
+
| import("@smithy/types").Provider<string>
|
|
60
|
+
| import("@smithy/types").Endpoint
|
|
61
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
62
|
+
| import("@smithy/types").EndpointV2
|
|
63
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
64
|
+
))
|
|
65
|
+
| undefined;
|
|
66
|
+
endpointProvider: (
|
|
67
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
68
|
+
context?: {
|
|
69
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
70
|
+
}
|
|
71
|
+
) => import("@smithy/types").EndpointV2;
|
|
72
|
+
tls?: boolean | undefined;
|
|
73
|
+
retryStrategy?:
|
|
74
|
+
| import("@smithy/types").RetryStrategy
|
|
75
|
+
| import("@smithy/types").RetryStrategyV2
|
|
76
|
+
| undefined;
|
|
77
|
+
credentials?:
|
|
78
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
79
|
+
| import("@smithy/types").Provider<
|
|
80
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
81
|
+
>
|
|
82
|
+
| undefined;
|
|
83
|
+
signer?:
|
|
84
|
+
| import("@smithy/types").RequestSigner
|
|
85
|
+
| ((
|
|
86
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
87
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
88
|
+
| undefined;
|
|
89
|
+
signingEscapePath?: boolean | undefined;
|
|
90
|
+
systemClockOffset?: number | undefined;
|
|
91
|
+
signingRegion?: string | undefined;
|
|
92
|
+
signerConstructor?:
|
|
93
|
+
| (new (
|
|
94
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
95
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
96
|
+
) => import("@smithy/types").RequestSigner)
|
|
97
|
+
| undefined;
|
|
98
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
99
|
+
};
|