@aws-sdk/client-sns 3.1087.0 → 3.1088.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.
Files changed (61) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/SNS.d.ts +141 -174
  3. package/dist-types/ts3.4/SNSClient.d.ts +20 -48
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -2
  8. package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -2
  15. package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +2 -2
  18. package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +3 -8
  22. package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +3 -7
  32. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +2 -4
  34. package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/PublishCommand.d.ts +7 -5
  37. package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -2
  39. package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +3 -4
  40. package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +3 -4
  44. package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +7 -5
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  46. package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +2 -2
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  50. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  51. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  52. package/dist-types/ts3.4/models/enums.d.ts +2 -4
  53. package/dist-types/ts3.4/models/errors.d.ts +27 -96
  54. package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +1 -4
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  58. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  59. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  60. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  61. package/package.json +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -60,10 +57,7 @@ import {
60
57
  CreateSMSSandboxPhoneNumberCommandInput,
61
58
  CreateSMSSandboxPhoneNumberCommandOutput,
62
59
  } from "./commands/CreateSMSSandboxPhoneNumberCommand";
63
- import {
64
- CreateTopicCommandInput,
65
- CreateTopicCommandOutput,
66
- } from "./commands/CreateTopicCommand";
60
+ import { CreateTopicCommandInput, CreateTopicCommandOutput } from "./commands/CreateTopicCommand";
67
61
  import {
68
62
  DeleteEndpointCommandInput,
69
63
  DeleteEndpointCommandOutput,
@@ -76,10 +70,7 @@ import {
76
70
  DeleteSMSSandboxPhoneNumberCommandInput,
77
71
  DeleteSMSSandboxPhoneNumberCommandOutput,
78
72
  } from "./commands/DeleteSMSSandboxPhoneNumberCommand";
79
- import {
80
- DeleteTopicCommandInput,
81
- DeleteTopicCommandOutput,
82
- } from "./commands/DeleteTopicCommand";
73
+ import { DeleteTopicCommandInput, DeleteTopicCommandOutput } from "./commands/DeleteTopicCommand";
83
74
  import {
84
75
  GetDataProtectionPolicyCommandInput,
85
76
  GetDataProtectionPolicyCommandOutput,
@@ -140,10 +131,7 @@ import {
140
131
  ListTagsForResourceCommandInput,
141
132
  ListTagsForResourceCommandOutput,
142
133
  } from "./commands/ListTagsForResourceCommand";
143
- import {
144
- ListTopicsCommandInput,
145
- ListTopicsCommandOutput,
146
- } from "./commands/ListTopicsCommand";
134
+ import { ListTopicsCommandInput, ListTopicsCommandOutput } from "./commands/ListTopicsCommand";
147
135
  import {
148
136
  OptInPhoneNumberCommandInput,
149
137
  OptInPhoneNumberCommandOutput,
@@ -152,10 +140,7 @@ import {
152
140
  PublishBatchCommandInput,
153
141
  PublishBatchCommandOutput,
154
142
  } from "./commands/PublishBatchCommand";
155
- import {
156
- PublishCommandInput,
157
- PublishCommandOutput,
158
- } from "./commands/PublishCommand";
143
+ import { PublishCommandInput, PublishCommandOutput } from "./commands/PublishCommand";
159
144
  import {
160
145
  PutDataProtectionPolicyCommandInput,
161
146
  PutDataProtectionPolicyCommandOutput,
@@ -184,18 +169,9 @@ import {
184
169
  SetTopicAttributesCommandInput,
185
170
  SetTopicAttributesCommandOutput,
186
171
  } from "./commands/SetTopicAttributesCommand";
187
- import {
188
- SubscribeCommandInput,
189
- SubscribeCommandOutput,
190
- } from "./commands/SubscribeCommand";
191
- import {
192
- TagResourceCommandInput,
193
- TagResourceCommandOutput,
194
- } from "./commands/TagResourceCommand";
195
- import {
196
- UnsubscribeCommandInput,
197
- UnsubscribeCommandOutput,
198
- } from "./commands/UnsubscribeCommand";
172
+ import { SubscribeCommandInput, SubscribeCommandOutput } from "./commands/SubscribeCommand";
173
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
174
+ import { UnsubscribeCommandInput, UnsubscribeCommandOutput } from "./commands/UnsubscribeCommand";
199
175
  import {
200
176
  UntagResourceCommandInput,
201
177
  UntagResourceCommandOutput,
@@ -297,8 +273,7 @@ export type ServiceOutputTypes =
297
273
  | UnsubscribeCommandOutput
298
274
  | UntagResourceCommandOutput
299
275
  | VerifySMSSandboxPhoneNumberCommandOutput;
300
- export interface ClientDefaults
301
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
276
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
302
277
  requestHandler?: __HttpHandlerUserInput;
303
278
  sha256?: __ChecksumConstructor | __HashConstructor;
304
279
  urlParser?: __UrlParser;
@@ -323,9 +298,7 @@ export interface ClientDefaults
323
298
  extensions?: RuntimeExtension[];
324
299
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
325
300
  }
326
- export type SNSClientConfigType = Partial<
327
- __SmithyConfiguration<__HttpHandlerOptions>
328
- > &
301
+ export type SNSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
329
302
  ClientDefaults &
330
303
  UserAgentInputConfig &
331
304
  RetryInputConfig &
@@ -335,17 +308,16 @@ export type SNSClientConfigType = Partial<
335
308
  HttpAuthSchemeInputConfig &
336
309
  ClientInputEndpointParameters;
337
310
  export interface SNSClientConfig extends SNSClientConfigType {}
338
- export type SNSClientResolvedConfigType =
339
- __SmithyResolvedConfiguration<__HttpHandlerOptions> &
340
- Required<ClientDefaults> &
341
- RuntimeExtensionsConfig &
342
- UserAgentResolvedConfig &
343
- RetryResolvedConfig &
344
- RegionResolvedConfig &
345
- HostHeaderResolvedConfig &
346
- EndpointResolvedConfig<EndpointParameters> &
347
- HttpAuthSchemeResolvedConfig &
348
- ClientResolvedEndpointParameters;
311
+ export type SNSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
312
+ Required<ClientDefaults> &
313
+ RuntimeExtensionsConfig &
314
+ UserAgentResolvedConfig &
315
+ RetryResolvedConfig &
316
+ RegionResolvedConfig &
317
+ HostHeaderResolvedConfig &
318
+ EndpointResolvedConfig<EndpointParameters> &
319
+ HttpAuthSchemeResolvedConfig &
320
+ ClientResolvedEndpointParameters;
349
321
  export interface SNSClientResolvedConfig extends SNSClientResolvedConfigType {}
350
322
  export declare class SNSClient extends __Client<
351
323
  __HttpHandlerOptions,
@@ -7,17 +7,10 @@ import { SNSHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: SNSHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: SNSHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): SNSHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -15,32 +15,29 @@ import { SNSClientResolvedConfig } from "../SNSClient";
15
15
  export interface SNSHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
16
16
  region?: string;
17
17
  }
18
- export interface SNSHttpAuthSchemeParametersProvider
19
- extends HttpAuthSchemeParametersProvider<
20
- SNSClientResolvedConfig,
21
- HandlerExecutionContext,
22
- SNSHttpAuthSchemeParameters,
23
- object
24
- > {}
18
+ export interface SNSHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ SNSClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ SNSHttpAuthSchemeParameters,
22
+ object
23
+ > {}
25
24
  export declare const defaultSNSHttpAuthSchemeParametersProvider: (
26
25
  config: SNSClientResolvedConfig,
27
26
  context: HandlerExecutionContext,
28
- input: object
27
+ input: object,
29
28
  ) => Promise<SNSHttpAuthSchemeParameters>;
30
- export interface SNSHttpAuthSchemeProvider
31
- extends HttpAuthSchemeProvider<SNSHttpAuthSchemeParameters> {}
29
+ export interface SNSHttpAuthSchemeProvider extends HttpAuthSchemeProvider<SNSHttpAuthSchemeParameters> {}
32
30
  export declare const defaultSNSHttpAuthSchemeProvider: SNSHttpAuthSchemeProvider;
33
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
34
32
  authSchemePreference?: string[] | Provider<string[]>;
35
33
  httpAuthSchemes?: HttpAuthScheme[];
36
34
  httpAuthSchemeProvider?: SNSHttpAuthSchemeProvider;
37
35
  }
38
- export interface HttpAuthSchemeResolvedConfig
39
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
40
37
  readonly authSchemePreference: Provider<string[]>;
41
38
  readonly httpAuthSchemes: HttpAuthScheme[];
42
39
  readonly httpAuthSchemeProvider: SNSHttpAuthSchemeProvider;
43
40
  }
44
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
45
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
46
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -1,25 +1,20 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/types";
2
- import {
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- SNSClientResolvedConfig,
6
- } from "./SNSClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
2
+ import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "./SNSClient";
3
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
4
  added: EndpointParameterInstructions,
12
5
  plugins: (
13
6
  CommandCtor: any,
14
7
  clientStack: any,
15
8
  config: any,
16
- options: any
9
+ options: any,
17
10
  ) => import("@smithy/types").Pluggable<any, any>[],
18
11
  op: string,
19
12
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
13
+ smithyContext?: Record<string, unknown>,
21
14
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
15
+ new (
16
+ input: I,
17
+ ): import("@smithy/core/client").CommandImpl<
23
18
  I,
24
19
  O,
25
20
  SNSClientResolvedConfig,
@@ -38,9 +33,4 @@ export declare const command: <
38
33
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
34
  };
40
35
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
36
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -5,7 +5,7 @@ export interface AddPermissionCommandInput extends AddPermissionInput {}
5
5
  export interface AddPermissionCommandOutput extends __MetadataBearer {}
6
6
  declare const AddPermissionCommand_base: {
7
7
  new (
8
- input: AddPermissionCommandInput
8
+ input: AddPermissionCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  AddPermissionCommandInput,
11
11
  AddPermissionCommandOutput,
@@ -14,7 +14,7 @@ declare const AddPermissionCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: AddPermissionCommandInput
17
+ input: AddPermissionCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  AddPermissionCommandInput,
20
20
  AddPermissionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CheckIfPhoneNumberIsOptedOutResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CheckIfPhoneNumberIsOptedOutCommandInput
8
- extends CheckIfPhoneNumberIsOptedOutInput {}
7
+ export interface CheckIfPhoneNumberIsOptedOutCommandInput extends CheckIfPhoneNumberIsOptedOutInput {}
9
8
  export interface CheckIfPhoneNumberIsOptedOutCommandOutput
10
- extends CheckIfPhoneNumberIsOptedOutResponse,
11
- __MetadataBearer {}
9
+ extends CheckIfPhoneNumberIsOptedOutResponse, __MetadataBearer {}
12
10
  declare const CheckIfPhoneNumberIsOptedOutCommand_base: {
13
11
  new (
14
- input: CheckIfPhoneNumberIsOptedOutCommandInput
12
+ input: CheckIfPhoneNumberIsOptedOutCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CheckIfPhoneNumberIsOptedOutCommandInput,
17
15
  CheckIfPhoneNumberIsOptedOutCommandOutput,
@@ -20,7 +18,7 @@ declare const CheckIfPhoneNumberIsOptedOutCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CheckIfPhoneNumberIsOptedOutCommandInput
21
+ input: CheckIfPhoneNumberIsOptedOutCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CheckIfPhoneNumberIsOptedOutCommandInput,
26
24
  CheckIfPhoneNumberIsOptedOutCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ConfirmSubscriptionInput,
4
- ConfirmSubscriptionResponse,
5
- } from "../models/models_0";
2
+ import { ConfirmSubscriptionInput, ConfirmSubscriptionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ConfirmSubscriptionCommandInput
8
- extends ConfirmSubscriptionInput {}
4
+ export interface ConfirmSubscriptionCommandInput extends ConfirmSubscriptionInput {}
9
5
  export interface ConfirmSubscriptionCommandOutput
10
- extends ConfirmSubscriptionResponse,
11
- __MetadataBearer {}
6
+ extends ConfirmSubscriptionResponse, __MetadataBearer {}
12
7
  declare const ConfirmSubscriptionCommand_base: {
13
8
  new (
14
- input: ConfirmSubscriptionCommandInput
9
+ input: ConfirmSubscriptionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ConfirmSubscriptionCommandInput,
17
12
  ConfirmSubscriptionCommandOutput,
@@ -20,7 +15,7 @@ declare const ConfirmSubscriptionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ConfirmSubscriptionCommandInput
18
+ input: ConfirmSubscriptionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ConfirmSubscriptionCommandInput,
26
21
  ConfirmSubscriptionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreatePlatformApplicationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreatePlatformApplicationCommandInput
8
- extends CreatePlatformApplicationInput {}
7
+ export interface CreatePlatformApplicationCommandInput extends CreatePlatformApplicationInput {}
9
8
  export interface CreatePlatformApplicationCommandOutput
10
- extends CreatePlatformApplicationResponse,
11
- __MetadataBearer {}
9
+ extends CreatePlatformApplicationResponse, __MetadataBearer {}
12
10
  declare const CreatePlatformApplicationCommand_base: {
13
11
  new (
14
- input: CreatePlatformApplicationCommandInput
12
+ input: CreatePlatformApplicationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreatePlatformApplicationCommandInput,
17
15
  CreatePlatformApplicationCommandOutput,
@@ -20,7 +18,7 @@ declare const CreatePlatformApplicationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreatePlatformApplicationCommandInput
21
+ input: CreatePlatformApplicationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreatePlatformApplicationCommandInput,
26
24
  CreatePlatformApplicationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateEndpointResponse,
4
- CreatePlatformEndpointInput,
5
- } from "../models/models_0";
2
+ import { CreateEndpointResponse, CreatePlatformEndpointInput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreatePlatformEndpointCommandInput
8
- extends CreatePlatformEndpointInput {}
4
+ export interface CreatePlatformEndpointCommandInput extends CreatePlatformEndpointInput {}
9
5
  export interface CreatePlatformEndpointCommandOutput
10
- extends CreateEndpointResponse,
11
- __MetadataBearer {}
6
+ extends CreateEndpointResponse, __MetadataBearer {}
12
7
  declare const CreatePlatformEndpointCommand_base: {
13
8
  new (
14
- input: CreatePlatformEndpointCommandInput
9
+ input: CreatePlatformEndpointCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreatePlatformEndpointCommandInput,
17
12
  CreatePlatformEndpointCommandOutput,
@@ -20,7 +15,7 @@ declare const CreatePlatformEndpointCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreatePlatformEndpointCommandInput
18
+ input: CreatePlatformEndpointCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreatePlatformEndpointCommandInput,
26
21
  CreatePlatformEndpointCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateSMSSandboxPhoneNumberResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateSMSSandboxPhoneNumberCommandInput
8
- extends CreateSMSSandboxPhoneNumberInput {}
7
+ export interface CreateSMSSandboxPhoneNumberCommandInput extends CreateSMSSandboxPhoneNumberInput {}
9
8
  export interface CreateSMSSandboxPhoneNumberCommandOutput
10
- extends CreateSMSSandboxPhoneNumberResult,
11
- __MetadataBearer {}
9
+ extends CreateSMSSandboxPhoneNumberResult, __MetadataBearer {}
12
10
  declare const CreateSMSSandboxPhoneNumberCommand_base: {
13
11
  new (
14
- input: CreateSMSSandboxPhoneNumberCommandInput
12
+ input: CreateSMSSandboxPhoneNumberCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateSMSSandboxPhoneNumberCommandInput,
17
15
  CreateSMSSandboxPhoneNumberCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateSMSSandboxPhoneNumberCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateSMSSandboxPhoneNumberCommandInput
21
+ input: CreateSMSSandboxPhoneNumberCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateSMSSandboxPhoneNumberCommandInput,
26
24
  CreateSMSSandboxPhoneNumberCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateTopicInput, CreateTopicResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateTopicCommandInput extends CreateTopicInput {}
5
- export interface CreateTopicCommandOutput
6
- extends CreateTopicResponse,
7
- __MetadataBearer {}
5
+ export interface CreateTopicCommandOutput extends CreateTopicResponse, __MetadataBearer {}
8
6
  declare const CreateTopicCommand_base: {
9
7
  new (
10
- input: CreateTopicCommandInput
8
+ input: CreateTopicCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateTopicCommandInput,
13
11
  CreateTopicCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateTopicCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateTopicCommandInput
17
+ input: CreateTopicCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateTopicCommandInput,
22
20
  CreateTopicCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteEndpointCommandInput extends DeleteEndpointInput {}
5
5
  export interface DeleteEndpointCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteEndpointCommand_base: {
7
7
  new (
8
- input: DeleteEndpointCommandInput
8
+ input: DeleteEndpointCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteEndpointCommandInput,
11
11
  DeleteEndpointCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteEndpointCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteEndpointCommandInput
17
+ input: DeleteEndpointCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteEndpointCommandInput,
20
20
  DeleteEndpointCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeletePlatformApplicationInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeletePlatformApplicationCommandInput
5
- extends DeletePlatformApplicationInput {}
6
- export interface DeletePlatformApplicationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeletePlatformApplicationCommandInput extends DeletePlatformApplicationInput {}
5
+ export interface DeletePlatformApplicationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeletePlatformApplicationCommand_base: {
9
7
  new (
10
- input: DeletePlatformApplicationCommandInput
8
+ input: DeletePlatformApplicationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeletePlatformApplicationCommandInput,
13
11
  DeletePlatformApplicationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeletePlatformApplicationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeletePlatformApplicationCommandInput
17
+ input: DeletePlatformApplicationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeletePlatformApplicationCommandInput,
22
20
  DeletePlatformApplicationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteSMSSandboxPhoneNumberResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteSMSSandboxPhoneNumberCommandInput
8
- extends DeleteSMSSandboxPhoneNumberInput {}
7
+ export interface DeleteSMSSandboxPhoneNumberCommandInput extends DeleteSMSSandboxPhoneNumberInput {}
9
8
  export interface DeleteSMSSandboxPhoneNumberCommandOutput
10
- extends DeleteSMSSandboxPhoneNumberResult,
11
- __MetadataBearer {}
9
+ extends DeleteSMSSandboxPhoneNumberResult, __MetadataBearer {}
12
10
  declare const DeleteSMSSandboxPhoneNumberCommand_base: {
13
11
  new (
14
- input: DeleteSMSSandboxPhoneNumberCommandInput
12
+ input: DeleteSMSSandboxPhoneNumberCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteSMSSandboxPhoneNumberCommandInput,
17
15
  DeleteSMSSandboxPhoneNumberCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteSMSSandboxPhoneNumberCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteSMSSandboxPhoneNumberCommandInput
21
+ input: DeleteSMSSandboxPhoneNumberCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteSMSSandboxPhoneNumberCommandInput,
26
24
  DeleteSMSSandboxPhoneNumberCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteTopicCommandInput extends DeleteTopicInput {}
5
5
  export interface DeleteTopicCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteTopicCommand_base: {
7
7
  new (
8
- input: DeleteTopicCommandInput
8
+ input: DeleteTopicCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteTopicCommandInput,
11
11
  DeleteTopicCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteTopicCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteTopicCommandInput
17
+ input: DeleteTopicCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteTopicCommandInput,
20
20
  DeleteTopicCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetDataProtectionPolicyInput,
4
- GetDataProtectionPolicyResponse,
5
- } from "../models/models_0";
2
+ import { GetDataProtectionPolicyInput, GetDataProtectionPolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetDataProtectionPolicyCommandInput
8
- extends GetDataProtectionPolicyInput {}
4
+ export interface GetDataProtectionPolicyCommandInput extends GetDataProtectionPolicyInput {}
9
5
  export interface GetDataProtectionPolicyCommandOutput
10
- extends GetDataProtectionPolicyResponse,
11
- __MetadataBearer {}
6
+ extends GetDataProtectionPolicyResponse, __MetadataBearer {}
12
7
  declare const GetDataProtectionPolicyCommand_base: {
13
8
  new (
14
- input: GetDataProtectionPolicyCommandInput
9
+ input: GetDataProtectionPolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetDataProtectionPolicyCommandInput,
17
12
  GetDataProtectionPolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const GetDataProtectionPolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetDataProtectionPolicyCommandInput
18
+ input: GetDataProtectionPolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetDataProtectionPolicyCommandInput,
26
21
  GetDataProtectionPolicyCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetEndpointAttributesInput,
4
- GetEndpointAttributesResponse,
5
- } from "../models/models_0";
2
+ import { GetEndpointAttributesInput, GetEndpointAttributesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetEndpointAttributesCommandInput
8
- extends GetEndpointAttributesInput {}
4
+ export interface GetEndpointAttributesCommandInput extends GetEndpointAttributesInput {}
9
5
  export interface GetEndpointAttributesCommandOutput
10
- extends GetEndpointAttributesResponse,
11
- __MetadataBearer {}
6
+ extends GetEndpointAttributesResponse, __MetadataBearer {}
12
7
  declare const GetEndpointAttributesCommand_base: {
13
8
  new (
14
- input: GetEndpointAttributesCommandInput
9
+ input: GetEndpointAttributesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetEndpointAttributesCommandInput,
17
12
  GetEndpointAttributesCommandOutput,
@@ -20,7 +15,7 @@ declare const GetEndpointAttributesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetEndpointAttributesCommandInput
18
+ input: GetEndpointAttributesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetEndpointAttributesCommandInput,
26
21
  GetEndpointAttributesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetPlatformApplicationAttributesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetPlatformApplicationAttributesCommandInput
8
- extends GetPlatformApplicationAttributesInput {}
7
+ export interface GetPlatformApplicationAttributesCommandInput extends GetPlatformApplicationAttributesInput {}
9
8
  export interface GetPlatformApplicationAttributesCommandOutput
10
- extends GetPlatformApplicationAttributesResponse,
11
- __MetadataBearer {}
9
+ extends GetPlatformApplicationAttributesResponse, __MetadataBearer {}
12
10
  declare const GetPlatformApplicationAttributesCommand_base: {
13
11
  new (
14
- input: GetPlatformApplicationAttributesCommandInput
12
+ input: GetPlatformApplicationAttributesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetPlatformApplicationAttributesCommandInput,
17
15
  GetPlatformApplicationAttributesCommandOutput,
@@ -20,7 +18,7 @@ declare const GetPlatformApplicationAttributesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetPlatformApplicationAttributesCommandInput
21
+ input: GetPlatformApplicationAttributesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetPlatformApplicationAttributesCommandInput,
26
24
  GetPlatformApplicationAttributesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetSMSAttributesInput,
4
- GetSMSAttributesResponse,
5
- } from "../models/models_0";
2
+ import { GetSMSAttributesInput, GetSMSAttributesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetSMSAttributesCommandInput extends GetSMSAttributesInput {}
8
- export interface GetSMSAttributesCommandOutput
9
- extends GetSMSAttributesResponse,
10
- __MetadataBearer {}
5
+ export interface GetSMSAttributesCommandOutput extends GetSMSAttributesResponse, __MetadataBearer {}
11
6
  declare const GetSMSAttributesCommand_base: {
12
7
  new (
13
- input: GetSMSAttributesCommandInput
8
+ input: GetSMSAttributesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetSMSAttributesCommandInput,
16
11
  GetSMSAttributesCommandOutput,