@aws-sdk/client-mailmanager 3.952.0 → 3.953.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 (80) hide show
  1. package/dist-cjs/index.js +827 -534
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CreateAddonInstanceCommand.js +2 -2
  4. package/dist-es/commands/CreateAddonSubscriptionCommand.js +2 -2
  5. package/dist-es/commands/CreateAddressListCommand.js +2 -2
  6. package/dist-es/commands/CreateAddressListImportJobCommand.js +2 -2
  7. package/dist-es/commands/CreateArchiveCommand.js +2 -2
  8. package/dist-es/commands/CreateIngressPointCommand.js +2 -2
  9. package/dist-es/commands/CreateRelayCommand.js +2 -2
  10. package/dist-es/commands/CreateRuleSetCommand.js +2 -2
  11. package/dist-es/commands/CreateTrafficPolicyCommand.js +2 -2
  12. package/dist-es/commands/DeleteAddonInstanceCommand.js +2 -2
  13. package/dist-es/commands/DeleteAddonSubscriptionCommand.js +2 -2
  14. package/dist-es/commands/DeleteAddressListCommand.js +2 -2
  15. package/dist-es/commands/DeleteArchiveCommand.js +2 -2
  16. package/dist-es/commands/DeleteIngressPointCommand.js +2 -2
  17. package/dist-es/commands/DeleteRelayCommand.js +2 -2
  18. package/dist-es/commands/DeleteRuleSetCommand.js +2 -2
  19. package/dist-es/commands/DeleteTrafficPolicyCommand.js +2 -2
  20. package/dist-es/commands/DeregisterMemberFromAddressListCommand.js +2 -2
  21. package/dist-es/commands/GetAddonInstanceCommand.js +2 -2
  22. package/dist-es/commands/GetAddonSubscriptionCommand.js +2 -2
  23. package/dist-es/commands/GetAddressListCommand.js +2 -2
  24. package/dist-es/commands/GetAddressListImportJobCommand.js +2 -2
  25. package/dist-es/commands/GetArchiveCommand.js +2 -2
  26. package/dist-es/commands/GetArchiveExportCommand.js +2 -2
  27. package/dist-es/commands/GetArchiveMessageCommand.js +2 -2
  28. package/dist-es/commands/GetArchiveMessageContentCommand.js +2 -2
  29. package/dist-es/commands/GetArchiveSearchCommand.js +2 -2
  30. package/dist-es/commands/GetArchiveSearchResultsCommand.js +2 -2
  31. package/dist-es/commands/GetIngressPointCommand.js +2 -2
  32. package/dist-es/commands/GetMemberOfAddressListCommand.js +2 -2
  33. package/dist-es/commands/GetRelayCommand.js +2 -2
  34. package/dist-es/commands/GetRuleSetCommand.js +2 -2
  35. package/dist-es/commands/GetTrafficPolicyCommand.js +2 -2
  36. package/dist-es/commands/ListAddonInstancesCommand.js +2 -2
  37. package/dist-es/commands/ListAddonSubscriptionsCommand.js +2 -2
  38. package/dist-es/commands/ListAddressListImportJobsCommand.js +2 -2
  39. package/dist-es/commands/ListAddressListsCommand.js +2 -2
  40. package/dist-es/commands/ListArchiveExportsCommand.js +2 -2
  41. package/dist-es/commands/ListArchiveSearchesCommand.js +2 -2
  42. package/dist-es/commands/ListArchivesCommand.js +2 -2
  43. package/dist-es/commands/ListIngressPointsCommand.js +2 -2
  44. package/dist-es/commands/ListMembersOfAddressListCommand.js +2 -2
  45. package/dist-es/commands/ListRelaysCommand.js +2 -2
  46. package/dist-es/commands/ListRuleSetsCommand.js +2 -2
  47. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  48. package/dist-es/commands/ListTrafficPoliciesCommand.js +2 -2
  49. package/dist-es/commands/RegisterMemberToAddressListCommand.js +2 -2
  50. package/dist-es/commands/StartAddressListImportJobCommand.js +2 -2
  51. package/dist-es/commands/StartArchiveExportCommand.js +2 -2
  52. package/dist-es/commands/StartArchiveSearchCommand.js +2 -2
  53. package/dist-es/commands/StopAddressListImportJobCommand.js +2 -2
  54. package/dist-es/commands/StopArchiveExportCommand.js +2 -2
  55. package/dist-es/commands/StopArchiveSearchCommand.js +2 -2
  56. package/dist-es/commands/TagResourceCommand.js +2 -2
  57. package/dist-es/commands/UntagResourceCommand.js +2 -2
  58. package/dist-es/commands/UpdateArchiveCommand.js +2 -2
  59. package/dist-es/commands/UpdateIngressPointCommand.js +2 -2
  60. package/dist-es/commands/UpdateRelayCommand.js +2 -2
  61. package/dist-es/commands/UpdateRuleSetCommand.js +2 -2
  62. package/dist-es/commands/UpdateTrafficPolicyCommand.js +2 -2
  63. package/dist-es/index.js +1 -0
  64. package/dist-es/runtimeConfig.shared.js +6 -6
  65. package/dist-es/schemas/schemas_0.js +502 -474
  66. package/dist-types/MailManagerClient.d.ts +1 -10
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  69. package/dist-types/runtimeConfig.d.ts +6 -2
  70. package/dist-types/runtimeConfig.native.d.ts +6 -2
  71. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  72. package/dist-types/schemas/schemas_0.d.ts +266 -305
  73. package/dist-types/ts3.4/MailManagerClient.d.ts +0 -4
  74. package/dist-types/ts3.4/index.d.ts +1 -0
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  79. package/dist-types/ts3.4/schemas/schemas_0.d.ts +265 -306
  80. package/package.json +34 -34
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ??
30
- new protocols_1.AwsJson1_0Protocol({
31
- defaultNamespace: "com.amazonaws.mailmanager",
32
- serviceTarget: "MailManagerSvc",
33
- awsQueryCompatible: false,
34
- }),
29
+ protocol: config?.protocol ?? protocols_1.AwsJson1_0Protocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.mailmanager",
32
+ version: "2023-10-17",
33
+ serviceTarget: "MailManagerSvc",
34
+ },
35
35
  serviceId: config?.serviceId ?? "MailManager",
36
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
37
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateAddonInstance } from "../schemas/schemas_0";
4
+ import { CreateAddonInstance$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateAddonInstanceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateAddonInstanceCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "CreateAddonInstance", {})
13
13
  .n("MailManagerClient", "CreateAddonInstanceCommand")
14
- .sc(CreateAddonInstance)
14
+ .sc(CreateAddonInstance$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateAddonSubscription } from "../schemas/schemas_0";
4
+ import { CreateAddonSubscription$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateAddonSubscriptionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateAddonSubscriptionCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "CreateAddonSubscription", {})
13
13
  .n("MailManagerClient", "CreateAddonSubscriptionCommand")
14
- .sc(CreateAddonSubscription)
14
+ .sc(CreateAddonSubscription$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateAddressList } from "../schemas/schemas_0";
4
+ import { CreateAddressList$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateAddressListCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateAddressListCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "CreateAddressList", {})
13
13
  .n("MailManagerClient", "CreateAddressListCommand")
14
- .sc(CreateAddressList)
14
+ .sc(CreateAddressList$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateAddressListImportJob } from "../schemas/schemas_0";
4
+ import { CreateAddressListImportJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateAddressListImportJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateAddressListImportJobCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "CreateAddressListImportJob", {})
13
13
  .n("MailManagerClient", "CreateAddressListImportJobCommand")
14
- .sc(CreateAddressListImportJob)
14
+ .sc(CreateAddressListImportJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateArchive } from "../schemas/schemas_0";
4
+ import { CreateArchive$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateArchiveCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateArchiveCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "CreateArchive", {})
13
13
  .n("MailManagerClient", "CreateArchiveCommand")
14
- .sc(CreateArchive)
14
+ .sc(CreateArchive$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateIngressPoint } from "../schemas/schemas_0";
4
+ import { CreateIngressPoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateIngressPointCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateIngressPointCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "CreateIngressPoint", {})
13
13
  .n("MailManagerClient", "CreateIngressPointCommand")
14
- .sc(CreateIngressPoint)
14
+ .sc(CreateIngressPoint$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateRelay } from "../schemas/schemas_0";
4
+ import { CreateRelay$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateRelayCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateRelayCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "CreateRelay", {})
13
13
  .n("MailManagerClient", "CreateRelayCommand")
14
- .sc(CreateRelay)
14
+ .sc(CreateRelay$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateRuleSet } from "../schemas/schemas_0";
4
+ import { CreateRuleSet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateRuleSetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateRuleSetCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "CreateRuleSet", {})
13
13
  .n("MailManagerClient", "CreateRuleSetCommand")
14
- .sc(CreateRuleSet)
14
+ .sc(CreateRuleSet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateTrafficPolicy } from "../schemas/schemas_0";
4
+ import { CreateTrafficPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateTrafficPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateTrafficPolicyCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "CreateTrafficPolicy", {})
13
13
  .n("MailManagerClient", "CreateTrafficPolicyCommand")
14
- .sc(CreateTrafficPolicy)
14
+ .sc(CreateTrafficPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteAddonInstance } from "../schemas/schemas_0";
4
+ import { DeleteAddonInstance$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteAddonInstanceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteAddonInstanceCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "DeleteAddonInstance", {})
13
13
  .n("MailManagerClient", "DeleteAddonInstanceCommand")
14
- .sc(DeleteAddonInstance)
14
+ .sc(DeleteAddonInstance$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteAddonSubscription } from "../schemas/schemas_0";
4
+ import { DeleteAddonSubscription$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteAddonSubscriptionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteAddonSubscriptionCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "DeleteAddonSubscription", {})
13
13
  .n("MailManagerClient", "DeleteAddonSubscriptionCommand")
14
- .sc(DeleteAddonSubscription)
14
+ .sc(DeleteAddonSubscription$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteAddressList } from "../schemas/schemas_0";
4
+ import { DeleteAddressList$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteAddressListCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteAddressListCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "DeleteAddressList", {})
13
13
  .n("MailManagerClient", "DeleteAddressListCommand")
14
- .sc(DeleteAddressList)
14
+ .sc(DeleteAddressList$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteArchive } from "../schemas/schemas_0";
4
+ import { DeleteArchive$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteArchiveCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteArchiveCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "DeleteArchive", {})
13
13
  .n("MailManagerClient", "DeleteArchiveCommand")
14
- .sc(DeleteArchive)
14
+ .sc(DeleteArchive$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteIngressPoint } from "../schemas/schemas_0";
4
+ import { DeleteIngressPoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteIngressPointCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteIngressPointCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "DeleteIngressPoint", {})
13
13
  .n("MailManagerClient", "DeleteIngressPointCommand")
14
- .sc(DeleteIngressPoint)
14
+ .sc(DeleteIngressPoint$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteRelay } from "../schemas/schemas_0";
4
+ import { DeleteRelay$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteRelayCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteRelayCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "DeleteRelay", {})
13
13
  .n("MailManagerClient", "DeleteRelayCommand")
14
- .sc(DeleteRelay)
14
+ .sc(DeleteRelay$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteRuleSet } from "../schemas/schemas_0";
4
+ import { DeleteRuleSet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteRuleSetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteRuleSetCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "DeleteRuleSet", {})
13
13
  .n("MailManagerClient", "DeleteRuleSetCommand")
14
- .sc(DeleteRuleSet)
14
+ .sc(DeleteRuleSet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteTrafficPolicy } from "../schemas/schemas_0";
4
+ import { DeleteTrafficPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteTrafficPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteTrafficPolicyCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "DeleteTrafficPolicy", {})
13
13
  .n("MailManagerClient", "DeleteTrafficPolicyCommand")
14
- .sc(DeleteTrafficPolicy)
14
+ .sc(DeleteTrafficPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeregisterMemberFromAddressList } from "../schemas/schemas_0";
4
+ import { DeregisterMemberFromAddressList$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeregisterMemberFromAddressListCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeregisterMemberFromAddressListCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "DeregisterMemberFromAddressList", {})
13
13
  .n("MailManagerClient", "DeregisterMemberFromAddressListCommand")
14
- .sc(DeregisterMemberFromAddressList)
14
+ .sc(DeregisterMemberFromAddressList$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetAddonInstance } from "../schemas/schemas_0";
4
+ import { GetAddonInstance$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetAddonInstanceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetAddonInstanceCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "GetAddonInstance", {})
13
13
  .n("MailManagerClient", "GetAddonInstanceCommand")
14
- .sc(GetAddonInstance)
14
+ .sc(GetAddonInstance$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetAddonSubscription } from "../schemas/schemas_0";
4
+ import { GetAddonSubscription$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetAddonSubscriptionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetAddonSubscriptionCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "GetAddonSubscription", {})
13
13
  .n("MailManagerClient", "GetAddonSubscriptionCommand")
14
- .sc(GetAddonSubscription)
14
+ .sc(GetAddonSubscription$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetAddressList } from "../schemas/schemas_0";
4
+ import { GetAddressList$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetAddressListCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetAddressListCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "GetAddressList", {})
13
13
  .n("MailManagerClient", "GetAddressListCommand")
14
- .sc(GetAddressList)
14
+ .sc(GetAddressList$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetAddressListImportJob } from "../schemas/schemas_0";
4
+ import { GetAddressListImportJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetAddressListImportJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetAddressListImportJobCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "GetAddressListImportJob", {})
13
13
  .n("MailManagerClient", "GetAddressListImportJobCommand")
14
- .sc(GetAddressListImportJob)
14
+ .sc(GetAddressListImportJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetArchive } from "../schemas/schemas_0";
4
+ import { GetArchive$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetArchiveCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetArchiveCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "GetArchive", {})
13
13
  .n("MailManagerClient", "GetArchiveCommand")
14
- .sc(GetArchive)
14
+ .sc(GetArchive$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetArchiveExport } from "../schemas/schemas_0";
4
+ import { GetArchiveExport$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetArchiveExportCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetArchiveExportCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "GetArchiveExport", {})
13
13
  .n("MailManagerClient", "GetArchiveExportCommand")
14
- .sc(GetArchiveExport)
14
+ .sc(GetArchiveExport$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetArchiveMessage } from "../schemas/schemas_0";
4
+ import { GetArchiveMessage$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetArchiveMessageCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetArchiveMessageCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "GetArchiveMessage", {})
13
13
  .n("MailManagerClient", "GetArchiveMessageCommand")
14
- .sc(GetArchiveMessage)
14
+ .sc(GetArchiveMessage$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetArchiveMessageContent } from "../schemas/schemas_0";
4
+ import { GetArchiveMessageContent$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetArchiveMessageContentCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetArchiveMessageContentCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "GetArchiveMessageContent", {})
13
13
  .n("MailManagerClient", "GetArchiveMessageContentCommand")
14
- .sc(GetArchiveMessageContent)
14
+ .sc(GetArchiveMessageContent$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetArchiveSearch } from "../schemas/schemas_0";
4
+ import { GetArchiveSearch$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetArchiveSearchCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetArchiveSearchCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "GetArchiveSearch", {})
13
13
  .n("MailManagerClient", "GetArchiveSearchCommand")
14
- .sc(GetArchiveSearch)
14
+ .sc(GetArchiveSearch$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetArchiveSearchResults } from "../schemas/schemas_0";
4
+ import { GetArchiveSearchResults$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetArchiveSearchResultsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetArchiveSearchResultsCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "GetArchiveSearchResults", {})
13
13
  .n("MailManagerClient", "GetArchiveSearchResultsCommand")
14
- .sc(GetArchiveSearchResults)
14
+ .sc(GetArchiveSearchResults$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetIngressPoint } from "../schemas/schemas_0";
4
+ import { GetIngressPoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetIngressPointCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetIngressPointCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "GetIngressPoint", {})
13
13
  .n("MailManagerClient", "GetIngressPointCommand")
14
- .sc(GetIngressPoint)
14
+ .sc(GetIngressPoint$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetMemberOfAddressList } from "../schemas/schemas_0";
4
+ import { GetMemberOfAddressList$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetMemberOfAddressListCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetMemberOfAddressListCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "GetMemberOfAddressList", {})
13
13
  .n("MailManagerClient", "GetMemberOfAddressListCommand")
14
- .sc(GetMemberOfAddressList)
14
+ .sc(GetMemberOfAddressList$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetRelay } from "../schemas/schemas_0";
4
+ import { GetRelay$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetRelayCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetRelayCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "GetRelay", {})
13
13
  .n("MailManagerClient", "GetRelayCommand")
14
- .sc(GetRelay)
14
+ .sc(GetRelay$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetRuleSet } from "../schemas/schemas_0";
4
+ import { GetRuleSet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetRuleSetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetRuleSetCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "GetRuleSet", {})
13
13
  .n("MailManagerClient", "GetRuleSetCommand")
14
- .sc(GetRuleSet)
14
+ .sc(GetRuleSet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTrafficPolicy } from "../schemas/schemas_0";
4
+ import { GetTrafficPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTrafficPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTrafficPolicyCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "GetTrafficPolicy", {})
13
13
  .n("MailManagerClient", "GetTrafficPolicyCommand")
14
- .sc(GetTrafficPolicy)
14
+ .sc(GetTrafficPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAddonInstances } from "../schemas/schemas_0";
4
+ import { ListAddonInstances$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAddonInstancesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAddonInstancesCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "ListAddonInstances", {})
13
13
  .n("MailManagerClient", "ListAddonInstancesCommand")
14
- .sc(ListAddonInstances)
14
+ .sc(ListAddonInstances$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAddonSubscriptions } from "../schemas/schemas_0";
4
+ import { ListAddonSubscriptions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAddonSubscriptionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAddonSubscriptionsCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "ListAddonSubscriptions", {})
13
13
  .n("MailManagerClient", "ListAddonSubscriptionsCommand")
14
- .sc(ListAddonSubscriptions)
14
+ .sc(ListAddonSubscriptions$)
15
15
  .build() {
16
16
  }