@aws-sdk/client-sns 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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +100 -101
- package/dist-cjs/models/SNSServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/SNS.js +1 -1
- package/dist-es/SNSClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddPermissionCommand.js +2 -2
- package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +2 -2
- package/dist-es/commands/ConfirmSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreatePlatformApplicationCommand.js +2 -2
- package/dist-es/commands/CreatePlatformEndpointCommand.js +2 -2
- package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +2 -2
- package/dist-es/commands/CreateTopicCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointCommand.js +2 -2
- package/dist-es/commands/DeletePlatformApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +2 -2
- package/dist-es/commands/DeleteTopicCommand.js +2 -2
- package/dist-es/commands/GetDataProtectionPolicyCommand.js +2 -2
- package/dist-es/commands/GetEndpointAttributesCommand.js +2 -2
- package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +2 -2
- package/dist-es/commands/GetSMSAttributesCommand.js +2 -2
- package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionAttributesCommand.js +2 -2
- package/dist-es/commands/GetTopicAttributesCommand.js +2 -2
- package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +2 -2
- package/dist-es/commands/ListOriginationNumbersCommand.js +2 -2
- package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +2 -2
- package/dist-es/commands/ListPlatformApplicationsCommand.js +2 -2
- package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +2 -2
- package/dist-es/commands/ListSubscriptionsByTopicCommand.js +2 -2
- package/dist-es/commands/ListSubscriptionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTopicsCommand.js +2 -2
- package/dist-es/commands/OptInPhoneNumberCommand.js +2 -2
- package/dist-es/commands/PublishBatchCommand.js +2 -2
- package/dist-es/commands/PublishCommand.js +2 -2
- package/dist-es/commands/PutDataProtectionPolicyCommand.js +2 -2
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/SetEndpointAttributesCommand.js +2 -2
- package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +2 -2
- package/dist-es/commands/SetSMSAttributesCommand.js +2 -2
- package/dist-es/commands/SetSubscriptionAttributesCommand.js +2 -2
- package/dist-es/commands/SetTopicAttributesCommand.js +2 -2
- package/dist-es/commands/SubscribeCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UnsubscribeCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/SNSServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/SNSClient.d.ts +5 -5
- package/dist-types/commands/AddPermissionCommand.d.ts +6 -4
- package/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +6 -4
- package/dist-types/commands/ConfirmSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/CreatePlatformApplicationCommand.d.ts +6 -4
- package/dist-types/commands/CreatePlatformEndpointCommand.d.ts +6 -4
- package/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +6 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeletePlatformApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTopicCommand.d.ts +6 -4
- package/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetEndpointAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetSMSAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +6 -4
- package/dist-types/commands/GetTopicAttributesCommand.d.ts +6 -4
- package/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +6 -4
- package/dist-types/commands/ListOriginationNumbersCommand.d.ts +6 -4
- package/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +6 -4
- package/dist-types/commands/ListPlatformApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +6 -4
- package/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +6 -4
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTopicsCommand.d.ts +6 -4
- package/dist-types/commands/OptInPhoneNumberCommand.d.ts +6 -4
- package/dist-types/commands/PublishBatchCommand.d.ts +6 -4
- package/dist-types/commands/PublishCommand.d.ts +6 -4
- package/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +6 -4
- package/dist-types/commands/RemovePermissionCommand.d.ts +6 -4
- package/dist-types/commands/SetEndpointAttributesCommand.d.ts +6 -4
- package/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +6 -4
- package/dist-types/commands/SetSMSAttributesCommand.d.ts +6 -4
- package/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +6 -4
- package/dist-types/commands/SetTopicAttributesCommand.d.ts +6 -4
- package/dist-types/commands/SubscribeCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UnsubscribeCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/SNSServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/SNSClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PublishCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SNSServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { AddPermissionInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface AddPermissionCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const AddPermissionCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: AddPermissionCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
AddPermissionCommandInput,
|
|
18
18
|
AddPermissionCommandOutput,
|
|
19
19
|
SNSClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const AddPermissionCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: AddPermissionCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
AddPermissionCommandInput,
|
|
27
27
|
AddPermissionCommandOutput,
|
|
28
28
|
SNSClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class AddPermissionCommand extends AddPermissionCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CheckIfPhoneNumberIsOptedOutInput,
|
|
@@ -19,7 +19,7 @@ export interface CheckIfPhoneNumberIsOptedOutCommandOutput
|
|
|
19
19
|
declare const CheckIfPhoneNumberIsOptedOutCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CheckIfPhoneNumberIsOptedOutCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CheckIfPhoneNumberIsOptedOutCommandInput,
|
|
24
24
|
CheckIfPhoneNumberIsOptedOutCommandOutput,
|
|
25
25
|
SNSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CheckIfPhoneNumberIsOptedOutCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CheckIfPhoneNumberIsOptedOutCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CheckIfPhoneNumberIsOptedOutCommandInput,
|
|
33
33
|
CheckIfPhoneNumberIsOptedOutCommandOutput,
|
|
34
34
|
SNSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CheckIfPhoneNumberIsOptedOutCommand extends CheckIfPhoneNumberIsOptedOutCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ConfirmSubscriptionInput,
|
|
@@ -19,7 +19,7 @@ export interface ConfirmSubscriptionCommandOutput
|
|
|
19
19
|
declare const ConfirmSubscriptionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ConfirmSubscriptionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ConfirmSubscriptionCommandInput,
|
|
24
24
|
ConfirmSubscriptionCommandOutput,
|
|
25
25
|
SNSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ConfirmSubscriptionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ConfirmSubscriptionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ConfirmSubscriptionCommandInput,
|
|
33
33
|
ConfirmSubscriptionCommandOutput,
|
|
34
34
|
SNSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ConfirmSubscriptionCommand extends ConfirmSubscriptionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreatePlatformApplicationInput,
|
|
@@ -19,7 +19,7 @@ export interface CreatePlatformApplicationCommandOutput
|
|
|
19
19
|
declare const CreatePlatformApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreatePlatformApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreatePlatformApplicationCommandInput,
|
|
24
24
|
CreatePlatformApplicationCommandOutput,
|
|
25
25
|
SNSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreatePlatformApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreatePlatformApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreatePlatformApplicationCommandInput,
|
|
33
33
|
CreatePlatformApplicationCommandOutput,
|
|
34
34
|
SNSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreatePlatformApplicationCommand extends CreatePlatformApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateEndpointResponse,
|
|
@@ -19,7 +19,7 @@ export interface CreatePlatformEndpointCommandOutput
|
|
|
19
19
|
declare const CreatePlatformEndpointCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreatePlatformEndpointCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreatePlatformEndpointCommandInput,
|
|
24
24
|
CreatePlatformEndpointCommandOutput,
|
|
25
25
|
SNSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreatePlatformEndpointCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreatePlatformEndpointCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreatePlatformEndpointCommandInput,
|
|
33
33
|
CreatePlatformEndpointCommandOutput,
|
|
34
34
|
SNSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreatePlatformEndpointCommand extends CreatePlatformEndpointCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateSMSSandboxPhoneNumberInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateSMSSandboxPhoneNumberCommandOutput
|
|
|
19
19
|
declare const CreateSMSSandboxPhoneNumberCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateSMSSandboxPhoneNumberCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateSMSSandboxPhoneNumberCommandInput,
|
|
24
24
|
CreateSMSSandboxPhoneNumberCommandOutput,
|
|
25
25
|
SNSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateSMSSandboxPhoneNumberCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateSMSSandboxPhoneNumberCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateSMSSandboxPhoneNumberCommandInput,
|
|
33
33
|
CreateSMSSandboxPhoneNumberCommandOutput,
|
|
34
34
|
SNSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateSMSSandboxPhoneNumberCommand extends CreateSMSSandboxPhoneNumberCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CreateTopicInput, CreateTopicResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface CreateTopicCommandOutput
|
|
|
15
15
|
declare const CreateTopicCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateTopicCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateTopicCommandInput,
|
|
20
20
|
CreateTopicCommandOutput,
|
|
21
21
|
SNSClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateTopicCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateTopicCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateTopicCommandInput,
|
|
29
29
|
CreateTopicCommandOutput,
|
|
30
30
|
SNSClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateTopicCommand extends CreateTopicCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteEndpointInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface DeleteEndpointCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteEndpointCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteEndpointCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteEndpointCommandInput,
|
|
18
18
|
DeleteEndpointCommandOutput,
|
|
19
19
|
SNSClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteEndpointCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteEndpointCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteEndpointCommandInput,
|
|
27
27
|
DeleteEndpointCommandOutput,
|
|
28
28
|
SNSClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeletePlatformApplicationInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface DeletePlatformApplicationCommandOutput
|
|
|
15
15
|
declare const DeletePlatformApplicationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeletePlatformApplicationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeletePlatformApplicationCommandInput,
|
|
20
20
|
DeletePlatformApplicationCommandOutput,
|
|
21
21
|
SNSClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeletePlatformApplicationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeletePlatformApplicationCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeletePlatformApplicationCommandInput,
|
|
29
29
|
DeletePlatformApplicationCommandOutput,
|
|
30
30
|
SNSClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeletePlatformApplicationCommand extends DeletePlatformApplicationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteSMSSandboxPhoneNumberInput,
|
|
@@ -19,7 +19,7 @@ export interface DeleteSMSSandboxPhoneNumberCommandOutput
|
|
|
19
19
|
declare const DeleteSMSSandboxPhoneNumberCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteSMSSandboxPhoneNumberCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteSMSSandboxPhoneNumberCommandInput,
|
|
24
24
|
DeleteSMSSandboxPhoneNumberCommandOutput,
|
|
25
25
|
SNSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteSMSSandboxPhoneNumberCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteSMSSandboxPhoneNumberCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteSMSSandboxPhoneNumberCommandInput,
|
|
33
33
|
DeleteSMSSandboxPhoneNumberCommandOutput,
|
|
34
34
|
SNSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteSMSSandboxPhoneNumberCommand extends DeleteSMSSandboxPhoneNumberCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DeleteTopicInput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface DeleteTopicCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeleteTopicCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeleteTopicCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeleteTopicCommandInput,
|
|
18
18
|
DeleteTopicCommandOutput,
|
|
19
19
|
SNSClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeleteTopicCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeleteTopicCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeleteTopicCommandInput,
|
|
27
27
|
DeleteTopicCommandOutput,
|
|
28
28
|
SNSClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeleteTopicCommand extends DeleteTopicCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetDataProtectionPolicyInput,
|
|
@@ -19,7 +19,7 @@ export interface GetDataProtectionPolicyCommandOutput
|
|
|
19
19
|
declare const GetDataProtectionPolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetDataProtectionPolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetDataProtectionPolicyCommandInput,
|
|
24
24
|
GetDataProtectionPolicyCommandOutput,
|
|
25
25
|
SNSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetDataProtectionPolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetDataProtectionPolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetDataProtectionPolicyCommandInput,
|
|
33
33
|
GetDataProtectionPolicyCommandOutput,
|
|
34
34
|
SNSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetDataProtectionPolicyCommand extends GetDataProtectionPolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetEndpointAttributesInput,
|
|
@@ -19,7 +19,7 @@ export interface GetEndpointAttributesCommandOutput
|
|
|
19
19
|
declare const GetEndpointAttributesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetEndpointAttributesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetEndpointAttributesCommandInput,
|
|
24
24
|
GetEndpointAttributesCommandOutput,
|
|
25
25
|
SNSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetEndpointAttributesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetEndpointAttributesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetEndpointAttributesCommandInput,
|
|
33
33
|
GetEndpointAttributesCommandOutput,
|
|
34
34
|
SNSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetEndpointAttributesCommand extends GetEndpointAttributesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetPlatformApplicationAttributesInput,
|
|
@@ -19,7 +19,7 @@ export interface GetPlatformApplicationAttributesCommandOutput
|
|
|
19
19
|
declare const GetPlatformApplicationAttributesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetPlatformApplicationAttributesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetPlatformApplicationAttributesCommandInput,
|
|
24
24
|
GetPlatformApplicationAttributesCommandOutput,
|
|
25
25
|
SNSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetPlatformApplicationAttributesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetPlatformApplicationAttributesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetPlatformApplicationAttributesCommandInput,
|
|
33
33
|
GetPlatformApplicationAttributesCommandOutput,
|
|
34
34
|
SNSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetPlatformApplicationAttributesCommand extends GetPlatformApplicationAttributesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetSMSAttributesInput,
|
|
@@ -18,7 +18,7 @@ export interface GetSMSAttributesCommandOutput
|
|
|
18
18
|
declare const GetSMSAttributesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetSMSAttributesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetSMSAttributesCommandInput,
|
|
23
23
|
GetSMSAttributesCommandOutput,
|
|
24
24
|
SNSClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetSMSAttributesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [GetSMSAttributesCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetSMSAttributesCommandInput,
|
|
32
32
|
GetSMSAttributesCommandOutput,
|
|
33
33
|
SNSClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetSMSAttributesCommand extends GetSMSAttributesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetSMSSandboxAccountStatusInput,
|
|
@@ -19,7 +19,7 @@ export interface GetSMSSandboxAccountStatusCommandOutput
|
|
|
19
19
|
declare const GetSMSSandboxAccountStatusCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetSMSSandboxAccountStatusCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetSMSSandboxAccountStatusCommandInput,
|
|
24
24
|
GetSMSSandboxAccountStatusCommandOutput,
|
|
25
25
|
SNSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetSMSSandboxAccountStatusCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [GetSMSSandboxAccountStatusCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetSMSSandboxAccountStatusCommandInput,
|
|
33
33
|
GetSMSSandboxAccountStatusCommandOutput,
|
|
34
34
|
SNSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetSMSSandboxAccountStatusCommand extends GetSMSSandboxAccountStatusCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetSubscriptionAttributesInput,
|
|
@@ -19,7 +19,7 @@ export interface GetSubscriptionAttributesCommandOutput
|
|
|
19
19
|
declare const GetSubscriptionAttributesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetSubscriptionAttributesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetSubscriptionAttributesCommandInput,
|
|
24
24
|
GetSubscriptionAttributesCommandOutput,
|
|
25
25
|
SNSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetSubscriptionAttributesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetSubscriptionAttributesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetSubscriptionAttributesCommandInput,
|
|
33
33
|
GetSubscriptionAttributesCommandOutput,
|
|
34
34
|
SNSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetSubscriptionAttributesCommand extends GetSubscriptionAttributesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetTopicAttributesInput,
|
|
@@ -19,7 +19,7 @@ export interface GetTopicAttributesCommandOutput
|
|
|
19
19
|
declare const GetTopicAttributesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTopicAttributesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTopicAttributesCommandInput,
|
|
24
24
|
GetTopicAttributesCommandOutput,
|
|
25
25
|
SNSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTopicAttributesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTopicAttributesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTopicAttributesCommandInput,
|
|
33
33
|
GetTopicAttributesCommandOutput,
|
|
34
34
|
SNSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetTopicAttributesCommand extends GetTopicAttributesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListEndpointsByPlatformApplicationInput,
|
|
@@ -19,7 +19,7 @@ export interface ListEndpointsByPlatformApplicationCommandOutput
|
|
|
19
19
|
declare const ListEndpointsByPlatformApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListEndpointsByPlatformApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListEndpointsByPlatformApplicationCommandInput,
|
|
24
24
|
ListEndpointsByPlatformApplicationCommandOutput,
|
|
25
25
|
SNSClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListEndpointsByPlatformApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListEndpointsByPlatformApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListEndpointsByPlatformApplicationCommandInput,
|
|
33
33
|
ListEndpointsByPlatformApplicationCommandOutput,
|
|
34
34
|
SNSClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListEndpointsByPlatformApplicationCommand extends ListEndpointsByPlatformApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|