@aws-sdk/client-sns 3.651.1 → 3.658.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-types/commands/AddPermissionCommand.d.ts +11 -0
- package/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +11 -0
- package/dist-types/commands/ConfirmSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/CreatePlatformApplicationCommand.d.ts +11 -0
- package/dist-types/commands/CreatePlatformEndpointCommand.d.ts +11 -0
- package/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +11 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeletePlatformApplicationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTopicCommand.d.ts +11 -0
- package/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetEndpointAttributesCommand.d.ts +11 -0
- package/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +11 -0
- package/dist-types/commands/GetSMSAttributesCommand.d.ts +11 -0
- package/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +11 -0
- package/dist-types/commands/GetTopicAttributesCommand.d.ts +11 -0
- package/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +11 -0
- package/dist-types/commands/ListOriginationNumbersCommand.d.ts +11 -0
- package/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +11 -0
- package/dist-types/commands/ListPlatformApplicationsCommand.d.ts +11 -0
- package/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +11 -0
- package/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +12 -1
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTopicsCommand.d.ts +11 -0
- package/dist-types/commands/OptInPhoneNumberCommand.d.ts +11 -0
- package/dist-types/commands/PublishBatchCommand.d.ts +11 -0
- package/dist-types/commands/PublishCommand.d.ts +11 -0
- package/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +11 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +11 -0
- package/dist-types/commands/SetEndpointAttributesCommand.d.ts +11 -0
- package/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +11 -0
- package/dist-types/commands/SetSMSAttributesCommand.d.ts +11 -0
- package/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +11 -0
- package/dist-types/commands/SetTopicAttributesCommand.d.ts +11 -0
- package/dist-types/commands/SubscribeCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UnsubscribeCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConfirmSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePlatformApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePlatformEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePlatformApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEndpointAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPlatformApplicationAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSMSAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSMSSandboxAccountStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSubscriptionAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTopicAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEndpointsByPlatformApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListOriginationNumbersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPhoneNumbersOptedOutCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPlatformApplicationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSubscriptionsByTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/OptInPhoneNumberCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PublishBatchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PublishCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetEndpointAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetPlatformApplicationAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetSMSAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetSubscriptionAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetTopicAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -81,4 +81,15 @@ declare const AddPermissionCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class AddPermissionCommand extends AddPermissionCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: AddPermissionInput;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: AddPermissionCommandInput;
|
|
92
|
+
output: AddPermissionCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -74,4 +74,15 @@ declare const CheckIfPhoneNumberIsOptedOutCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class CheckIfPhoneNumberIsOptedOutCommand extends CheckIfPhoneNumberIsOptedOutCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: CheckIfPhoneNumberIsOptedOutInput;
|
|
81
|
+
output: CheckIfPhoneNumberIsOptedOutResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: CheckIfPhoneNumberIsOptedOutCommandInput;
|
|
85
|
+
output: CheckIfPhoneNumberIsOptedOutCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -88,4 +88,15 @@ declare const ConfirmSubscriptionCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ConfirmSubscriptionCommand extends ConfirmSubscriptionCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ConfirmSubscriptionInput;
|
|
95
|
+
output: ConfirmSubscriptionResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ConfirmSubscriptionCommandInput;
|
|
99
|
+
output: ConfirmSubscriptionCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -123,4 +123,15 @@ declare const CreatePlatformApplicationCommand_base: {
|
|
|
123
123
|
* @public
|
|
124
124
|
*/
|
|
125
125
|
export declare class CreatePlatformApplicationCommand extends CreatePlatformApplicationCommand_base {
|
|
126
|
+
/** @internal type navigation helper, not in runtime. */
|
|
127
|
+
protected static __types: {
|
|
128
|
+
api: {
|
|
129
|
+
input: CreatePlatformApplicationInput;
|
|
130
|
+
output: CreatePlatformApplicationResponse;
|
|
131
|
+
};
|
|
132
|
+
sdk: {
|
|
133
|
+
input: CreatePlatformApplicationCommandInput;
|
|
134
|
+
output: CreatePlatformApplicationCommandOutput;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
126
137
|
}
|
|
@@ -88,4 +88,15 @@ declare const CreatePlatformEndpointCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class CreatePlatformEndpointCommand extends CreatePlatformEndpointCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: CreatePlatformEndpointInput;
|
|
95
|
+
output: CreateEndpointResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: CreatePlatformEndpointCommandInput;
|
|
99
|
+
output: CreatePlatformEndpointCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -86,4 +86,15 @@ declare const CreateSMSSandboxPhoneNumberCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class CreateSMSSandboxPhoneNumberCommand extends CreateSMSSandboxPhoneNumberCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: CreateSMSSandboxPhoneNumberInput;
|
|
93
|
+
output: {};
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: CreateSMSSandboxPhoneNumberCommandInput;
|
|
97
|
+
output: CreateSMSSandboxPhoneNumberCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -103,4 +103,15 @@ declare const CreateTopicCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class CreateTopicCommand extends CreateTopicCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: CreateTopicInput;
|
|
110
|
+
output: CreateTopicResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: CreateTopicCommandInput;
|
|
114
|
+
output: CreateTopicCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -69,4 +69,15 @@ declare const DeleteEndpointCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: DeleteEndpointInput;
|
|
76
|
+
output: {};
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: DeleteEndpointCommandInput;
|
|
80
|
+
output: DeleteEndpointCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -68,4 +68,15 @@ declare const DeletePlatformApplicationCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class DeletePlatformApplicationCommand extends DeletePlatformApplicationCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: DeletePlatformApplicationInput;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: DeletePlatformApplicationCommandInput;
|
|
79
|
+
output: DeletePlatformApplicationCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeleteSMSSandboxPhoneNumberCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeleteSMSSandboxPhoneNumberCommand extends DeleteSMSSandboxPhoneNumberCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteSMSSandboxPhoneNumberInput;
|
|
92
|
+
output: {};
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteSMSSandboxPhoneNumberCommandInput;
|
|
96
|
+
output: DeleteSMSSandboxPhoneNumberCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -86,4 +86,15 @@ declare const DeleteTopicCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DeleteTopicCommand extends DeleteTopicCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DeleteTopicInput;
|
|
93
|
+
output: {};
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DeleteTopicCommandInput;
|
|
97
|
+
output: DeleteTopicCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -75,4 +75,15 @@ declare const GetDataProtectionPolicyCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class GetDataProtectionPolicyCommand extends GetDataProtectionPolicyCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: GetDataProtectionPolicyInput;
|
|
82
|
+
output: GetDataProtectionPolicyResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: GetDataProtectionPolicyCommandInput;
|
|
86
|
+
output: GetDataProtectionPolicyCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -74,4 +74,15 @@ declare const GetEndpointAttributesCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class GetEndpointAttributesCommand extends GetEndpointAttributesCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: GetEndpointAttributesInput;
|
|
81
|
+
output: GetEndpointAttributesResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: GetEndpointAttributesCommandInput;
|
|
85
|
+
output: GetEndpointAttributesCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -74,4 +74,15 @@ declare const GetPlatformApplicationAttributesCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class GetPlatformApplicationAttributesCommand extends GetPlatformApplicationAttributesCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: GetPlatformApplicationAttributesInput;
|
|
81
|
+
output: GetPlatformApplicationAttributesResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: GetPlatformApplicationAttributesCommandInput;
|
|
85
|
+
output: GetPlatformApplicationAttributesCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -75,4 +75,15 @@ declare const GetSMSAttributesCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class GetSMSAttributesCommand extends GetSMSAttributesCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: GetSMSAttributesInput;
|
|
82
|
+
output: GetSMSAttributesResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: GetSMSAttributesCommandInput;
|
|
86
|
+
output: GetSMSAttributesCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -73,4 +73,15 @@ declare const GetSMSSandboxAccountStatusCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class GetSMSSandboxAccountStatusCommand extends GetSMSSandboxAccountStatusCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: {};
|
|
80
|
+
output: GetSMSSandboxAccountStatusResult;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: GetSMSSandboxAccountStatusCommandInput;
|
|
84
|
+
output: GetSMSSandboxAccountStatusCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -72,4 +72,15 @@ declare const GetSubscriptionAttributesCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class GetSubscriptionAttributesCommand extends GetSubscriptionAttributesCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: GetSubscriptionAttributesInput;
|
|
79
|
+
output: GetSubscriptionAttributesResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: GetSubscriptionAttributesCommandInput;
|
|
83
|
+
output: GetSubscriptionAttributesCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -77,4 +77,15 @@ declare const GetTopicAttributesCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetTopicAttributesCommand extends GetTopicAttributesCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: GetTopicAttributesInput;
|
|
84
|
+
output: GetTopicAttributesResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: GetTopicAttributesCommandInput;
|
|
88
|
+
output: GetTopicAttributesCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListEndpointsByPlatformApplicationCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListEndpointsByPlatformApplicationCommand extends ListEndpointsByPlatformApplicationCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListEndpointsByPlatformApplicationInput;
|
|
95
|
+
output: ListEndpointsByPlatformApplicationResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListEndpointsByPlatformApplicationCommandInput;
|
|
99
|
+
output: ListEndpointsByPlatformApplicationCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListOriginationNumbersCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListOriginationNumbersCommand extends ListOriginationNumbersCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListOriginationNumbersRequest;
|
|
95
|
+
output: ListOriginationNumbersResult;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListOriginationNumbersCommandInput;
|
|
99
|
+
output: ListOriginationNumbersCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListPhoneNumbersOptedOutCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListPhoneNumbersOptedOutCommand extends ListPhoneNumbersOptedOutCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListPhoneNumbersOptedOutInput;
|
|
87
|
+
output: ListPhoneNumbersOptedOutResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListPhoneNumbersOptedOutCommandInput;
|
|
91
|
+
output: ListPhoneNumbersOptedOutCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListPlatformApplicationsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListPlatformApplicationsCommand extends ListPlatformApplicationsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListPlatformApplicationsInput;
|
|
91
|
+
output: ListPlatformApplicationsResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListPlatformApplicationsCommandInput;
|
|
95
|
+
output: ListPlatformApplicationsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -90,4 +90,15 @@ declare const ListSMSSandboxPhoneNumbersCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class ListSMSSandboxPhoneNumbersCommand extends ListSMSSandboxPhoneNumbersCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListSMSSandboxPhoneNumbersInput;
|
|
97
|
+
output: ListSMSSandboxPhoneNumbersResult;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListSMSSandboxPhoneNumbersCommandInput;
|
|
101
|
+
output: ListSMSSandboxPhoneNumbersCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -24,7 +24,7 @@ export interface ListSubscriptionsByTopicCommandOutput extends ListSubscriptions
|
|
|
24
24
|
declare const ListSubscriptionsByTopicCommand_base: {
|
|
25
25
|
new (input: ListSubscriptionsByTopicCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubscriptionsByTopicCommandInput, ListSubscriptionsByTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: ListSubscriptionsByTopicCommandInput): import("@smithy/smithy-client").CommandImpl<ListSubscriptionsByTopicCommandInput, ListSubscriptionsByTopicCommandOutput, SNSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Returns a list of the subscriptions to a specific topic. Each call returns a limited
|
|
@@ -84,4 +84,15 @@ declare const ListSubscriptionsByTopicCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListSubscriptionsByTopicCommand extends ListSubscriptionsByTopicCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListSubscriptionsByTopicInput;
|
|
91
|
+
output: ListSubscriptionsByTopicResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListSubscriptionsByTopicCommandInput;
|
|
95
|
+
output: ListSubscriptionsByTopicCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListSubscriptionsCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListSubscriptionsCommand extends ListSubscriptionsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListSubscriptionsInput;
|
|
87
|
+
output: ListSubscriptionsResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListSubscriptionsCommandInput;
|
|
91
|
+
output: ListSubscriptionsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListTagsForResourceRequest;
|
|
89
|
+
output: ListTagsForResourceResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListTagsForResourceCommandInput;
|
|
93
|
+
output: ListTagsForResourceCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -76,4 +76,15 @@ declare const ListTopicsCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class ListTopicsCommand extends ListTopicsCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListTopicsInput;
|
|
83
|
+
output: ListTopicsResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListTopicsCommandInput;
|
|
87
|
+
output: ListTopicsCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -70,4 +70,15 @@ declare const OptInPhoneNumberCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class OptInPhoneNumberCommand extends OptInPhoneNumberCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: OptInPhoneNumberInput;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: OptInPhoneNumberCommandInput;
|
|
81
|
+
output: OptInPhoneNumberCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -178,4 +178,15 @@ declare const PublishBatchCommand_base: {
|
|
|
178
178
|
* @public
|
|
179
179
|
*/
|
|
180
180
|
export declare class PublishBatchCommand extends PublishBatchCommand_base {
|
|
181
|
+
/** @internal type navigation helper, not in runtime. */
|
|
182
|
+
protected static __types: {
|
|
183
|
+
api: {
|
|
184
|
+
input: PublishBatchInput;
|
|
185
|
+
output: PublishBatchResponse;
|
|
186
|
+
};
|
|
187
|
+
sdk: {
|
|
188
|
+
input: PublishBatchCommandInput;
|
|
189
|
+
output: PublishBatchCommandOutput;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
181
192
|
}
|
|
@@ -144,4 +144,15 @@ declare const PublishCommand_base: {
|
|
|
144
144
|
* @public
|
|
145
145
|
*/
|
|
146
146
|
export declare class PublishCommand extends PublishCommand_base {
|
|
147
|
+
/** @internal type navigation helper, not in runtime. */
|
|
148
|
+
protected static __types: {
|
|
149
|
+
api: {
|
|
150
|
+
input: PublishInput;
|
|
151
|
+
output: PublishResponse;
|
|
152
|
+
};
|
|
153
|
+
sdk: {
|
|
154
|
+
input: PublishCommandInput;
|
|
155
|
+
output: PublishCommandOutput;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
147
158
|
}
|
|
@@ -74,4 +74,15 @@ declare const PutDataProtectionPolicyCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class PutDataProtectionPolicyCommand extends PutDataProtectionPolicyCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: PutDataProtectionPolicyInput;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: PutDataProtectionPolicyCommandInput;
|
|
85
|
+
output: PutDataProtectionPolicyCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -74,4 +74,15 @@ declare const RemovePermissionCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: RemovePermissionInput;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: RemovePermissionCommandInput;
|
|
85
|
+
output: RemovePermissionCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -73,4 +73,15 @@ declare const SetEndpointAttributesCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class SetEndpointAttributesCommand extends SetEndpointAttributesCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: SetEndpointAttributesInput;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: SetEndpointAttributesCommandInput;
|
|
84
|
+
output: SetEndpointAttributesCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -75,4 +75,15 @@ declare const SetPlatformApplicationAttributesCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class SetPlatformApplicationAttributesCommand extends SetPlatformApplicationAttributesCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: SetPlatformApplicationAttributesInput;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: SetPlatformApplicationAttributesCommandInput;
|
|
86
|
+
output: SetPlatformApplicationAttributesCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -80,4 +80,15 @@ declare const SetSMSAttributesCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class SetSMSAttributesCommand extends SetSMSAttributesCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: SetSMSAttributesInput;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: SetSMSAttributesCommandInput;
|
|
91
|
+
output: SetSMSAttributesCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -79,4 +79,15 @@ declare const SetSubscriptionAttributesCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class SetSubscriptionAttributesCommand extends SetSubscriptionAttributesCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: SetSubscriptionAttributesInput;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: SetSubscriptionAttributesCommandInput;
|
|
90
|
+
output: SetSubscriptionAttributesCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -79,4 +79,15 @@ declare const SetTopicAttributesCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class SetTopicAttributesCommand extends SetTopicAttributesCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: SetTopicAttributesInput;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: SetTopicAttributesCommandInput;
|
|
90
|
+
output: SetTopicAttributesCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -97,4 +97,15 @@ declare const SubscribeCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class SubscribeCommand extends SubscribeCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: SubscribeInput;
|
|
104
|
+
output: SubscribeResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: SubscribeCommandInput;
|
|
108
|
+
output: SubscribeCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|