@aws-sdk/client-pinpoint-sms-voice 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 +16 -0
- package/dist-types/ts3.4/PinpointSMSVoice.d.ts +164 -45
- package/dist-types/ts3.4/PinpointSMSVoiceClient.d.ts +153 -81
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SendVoiceMessageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +8 -8
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/PinpointSMSVoiceServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +225 -276
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +101 -26
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
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-pinpoint-sms-voice
|
|
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-pinpoint-sms-voice
|
|
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-pinpoint-sms-voice
|
|
@@ -1,45 +1,164 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateConfigurationSetCommandInput,
|
|
4
|
+
CreateConfigurationSetCommandOutput,
|
|
5
|
+
} from "./commands/CreateConfigurationSetCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateConfigurationSetEventDestinationCommandInput,
|
|
8
|
+
CreateConfigurationSetEventDestinationCommandOutput,
|
|
9
|
+
} from "./commands/CreateConfigurationSetEventDestinationCommand";
|
|
10
|
+
import {
|
|
11
|
+
DeleteConfigurationSetCommandInput,
|
|
12
|
+
DeleteConfigurationSetCommandOutput,
|
|
13
|
+
} from "./commands/DeleteConfigurationSetCommand";
|
|
14
|
+
import {
|
|
15
|
+
DeleteConfigurationSetEventDestinationCommandInput,
|
|
16
|
+
DeleteConfigurationSetEventDestinationCommandOutput,
|
|
17
|
+
} from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
18
|
+
import {
|
|
19
|
+
GetConfigurationSetEventDestinationsCommandInput,
|
|
20
|
+
GetConfigurationSetEventDestinationsCommandOutput,
|
|
21
|
+
} from "./commands/GetConfigurationSetEventDestinationsCommand";
|
|
22
|
+
import {
|
|
23
|
+
ListConfigurationSetsCommandInput,
|
|
24
|
+
ListConfigurationSetsCommandOutput,
|
|
25
|
+
} from "./commands/ListConfigurationSetsCommand";
|
|
26
|
+
import {
|
|
27
|
+
SendVoiceMessageCommandInput,
|
|
28
|
+
SendVoiceMessageCommandOutput,
|
|
29
|
+
} from "./commands/SendVoiceMessageCommand";
|
|
30
|
+
import {
|
|
31
|
+
UpdateConfigurationSetEventDestinationCommandInput,
|
|
32
|
+
UpdateConfigurationSetEventDestinationCommandOutput,
|
|
33
|
+
} from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
34
|
+
import { PinpointSMSVoiceClient } from "./PinpointSMSVoiceClient";
|
|
35
|
+
export declare class PinpointSMSVoice extends PinpointSMSVoiceClient {
|
|
36
|
+
createConfigurationSet(
|
|
37
|
+
args: CreateConfigurationSetCommandInput,
|
|
38
|
+
options?: __HttpHandlerOptions
|
|
39
|
+
): Promise<CreateConfigurationSetCommandOutput>;
|
|
40
|
+
createConfigurationSet(
|
|
41
|
+
args: CreateConfigurationSetCommandInput,
|
|
42
|
+
cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void
|
|
43
|
+
): void;
|
|
44
|
+
createConfigurationSet(
|
|
45
|
+
args: CreateConfigurationSetCommandInput,
|
|
46
|
+
options: __HttpHandlerOptions,
|
|
47
|
+
cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void
|
|
48
|
+
): void;
|
|
49
|
+
createConfigurationSetEventDestination(
|
|
50
|
+
args: CreateConfigurationSetEventDestinationCommandInput,
|
|
51
|
+
options?: __HttpHandlerOptions
|
|
52
|
+
): Promise<CreateConfigurationSetEventDestinationCommandOutput>;
|
|
53
|
+
createConfigurationSetEventDestination(
|
|
54
|
+
args: CreateConfigurationSetEventDestinationCommandInput,
|
|
55
|
+
cb: (
|
|
56
|
+
err: any,
|
|
57
|
+
data?: CreateConfigurationSetEventDestinationCommandOutput
|
|
58
|
+
) => void
|
|
59
|
+
): void;
|
|
60
|
+
createConfigurationSetEventDestination(
|
|
61
|
+
args: CreateConfigurationSetEventDestinationCommandInput,
|
|
62
|
+
options: __HttpHandlerOptions,
|
|
63
|
+
cb: (
|
|
64
|
+
err: any,
|
|
65
|
+
data?: CreateConfigurationSetEventDestinationCommandOutput
|
|
66
|
+
) => void
|
|
67
|
+
): void;
|
|
68
|
+
deleteConfigurationSet(
|
|
69
|
+
args: DeleteConfigurationSetCommandInput,
|
|
70
|
+
options?: __HttpHandlerOptions
|
|
71
|
+
): Promise<DeleteConfigurationSetCommandOutput>;
|
|
72
|
+
deleteConfigurationSet(
|
|
73
|
+
args: DeleteConfigurationSetCommandInput,
|
|
74
|
+
cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void
|
|
75
|
+
): void;
|
|
76
|
+
deleteConfigurationSet(
|
|
77
|
+
args: DeleteConfigurationSetCommandInput,
|
|
78
|
+
options: __HttpHandlerOptions,
|
|
79
|
+
cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void
|
|
80
|
+
): void;
|
|
81
|
+
deleteConfigurationSetEventDestination(
|
|
82
|
+
args: DeleteConfigurationSetEventDestinationCommandInput,
|
|
83
|
+
options?: __HttpHandlerOptions
|
|
84
|
+
): Promise<DeleteConfigurationSetEventDestinationCommandOutput>;
|
|
85
|
+
deleteConfigurationSetEventDestination(
|
|
86
|
+
args: DeleteConfigurationSetEventDestinationCommandInput,
|
|
87
|
+
cb: (
|
|
88
|
+
err: any,
|
|
89
|
+
data?: DeleteConfigurationSetEventDestinationCommandOutput
|
|
90
|
+
) => void
|
|
91
|
+
): void;
|
|
92
|
+
deleteConfigurationSetEventDestination(
|
|
93
|
+
args: DeleteConfigurationSetEventDestinationCommandInput,
|
|
94
|
+
options: __HttpHandlerOptions,
|
|
95
|
+
cb: (
|
|
96
|
+
err: any,
|
|
97
|
+
data?: DeleteConfigurationSetEventDestinationCommandOutput
|
|
98
|
+
) => void
|
|
99
|
+
): void;
|
|
100
|
+
getConfigurationSetEventDestinations(
|
|
101
|
+
args: GetConfigurationSetEventDestinationsCommandInput,
|
|
102
|
+
options?: __HttpHandlerOptions
|
|
103
|
+
): Promise<GetConfigurationSetEventDestinationsCommandOutput>;
|
|
104
|
+
getConfigurationSetEventDestinations(
|
|
105
|
+
args: GetConfigurationSetEventDestinationsCommandInput,
|
|
106
|
+
cb: (
|
|
107
|
+
err: any,
|
|
108
|
+
data?: GetConfigurationSetEventDestinationsCommandOutput
|
|
109
|
+
) => void
|
|
110
|
+
): void;
|
|
111
|
+
getConfigurationSetEventDestinations(
|
|
112
|
+
args: GetConfigurationSetEventDestinationsCommandInput,
|
|
113
|
+
options: __HttpHandlerOptions,
|
|
114
|
+
cb: (
|
|
115
|
+
err: any,
|
|
116
|
+
data?: GetConfigurationSetEventDestinationsCommandOutput
|
|
117
|
+
) => void
|
|
118
|
+
): void;
|
|
119
|
+
listConfigurationSets(
|
|
120
|
+
args: ListConfigurationSetsCommandInput,
|
|
121
|
+
options?: __HttpHandlerOptions
|
|
122
|
+
): Promise<ListConfigurationSetsCommandOutput>;
|
|
123
|
+
listConfigurationSets(
|
|
124
|
+
args: ListConfigurationSetsCommandInput,
|
|
125
|
+
cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void
|
|
126
|
+
): void;
|
|
127
|
+
listConfigurationSets(
|
|
128
|
+
args: ListConfigurationSetsCommandInput,
|
|
129
|
+
options: __HttpHandlerOptions,
|
|
130
|
+
cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void
|
|
131
|
+
): void;
|
|
132
|
+
sendVoiceMessage(
|
|
133
|
+
args: SendVoiceMessageCommandInput,
|
|
134
|
+
options?: __HttpHandlerOptions
|
|
135
|
+
): Promise<SendVoiceMessageCommandOutput>;
|
|
136
|
+
sendVoiceMessage(
|
|
137
|
+
args: SendVoiceMessageCommandInput,
|
|
138
|
+
cb: (err: any, data?: SendVoiceMessageCommandOutput) => void
|
|
139
|
+
): void;
|
|
140
|
+
sendVoiceMessage(
|
|
141
|
+
args: SendVoiceMessageCommandInput,
|
|
142
|
+
options: __HttpHandlerOptions,
|
|
143
|
+
cb: (err: any, data?: SendVoiceMessageCommandOutput) => void
|
|
144
|
+
): void;
|
|
145
|
+
updateConfigurationSetEventDestination(
|
|
146
|
+
args: UpdateConfigurationSetEventDestinationCommandInput,
|
|
147
|
+
options?: __HttpHandlerOptions
|
|
148
|
+
): Promise<UpdateConfigurationSetEventDestinationCommandOutput>;
|
|
149
|
+
updateConfigurationSetEventDestination(
|
|
150
|
+
args: UpdateConfigurationSetEventDestinationCommandInput,
|
|
151
|
+
cb: (
|
|
152
|
+
err: any,
|
|
153
|
+
data?: UpdateConfigurationSetEventDestinationCommandOutput
|
|
154
|
+
) => void
|
|
155
|
+
): void;
|
|
156
|
+
updateConfigurationSetEventDestination(
|
|
157
|
+
args: UpdateConfigurationSetEventDestinationCommandInput,
|
|
158
|
+
options: __HttpHandlerOptions,
|
|
159
|
+
cb: (
|
|
160
|
+
err: any,
|
|
161
|
+
data?: UpdateConfigurationSetEventDestinationCommandOutput
|
|
162
|
+
) => void
|
|
163
|
+
): void;
|
|
164
|
+
}
|
|
@@ -1,81 +1,153 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
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
|
+
CreateConfigurationSetCommandInput,
|
|
47
|
+
CreateConfigurationSetCommandOutput,
|
|
48
|
+
} from "./commands/CreateConfigurationSetCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateConfigurationSetEventDestinationCommandInput,
|
|
51
|
+
CreateConfigurationSetEventDestinationCommandOutput,
|
|
52
|
+
} from "./commands/CreateConfigurationSetEventDestinationCommand";
|
|
53
|
+
import {
|
|
54
|
+
DeleteConfigurationSetCommandInput,
|
|
55
|
+
DeleteConfigurationSetCommandOutput,
|
|
56
|
+
} from "./commands/DeleteConfigurationSetCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteConfigurationSetEventDestinationCommandInput,
|
|
59
|
+
DeleteConfigurationSetEventDestinationCommandOutput,
|
|
60
|
+
} from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
61
|
+
import {
|
|
62
|
+
GetConfigurationSetEventDestinationsCommandInput,
|
|
63
|
+
GetConfigurationSetEventDestinationsCommandOutput,
|
|
64
|
+
} from "./commands/GetConfigurationSetEventDestinationsCommand";
|
|
65
|
+
import {
|
|
66
|
+
ListConfigurationSetsCommandInput,
|
|
67
|
+
ListConfigurationSetsCommandOutput,
|
|
68
|
+
} from "./commands/ListConfigurationSetsCommand";
|
|
69
|
+
import {
|
|
70
|
+
SendVoiceMessageCommandInput,
|
|
71
|
+
SendVoiceMessageCommandOutput,
|
|
72
|
+
} from "./commands/SendVoiceMessageCommand";
|
|
73
|
+
import {
|
|
74
|
+
UpdateConfigurationSetEventDestinationCommandInput,
|
|
75
|
+
UpdateConfigurationSetEventDestinationCommandOutput,
|
|
76
|
+
} from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
77
|
+
export declare type ServiceInputTypes =
|
|
78
|
+
| CreateConfigurationSetCommandInput
|
|
79
|
+
| CreateConfigurationSetEventDestinationCommandInput
|
|
80
|
+
| DeleteConfigurationSetCommandInput
|
|
81
|
+
| DeleteConfigurationSetEventDestinationCommandInput
|
|
82
|
+
| GetConfigurationSetEventDestinationsCommandInput
|
|
83
|
+
| ListConfigurationSetsCommandInput
|
|
84
|
+
| SendVoiceMessageCommandInput
|
|
85
|
+
| UpdateConfigurationSetEventDestinationCommandInput;
|
|
86
|
+
export declare type ServiceOutputTypes =
|
|
87
|
+
| CreateConfigurationSetCommandOutput
|
|
88
|
+
| CreateConfigurationSetEventDestinationCommandOutput
|
|
89
|
+
| DeleteConfigurationSetCommandOutput
|
|
90
|
+
| DeleteConfigurationSetEventDestinationCommandOutput
|
|
91
|
+
| GetConfigurationSetEventDestinationsCommandOutput
|
|
92
|
+
| ListConfigurationSetsCommandOutput
|
|
93
|
+
| SendVoiceMessageCommandOutput
|
|
94
|
+
| UpdateConfigurationSetEventDestinationCommandOutput;
|
|
95
|
+
export interface ClientDefaults
|
|
96
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
97
|
+
requestHandler?: __HttpHandler;
|
|
98
|
+
sha256?: __HashConstructor;
|
|
99
|
+
urlParser?: __UrlParser;
|
|
100
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
101
|
+
streamCollector?: __StreamCollector;
|
|
102
|
+
base64Decoder?: __Decoder;
|
|
103
|
+
base64Encoder?: __Encoder;
|
|
104
|
+
utf8Decoder?: __Decoder;
|
|
105
|
+
utf8Encoder?: __Encoder;
|
|
106
|
+
runtime?: string;
|
|
107
|
+
disableHostPrefix?: boolean;
|
|
108
|
+
maxAttempts?: number | __Provider<number>;
|
|
109
|
+
retryMode?: string | __Provider<string>;
|
|
110
|
+
logger?: __Logger;
|
|
111
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
112
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
113
|
+
serviceId?: string;
|
|
114
|
+
region?: string | __Provider<string>;
|
|
115
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
116
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
117
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
118
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
119
|
+
}
|
|
120
|
+
declare type PinpointSMSVoiceClientConfigType = Partial<
|
|
121
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
122
|
+
> &
|
|
123
|
+
ClientDefaults &
|
|
124
|
+
RegionInputConfig &
|
|
125
|
+
EndpointsInputConfig &
|
|
126
|
+
RetryInputConfig &
|
|
127
|
+
HostHeaderInputConfig &
|
|
128
|
+
AwsAuthInputConfig &
|
|
129
|
+
UserAgentInputConfig;
|
|
130
|
+
export interface PinpointSMSVoiceClientConfig
|
|
131
|
+
extends PinpointSMSVoiceClientConfigType {}
|
|
132
|
+
declare type PinpointSMSVoiceClientResolvedConfigType =
|
|
133
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
134
|
+
Required<ClientDefaults> &
|
|
135
|
+
RegionResolvedConfig &
|
|
136
|
+
EndpointsResolvedConfig &
|
|
137
|
+
RetryResolvedConfig &
|
|
138
|
+
HostHeaderResolvedConfig &
|
|
139
|
+
AwsAuthResolvedConfig &
|
|
140
|
+
UserAgentResolvedConfig;
|
|
141
|
+
export interface PinpointSMSVoiceClientResolvedConfig
|
|
142
|
+
extends PinpointSMSVoiceClientResolvedConfigType {}
|
|
143
|
+
export declare class PinpointSMSVoiceClient extends __Client<
|
|
144
|
+
__HttpHandlerOptions,
|
|
145
|
+
ServiceInputTypes,
|
|
146
|
+
ServiceOutputTypes,
|
|
147
|
+
PinpointSMSVoiceClientResolvedConfig
|
|
148
|
+
> {
|
|
149
|
+
readonly config: PinpointSMSVoiceClientResolvedConfig;
|
|
150
|
+
constructor(configuration: PinpointSMSVoiceClientConfig);
|
|
151
|
+
destroy(): void;
|
|
152
|
+
}
|
|
153
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
CreateConfigurationSetRequest,
|
|
10
|
+
CreateConfigurationSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointSMSVoiceClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointSMSVoiceClient";
|
|
17
|
+
export interface CreateConfigurationSetCommandInput
|
|
18
|
+
extends CreateConfigurationSetRequest {}
|
|
19
|
+
export interface CreateConfigurationSetCommandOutput
|
|
20
|
+
extends CreateConfigurationSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateConfigurationSetCommand extends $Command<
|
|
23
|
+
CreateConfigurationSetCommandInput,
|
|
24
|
+
CreateConfigurationSetCommandOutput,
|
|
25
|
+
PinpointSMSVoiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateConfigurationSetCommandInput;
|
|
28
|
+
constructor(input: CreateConfigurationSetCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PinpointSMSVoiceClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateConfigurationSetCommandInput,
|
|
35
|
+
CreateConfigurationSetCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
CreateConfigurationSetEventDestinationRequest,
|
|
10
|
+
CreateConfigurationSetEventDestinationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointSMSVoiceClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointSMSVoiceClient";
|
|
17
|
+
export interface CreateConfigurationSetEventDestinationCommandInput
|
|
18
|
+
extends CreateConfigurationSetEventDestinationRequest {}
|
|
19
|
+
export interface CreateConfigurationSetEventDestinationCommandOutput
|
|
20
|
+
extends CreateConfigurationSetEventDestinationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateConfigurationSetEventDestinationCommand extends $Command<
|
|
23
|
+
CreateConfigurationSetEventDestinationCommandInput,
|
|
24
|
+
CreateConfigurationSetEventDestinationCommandOutput,
|
|
25
|
+
PinpointSMSVoiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateConfigurationSetEventDestinationCommandInput;
|
|
28
|
+
constructor(input: CreateConfigurationSetEventDestinationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PinpointSMSVoiceClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateConfigurationSetEventDestinationCommandInput,
|
|
35
|
+
CreateConfigurationSetEventDestinationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
DeleteConfigurationSetRequest,
|
|
10
|
+
DeleteConfigurationSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PinpointSMSVoiceClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PinpointSMSVoiceClient";
|
|
17
|
+
export interface DeleteConfigurationSetCommandInput
|
|
18
|
+
extends DeleteConfigurationSetRequest {}
|
|
19
|
+
export interface DeleteConfigurationSetCommandOutput
|
|
20
|
+
extends DeleteConfigurationSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteConfigurationSetCommand extends $Command<
|
|
23
|
+
DeleteConfigurationSetCommandInput,
|
|
24
|
+
DeleteConfigurationSetCommandOutput,
|
|
25
|
+
PinpointSMSVoiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteConfigurationSetCommandInput;
|
|
28
|
+
constructor(input: DeleteConfigurationSetCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PinpointSMSVoiceClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteConfigurationSetCommandInput,
|
|
35
|
+
DeleteConfigurationSetCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|