@aws-sdk/client-mediastore-data 3.169.0 → 3.171.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 CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-mediastore-data
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-mediastore-data
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-mediastore-data
@@ -1,30 +1,89 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { DeleteObjectCommandInput, DeleteObjectCommandOutput } from "./commands/DeleteObjectCommand";
3
- import { DescribeObjectCommandInput, DescribeObjectCommandOutput } from "./commands/DescribeObjectCommand";
4
- import { GetObjectCommandInput, GetObjectCommandOutput } from "./commands/GetObjectCommand";
5
- import { ListItemsCommandInput, ListItemsCommandOutput } from "./commands/ListItemsCommand";
6
- import { PutObjectCommandInput, PutObjectCommandOutput } from "./commands/PutObjectCommand";
7
- import { MediaStoreDataClient } from "./MediaStoreDataClient";
8
-
9
- export declare class MediaStoreData extends MediaStoreDataClient {
10
-
11
- deleteObject(args: DeleteObjectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteObjectCommandOutput>;
12
- deleteObject(args: DeleteObjectCommandInput, cb: (err: any, data?: DeleteObjectCommandOutput) => void): void;
13
- deleteObject(args: DeleteObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteObjectCommandOutput) => void): void;
14
-
15
- describeObject(args: DescribeObjectCommandInput, options?: __HttpHandlerOptions): Promise<DescribeObjectCommandOutput>;
16
- describeObject(args: DescribeObjectCommandInput, cb: (err: any, data?: DescribeObjectCommandOutput) => void): void;
17
- describeObject(args: DescribeObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeObjectCommandOutput) => void): void;
18
-
19
- getObject(args: GetObjectCommandInput, options?: __HttpHandlerOptions): Promise<GetObjectCommandOutput>;
20
- getObject(args: GetObjectCommandInput, cb: (err: any, data?: GetObjectCommandOutput) => void): void;
21
- getObject(args: GetObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectCommandOutput) => void): void;
22
-
23
- listItems(args: ListItemsCommandInput, options?: __HttpHandlerOptions): Promise<ListItemsCommandOutput>;
24
- listItems(args: ListItemsCommandInput, cb: (err: any, data?: ListItemsCommandOutput) => void): void;
25
- listItems(args: ListItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListItemsCommandOutput) => void): void;
26
-
27
- putObject(args: PutObjectCommandInput, options?: __HttpHandlerOptions): Promise<PutObjectCommandOutput>;
28
- putObject(args: PutObjectCommandInput, cb: (err: any, data?: PutObjectCommandOutput) => void): void;
29
- putObject(args: PutObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutObjectCommandOutput) => void): void;
30
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ DeleteObjectCommandInput,
4
+ DeleteObjectCommandOutput,
5
+ } from "./commands/DeleteObjectCommand";
6
+ import {
7
+ DescribeObjectCommandInput,
8
+ DescribeObjectCommandOutput,
9
+ } from "./commands/DescribeObjectCommand";
10
+ import {
11
+ GetObjectCommandInput,
12
+ GetObjectCommandOutput,
13
+ } from "./commands/GetObjectCommand";
14
+ import {
15
+ ListItemsCommandInput,
16
+ ListItemsCommandOutput,
17
+ } from "./commands/ListItemsCommand";
18
+ import {
19
+ PutObjectCommandInput,
20
+ PutObjectCommandOutput,
21
+ } from "./commands/PutObjectCommand";
22
+ import { MediaStoreDataClient } from "./MediaStoreDataClient";
23
+ export declare class MediaStoreData extends MediaStoreDataClient {
24
+ deleteObject(
25
+ args: DeleteObjectCommandInput,
26
+ options?: __HttpHandlerOptions
27
+ ): Promise<DeleteObjectCommandOutput>;
28
+ deleteObject(
29
+ args: DeleteObjectCommandInput,
30
+ cb: (err: any, data?: DeleteObjectCommandOutput) => void
31
+ ): void;
32
+ deleteObject(
33
+ args: DeleteObjectCommandInput,
34
+ options: __HttpHandlerOptions,
35
+ cb: (err: any, data?: DeleteObjectCommandOutput) => void
36
+ ): void;
37
+ describeObject(
38
+ args: DescribeObjectCommandInput,
39
+ options?: __HttpHandlerOptions
40
+ ): Promise<DescribeObjectCommandOutput>;
41
+ describeObject(
42
+ args: DescribeObjectCommandInput,
43
+ cb: (err: any, data?: DescribeObjectCommandOutput) => void
44
+ ): void;
45
+ describeObject(
46
+ args: DescribeObjectCommandInput,
47
+ options: __HttpHandlerOptions,
48
+ cb: (err: any, data?: DescribeObjectCommandOutput) => void
49
+ ): void;
50
+ getObject(
51
+ args: GetObjectCommandInput,
52
+ options?: __HttpHandlerOptions
53
+ ): Promise<GetObjectCommandOutput>;
54
+ getObject(
55
+ args: GetObjectCommandInput,
56
+ cb: (err: any, data?: GetObjectCommandOutput) => void
57
+ ): void;
58
+ getObject(
59
+ args: GetObjectCommandInput,
60
+ options: __HttpHandlerOptions,
61
+ cb: (err: any, data?: GetObjectCommandOutput) => void
62
+ ): void;
63
+ listItems(
64
+ args: ListItemsCommandInput,
65
+ options?: __HttpHandlerOptions
66
+ ): Promise<ListItemsCommandOutput>;
67
+ listItems(
68
+ args: ListItemsCommandInput,
69
+ cb: (err: any, data?: ListItemsCommandOutput) => void
70
+ ): void;
71
+ listItems(
72
+ args: ListItemsCommandInput,
73
+ options: __HttpHandlerOptions,
74
+ cb: (err: any, data?: ListItemsCommandOutput) => void
75
+ ): void;
76
+ putObject(
77
+ args: PutObjectCommandInput,
78
+ options?: __HttpHandlerOptions
79
+ ): Promise<PutObjectCommandOutput>;
80
+ putObject(
81
+ args: PutObjectCommandInput,
82
+ cb: (err: any, data?: PutObjectCommandOutput) => void
83
+ ): void;
84
+ putObject(
85
+ args: PutObjectCommandInput,
86
+ options: __HttpHandlerOptions,
87
+ cb: (err: any, data?: PutObjectCommandOutput) => void
88
+ ): void;
89
+ }
@@ -1,78 +1,135 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { DeleteObjectCommandInput, DeleteObjectCommandOutput } from "./commands/DeleteObjectCommand";
10
- import { DescribeObjectCommandInput, DescribeObjectCommandOutput } from "./commands/DescribeObjectCommand";
11
- import { GetObjectCommandInput, GetObjectCommandOutput } from "./commands/GetObjectCommand";
12
- import { ListItemsCommandInput, ListItemsCommandOutput } from "./commands/ListItemsCommand";
13
- import { PutObjectCommandInput, PutObjectCommandOutput } from "./commands/PutObjectCommand";
14
- export declare type ServiceInputTypes = DeleteObjectCommandInput | DescribeObjectCommandInput | GetObjectCommandInput | ListItemsCommandInput | PutObjectCommandInput;
15
- export declare type ServiceOutputTypes = DeleteObjectCommandOutput | DescribeObjectCommandOutput | GetObjectCommandOutput | ListItemsCommandOutput | PutObjectCommandOutput;
16
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
17
-
18
- requestHandler?: __HttpHandler;
19
-
20
- sha256?: __HashConstructor;
21
-
22
- urlParser?: __UrlParser;
23
-
24
- bodyLengthChecker?: __BodyLengthCalculator;
25
-
26
- streamCollector?: __StreamCollector;
27
-
28
- base64Decoder?: __Decoder;
29
-
30
- base64Encoder?: __Encoder;
31
-
32
- utf8Decoder?: __Decoder;
33
-
34
- utf8Encoder?: __Encoder;
35
-
36
- runtime?: string;
37
-
38
- disableHostPrefix?: boolean;
39
-
40
- maxAttempts?: number | __Provider<number>;
41
-
42
- retryMode?: string | __Provider<string>;
43
-
44
- logger?: __Logger;
45
-
46
- useDualstackEndpoint?: boolean | __Provider<boolean>;
47
-
48
- useFipsEndpoint?: boolean | __Provider<boolean>;
49
-
50
- serviceId?: string;
51
-
52
- region?: string | __Provider<string>;
53
-
54
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
55
-
56
- regionInfoProvider?: RegionInfoProvider;
57
-
58
- defaultUserAgentProvider?: Provider<__UserAgent>;
59
-
60
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
61
- }
62
- declare type MediaStoreDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
63
-
64
- export interface MediaStoreDataClientConfig extends MediaStoreDataClientConfigType {
65
- }
66
- declare type MediaStoreDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
67
-
68
- export interface MediaStoreDataClientResolvedConfig extends MediaStoreDataClientResolvedConfigType {
69
- }
70
-
71
- export declare class MediaStoreDataClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaStoreDataClientResolvedConfig> {
72
-
73
- readonly config: MediaStoreDataClientResolvedConfig;
74
- constructor(configuration: MediaStoreDataClientConfig);
75
-
76
- destroy(): void;
77
- }
78
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ DeleteObjectCommandInput,
47
+ DeleteObjectCommandOutput,
48
+ } from "./commands/DeleteObjectCommand";
49
+ import {
50
+ DescribeObjectCommandInput,
51
+ DescribeObjectCommandOutput,
52
+ } from "./commands/DescribeObjectCommand";
53
+ import {
54
+ GetObjectCommandInput,
55
+ GetObjectCommandOutput,
56
+ } from "./commands/GetObjectCommand";
57
+ import {
58
+ ListItemsCommandInput,
59
+ ListItemsCommandOutput,
60
+ } from "./commands/ListItemsCommand";
61
+ import {
62
+ PutObjectCommandInput,
63
+ PutObjectCommandOutput,
64
+ } from "./commands/PutObjectCommand";
65
+ export declare type ServiceInputTypes =
66
+ | DeleteObjectCommandInput
67
+ | DescribeObjectCommandInput
68
+ | GetObjectCommandInput
69
+ | ListItemsCommandInput
70
+ | PutObjectCommandInput;
71
+ export declare type ServiceOutputTypes =
72
+ | DeleteObjectCommandOutput
73
+ | DescribeObjectCommandOutput
74
+ | GetObjectCommandOutput
75
+ | ListItemsCommandOutput
76
+ | PutObjectCommandOutput;
77
+ export interface ClientDefaults
78
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
79
+ requestHandler?: __HttpHandler;
80
+ sha256?: __HashConstructor;
81
+ urlParser?: __UrlParser;
82
+ bodyLengthChecker?: __BodyLengthCalculator;
83
+ streamCollector?: __StreamCollector;
84
+ base64Decoder?: __Decoder;
85
+ base64Encoder?: __Encoder;
86
+ utf8Decoder?: __Decoder;
87
+ utf8Encoder?: __Encoder;
88
+ runtime?: string;
89
+ disableHostPrefix?: boolean;
90
+ maxAttempts?: number | __Provider<number>;
91
+ retryMode?: string | __Provider<string>;
92
+ logger?: __Logger;
93
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
94
+ useFipsEndpoint?: boolean | __Provider<boolean>;
95
+ serviceId?: string;
96
+ region?: string | __Provider<string>;
97
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
98
+ regionInfoProvider?: RegionInfoProvider;
99
+ defaultUserAgentProvider?: Provider<__UserAgent>;
100
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
101
+ }
102
+ declare type MediaStoreDataClientConfigType = Partial<
103
+ __SmithyConfiguration<__HttpHandlerOptions>
104
+ > &
105
+ ClientDefaults &
106
+ RegionInputConfig &
107
+ EndpointsInputConfig &
108
+ RetryInputConfig &
109
+ HostHeaderInputConfig &
110
+ AwsAuthInputConfig &
111
+ UserAgentInputConfig;
112
+ export interface MediaStoreDataClientConfig
113
+ extends MediaStoreDataClientConfigType {}
114
+ declare type MediaStoreDataClientResolvedConfigType =
115
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
116
+ Required<ClientDefaults> &
117
+ RegionResolvedConfig &
118
+ EndpointsResolvedConfig &
119
+ RetryResolvedConfig &
120
+ HostHeaderResolvedConfig &
121
+ AwsAuthResolvedConfig &
122
+ UserAgentResolvedConfig;
123
+ export interface MediaStoreDataClientResolvedConfig
124
+ extends MediaStoreDataClientResolvedConfigType {}
125
+ export declare class MediaStoreDataClient extends __Client<
126
+ __HttpHandlerOptions,
127
+ ServiceInputTypes,
128
+ ServiceOutputTypes,
129
+ MediaStoreDataClientResolvedConfig
130
+ > {
131
+ readonly config: MediaStoreDataClientResolvedConfig;
132
+ constructor(configuration: MediaStoreDataClientConfig);
133
+ destroy(): void;
134
+ }
135
+ export {};
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
4
- import { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0";
5
- export interface DeleteObjectCommandInput extends DeleteObjectRequest {
6
- }
7
- export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteObjectCommand extends $Command<DeleteObjectCommandInput, DeleteObjectCommandOutput, MediaStoreDataClientResolvedConfig> {
11
- readonly input: DeleteObjectCommandInput;
12
- constructor(input: DeleteObjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteObjectCommandInput, DeleteObjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaStoreDataClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaStoreDataClient";
13
+ import { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0";
14
+ export interface DeleteObjectCommandInput extends DeleteObjectRequest {}
15
+ export interface DeleteObjectCommandOutput
16
+ extends DeleteObjectResponse,
17
+ __MetadataBearer {}
18
+ export declare class DeleteObjectCommand extends $Command<
19
+ DeleteObjectCommandInput,
20
+ DeleteObjectCommandOutput,
21
+ MediaStoreDataClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteObjectCommandInput;
24
+ constructor(input: DeleteObjectCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MediaStoreDataClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteObjectCommandInput, DeleteObjectCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
4
- import { DescribeObjectRequest, DescribeObjectResponse } from "../models/models_0";
5
- export interface DescribeObjectCommandInput extends DescribeObjectRequest {
6
- }
7
- export interface DescribeObjectCommandOutput extends DescribeObjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeObjectCommand extends $Command<DescribeObjectCommandInput, DescribeObjectCommandOutput, MediaStoreDataClientResolvedConfig> {
11
- readonly input: DescribeObjectCommandInput;
12
- constructor(input: DescribeObjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeObjectCommandInput, DescribeObjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaStoreDataClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaStoreDataClient";
13
+ import {
14
+ DescribeObjectRequest,
15
+ DescribeObjectResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeObjectCommandInput extends DescribeObjectRequest {}
18
+ export interface DescribeObjectCommandOutput
19
+ extends DescribeObjectResponse,
20
+ __MetadataBearer {}
21
+ export declare class DescribeObjectCommand extends $Command<
22
+ DescribeObjectCommandInput,
23
+ DescribeObjectCommandOutput,
24
+ MediaStoreDataClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeObjectCommandInput;
27
+ constructor(input: DescribeObjectCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: MediaStoreDataClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeObjectCommandInput, DescribeObjectCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
4
- import { GetObjectRequest, GetObjectResponse } from "../models/models_0";
5
- export interface GetObjectCommandInput extends GetObjectRequest {
6
- }
7
- export interface GetObjectCommandOutput extends GetObjectResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetObjectCommand extends $Command<GetObjectCommandInput, GetObjectCommandOutput, MediaStoreDataClientResolvedConfig> {
11
- readonly input: GetObjectCommandInput;
12
- constructor(input: GetObjectCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetObjectCommandInput, GetObjectCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaStoreDataClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaStoreDataClient";
13
+ import { GetObjectRequest, GetObjectResponse } from "../models/models_0";
14
+ export interface GetObjectCommandInput extends GetObjectRequest {}
15
+ export interface GetObjectCommandOutput
16
+ extends GetObjectResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetObjectCommand extends $Command<
19
+ GetObjectCommandInput,
20
+ GetObjectCommandOutput,
21
+ MediaStoreDataClientResolvedConfig
22
+ > {
23
+ readonly input: GetObjectCommandInput;
24
+ constructor(input: GetObjectCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MediaStoreDataClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetObjectCommandInput, GetObjectCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
4
- import { ListItemsRequest, ListItemsResponse } from "../models/models_0";
5
- export interface ListItemsCommandInput extends ListItemsRequest {
6
- }
7
- export interface ListItemsCommandOutput extends ListItemsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListItemsCommand extends $Command<ListItemsCommandInput, ListItemsCommandOutput, MediaStoreDataClientResolvedConfig> {
11
- readonly input: ListItemsCommandInput;
12
- constructor(input: ListItemsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListItemsCommandInput, ListItemsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaStoreDataClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaStoreDataClient";
13
+ import { ListItemsRequest, ListItemsResponse } from "../models/models_0";
14
+ export interface ListItemsCommandInput extends ListItemsRequest {}
15
+ export interface ListItemsCommandOutput
16
+ extends ListItemsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListItemsCommand extends $Command<
19
+ ListItemsCommandInput,
20
+ ListItemsCommandOutput,
21
+ MediaStoreDataClientResolvedConfig
22
+ > {
23
+ readonly input: ListItemsCommandInput;
24
+ constructor(input: ListItemsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MediaStoreDataClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListItemsCommandInput, ListItemsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,24 +1,39 @@
1
-
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
5
- import { PutObjectRequest, PutObjectResponse } from "../models/models_0";
6
- declare type PutObjectCommandInputType = Pick<PutObjectRequest, Exclude<keyof PutObjectRequest, "Body">> & {
7
-
8
- Body: PutObjectRequest["Body"] | string | Uint8Array | Buffer;
9
- };
10
-
11
- export interface PutObjectCommandInput extends PutObjectCommandInputType {
12
- }
13
- export interface PutObjectCommandOutput extends PutObjectResponse, __MetadataBearer {
14
- }
15
-
16
- export declare class PutObjectCommand extends $Command<PutObjectCommandInput, PutObjectCommandOutput, MediaStoreDataClientResolvedConfig> {
17
- readonly input: PutObjectCommandInput;
18
- constructor(input: PutObjectCommandInput);
19
-
20
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreDataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutObjectCommandInput, PutObjectCommandOutput>;
21
- private serialize;
22
- private deserialize;
23
- }
24
- export {};
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaStoreDataClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaStoreDataClient";
13
+ import { PutObjectRequest, PutObjectResponse } from "../models/models_0";
14
+ declare type PutObjectCommandInputType = Pick<
15
+ PutObjectRequest,
16
+ Exclude<keyof PutObjectRequest, "Body">
17
+ > & {
18
+ Body: PutObjectRequest["Body"] | string | Uint8Array | Buffer;
19
+ };
20
+ export interface PutObjectCommandInput extends PutObjectCommandInputType {}
21
+ export interface PutObjectCommandOutput
22
+ extends PutObjectResponse,
23
+ __MetadataBearer {}
24
+ export declare class PutObjectCommand extends $Command<
25
+ PutObjectCommandInput,
26
+ PutObjectCommandOutput,
27
+ MediaStoreDataClientResolvedConfig
28
+ > {
29
+ readonly input: PutObjectCommandInput;
30
+ constructor(input: PutObjectCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaStoreDataClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<PutObjectCommandInput, PutObjectCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
39
+ export {};
@@ -1,5 +1,5 @@
1
- export * from "./DeleteObjectCommand";
2
- export * from "./DescribeObjectCommand";
3
- export * from "./GetObjectCommand";
4
- export * from "./ListItemsCommand";
5
- export * from "./PutObjectCommand";
1
+ export * from "./DeleteObjectCommand";
2
+ export * from "./DescribeObjectCommand";
3
+ export * from "./GetObjectCommand";
4
+ export * from "./ListItemsCommand";
5
+ export * from "./PutObjectCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;