@aws-sdk/client-sns 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/SNS.d.ts +141 -174
- package/dist-types/ts3.4/SNSClient.d.ts +20 -48
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +3 -7
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PublishCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +2 -4
- package/dist-types/ts3.4/models/errors.d.ts +27 -96
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetSMSSandboxAccountStatusResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSMSSandboxAccountStatusCommandInput
|
|
8
|
-
extends GetSMSSandboxAccountStatusInput {}
|
|
7
|
+
export interface GetSMSSandboxAccountStatusCommandInput extends GetSMSSandboxAccountStatusInput {}
|
|
9
8
|
export interface GetSMSSandboxAccountStatusCommandOutput
|
|
10
|
-
extends GetSMSSandboxAccountStatusResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetSMSSandboxAccountStatusResult, __MetadataBearer {}
|
|
12
10
|
declare const GetSMSSandboxAccountStatusCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetSMSSandboxAccountStatusCommandInput
|
|
12
|
+
input: GetSMSSandboxAccountStatusCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetSMSSandboxAccountStatusCommandInput,
|
|
17
15
|
GetSMSSandboxAccountStatusCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetSubscriptionAttributesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSubscriptionAttributesCommandInput
|
|
8
|
-
extends GetSubscriptionAttributesInput {}
|
|
7
|
+
export interface GetSubscriptionAttributesCommandInput extends GetSubscriptionAttributesInput {}
|
|
9
8
|
export interface GetSubscriptionAttributesCommandOutput
|
|
10
|
-
extends GetSubscriptionAttributesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetSubscriptionAttributesResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetSubscriptionAttributesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetSubscriptionAttributesCommandInput
|
|
12
|
+
input: GetSubscriptionAttributesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetSubscriptionAttributesCommandInput,
|
|
17
15
|
GetSubscriptionAttributesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetSubscriptionAttributesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetSubscriptionAttributesCommandInput
|
|
21
|
+
input: GetSubscriptionAttributesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetSubscriptionAttributesCommandInput,
|
|
26
24
|
GetSubscriptionAttributesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetTopicAttributesInput,
|
|
4
|
-
GetTopicAttributesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetTopicAttributesInput, GetTopicAttributesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetTopicAttributesCommandInput
|
|
8
|
-
extends GetTopicAttributesInput {}
|
|
4
|
+
export interface GetTopicAttributesCommandInput extends GetTopicAttributesInput {}
|
|
9
5
|
export interface GetTopicAttributesCommandOutput
|
|
10
|
-
extends GetTopicAttributesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetTopicAttributesResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetTopicAttributesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetTopicAttributesCommandInput
|
|
9
|
+
input: GetTopicAttributesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetTopicAttributesCommandInput,
|
|
17
12
|
GetTopicAttributesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetTopicAttributesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetTopicAttributesCommandInput
|
|
18
|
+
input: GetTopicAttributesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetTopicAttributesCommandInput,
|
|
26
21
|
GetTopicAttributesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListEndpointsByPlatformApplicationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEndpointsByPlatformApplicationCommandInput
|
|
8
|
-
extends ListEndpointsByPlatformApplicationInput {}
|
|
7
|
+
export interface ListEndpointsByPlatformApplicationCommandInput extends ListEndpointsByPlatformApplicationInput {}
|
|
9
8
|
export interface ListEndpointsByPlatformApplicationCommandOutput
|
|
10
|
-
extends ListEndpointsByPlatformApplicationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListEndpointsByPlatformApplicationResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListEndpointsByPlatformApplicationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListEndpointsByPlatformApplicationCommandInput
|
|
12
|
+
input: ListEndpointsByPlatformApplicationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListEndpointsByPlatformApplicationCommandInput,
|
|
17
15
|
ListEndpointsByPlatformApplicationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListEndpointsByPlatformApplicationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListEndpointsByPlatformApplicationCommandInput
|
|
21
|
+
input: ListEndpointsByPlatformApplicationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListEndpointsByPlatformApplicationCommandInput,
|
|
26
24
|
ListEndpointsByPlatformApplicationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListOriginationNumbersRequest,
|
|
4
|
-
ListOriginationNumbersResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListOriginationNumbersRequest, ListOriginationNumbersResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListOriginationNumbersCommandInput
|
|
8
|
-
extends ListOriginationNumbersRequest {}
|
|
4
|
+
export interface ListOriginationNumbersCommandInput extends ListOriginationNumbersRequest {}
|
|
9
5
|
export interface ListOriginationNumbersCommandOutput
|
|
10
|
-
extends ListOriginationNumbersResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListOriginationNumbersResult, __MetadataBearer {}
|
|
12
7
|
declare const ListOriginationNumbersCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListOriginationNumbersCommandInput
|
|
9
|
+
input: ListOriginationNumbersCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListOriginationNumbersCommandInput,
|
|
17
12
|
ListOriginationNumbersCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListPhoneNumbersOptedOutResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPhoneNumbersOptedOutCommandInput
|
|
8
|
-
extends ListPhoneNumbersOptedOutInput {}
|
|
7
|
+
export interface ListPhoneNumbersOptedOutCommandInput extends ListPhoneNumbersOptedOutInput {}
|
|
9
8
|
export interface ListPhoneNumbersOptedOutCommandOutput
|
|
10
|
-
extends ListPhoneNumbersOptedOutResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListPhoneNumbersOptedOutResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListPhoneNumbersOptedOutCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListPhoneNumbersOptedOutCommandInput
|
|
12
|
+
input: ListPhoneNumbersOptedOutCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListPhoneNumbersOptedOutCommandInput,
|
|
17
15
|
ListPhoneNumbersOptedOutCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListPlatformApplicationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPlatformApplicationsCommandInput
|
|
8
|
-
extends ListPlatformApplicationsInput {}
|
|
7
|
+
export interface ListPlatformApplicationsCommandInput extends ListPlatformApplicationsInput {}
|
|
9
8
|
export interface ListPlatformApplicationsCommandOutput
|
|
10
|
-
extends ListPlatformApplicationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListPlatformApplicationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListPlatformApplicationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListPlatformApplicationsCommandInput
|
|
12
|
+
input: ListPlatformApplicationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListPlatformApplicationsCommandInput,
|
|
17
15
|
ListPlatformApplicationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListSMSSandboxPhoneNumbersResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListSMSSandboxPhoneNumbersCommandInput
|
|
8
|
-
extends ListSMSSandboxPhoneNumbersInput {}
|
|
7
|
+
export interface ListSMSSandboxPhoneNumbersCommandInput extends ListSMSSandboxPhoneNumbersInput {}
|
|
9
8
|
export interface ListSMSSandboxPhoneNumbersCommandOutput
|
|
10
|
-
extends ListSMSSandboxPhoneNumbersResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListSMSSandboxPhoneNumbersResult, __MetadataBearer {}
|
|
12
10
|
declare const ListSMSSandboxPhoneNumbersCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListSMSSandboxPhoneNumbersCommandInput
|
|
12
|
+
input: ListSMSSandboxPhoneNumbersCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListSMSSandboxPhoneNumbersCommandInput,
|
|
17
15
|
ListSMSSandboxPhoneNumbersCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListSubscriptionsByTopicResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListSubscriptionsByTopicCommandInput
|
|
8
|
-
extends ListSubscriptionsByTopicInput {}
|
|
7
|
+
export interface ListSubscriptionsByTopicCommandInput extends ListSubscriptionsByTopicInput {}
|
|
9
8
|
export interface ListSubscriptionsByTopicCommandOutput
|
|
10
|
-
extends ListSubscriptionsByTopicResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListSubscriptionsByTopicResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListSubscriptionsByTopicCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListSubscriptionsByTopicCommandInput
|
|
12
|
+
input: ListSubscriptionsByTopicCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListSubscriptionsByTopicCommandInput,
|
|
17
15
|
ListSubscriptionsByTopicCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListSubscriptionsByTopicCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListSubscriptionsByTopicCommandInput
|
|
21
|
+
input: ListSubscriptionsByTopicCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListSubscriptionsByTopicCommandInput,
|
|
26
24
|
ListSubscriptionsByTopicCommandOutput,
|
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListSubscriptionsInput,
|
|
4
|
-
ListSubscriptionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListSubscriptionsInput, ListSubscriptionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListSubscriptionsCommandInput extends ListSubscriptionsInput {}
|
|
8
5
|
export interface ListSubscriptionsCommandOutput
|
|
9
|
-
extends ListSubscriptionsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListSubscriptionsResponse, __MetadataBearer {}
|
|
11
7
|
declare const ListSubscriptionsCommand_base: {
|
|
12
8
|
new (
|
|
13
|
-
input: ListSubscriptionsCommandInput
|
|
9
|
+
input: ListSubscriptionsCommandInput,
|
|
14
10
|
): import("@smithy/core/client").CommandImpl<
|
|
15
11
|
ListSubscriptionsCommandInput,
|
|
16
12
|
ListSubscriptionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListTopicsInput, ListTopicsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListTopicsCommandInput extends ListTopicsInput {}
|
|
5
|
-
export interface ListTopicsCommandOutput
|
|
6
|
-
extends ListTopicsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListTopicsCommandOutput extends ListTopicsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListTopicsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListTopicsCommandInput
|
|
8
|
+
input: ListTopicsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListTopicsCommandInput,
|
|
13
11
|
ListTopicsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
OptInPhoneNumberInput,
|
|
4
|
-
OptInPhoneNumberResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { OptInPhoneNumberInput, OptInPhoneNumberResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface OptInPhoneNumberCommandInput extends OptInPhoneNumberInput {}
|
|
8
|
-
export interface OptInPhoneNumberCommandOutput
|
|
9
|
-
extends OptInPhoneNumberResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface OptInPhoneNumberCommandOutput extends OptInPhoneNumberResponse, __MetadataBearer {}
|
|
11
6
|
declare const OptInPhoneNumberCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: OptInPhoneNumberCommandInput
|
|
8
|
+
input: OptInPhoneNumberCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
OptInPhoneNumberCommandInput,
|
|
16
11
|
OptInPhoneNumberCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const OptInPhoneNumberCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: OptInPhoneNumberCommandInput
|
|
17
|
+
input: OptInPhoneNumberCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
OptInPhoneNumberCommandInput,
|
|
25
20
|
OptInPhoneNumberCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PublishBatchInput, PublishBatchResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PublishBatchCommandInput extends PublishBatchInput {}
|
|
5
|
-
export interface PublishBatchCommandOutput
|
|
6
|
-
extends PublishBatchResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PublishBatchCommandOutput extends PublishBatchResponse, __MetadataBearer {}
|
|
8
6
|
declare const PublishBatchCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PublishBatchCommandInput
|
|
8
|
+
input: PublishBatchCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PublishBatchCommandInput,
|
|
13
11
|
PublishBatchCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PublishBatchCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PublishBatchCommandInput
|
|
17
|
+
input: PublishBatchCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PublishBatchCommandInput,
|
|
22
20
|
PublishBatchCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PublishInput, PublishResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PublishCommandInput extends PublishInput {}
|
|
5
|
-
export interface PublishCommandOutput
|
|
6
|
-
extends PublishResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PublishCommandOutput extends PublishResponse, __MetadataBearer {}
|
|
8
6
|
declare const PublishCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: PublishCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PublishCommandInput,
|
|
11
11
|
PublishCommandOutput,
|
|
12
12
|
import("..").SNSClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: PublishCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
PublishCommandInput,
|
|
18
20
|
PublishCommandOutput,
|
|
19
21
|
import("..").SNSClientResolvedConfig,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { PutDataProtectionPolicyInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface PutDataProtectionPolicyCommandInput
|
|
5
|
-
|
|
6
|
-
export interface PutDataProtectionPolicyCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface PutDataProtectionPolicyCommandInput extends PutDataProtectionPolicyInput {}
|
|
5
|
+
export interface PutDataProtectionPolicyCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const PutDataProtectionPolicyCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutDataProtectionPolicyCommandInput
|
|
8
|
+
input: PutDataProtectionPolicyCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutDataProtectionPolicyCommandInput,
|
|
13
11
|
PutDataProtectionPolicyCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutDataProtectionPolicyCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutDataProtectionPolicyCommandInput
|
|
17
|
+
input: PutDataProtectionPolicyCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutDataProtectionPolicyCommandInput,
|
|
22
20
|
PutDataProtectionPolicyCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface RemovePermissionCommandInput extends RemovePermissionInput {}
|
|
|
5
5
|
export interface RemovePermissionCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const RemovePermissionCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: RemovePermissionCommandInput
|
|
8
|
+
input: RemovePermissionCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
RemovePermissionCommandInput,
|
|
11
11
|
RemovePermissionCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const RemovePermissionCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: RemovePermissionCommandInput
|
|
17
|
+
input: RemovePermissionCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
RemovePermissionCommandInput,
|
|
20
20
|
RemovePermissionCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { SetEndpointAttributesInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface SetEndpointAttributesCommandInput
|
|
5
|
-
extends SetEndpointAttributesInput {}
|
|
4
|
+
export interface SetEndpointAttributesCommandInput extends SetEndpointAttributesInput {}
|
|
6
5
|
export interface SetEndpointAttributesCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const SetEndpointAttributesCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: SetEndpointAttributesCommandInput
|
|
8
|
+
input: SetEndpointAttributesCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
SetEndpointAttributesCommandInput,
|
|
12
11
|
SetEndpointAttributesCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const SetEndpointAttributesCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: SetEndpointAttributesCommandInput
|
|
17
|
+
input: SetEndpointAttributesCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
SetEndpointAttributesCommandInput,
|
|
21
20
|
SetEndpointAttributesCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { SetPlatformApplicationAttributesInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface SetPlatformApplicationAttributesCommandInput
|
|
5
|
-
|
|
6
|
-
export interface SetPlatformApplicationAttributesCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface SetPlatformApplicationAttributesCommandInput extends SetPlatformApplicationAttributesInput {}
|
|
5
|
+
export interface SetPlatformApplicationAttributesCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const SetPlatformApplicationAttributesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: SetPlatformApplicationAttributesCommandInput
|
|
8
|
+
input: SetPlatformApplicationAttributesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
SetPlatformApplicationAttributesCommandInput,
|
|
13
11
|
SetPlatformApplicationAttributesCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const SetPlatformApplicationAttributesCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: SetPlatformApplicationAttributesCommandInput
|
|
17
|
+
input: SetPlatformApplicationAttributesCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
SetPlatformApplicationAttributesCommandInput,
|
|
22
20
|
SetPlatformApplicationAttributesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SetSMSAttributesInput,
|
|
4
|
-
SetSMSAttributesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { SetSMSAttributesInput, SetSMSAttributesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface SetSMSAttributesCommandInput extends SetSMSAttributesInput {}
|
|
8
|
-
export interface SetSMSAttributesCommandOutput
|
|
9
|
-
extends SetSMSAttributesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface SetSMSAttributesCommandOutput extends SetSMSAttributesResponse, __MetadataBearer {}
|
|
11
6
|
declare const SetSMSAttributesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: SetSMSAttributesCommandInput
|
|
8
|
+
input: SetSMSAttributesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
SetSMSAttributesCommandInput,
|
|
16
11
|
SetSMSAttributesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const SetSMSAttributesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: SetSMSAttributesCommandInput
|
|
17
|
+
input: SetSMSAttributesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
SetSMSAttributesCommandInput,
|
|
25
20
|
SetSMSAttributesCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { SetSubscriptionAttributesInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface SetSubscriptionAttributesCommandInput
|
|
5
|
-
|
|
6
|
-
export interface SetSubscriptionAttributesCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface SetSubscriptionAttributesCommandInput extends SetSubscriptionAttributesInput {}
|
|
5
|
+
export interface SetSubscriptionAttributesCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const SetSubscriptionAttributesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: SetSubscriptionAttributesCommandInput
|
|
8
|
+
input: SetSubscriptionAttributesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
SetSubscriptionAttributesCommandInput,
|
|
13
11
|
SetSubscriptionAttributesCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const SetSubscriptionAttributesCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: SetSubscriptionAttributesCommandInput
|
|
17
|
+
input: SetSubscriptionAttributesCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
SetSubscriptionAttributesCommandInput,
|
|
22
20
|
SetSubscriptionAttributesCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { SetTopicAttributesInput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface SetTopicAttributesCommandInput
|
|
5
|
-
extends SetTopicAttributesInput {}
|
|
4
|
+
export interface SetTopicAttributesCommandInput extends SetTopicAttributesInput {}
|
|
6
5
|
export interface SetTopicAttributesCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const SetTopicAttributesCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: SetTopicAttributesCommandInput
|
|
8
|
+
input: SetTopicAttributesCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
SetTopicAttributesCommandInput,
|
|
12
11
|
SetTopicAttributesCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const SetTopicAttributesCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: SetTopicAttributesCommandInput
|
|
17
|
+
input: SetTopicAttributesCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
SetTopicAttributesCommandInput,
|
|
21
20
|
SetTopicAttributesCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { SubscribeInput, SubscribeResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface SubscribeCommandInput extends SubscribeInput {}
|
|
5
|
-
export interface SubscribeCommandOutput
|
|
6
|
-
extends SubscribeResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface SubscribeCommandOutput extends SubscribeResponse, __MetadataBearer {}
|
|
8
6
|
declare const SubscribeCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: SubscribeCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
SubscribeCommandInput,
|
|
11
11
|
SubscribeCommandOutput,
|
|
12
12
|
import("..").SNSClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: SubscribeCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
SubscribeCommandInput,
|
|
18
20
|
SubscribeCommandOutput,
|
|
19
21
|
import("..").SNSClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __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,
|
|
@@ -5,7 +5,7 @@ export interface UnsubscribeCommandInput extends UnsubscribeInput {}
|
|
|
5
5
|
export interface UnsubscribeCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UnsubscribeCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UnsubscribeCommandInput
|
|
8
|
+
input: UnsubscribeCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UnsubscribeCommandInput,
|
|
11
11
|
UnsubscribeCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UnsubscribeCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UnsubscribeCommandInput
|
|
17
|
+
input: UnsubscribeCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UnsubscribeCommandInput,
|
|
20
20
|
UnsubscribeCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|