@aws-sdk/client-socialmessaging 3.1045.0 → 3.1046.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 (102) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +58 -59
  5. package/dist-cjs/models/SocialMessagingServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-cjs/schemas/schemas_0.js +12 -10
  10. package/dist-es/SocialMessaging.js +1 -1
  11. package/dist-es/SocialMessagingClient.js +5 -5
  12. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  13. package/dist-es/commands/AssociateWhatsAppBusinessAccountCommand.js +2 -2
  14. package/dist-es/commands/CreateWhatsAppMessageTemplateCommand.js +2 -2
  15. package/dist-es/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.js +2 -2
  16. package/dist-es/commands/CreateWhatsAppMessageTemplateMediaCommand.js +2 -2
  17. package/dist-es/commands/DeleteWhatsAppMessageMediaCommand.js +2 -2
  18. package/dist-es/commands/DeleteWhatsAppMessageTemplateCommand.js +2 -2
  19. package/dist-es/commands/DisassociateWhatsAppBusinessAccountCommand.js +2 -2
  20. package/dist-es/commands/GetLinkedWhatsAppBusinessAccountCommand.js +2 -2
  21. package/dist-es/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.js +2 -2
  22. package/dist-es/commands/GetWhatsAppMessageMediaCommand.js +2 -2
  23. package/dist-es/commands/GetWhatsAppMessageTemplateCommand.js +2 -2
  24. package/dist-es/commands/ListLinkedWhatsAppBusinessAccountsCommand.js +2 -2
  25. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  26. package/dist-es/commands/ListWhatsAppMessageTemplatesCommand.js +2 -2
  27. package/dist-es/commands/ListWhatsAppTemplateLibraryCommand.js +2 -2
  28. package/dist-es/commands/PostWhatsAppMessageMediaCommand.js +2 -2
  29. package/dist-es/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.js +2 -2
  30. package/dist-es/commands/SendWhatsAppMessageCommand.js +2 -2
  31. package/dist-es/commands/TagResourceCommand.js +2 -2
  32. package/dist-es/commands/UntagResourceCommand.js +2 -2
  33. package/dist-es/commands/UpdateWhatsAppMessageTemplateCommand.js +2 -2
  34. package/dist-es/endpoint/bdd.js +1 -1
  35. package/dist-es/endpoint/endpointResolver.js +1 -1
  36. package/dist-es/models/SocialMessagingServiceException.js +1 -1
  37. package/dist-es/runtimeConfig.browser.js +4 -6
  38. package/dist-es/runtimeConfig.js +4 -8
  39. package/dist-es/runtimeConfig.shared.js +3 -4
  40. package/dist-es/runtimeExtensions.js +2 -2
  41. package/dist-es/schemas/schemas_0.js +12 -10
  42. package/dist-types/SocialMessagingClient.d.ts +5 -5
  43. package/dist-types/commands/AssociateWhatsAppBusinessAccountCommand.d.ts +7 -4
  44. package/dist-types/commands/CreateWhatsAppMessageTemplateCommand.d.ts +6 -4
  45. package/dist-types/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +6 -4
  46. package/dist-types/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +6 -4
  47. package/dist-types/commands/DeleteWhatsAppMessageMediaCommand.d.ts +6 -4
  48. package/dist-types/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +6 -4
  49. package/dist-types/commands/DisassociateWhatsAppBusinessAccountCommand.d.ts +6 -4
  50. package/dist-types/commands/GetLinkedWhatsAppBusinessAccountCommand.d.ts +7 -4
  51. package/dist-types/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.d.ts +6 -4
  52. package/dist-types/commands/GetWhatsAppMessageMediaCommand.d.ts +6 -4
  53. package/dist-types/commands/GetWhatsAppMessageTemplateCommand.d.ts +9 -5
  54. package/dist-types/commands/ListLinkedWhatsAppBusinessAccountsCommand.d.ts +7 -4
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  56. package/dist-types/commands/ListWhatsAppMessageTemplatesCommand.d.ts +6 -4
  57. package/dist-types/commands/ListWhatsAppTemplateLibraryCommand.d.ts +6 -4
  58. package/dist-types/commands/PostWhatsAppMessageMediaCommand.d.ts +6 -4
  59. package/dist-types/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.d.ts +6 -4
  60. package/dist-types/commands/SendWhatsAppMessageCommand.d.ts +6 -4
  61. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  62. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  63. package/dist-types/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +9 -5
  64. package/dist-types/endpoint/bdd.d.ts +1 -1
  65. package/dist-types/extensionConfiguration.d.ts +1 -1
  66. package/dist-types/models/SocialMessagingServiceException.d.ts +1 -1
  67. package/dist-types/models/errors.d.ts +1 -1
  68. package/dist-types/models/models_0.d.ts +37 -2
  69. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  70. package/dist-types/runtimeConfig.d.ts +2 -2
  71. package/dist-types/runtimeConfig.native.d.ts +2 -2
  72. package/dist-types/ts3.4/SocialMessagingClient.d.ts +8 -14
  73. package/dist-types/ts3.4/commands/AssociateWhatsAppBusinessAccountCommand.d.ts +6 -4
  74. package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateCommand.d.ts +6 -4
  75. package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +6 -4
  76. package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +6 -4
  77. package/dist-types/ts3.4/commands/DeleteWhatsAppMessageMediaCommand.d.ts +6 -4
  78. package/dist-types/ts3.4/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +6 -4
  79. package/dist-types/ts3.4/commands/DisassociateWhatsAppBusinessAccountCommand.d.ts +6 -4
  80. package/dist-types/ts3.4/commands/GetLinkedWhatsAppBusinessAccountCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/GetWhatsAppMessageMediaCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/GetWhatsAppMessageTemplateCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/ListLinkedWhatsAppBusinessAccountsCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/ListWhatsAppMessageTemplatesCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/ListWhatsAppTemplateLibraryCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/PostWhatsAppMessageMediaCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/SendWhatsAppMessageCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  95. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  96. package/dist-types/ts3.4/models/SocialMessagingServiceException.d.ts +1 -1
  97. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  98. package/dist-types/ts3.4/models/models_0.d.ts +9 -2
  99. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  100. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  101. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  102. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AssociateWhatsAppBusinessAccountInput,
@@ -19,7 +19,7 @@ export interface AssociateWhatsAppBusinessAccountCommandOutput
19
19
  declare const AssociateWhatsAppBusinessAccountCommand_base: {
20
20
  new (
21
21
  input: AssociateWhatsAppBusinessAccountCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  AssociateWhatsAppBusinessAccountCommandInput,
24
24
  AssociateWhatsAppBusinessAccountCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const AssociateWhatsAppBusinessAccountCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [AssociateWhatsAppBusinessAccountCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  AssociateWhatsAppBusinessAccountCommandInput,
33
33
  AssociateWhatsAppBusinessAccountCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class AssociateWhatsAppBusinessAccountCommand extends AssociateWhatsAppBusinessAccountCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateWhatsAppMessageTemplateInput,
@@ -19,7 +19,7 @@ export interface CreateWhatsAppMessageTemplateCommandOutput
19
19
  declare const CreateWhatsAppMessageTemplateCommand_base: {
20
20
  new (
21
21
  input: CreateWhatsAppMessageTemplateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateWhatsAppMessageTemplateCommandInput,
24
24
  CreateWhatsAppMessageTemplateCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateWhatsAppMessageTemplateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateWhatsAppMessageTemplateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateWhatsAppMessageTemplateCommandInput,
33
33
  CreateWhatsAppMessageTemplateCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateWhatsAppMessageTemplateCommand extends CreateWhatsAppMessageTemplateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateWhatsAppMessageTemplateFromLibraryInput,
@@ -19,7 +19,7 @@ export interface CreateWhatsAppMessageTemplateFromLibraryCommandOutput
19
19
  declare const CreateWhatsAppMessageTemplateFromLibraryCommand_base: {
20
20
  new (
21
21
  input: CreateWhatsAppMessageTemplateFromLibraryCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateWhatsAppMessageTemplateFromLibraryCommandInput,
24
24
  CreateWhatsAppMessageTemplateFromLibraryCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateWhatsAppMessageTemplateFromLibraryCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateWhatsAppMessageTemplateFromLibraryCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateWhatsAppMessageTemplateFromLibraryCommandInput,
33
33
  CreateWhatsAppMessageTemplateFromLibraryCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateWhatsAppMessageTemplateFromLibraryCommand extends CreateWhatsAppMessageTemplateFromLibraryCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateWhatsAppMessageTemplateMediaInput,
@@ -19,7 +19,7 @@ export interface CreateWhatsAppMessageTemplateMediaCommandOutput
19
19
  declare const CreateWhatsAppMessageTemplateMediaCommand_base: {
20
20
  new (
21
21
  input: CreateWhatsAppMessageTemplateMediaCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateWhatsAppMessageTemplateMediaCommandInput,
24
24
  CreateWhatsAppMessageTemplateMediaCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateWhatsAppMessageTemplateMediaCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateWhatsAppMessageTemplateMediaCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateWhatsAppMessageTemplateMediaCommandInput,
33
33
  CreateWhatsAppMessageTemplateMediaCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateWhatsAppMessageTemplateMediaCommand extends CreateWhatsAppMessageTemplateMediaCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteWhatsAppMessageMediaInput,
@@ -19,7 +19,7 @@ export interface DeleteWhatsAppMessageMediaCommandOutput
19
19
  declare const DeleteWhatsAppMessageMediaCommand_base: {
20
20
  new (
21
21
  input: DeleteWhatsAppMessageMediaCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteWhatsAppMessageMediaCommandInput,
24
24
  DeleteWhatsAppMessageMediaCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteWhatsAppMessageMediaCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteWhatsAppMessageMediaCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteWhatsAppMessageMediaCommandInput,
33
33
  DeleteWhatsAppMessageMediaCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteWhatsAppMessageMediaCommand extends DeleteWhatsAppMessageMediaCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteWhatsAppMessageTemplateInput,
@@ -19,7 +19,7 @@ export interface DeleteWhatsAppMessageTemplateCommandOutput
19
19
  declare const DeleteWhatsAppMessageTemplateCommand_base: {
20
20
  new (
21
21
  input: DeleteWhatsAppMessageTemplateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteWhatsAppMessageTemplateCommandInput,
24
24
  DeleteWhatsAppMessageTemplateCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteWhatsAppMessageTemplateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteWhatsAppMessageTemplateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteWhatsAppMessageTemplateCommandInput,
33
33
  DeleteWhatsAppMessageTemplateCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteWhatsAppMessageTemplateCommand extends DeleteWhatsAppMessageTemplateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DisassociateWhatsAppBusinessAccountInput,
@@ -19,7 +19,7 @@ export interface DisassociateWhatsAppBusinessAccountCommandOutput
19
19
  declare const DisassociateWhatsAppBusinessAccountCommand_base: {
20
20
  new (
21
21
  input: DisassociateWhatsAppBusinessAccountCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DisassociateWhatsAppBusinessAccountCommandInput,
24
24
  DisassociateWhatsAppBusinessAccountCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DisassociateWhatsAppBusinessAccountCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DisassociateWhatsAppBusinessAccountCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DisassociateWhatsAppBusinessAccountCommandInput,
33
33
  DisassociateWhatsAppBusinessAccountCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DisassociateWhatsAppBusinessAccountCommand extends DisassociateWhatsAppBusinessAccountCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetLinkedWhatsAppBusinessAccountInput,
@@ -19,7 +19,7 @@ export interface GetLinkedWhatsAppBusinessAccountCommandOutput
19
19
  declare const GetLinkedWhatsAppBusinessAccountCommand_base: {
20
20
  new (
21
21
  input: GetLinkedWhatsAppBusinessAccountCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetLinkedWhatsAppBusinessAccountCommandInput,
24
24
  GetLinkedWhatsAppBusinessAccountCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetLinkedWhatsAppBusinessAccountCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetLinkedWhatsAppBusinessAccountCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetLinkedWhatsAppBusinessAccountCommandInput,
33
33
  GetLinkedWhatsAppBusinessAccountCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetLinkedWhatsAppBusinessAccountCommand extends GetLinkedWhatsAppBusinessAccountCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetLinkedWhatsAppBusinessAccountPhoneNumberInput,
@@ -19,7 +19,7 @@ export interface GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput
19
19
  declare const GetLinkedWhatsAppBusinessAccountPhoneNumberCommand_base: {
20
20
  new (
21
21
  input: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput,
24
24
  GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetLinkedWhatsAppBusinessAccountPhoneNumberCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput,
33
33
  GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetLinkedWhatsAppBusinessAccountPhoneNumberCommand extends GetLinkedWhatsAppBusinessAccountPhoneNumberCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetWhatsAppMessageMediaInput,
@@ -19,7 +19,7 @@ export interface GetWhatsAppMessageMediaCommandOutput
19
19
  declare const GetWhatsAppMessageMediaCommand_base: {
20
20
  new (
21
21
  input: GetWhatsAppMessageMediaCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetWhatsAppMessageMediaCommandInput,
24
24
  GetWhatsAppMessageMediaCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetWhatsAppMessageMediaCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetWhatsAppMessageMediaCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetWhatsAppMessageMediaCommandInput,
33
33
  GetWhatsAppMessageMediaCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetWhatsAppMessageMediaCommand extends GetWhatsAppMessageMediaCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetWhatsAppMessageTemplateInput,
@@ -19,7 +19,7 @@ export interface GetWhatsAppMessageTemplateCommandOutput
19
19
  declare const GetWhatsAppMessageTemplateCommand_base: {
20
20
  new (
21
21
  input: GetWhatsAppMessageTemplateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetWhatsAppMessageTemplateCommandInput,
24
24
  GetWhatsAppMessageTemplateCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetWhatsAppMessageTemplateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetWhatsAppMessageTemplateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetWhatsAppMessageTemplateCommandInput,
33
33
  GetWhatsAppMessageTemplateCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetWhatsAppMessageTemplateCommand extends GetWhatsAppMessageTemplateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListLinkedWhatsAppBusinessAccountsInput,
@@ -19,7 +19,7 @@ export interface ListLinkedWhatsAppBusinessAccountsCommandOutput
19
19
  declare const ListLinkedWhatsAppBusinessAccountsCommand_base: {
20
20
  new (
21
21
  input: ListLinkedWhatsAppBusinessAccountsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListLinkedWhatsAppBusinessAccountsCommandInput,
24
24
  ListLinkedWhatsAppBusinessAccountsCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListLinkedWhatsAppBusinessAccountsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListLinkedWhatsAppBusinessAccountsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListLinkedWhatsAppBusinessAccountsCommandInput,
33
33
  ListLinkedWhatsAppBusinessAccountsCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListLinkedWhatsAppBusinessAccountsCommand extends ListLinkedWhatsAppBusinessAccountsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListTagsForResourceInput,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListWhatsAppMessageTemplatesInput,
@@ -19,7 +19,7 @@ export interface ListWhatsAppMessageTemplatesCommandOutput
19
19
  declare const ListWhatsAppMessageTemplatesCommand_base: {
20
20
  new (
21
21
  input: ListWhatsAppMessageTemplatesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListWhatsAppMessageTemplatesCommandInput,
24
24
  ListWhatsAppMessageTemplatesCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListWhatsAppMessageTemplatesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListWhatsAppMessageTemplatesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListWhatsAppMessageTemplatesCommandInput,
33
33
  ListWhatsAppMessageTemplatesCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListWhatsAppMessageTemplatesCommand extends ListWhatsAppMessageTemplatesCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListWhatsAppTemplateLibraryInput,
@@ -19,7 +19,7 @@ export interface ListWhatsAppTemplateLibraryCommandOutput
19
19
  declare const ListWhatsAppTemplateLibraryCommand_base: {
20
20
  new (
21
21
  input: ListWhatsAppTemplateLibraryCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListWhatsAppTemplateLibraryCommandInput,
24
24
  ListWhatsAppTemplateLibraryCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListWhatsAppTemplateLibraryCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListWhatsAppTemplateLibraryCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListWhatsAppTemplateLibraryCommandInput,
33
33
  ListWhatsAppTemplateLibraryCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListWhatsAppTemplateLibraryCommand extends ListWhatsAppTemplateLibraryCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PostWhatsAppMessageMediaInput,
@@ -19,7 +19,7 @@ export interface PostWhatsAppMessageMediaCommandOutput
19
19
  declare const PostWhatsAppMessageMediaCommand_base: {
20
20
  new (
21
21
  input: PostWhatsAppMessageMediaCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  PostWhatsAppMessageMediaCommandInput,
24
24
  PostWhatsAppMessageMediaCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const PostWhatsAppMessageMediaCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: PostWhatsAppMessageMediaCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  PostWhatsAppMessageMediaCommandInput,
33
33
  PostWhatsAppMessageMediaCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class PostWhatsAppMessageMediaCommand extends PostWhatsAppMessageMediaCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  PutWhatsAppBusinessAccountEventDestinationsInput,
@@ -19,7 +19,7 @@ export interface PutWhatsAppBusinessAccountEventDestinationsCommandOutput
19
19
  declare const PutWhatsAppBusinessAccountEventDestinationsCommand_base: {
20
20
  new (
21
21
  input: PutWhatsAppBusinessAccountEventDestinationsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  PutWhatsAppBusinessAccountEventDestinationsCommandInput,
24
24
  PutWhatsAppBusinessAccountEventDestinationsCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const PutWhatsAppBusinessAccountEventDestinationsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: PutWhatsAppBusinessAccountEventDestinationsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  PutWhatsAppBusinessAccountEventDestinationsCommandInput,
33
33
  PutWhatsAppBusinessAccountEventDestinationsCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class PutWhatsAppBusinessAccountEventDestinationsCommand extends PutWhatsAppBusinessAccountEventDestinationsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  SendWhatsAppMessageInput,
@@ -19,7 +19,7 @@ export interface SendWhatsAppMessageCommandOutput
19
19
  declare const SendWhatsAppMessageCommand_base: {
20
20
  new (
21
21
  input: SendWhatsAppMessageCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  SendWhatsAppMessageCommandInput,
24
24
  SendWhatsAppMessageCommandOutput,
25
25
  SocialMessagingClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const SendWhatsAppMessageCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: SendWhatsAppMessageCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  SendWhatsAppMessageCommandInput,
33
33
  SendWhatsAppMessageCommandOutput,
34
34
  SocialMessagingClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class SendWhatsAppMessageCommand extends SendWhatsAppMessageCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
15
15
  declare const TagResourceCommand_base: {
16
16
  new (
17
17
  input: TagResourceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  TagResourceCommandInput,
20
20
  TagResourceCommandOutput,
21
21
  SocialMessagingClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: TagResourceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
30
30
  SocialMessagingClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class TagResourceCommand extends TagResourceCommand_base {
37
39
  protected static __types: {