@aws-sdk/client-snowball 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CancelClusterCommand.js +2 -3
- package/dist-cjs/commands/CancelJobCommand.js +2 -3
- package/dist-cjs/commands/CreateAddressCommand.js +2 -3
- package/dist-cjs/commands/CreateClusterCommand.js +2 -3
- package/dist-cjs/commands/CreateJobCommand.js +2 -3
- package/dist-cjs/commands/CreateLongTermPricingCommand.js +2 -3
- package/dist-cjs/commands/CreateReturnShippingLabelCommand.js +2 -3
- package/dist-cjs/commands/DescribeAddressCommand.js +2 -3
- package/dist-cjs/commands/DescribeAddressesCommand.js +2 -3
- package/dist-cjs/commands/DescribeClusterCommand.js +2 -3
- package/dist-cjs/commands/DescribeJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeReturnShippingLabelCommand.js +2 -3
- package/dist-cjs/commands/GetJobManifestCommand.js +2 -3
- package/dist-cjs/commands/GetJobUnlockCodeCommand.js +2 -3
- package/dist-cjs/commands/GetSnowballUsageCommand.js +2 -3
- package/dist-cjs/commands/GetSoftwareUpdatesCommand.js +2 -3
- package/dist-cjs/commands/ListClusterJobsCommand.js +2 -3
- package/dist-cjs/commands/ListClustersCommand.js +2 -3
- package/dist-cjs/commands/ListCompatibleImagesCommand.js +2 -3
- package/dist-cjs/commands/ListJobsCommand.js +2 -3
- package/dist-cjs/commands/ListLongTermPricingCommand.js +2 -3
- package/dist-cjs/commands/ListServiceVersionsCommand.js +2 -3
- package/dist-cjs/commands/UpdateClusterCommand.js +2 -3
- package/dist-cjs/commands/UpdateJobCommand.js +2 -3
- package/dist-cjs/commands/UpdateJobShipmentStateCommand.js +2 -3
- package/dist-cjs/commands/UpdateLongTermPricingCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -331
- package/dist-es/commands/CancelClusterCommand.js +2 -3
- package/dist-es/commands/CancelJobCommand.js +2 -3
- package/dist-es/commands/CreateAddressCommand.js +2 -3
- package/dist-es/commands/CreateClusterCommand.js +2 -3
- package/dist-es/commands/CreateJobCommand.js +2 -3
- package/dist-es/commands/CreateLongTermPricingCommand.js +2 -3
- package/dist-es/commands/CreateReturnShippingLabelCommand.js +2 -3
- package/dist-es/commands/DescribeAddressCommand.js +2 -3
- package/dist-es/commands/DescribeAddressesCommand.js +2 -3
- package/dist-es/commands/DescribeClusterCommand.js +2 -3
- package/dist-es/commands/DescribeJobCommand.js +2 -3
- package/dist-es/commands/DescribeReturnShippingLabelCommand.js +2 -3
- package/dist-es/commands/GetJobManifestCommand.js +2 -3
- package/dist-es/commands/GetJobUnlockCodeCommand.js +2 -3
- package/dist-es/commands/GetSnowballUsageCommand.js +2 -3
- package/dist-es/commands/GetSoftwareUpdatesCommand.js +2 -3
- package/dist-es/commands/ListClusterJobsCommand.js +2 -3
- package/dist-es/commands/ListClustersCommand.js +2 -3
- package/dist-es/commands/ListCompatibleImagesCommand.js +2 -3
- package/dist-es/commands/ListJobsCommand.js +2 -3
- package/dist-es/commands/ListLongTermPricingCommand.js +2 -3
- package/dist-es/commands/ListServiceVersionsCommand.js +2 -3
- package/dist-es/commands/UpdateClusterCommand.js +2 -3
- package/dist-es/commands/UpdateJobCommand.js +2 -3
- package/dist-es/commands/UpdateJobShipmentStateCommand.js +2 -3
- package/dist-es/commands/UpdateLongTermPricingCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -246
- package/dist-types/Snowball.d.ts +27 -0
- package/dist-types/SnowballClient.d.ts +24 -4
- package/dist-types/commands/CancelClusterCommand.d.ts +16 -0
- package/dist-types/commands/CancelJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateAddressCommand.d.ts +16 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +16 -0
- package/dist-types/commands/CreateJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateLongTermPricingCommand.d.ts +16 -0
- package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddressCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +16 -0
- package/dist-types/commands/GetJobManifestCommand.d.ts +16 -0
- package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +16 -0
- package/dist-types/commands/GetSnowballUsageCommand.d.ts +16 -0
- package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +16 -0
- package/dist-types/commands/ListClusterJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListClustersCommand.d.ts +16 -0
- package/dist-types/commands/ListCompatibleImagesCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListLongTermPricingCommand.d.ts +16 -0
- package/dist-types/commands/ListServiceVersionsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +16 -0
- package/dist-types/models/SnowballServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +239 -328
- package/dist-types/pagination/DescribeAddressesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListClusterJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListClustersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCompatibleImagesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLongTermPricingPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -224
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListLongTermPricingRequest, ListLongTermPricingResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListLongTermPricingCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListLongTermPricingCommandInput extends ListLongTermPricingRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListLongTermPricingCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListLongTermPricingCommandOutput extends ListLongTermPricingResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all long-term pricing types.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListLongTermPricingCommandOutput extends ListLongTermPricingRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListLongTermPricingCommandInput - {@link ListLongTermPricingCommandInput}
|
|
34
|
+
* @returns {@link ListLongTermPricingCommandOutput}
|
|
28
35
|
* @see {@link ListLongTermPricingCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListLongTermPricingCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface ListLongTermPricingCommandOutput extends ListLongTermPricingRes
|
|
|
43
50
|
export declare class ListLongTermPricingCommand extends $Command<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput, SnowballClientResolvedConfig> {
|
|
44
51
|
readonly input: ListLongTermPricingCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: ListLongTermPricingCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLongTermPricingCommandInput, ListLongTermPricingCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListServiceVersionsRequest, ListServiceVersionsResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListServiceVersionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListServiceVersionsCommandInput extends ListServiceVersionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListServiceVersionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListServiceVersionsCommandOutput extends ListServiceVersionsResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all supported versions for Snow on-device services. Returns an
|
|
18
23
|
* array of <code>ServiceVersion</code> object containing the supported versions for a particular service.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListServiceVersionsCommandOutput extends ListServiceVersionsRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListServiceVersionsCommandInput - {@link ListServiceVersionsCommandInput}
|
|
35
|
+
* @returns {@link ListServiceVersionsCommandOutput}
|
|
29
36
|
* @see {@link ListServiceVersionsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListServiceVersionsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface ListServiceVersionsCommandOutput extends ListServiceVersionsRes
|
|
|
44
51
|
export declare class ListServiceVersionsCommand extends $Command<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput, SnowballClientResolvedConfig> {
|
|
45
52
|
readonly input: ListServiceVersionsCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: ListServiceVersionsCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServiceVersionsCommandInput, ListServiceVersionsCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { UpdateClusterRequest, UpdateClusterResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateClusterCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateClusterCommandInput extends UpdateClusterRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateClusterCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateClusterCommandOutput extends UpdateClusterResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>While a cluster's <code>ClusterState</code> value is in the <code>AwaitingQuorum</code>
|
|
18
23
|
* state, you can update some of the information associated with a cluster. Once the cluster
|
|
19
24
|
* changes to a different job state, usually 60 minutes after the cluster being created, this
|
|
@@ -28,6 +33,8 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResult, __Metad
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param UpdateClusterCommandInput - {@link UpdateClusterCommandInput}
|
|
37
|
+
* @returns {@link UpdateClusterCommandOutput}
|
|
31
38
|
* @see {@link UpdateClusterCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link UpdateClusterCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
@@ -69,11 +76,20 @@ export interface UpdateClusterCommandOutput extends UpdateClusterResult, __Metad
|
|
|
69
76
|
export declare class UpdateClusterCommand extends $Command<UpdateClusterCommandInput, UpdateClusterCommandOutput, SnowballClientResolvedConfig> {
|
|
70
77
|
readonly input: UpdateClusterCommandInput;
|
|
71
78
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
72
82
|
constructor(input: UpdateClusterCommandInput);
|
|
73
83
|
/**
|
|
74
84
|
* @internal
|
|
75
85
|
*/
|
|
76
86
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterCommandInput, UpdateClusterCommandOutput>;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
77
90
|
private serialize;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
78
94
|
private deserialize;
|
|
79
95
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { UpdateJobRequest, UpdateJobResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateJobCommandInput extends UpdateJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>While a job's <code>JobState</code> value is <code>New</code>, you can update some of
|
|
18
23
|
* the information associated with a job. Once the job changes to a different job state, usually
|
|
19
24
|
* within 60 minutes of the job being created, this action is no longer available.</p>
|
|
@@ -27,6 +32,8 @@ export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBeare
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param UpdateJobCommandInput - {@link UpdateJobCommandInput}
|
|
36
|
+
* @returns {@link UpdateJobCommandOutput}
|
|
30
37
|
* @see {@link UpdateJobCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link UpdateJobCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
@@ -75,11 +82,20 @@ export interface UpdateJobCommandOutput extends UpdateJobResult, __MetadataBeare
|
|
|
75
82
|
export declare class UpdateJobCommand extends $Command<UpdateJobCommandInput, UpdateJobCommandOutput, SnowballClientResolvedConfig> {
|
|
76
83
|
readonly input: UpdateJobCommandInput;
|
|
77
84
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
78
88
|
constructor(input: UpdateJobCommandInput);
|
|
79
89
|
/**
|
|
80
90
|
* @internal
|
|
81
91
|
*/
|
|
82
92
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateJobCommandInput, UpdateJobCommandOutput>;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
83
96
|
private serialize;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
84
100
|
private deserialize;
|
|
85
101
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { UpdateJobShipmentStateRequest, UpdateJobShipmentStateResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateJobShipmentStateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateJobShipmentStateCommandInput extends UpdateJobShipmentStateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateJobShipmentStateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateJobShipmentStateCommandOutput extends UpdateJobShipmentStateResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the state when a shipment state changes to a different state.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateJobShipmentStateCommandOutput extends UpdateJobShipmentSt
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateJobShipmentStateCommandInput - {@link UpdateJobShipmentStateCommandInput}
|
|
34
|
+
* @returns {@link UpdateJobShipmentStateCommandOutput}
|
|
28
35
|
* @see {@link UpdateJobShipmentStateCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateJobShipmentStateCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface UpdateJobShipmentStateCommandOutput extends UpdateJobShipmentSt
|
|
|
42
49
|
export declare class UpdateJobShipmentStateCommand extends $Command<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput, SnowballClientResolvedConfig> {
|
|
43
50
|
readonly input: UpdateJobShipmentStateCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: UpdateJobShipmentStateCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateJobShipmentStateCommandInput, UpdateJobShipmentStateCommandOutput>;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
50
63
|
private serialize;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
51
67
|
private deserialize;
|
|
52
68
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { UpdateLongTermPricingRequest, UpdateLongTermPricingResult } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateLongTermPricingCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateLongTermPricingCommandInput extends UpdateLongTermPricingRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateLongTermPricingCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateLongTermPricingCommandOutput extends UpdateLongTermPricingResult, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the long-term pricing type.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateLongTermPricingCommandOutput extends UpdateLongTermPricin
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateLongTermPricingCommandInput - {@link UpdateLongTermPricingCommandInput}
|
|
34
|
+
* @returns {@link UpdateLongTermPricingCommandOutput}
|
|
28
35
|
* @see {@link UpdateLongTermPricingCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateLongTermPricingCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link SnowballClientResolvedConfig | config} for SnowballClient's `config` shape.
|
|
@@ -38,11 +45,20 @@ export interface UpdateLongTermPricingCommandOutput extends UpdateLongTermPricin
|
|
|
38
45
|
export declare class UpdateLongTermPricingCommand extends $Command<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput, SnowballClientResolvedConfig> {
|
|
39
46
|
readonly input: UpdateLongTermPricingCommandInput;
|
|
40
47
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
41
51
|
constructor(input: UpdateLongTermPricingCommandInput);
|
|
42
52
|
/**
|
|
43
53
|
* @internal
|
|
44
54
|
*/
|
|
45
55
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SnowballClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLongTermPricingCommandInput, UpdateLongTermPricingCommandOutput>;
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
*/
|
|
46
59
|
private serialize;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
47
63
|
private deserialize;
|
|
48
64
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from Snowball service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class SnowballServiceException extends __ServiceException {
|