@aws-sdk/client-socialmessaging 3.1086.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 (50) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/SocialMessaging.d.ts +100 -141
  3. package/dist-types/ts3.4/SocialMessagingClient.d.ts +7 -20
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateWhatsAppBusinessAccountCommand.d.ts +3 -5
  8. package/dist-types/ts3.4/commands/CreateWhatsAppFlowCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/DeleteWhatsAppFlowCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/DeleteWhatsAppMessageMediaCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/DeprecateWhatsAppFlowCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/DisassociateWhatsAppBusinessAccountCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/GetLinkedWhatsAppBusinessAccountCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/GetWhatsAppFlowCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/GetWhatsAppFlowPreviewCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/GetWhatsAppMessageMediaCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/GetWhatsAppMessageTemplateCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/ListLinkedWhatsAppBusinessAccountsCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/ListWhatsAppFlowAssetsCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/ListWhatsAppFlowsCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/ListWhatsAppMessageTemplatesCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/ListWhatsAppTemplateLibraryCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/PostWhatsAppMessageMediaCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/PublishWhatsAppFlowCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/SendWhatsAppMessageCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/UpdateWhatsAppFlowAssetsCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/UpdateWhatsAppFlowCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  39. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  40. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  41. package/dist-types/ts3.4/models/enums.d.ts +2 -4
  42. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  43. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  48. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  49. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  50. package/package.json +39 -39
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListWhatsAppFlowAssetsInput,
4
- ListWhatsAppFlowAssetsOutput,
5
- } from "../models/models_0";
2
+ import { ListWhatsAppFlowAssetsInput, ListWhatsAppFlowAssetsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListWhatsAppFlowAssetsCommandInput
8
- extends ListWhatsAppFlowAssetsInput {}
4
+ export interface ListWhatsAppFlowAssetsCommandInput extends ListWhatsAppFlowAssetsInput {}
9
5
  export interface ListWhatsAppFlowAssetsCommandOutput
10
- extends ListWhatsAppFlowAssetsOutput,
11
- __MetadataBearer {}
6
+ extends ListWhatsAppFlowAssetsOutput, __MetadataBearer {}
12
7
  declare const ListWhatsAppFlowAssetsCommand_base: {
13
8
  new (
14
- input: ListWhatsAppFlowAssetsCommandInput
9
+ input: ListWhatsAppFlowAssetsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListWhatsAppFlowAssetsCommandInput,
17
12
  ListWhatsAppFlowAssetsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListWhatsAppFlowAssetsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListWhatsAppFlowAssetsCommandInput
18
+ input: ListWhatsAppFlowAssetsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListWhatsAppFlowAssetsCommandInput,
26
21
  ListWhatsAppFlowAssetsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListWhatsAppFlowsInput,
4
- ListWhatsAppFlowsOutput,
5
- } from "../models/models_0";
2
+ import { ListWhatsAppFlowsInput, ListWhatsAppFlowsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListWhatsAppFlowsCommandInput extends ListWhatsAppFlowsInput {}
8
- export interface ListWhatsAppFlowsCommandOutput
9
- extends ListWhatsAppFlowsOutput,
10
- __MetadataBearer {}
5
+ export interface ListWhatsAppFlowsCommandOutput extends ListWhatsAppFlowsOutput, __MetadataBearer {}
11
6
  declare const ListWhatsAppFlowsCommand_base: {
12
7
  new (
13
- input: ListWhatsAppFlowsCommandInput
8
+ input: ListWhatsAppFlowsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListWhatsAppFlowsCommandInput,
16
11
  ListWhatsAppFlowsCommandOutput,
@@ -19,7 +14,7 @@ declare const ListWhatsAppFlowsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListWhatsAppFlowsCommandInput
17
+ input: ListWhatsAppFlowsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListWhatsAppFlowsCommandInput,
25
20
  ListWhatsAppFlowsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListWhatsAppMessageTemplatesOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListWhatsAppMessageTemplatesCommandInput
8
- extends ListWhatsAppMessageTemplatesInput {}
7
+ export interface ListWhatsAppMessageTemplatesCommandInput extends ListWhatsAppMessageTemplatesInput {}
9
8
  export interface ListWhatsAppMessageTemplatesCommandOutput
10
- extends ListWhatsAppMessageTemplatesOutput,
11
- __MetadataBearer {}
9
+ extends ListWhatsAppMessageTemplatesOutput, __MetadataBearer {}
12
10
  declare const ListWhatsAppMessageTemplatesCommand_base: {
13
11
  new (
14
- input: ListWhatsAppMessageTemplatesCommandInput
12
+ input: ListWhatsAppMessageTemplatesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListWhatsAppMessageTemplatesCommandInput,
17
15
  ListWhatsAppMessageTemplatesCommandOutput,
@@ -20,7 +18,7 @@ declare const ListWhatsAppMessageTemplatesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListWhatsAppMessageTemplatesCommandInput
21
+ input: ListWhatsAppMessageTemplatesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListWhatsAppMessageTemplatesCommandInput,
26
24
  ListWhatsAppMessageTemplatesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListWhatsAppTemplateLibraryOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListWhatsAppTemplateLibraryCommandInput
8
- extends ListWhatsAppTemplateLibraryInput {}
7
+ export interface ListWhatsAppTemplateLibraryCommandInput extends ListWhatsAppTemplateLibraryInput {}
9
8
  export interface ListWhatsAppTemplateLibraryCommandOutput
10
- extends ListWhatsAppTemplateLibraryOutput,
11
- __MetadataBearer {}
9
+ extends ListWhatsAppTemplateLibraryOutput, __MetadataBearer {}
12
10
  declare const ListWhatsAppTemplateLibraryCommand_base: {
13
11
  new (
14
- input: ListWhatsAppTemplateLibraryCommandInput
12
+ input: ListWhatsAppTemplateLibraryCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListWhatsAppTemplateLibraryCommandInput,
17
15
  ListWhatsAppTemplateLibraryCommandOutput,
@@ -20,7 +18,7 @@ declare const ListWhatsAppTemplateLibraryCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListWhatsAppTemplateLibraryCommandInput
21
+ input: ListWhatsAppTemplateLibraryCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListWhatsAppTemplateLibraryCommandInput,
26
24
  ListWhatsAppTemplateLibraryCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PostWhatsAppMessageMediaInput,
4
- PostWhatsAppMessageMediaOutput,
5
- } from "../models/models_0";
2
+ import { PostWhatsAppMessageMediaInput, PostWhatsAppMessageMediaOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface PostWhatsAppMessageMediaCommandInput
8
- extends PostWhatsAppMessageMediaInput {}
4
+ export interface PostWhatsAppMessageMediaCommandInput extends PostWhatsAppMessageMediaInput {}
9
5
  export interface PostWhatsAppMessageMediaCommandOutput
10
- extends PostWhatsAppMessageMediaOutput,
11
- __MetadataBearer {}
6
+ extends PostWhatsAppMessageMediaOutput, __MetadataBearer {}
12
7
  declare const PostWhatsAppMessageMediaCommand_base: {
13
8
  new (
14
- input: PostWhatsAppMessageMediaCommandInput
9
+ input: PostWhatsAppMessageMediaCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  PostWhatsAppMessageMediaCommandInput,
17
12
  PostWhatsAppMessageMediaCommandOutput,
@@ -20,7 +15,7 @@ declare const PostWhatsAppMessageMediaCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: PostWhatsAppMessageMediaCommandInput
18
+ input: PostWhatsAppMessageMediaCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  PostWhatsAppMessageMediaCommandInput,
26
21
  PostWhatsAppMessageMediaCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PublishWhatsAppFlowInput,
4
- PublishWhatsAppFlowOutput,
5
- } from "../models/models_0";
2
+ import { PublishWhatsAppFlowInput, PublishWhatsAppFlowOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface PublishWhatsAppFlowCommandInput
8
- extends PublishWhatsAppFlowInput {}
4
+ export interface PublishWhatsAppFlowCommandInput extends PublishWhatsAppFlowInput {}
9
5
  export interface PublishWhatsAppFlowCommandOutput
10
- extends PublishWhatsAppFlowOutput,
11
- __MetadataBearer {}
6
+ extends PublishWhatsAppFlowOutput, __MetadataBearer {}
12
7
  declare const PublishWhatsAppFlowCommand_base: {
13
8
  new (
14
- input: PublishWhatsAppFlowCommandInput
9
+ input: PublishWhatsAppFlowCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  PublishWhatsAppFlowCommandInput,
17
12
  PublishWhatsAppFlowCommandOutput,
@@ -20,7 +15,7 @@ declare const PublishWhatsAppFlowCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: PublishWhatsAppFlowCommandInput
18
+ input: PublishWhatsAppFlowCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  PublishWhatsAppFlowCommandInput,
26
21
  PublishWhatsAppFlowCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  PutWhatsAppBusinessAccountEventDestinationsOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface PutWhatsAppBusinessAccountEventDestinationsCommandInput
8
- extends PutWhatsAppBusinessAccountEventDestinationsInput {}
7
+ export interface PutWhatsAppBusinessAccountEventDestinationsCommandInput extends PutWhatsAppBusinessAccountEventDestinationsInput {}
9
8
  export interface PutWhatsAppBusinessAccountEventDestinationsCommandOutput
10
- extends PutWhatsAppBusinessAccountEventDestinationsOutput,
11
- __MetadataBearer {}
9
+ extends PutWhatsAppBusinessAccountEventDestinationsOutput, __MetadataBearer {}
12
10
  declare const PutWhatsAppBusinessAccountEventDestinationsCommand_base: {
13
11
  new (
14
- input: PutWhatsAppBusinessAccountEventDestinationsCommandInput
12
+ input: PutWhatsAppBusinessAccountEventDestinationsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  PutWhatsAppBusinessAccountEventDestinationsCommandInput,
17
15
  PutWhatsAppBusinessAccountEventDestinationsCommandOutput,
@@ -20,7 +18,7 @@ declare const PutWhatsAppBusinessAccountEventDestinationsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: PutWhatsAppBusinessAccountEventDestinationsCommandInput
21
+ input: PutWhatsAppBusinessAccountEventDestinationsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  PutWhatsAppBusinessAccountEventDestinationsCommandInput,
26
24
  PutWhatsAppBusinessAccountEventDestinationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- SendWhatsAppMessageInput,
4
- SendWhatsAppMessageOutput,
5
- } from "../models/models_0";
2
+ import { SendWhatsAppMessageInput, SendWhatsAppMessageOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface SendWhatsAppMessageCommandInput
8
- extends SendWhatsAppMessageInput {}
4
+ export interface SendWhatsAppMessageCommandInput extends SendWhatsAppMessageInput {}
9
5
  export interface SendWhatsAppMessageCommandOutput
10
- extends SendWhatsAppMessageOutput,
11
- __MetadataBearer {}
6
+ extends SendWhatsAppMessageOutput, __MetadataBearer {}
12
7
  declare const SendWhatsAppMessageCommand_base: {
13
8
  new (
14
- input: SendWhatsAppMessageCommandInput
9
+ input: SendWhatsAppMessageCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  SendWhatsAppMessageCommandInput,
17
12
  SendWhatsAppMessageCommandOutput,
@@ -20,7 +15,7 @@ declare const SendWhatsAppMessageCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: SendWhatsAppMessageCommandInput
18
+ input: SendWhatsAppMessageCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  SendWhatsAppMessageCommandInput,
26
21
  SendWhatsAppMessageCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceInput {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceOutput,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UntagResourceCommandInput extends UntagResourceInput {}
5
- export interface UntagResourceCommandOutput
6
- extends UntagResourceOutput,
7
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {}
8
6
  declare const UntagResourceCommand_base: {
9
7
  new (
10
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UntagResourceCommandInput,
13
11
  UntagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const UntagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UntagResourceCommandInput,
22
20
  UntagResourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateWhatsAppFlowAssetsInput,
4
- UpdateWhatsAppFlowAssetsOutput,
5
- } from "../models/models_0";
2
+ import { UpdateWhatsAppFlowAssetsInput, UpdateWhatsAppFlowAssetsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateWhatsAppFlowAssetsCommandInput
8
- extends UpdateWhatsAppFlowAssetsInput {}
4
+ export interface UpdateWhatsAppFlowAssetsCommandInput extends UpdateWhatsAppFlowAssetsInput {}
9
5
  export interface UpdateWhatsAppFlowAssetsCommandOutput
10
- extends UpdateWhatsAppFlowAssetsOutput,
11
- __MetadataBearer {}
6
+ extends UpdateWhatsAppFlowAssetsOutput, __MetadataBearer {}
12
7
  declare const UpdateWhatsAppFlowAssetsCommand_base: {
13
8
  new (
14
- input: UpdateWhatsAppFlowAssetsCommandInput
9
+ input: UpdateWhatsAppFlowAssetsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateWhatsAppFlowAssetsCommandInput,
17
12
  UpdateWhatsAppFlowAssetsCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateWhatsAppFlowAssetsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateWhatsAppFlowAssetsCommandInput
18
+ input: UpdateWhatsAppFlowAssetsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateWhatsAppFlowAssetsCommandInput,
26
21
  UpdateWhatsAppFlowAssetsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateWhatsAppFlowInput,
4
- UpdateWhatsAppFlowOutput,
5
- } from "../models/models_0";
2
+ import { UpdateWhatsAppFlowInput, UpdateWhatsAppFlowOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateWhatsAppFlowCommandInput
8
- extends UpdateWhatsAppFlowInput {}
4
+ export interface UpdateWhatsAppFlowCommandInput extends UpdateWhatsAppFlowInput {}
9
5
  export interface UpdateWhatsAppFlowCommandOutput
10
- extends UpdateWhatsAppFlowOutput,
11
- __MetadataBearer {}
6
+ extends UpdateWhatsAppFlowOutput, __MetadataBearer {}
12
7
  declare const UpdateWhatsAppFlowCommand_base: {
13
8
  new (
14
- input: UpdateWhatsAppFlowCommandInput
9
+ input: UpdateWhatsAppFlowCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateWhatsAppFlowCommandInput,
17
12
  UpdateWhatsAppFlowCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateWhatsAppFlowCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateWhatsAppFlowCommandInput
18
+ input: UpdateWhatsAppFlowCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateWhatsAppFlowCommandInput,
26
21
  UpdateWhatsAppFlowCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateWhatsAppMessageTemplateOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateWhatsAppMessageTemplateCommandInput
8
- extends UpdateWhatsAppMessageTemplateInput {}
7
+ export interface UpdateWhatsAppMessageTemplateCommandInput extends UpdateWhatsAppMessageTemplateInput {}
9
8
  export interface UpdateWhatsAppMessageTemplateCommandOutput
10
- extends UpdateWhatsAppMessageTemplateOutput,
11
- __MetadataBearer {}
9
+ extends UpdateWhatsAppMessageTemplateOutput, __MetadataBearer {}
12
10
  declare const UpdateWhatsAppMessageTemplateCommand_base: {
13
11
  new (
14
- input: UpdateWhatsAppMessageTemplateCommandInput
12
+ input: UpdateWhatsAppMessageTemplateCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateWhatsAppMessageTemplateCommandInput,
17
15
  UpdateWhatsAppMessageTemplateCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateWhatsAppMessageTemplateCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateWhatsAppMessageTemplateCommandInput
21
+ input: UpdateWhatsAppMessageTemplateCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateWhatsAppMessageTemplateCommandInput,
26
24
  UpdateWhatsAppMessageTemplateCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface SocialMessagingExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -2,8 +2,7 @@ export declare const RegistrationStatus: {
2
2
  readonly COMPLETE: "COMPLETE";
3
3
  readonly INCOMPLETE: "INCOMPLETE";
4
4
  };
5
- export type RegistrationStatus =
6
- (typeof RegistrationStatus)[keyof typeof RegistrationStatus];
5
+ export type RegistrationStatus = (typeof RegistrationStatus)[keyof typeof RegistrationStatus];
7
6
  export declare const MetaFlowCategory: {
8
7
  readonly APPOINTMENT_BOOKING: "APPOINTMENT_BOOKING";
9
8
  readonly CONTACT_US: "CONTACT_US";
@@ -15,5 +14,4 @@ export declare const MetaFlowCategory: {
15
14
  readonly SIGN_UP: "SIGN_UP";
16
15
  readonly SURVEY: "SURVEY";
17
16
  };
18
- export type MetaFlowCategory =
19
- (typeof MetaFlowCategory)[keyof typeof MetaFlowCategory];
17
+ export type MetaFlowCategory = (typeof MetaFlowCategory)[keyof typeof MetaFlowCategory];
@@ -3,66 +3,48 @@ import { SocialMessagingServiceException as __BaseException } from "./SocialMess
3
3
  export declare class AccessDeniedByMetaException extends __BaseException {
4
4
  readonly name: "AccessDeniedByMetaException";
5
5
  readonly $fault: "client";
6
- constructor(
7
- opts: __ExceptionOptionType<AccessDeniedByMetaException, __BaseException>
8
- );
6
+ constructor(opts: __ExceptionOptionType<AccessDeniedByMetaException, __BaseException>);
9
7
  }
10
8
  export declare class AccessDeniedException extends __BaseException {
11
9
  readonly name: "AccessDeniedException";
12
10
  readonly $fault: "client";
13
- constructor(
14
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
15
- );
11
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
16
12
  }
17
13
  export declare class DependencyException extends __BaseException {
18
14
  readonly name: "DependencyException";
19
15
  readonly $fault: "server";
20
16
  $retryable: {};
21
- constructor(
22
- opts: __ExceptionOptionType<DependencyException, __BaseException>
23
- );
17
+ constructor(opts: __ExceptionOptionType<DependencyException, __BaseException>);
24
18
  }
25
19
  export declare class InvalidParametersException extends __BaseException {
26
20
  readonly name: "InvalidParametersException";
27
21
  readonly $fault: "client";
28
- constructor(
29
- opts: __ExceptionOptionType<InvalidParametersException, __BaseException>
30
- );
22
+ constructor(opts: __ExceptionOptionType<InvalidParametersException, __BaseException>);
31
23
  }
32
24
  export declare class LimitExceededException extends __BaseException {
33
25
  readonly name: "LimitExceededException";
34
26
  readonly $fault: "client";
35
- constructor(
36
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
37
- );
27
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
38
28
  }
39
29
  export declare class ThrottledRequestException extends __BaseException {
40
30
  readonly name: "ThrottledRequestException";
41
31
  readonly $fault: "client";
42
32
  $retryable: {};
43
- constructor(
44
- opts: __ExceptionOptionType<ThrottledRequestException, __BaseException>
45
- );
33
+ constructor(opts: __ExceptionOptionType<ThrottledRequestException, __BaseException>);
46
34
  }
47
35
  export declare class ValidationException extends __BaseException {
48
36
  readonly name: "ValidationException";
49
37
  readonly $fault: "client";
50
- constructor(
51
- opts: __ExceptionOptionType<ValidationException, __BaseException>
52
- );
38
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
53
39
  }
54
40
  export declare class InternalServiceException extends __BaseException {
55
41
  readonly name: "InternalServiceException";
56
42
  readonly $fault: "server";
57
43
  $retryable: {};
58
- constructor(
59
- opts: __ExceptionOptionType<InternalServiceException, __BaseException>
60
- );
44
+ constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
61
45
  }
62
46
  export declare class ResourceNotFoundException extends __BaseException {
63
47
  readonly name: "ResourceNotFoundException";
64
48
  readonly $fault: "client";
65
- constructor(
66
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
67
- );
49
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
68
50
  }
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { SocialMessagingClient } from "../SocialMessagingClient";
3
- export interface SocialMessagingPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface SocialMessagingPaginationConfiguration extends PaginationConfiguration {
5
4
  client: SocialMessagingClient;
6
5
  }
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { SocialMessagingClientConfig } from "./SocialMessagingClient";
3
- export declare const getRuntimeConfig: (
4
- config: SocialMessagingClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: SocialMessagingClientConfig) => {
6
4
  runtime: string;
7
5
  defaultsMode: import("@smithy/types").Provider<
8
6
  import("@smithy/core/client").ResolvedDefaultsMode
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
10
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
9
  credentialDefaultProvider:
12
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
- | ((
14
- _: unknown
15
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
16
12
  defaultUserAgentProvider: (
17
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
18
14
  ) => Promise<import("@smithy/types").UserAgent>;
19
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
16
  region: string | import("@smithy/types").Provider<any>;
21
- requestHandler:
22
- | import("@smithy/core/protocols").HttpHandler<any>
23
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
24
18
  retryMode: string | import("@smithy/types").Provider<string>;
25
19
  streamCollector: (
26
- stream:
27
- | import("stream").Readable
28
- | import("stream/web").ReadableStream
29
- | ReadableStream
30
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
31
21
  ) => Promise<Uint8Array>;
32
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
33
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
55
45
  logger: import("@smithy/types").Logger;
56
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- userAgentAppId?:
59
- | string
60
- | undefined
61
- | import("@smithy/types").Provider<string | undefined>;
62
- retryStrategy?:
63
- | import("@smithy/types").RetryStrategy
64
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
65
50
  endpoint?:
66
51
  | ((
67
52
  | string
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
83
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
84
69
  context?: {
85
70
  logger?: import("@smithy/types").Logger;
86
- }
71
+ },
87
72
  ) => import("@smithy/types").EndpointV2;
88
73
  tls?: boolean;
89
74
  serviceConfiguredEndpoint?: never;
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
96
81
  signer?:
97
82
  | import("@smithy/types").RequestSigner
98
83
  | ((
99
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
100
85
  ) => Promise<import("@smithy/types").RequestSigner>);
101
86
  signingEscapePath?: boolean;
102
87
  systemClockOffset?: number;
103
88
  signingRegion?: string;
104
89
  signerConstructor?: new (
105
90
  options: import("@smithy/signature-v4").SignatureV4Init &
106
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
107
92
  ) => import("@smithy/types").RequestSigner;
108
93
  };