@aws-sdk/client-marketplace-deployment 3.533.0 → 3.535.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-types/MarketplaceDeployment.d.ts +1 -1
- package/dist-types/MarketplaceDeploymentClient.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutDeploymentParameterCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +29 -29
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutDeploymentParameterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -31,8 +31,8 @@ export interface MarketplaceDeployment {
|
|
|
31
31
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
|
-
* @public
|
|
35
34
|
* <p>The AWS Marketplace Deployment Service supports the Quick Launch experience, which is a deployment option for software as a service (SaaS) products. Quick Launch simplifies and reduces the time, resources, and steps required to configure, deploy, and launch a products. The AWS Marketplace Deployment Service provides sellers with a secure method for passing deployment parameters (for example, API keys and external IDs) to buyers during the Quick Launch experience.</p>
|
|
35
|
+
* @public
|
|
36
36
|
*/
|
|
37
37
|
export declare class MarketplaceDeployment extends MarketplaceDeploymentClient implements MarketplaceDeployment {
|
|
38
38
|
}
|
|
@@ -155,8 +155,8 @@ export type MarketplaceDeploymentClientResolvedConfigType = __SmithyResolvedConf
|
|
|
155
155
|
export interface MarketplaceDeploymentClientResolvedConfig extends MarketplaceDeploymentClientResolvedConfigType {
|
|
156
156
|
}
|
|
157
157
|
/**
|
|
158
|
-
* @public
|
|
159
158
|
* <p>The AWS Marketplace Deployment Service supports the Quick Launch experience, which is a deployment option for software as a service (SaaS) products. Quick Launch simplifies and reduces the time, resources, and steps required to configure, deploy, and launch a products. The AWS Marketplace Deployment Service provides sellers with a secure method for passing deployment parameters (for example, API keys and external IDs) to buyers during the Quick Launch experience.</p>
|
|
159
|
+
* @public
|
|
160
160
|
*/
|
|
161
161
|
export declare class MarketplaceDeploymentClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MarketplaceDeploymentClientResolvedConfig> {
|
|
162
162
|
/**
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MarketplaceDeploymentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MarketplaceDeploymentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all tags that have been added to a deployment parameter resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link MarketplaceDeploymentServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from MarketplaceDeployment service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutDeploymentParameterCommandOutput extends PutDeploymentParame
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutDeploymentParameterCommand_base: {
|
|
24
24
|
new (input: PutDeploymentParameterCommandInput): import("@smithy/smithy-client").CommandImpl<PutDeploymentParameterCommandInput, PutDeploymentParameterCommandOutput, MarketplaceDeploymentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutDeploymentParameterCommandInput): import("@smithy/smithy-client").CommandImpl<PutDeploymentParameterCommandInput, PutDeploymentParameterCommandOutput, MarketplaceDeploymentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates or updates a deployment parameter and is targeted by <code>catalog</code> and <code>agreementId</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -90,6 +90,7 @@ declare const PutDeploymentParameterCommand_base: {
|
|
|
90
90
|
* @throws {@link MarketplaceDeploymentServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from MarketplaceDeployment service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class PutDeploymentParameterCommand extends PutDeploymentParameterCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MarketplaceDeploymentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MarketplaceDeploymentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Tags a resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const TagResourceCommand_base: {
|
|
|
72
72
|
* @throws {@link MarketplaceDeploymentServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from MarketplaceDeployment service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MarketplaceDeploymentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MarketplaceDeploymentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes a tag or list of tags from a resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const UntagResourceCommand_base: {
|
|
|
72
72
|
* @throws {@link MarketplaceDeploymentServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from MarketplaceDeployment service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
77
78
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { MarketplaceDeploymentServiceException as __BaseException } from "./MarketplaceDeploymentServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
@@ -13,15 +13,15 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
13
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
|
-
* @public
|
|
17
16
|
* <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
|
|
17
|
+
* @public
|
|
18
18
|
*/
|
|
19
19
|
export declare class ConflictException extends __BaseException {
|
|
20
20
|
readonly name: "ConflictException";
|
|
21
21
|
readonly $fault: "client";
|
|
22
22
|
/**
|
|
23
|
-
* @public
|
|
24
23
|
* <p>The unique identifier for the resource associated with the error.</p>
|
|
24
|
+
* @public
|
|
25
25
|
*/
|
|
26
26
|
resourceId: string | undefined;
|
|
27
27
|
/**
|
|
@@ -30,8 +30,8 @@ export declare class ConflictException extends __BaseException {
|
|
|
30
30
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
31
31
|
}
|
|
32
32
|
/**
|
|
33
|
-
* @public
|
|
34
33
|
* <p>There was an internal service exception.</p>
|
|
34
|
+
* @public
|
|
35
35
|
*/
|
|
36
36
|
export declare class InternalServerException extends __BaseException {
|
|
37
37
|
readonly name: "InternalServerException";
|
|
@@ -43,18 +43,18 @@ export declare class InternalServerException extends __BaseException {
|
|
|
43
43
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
|
-
* @public
|
|
47
46
|
* <p>The shape containing the requested deployment parameter name and secretString.</p>
|
|
47
|
+
* @public
|
|
48
48
|
*/
|
|
49
49
|
export interface DeploymentParameterInput {
|
|
50
50
|
/**
|
|
51
|
-
* @public
|
|
52
51
|
* <p>The desired name of the deployment parameter. This is the identifier on which deployment parameters are keyed for a given buyer and product. If this name matches an existing deployment parameter, this request will update the existing resource.</p>
|
|
52
|
+
* @public
|
|
53
53
|
*/
|
|
54
54
|
name: string | undefined;
|
|
55
55
|
/**
|
|
56
|
-
* @public
|
|
57
56
|
* <p>The text to encrypt and store in the secret.</p>
|
|
57
|
+
* @public
|
|
58
58
|
*/
|
|
59
59
|
secretString: string | undefined;
|
|
60
60
|
}
|
|
@@ -63,39 +63,39 @@ export interface DeploymentParameterInput {
|
|
|
63
63
|
*/
|
|
64
64
|
export interface PutDeploymentParameterRequest {
|
|
65
65
|
/**
|
|
66
|
-
* @public
|
|
67
66
|
* <p>The catalog related to the request. Fixed value: <code>AWS Marketplace</code>
|
|
68
67
|
* </p>
|
|
68
|
+
* @public
|
|
69
69
|
*/
|
|
70
70
|
catalog: string | undefined;
|
|
71
71
|
/**
|
|
72
|
-
* @public
|
|
73
72
|
* <p>The product for which AWS Marketplace will save secrets for the buyer’s account.</p>
|
|
73
|
+
* @public
|
|
74
74
|
*/
|
|
75
75
|
productId: string | undefined;
|
|
76
76
|
/**
|
|
77
|
-
* @public
|
|
78
77
|
* <p>The unique identifier of the agreement.</p>
|
|
78
|
+
* @public
|
|
79
79
|
*/
|
|
80
80
|
agreementId: string | undefined;
|
|
81
81
|
/**
|
|
82
|
-
* @public
|
|
83
82
|
* <p>The deployment parameter targeted to the acceptor of an agreement for which to create the AWS Secret Manager resource.</p>
|
|
83
|
+
* @public
|
|
84
84
|
*/
|
|
85
85
|
deploymentParameter: DeploymentParameterInput | undefined;
|
|
86
86
|
/**
|
|
87
|
-
* @public
|
|
88
87
|
* <p>A map of key-value pairs, where each pair represents a tag saved to the resource. Tags will only be applied for create operations, and they'll be ignored if the resource already exists.</p>
|
|
88
|
+
* @public
|
|
89
89
|
*/
|
|
90
90
|
tags?: Record<string, string>;
|
|
91
91
|
/**
|
|
92
|
-
* @public
|
|
93
92
|
* <p>The date when deployment parameters expire and are scheduled for deletion.</p>
|
|
93
|
+
* @public
|
|
94
94
|
*/
|
|
95
95
|
expirationDate?: Date;
|
|
96
96
|
/**
|
|
97
|
-
* @public
|
|
98
97
|
* <p>The idempotency token for deployment parameters. A unique identifier for the new version.</p>
|
|
98
|
+
* @public
|
|
99
99
|
*/
|
|
100
100
|
clientToken?: string;
|
|
101
101
|
}
|
|
@@ -104,29 +104,29 @@ export interface PutDeploymentParameterRequest {
|
|
|
104
104
|
*/
|
|
105
105
|
export interface PutDeploymentParameterResponse {
|
|
106
106
|
/**
|
|
107
|
-
* @public
|
|
108
107
|
* <p>The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to create or update.</p>
|
|
108
|
+
* @public
|
|
109
109
|
*/
|
|
110
110
|
resourceArn: string | undefined;
|
|
111
111
|
/**
|
|
112
|
-
* @public
|
|
113
112
|
* <p>The unique identifier of the agreement.</p>
|
|
113
|
+
* @public
|
|
114
114
|
*/
|
|
115
115
|
agreementId: string | undefined;
|
|
116
116
|
/**
|
|
117
|
-
* @public
|
|
118
117
|
* <p>The unique identifier of the deployment parameter.</p>
|
|
118
|
+
* @public
|
|
119
119
|
*/
|
|
120
120
|
deploymentParameterId: string | undefined;
|
|
121
121
|
/**
|
|
122
|
-
* @public
|
|
123
122
|
* <p>A map of key-value pairs, where each pair represents a tag saved to the resource. Tags will only be applied for create operations, and they'll be ignored if the resource already exists.</p>
|
|
123
|
+
* @public
|
|
124
124
|
*/
|
|
125
125
|
tags?: Record<string, string>;
|
|
126
126
|
}
|
|
127
127
|
/**
|
|
128
|
-
* @public
|
|
129
128
|
* <p>The specified resource wasn't found.</p>
|
|
129
|
+
* @public
|
|
130
130
|
*/
|
|
131
131
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
132
132
|
readonly name: "ResourceNotFoundException";
|
|
@@ -137,8 +137,8 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
137
137
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
138
138
|
}
|
|
139
139
|
/**
|
|
140
|
-
* @public
|
|
141
140
|
* <p>The maximum number of requests per account has been exceeded.</p>
|
|
141
|
+
* @public
|
|
142
142
|
*/
|
|
143
143
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
144
144
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -149,8 +149,8 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
149
149
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
|
-
* @public
|
|
153
152
|
* <p>Too many requests.</p>
|
|
153
|
+
* @public
|
|
154
154
|
*/
|
|
155
155
|
export declare class ThrottlingException extends __BaseException {
|
|
156
156
|
readonly name: "ThrottlingException";
|
|
@@ -164,15 +164,15 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
164
164
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
|
-
* @public
|
|
168
167
|
* <p>An error occurred during validation.</p>
|
|
168
|
+
* @public
|
|
169
169
|
*/
|
|
170
170
|
export declare class ValidationException extends __BaseException {
|
|
171
171
|
readonly name: "ValidationException";
|
|
172
172
|
readonly $fault: "client";
|
|
173
173
|
/**
|
|
174
|
-
* @public
|
|
175
174
|
* <p>The field name associated with the error.</p>
|
|
175
|
+
* @public
|
|
176
176
|
*/
|
|
177
177
|
fieldName: string | undefined;
|
|
178
178
|
/**
|
|
@@ -185,8 +185,8 @@ export declare class ValidationException extends __BaseException {
|
|
|
185
185
|
*/
|
|
186
186
|
export interface ListTagsForResourceRequest {
|
|
187
187
|
/**
|
|
188
|
-
* @public
|
|
189
188
|
* <p>The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to list tags on.</p>
|
|
189
|
+
* @public
|
|
190
190
|
*/
|
|
191
191
|
resourceArn: string | undefined;
|
|
192
192
|
}
|
|
@@ -195,8 +195,8 @@ export interface ListTagsForResourceRequest {
|
|
|
195
195
|
*/
|
|
196
196
|
export interface ListTagsForResourceResponse {
|
|
197
197
|
/**
|
|
198
|
-
* @public
|
|
199
198
|
* <p>A map of key-value pairs, where each pair represents a tag present on the resource.</p>
|
|
199
|
+
* @public
|
|
200
200
|
*/
|
|
201
201
|
tags?: Record<string, string>;
|
|
202
202
|
}
|
|
@@ -205,13 +205,13 @@ export interface ListTagsForResourceResponse {
|
|
|
205
205
|
*/
|
|
206
206
|
export interface TagResourceRequest {
|
|
207
207
|
/**
|
|
208
|
-
* @public
|
|
209
208
|
* <p>The Amazon Resource Name (ARN) associated with the resource you want to tag.</p>
|
|
209
|
+
* @public
|
|
210
210
|
*/
|
|
211
211
|
resourceArn: string | undefined;
|
|
212
212
|
/**
|
|
213
|
-
* @public
|
|
214
213
|
* <p>A map of key-value pairs, where each pair represents a tag present on the resource.</p>
|
|
214
|
+
* @public
|
|
215
215
|
*/
|
|
216
216
|
tags?: Record<string, string>;
|
|
217
217
|
}
|
|
@@ -225,13 +225,13 @@ export interface TagResourceResponse {
|
|
|
225
225
|
*/
|
|
226
226
|
export interface UntagResourceRequest {
|
|
227
227
|
/**
|
|
228
|
-
* @public
|
|
229
228
|
* <p>The Amazon Resource Name (ARN) associated with the resource you want to remove the tag from.</p>
|
|
229
|
+
* @public
|
|
230
230
|
*/
|
|
231
231
|
resourceArn: string | undefined;
|
|
232
232
|
/**
|
|
233
|
-
* @public
|
|
234
233
|
* <p>A list of key names of tags to be removed.</p>
|
|
234
|
+
* @public
|
|
235
235
|
*/
|
|
236
236
|
tagKeys: string[] | undefined;
|
|
237
237
|
}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
MarketplaceDeploymentClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PutDeploymentParameterCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PutDeploymentParameterCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PutDeploymentParameterCommandInput,
|
|
32
|
+
PutDeploymentParameterCommandOutput,
|
|
33
|
+
MarketplaceDeploymentClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PutDeploymentParameterCommand extends PutDeploymentParameterCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: TagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
TagResourceCommandInput,
|
|
28
|
+
TagResourceCommandOutput,
|
|
29
|
+
MarketplaceDeploymentClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UntagResourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UntagResourceCommandInput,
|
|
31
|
+
UntagResourceCommandOutput,
|
|
32
|
+
MarketplaceDeploymentClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-marketplace-deployment",
|
|
3
3
|
"description": "AWS SDK for JavaScript Marketplace Deployment Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.535.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-marketplace-deployment",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.
|
|
36
|
-
"@smithy/core": "^1.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.
|
|
38
|
-
"@smithy/hash-node": "^2.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.
|
|
43
|
-
"@smithy/middleware-serde": "^2.
|
|
44
|
-
"@smithy/middleware-stack": "^2.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.
|
|
47
|
-
"@smithy/protocol-http": "^3.
|
|
48
|
-
"@smithy/smithy-client": "^2.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.
|
|
51
|
-
"@smithy/util-base64": "^2.
|
|
52
|
-
"@smithy/util-body-length-browser": "^2.
|
|
53
|
-
"@smithy/util-body-length-node": "^2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.
|
|
57
|
-
"@smithy/util-middleware": "^2.
|
|
58
|
-
"@smithy/util-retry": "^2.
|
|
59
|
-
"@smithy/util-utf8": "^2.
|
|
60
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.535.0",
|
|
24
|
+
"@aws-sdk/core": "3.535.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.535.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.535.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.535.0",
|
|
31
|
+
"@aws-sdk/types": "3.535.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.535.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.2.0",
|
|
36
|
+
"@smithy/core": "^1.4.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.5.0",
|
|
38
|
+
"@smithy/hash-node": "^2.2.0",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.2.0",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.2.0",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.5.0",
|
|
42
|
+
"@smithy/middleware-retry": "^2.2.0",
|
|
43
|
+
"@smithy/middleware-serde": "^2.3.0",
|
|
44
|
+
"@smithy/middleware-stack": "^2.2.0",
|
|
45
|
+
"@smithy/node-config-provider": "^2.3.0",
|
|
46
|
+
"@smithy/node-http-handler": "^2.5.0",
|
|
47
|
+
"@smithy/protocol-http": "^3.3.0",
|
|
48
|
+
"@smithy/smithy-client": "^2.5.0",
|
|
49
|
+
"@smithy/types": "^2.12.0",
|
|
50
|
+
"@smithy/url-parser": "^2.2.0",
|
|
51
|
+
"@smithy/util-base64": "^2.3.0",
|
|
52
|
+
"@smithy/util-body-length-browser": "^2.2.0",
|
|
53
|
+
"@smithy/util-body-length-node": "^2.3.0",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.2.0",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.3.0",
|
|
56
|
+
"@smithy/util-endpoints": "^1.2.0",
|
|
57
|
+
"@smithy/util-middleware": "^2.2.0",
|
|
58
|
+
"@smithy/util-retry": "^2.2.0",
|
|
59
|
+
"@smithy/util-utf8": "^2.3.0",
|
|
60
|
+
"tslib": "^2.6.2",
|
|
61
61
|
"uuid": "^9.0.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.2.0",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^9.0.4",
|