@aws-sdk/client-pinpoint-sms-voice-v2 3.1019.0 → 3.1020.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-es/PinpointSMSVoiceV2.js +5 -5
- package/dist-types/PinpointSMSVoiceV2.d.ts +91 -91
- package/dist-types/PinpointSMSVoiceV2Client.d.ts +94 -94
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/DescribeAccountAttributesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeConfigurationSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeKeywordsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOptOutListsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOptedOutNumbersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePhoneNumbersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePoolsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeProtectConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegistrationAttachmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegistrationFieldDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegistrationFieldValuesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegistrationSectionDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegistrationTypeDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegistrationVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegistrationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSenderIdsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSpendLimitsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeVerifiedDestinationNumbersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPoolOriginationIdentitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProtectConfigurationRuleSetNumberOverridesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRegistrationAssociationsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/PinpointSMSVoiceV2Client.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +13 -13
|
@@ -5,7 +5,7 @@ import { CarrierLookupCommand, } from "./commands/CarrierLookupCommand";
|
|
|
5
5
|
import { CreateConfigurationSetCommand, } from "./commands/CreateConfigurationSetCommand";
|
|
6
6
|
import { CreateEventDestinationCommand, } from "./commands/CreateEventDestinationCommand";
|
|
7
7
|
import { CreateOptOutListCommand, } from "./commands/CreateOptOutListCommand";
|
|
8
|
-
import { CreatePoolCommand } from "./commands/CreatePoolCommand";
|
|
8
|
+
import { CreatePoolCommand, } from "./commands/CreatePoolCommand";
|
|
9
9
|
import { CreateProtectConfigurationCommand, } from "./commands/CreateProtectConfigurationCommand";
|
|
10
10
|
import { CreateRegistrationAssociationCommand, } from "./commands/CreateRegistrationAssociationCommand";
|
|
11
11
|
import { CreateRegistrationAttachmentCommand, } from "./commands/CreateRegistrationAttachmentCommand";
|
|
@@ -21,7 +21,7 @@ import { DeleteKeywordCommand, } from "./commands/DeleteKeywordCommand";
|
|
|
21
21
|
import { DeleteMediaMessageSpendLimitOverrideCommand, } from "./commands/DeleteMediaMessageSpendLimitOverrideCommand";
|
|
22
22
|
import { DeleteOptedOutNumberCommand, } from "./commands/DeleteOptedOutNumberCommand";
|
|
23
23
|
import { DeleteOptOutListCommand, } from "./commands/DeleteOptOutListCommand";
|
|
24
|
-
import { DeletePoolCommand } from "./commands/DeletePoolCommand";
|
|
24
|
+
import { DeletePoolCommand, } from "./commands/DeletePoolCommand";
|
|
25
25
|
import { DeleteProtectConfigurationCommand, } from "./commands/DeleteProtectConfigurationCommand";
|
|
26
26
|
import { DeleteProtectConfigurationRuleSetNumberOverrideCommand, } from "./commands/DeleteProtectConfigurationRuleSetNumberOverrideCommand";
|
|
27
27
|
import { DeleteRegistrationAttachmentCommand, } from "./commands/DeleteRegistrationAttachmentCommand";
|
|
@@ -59,7 +59,7 @@ import { ListPoolOriginationIdentitiesCommand, } from "./commands/ListPoolOrigin
|
|
|
59
59
|
import { ListProtectConfigurationRuleSetNumberOverridesCommand, } from "./commands/ListProtectConfigurationRuleSetNumberOverridesCommand";
|
|
60
60
|
import { ListRegistrationAssociationsCommand, } from "./commands/ListRegistrationAssociationsCommand";
|
|
61
61
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
62
|
-
import { PutKeywordCommand } from "./commands/PutKeywordCommand";
|
|
62
|
+
import { PutKeywordCommand, } from "./commands/PutKeywordCommand";
|
|
63
63
|
import { PutMessageFeedbackCommand, } from "./commands/PutMessageFeedbackCommand";
|
|
64
64
|
import { PutOptedOutNumberCommand, } from "./commands/PutOptedOutNumberCommand";
|
|
65
65
|
import { PutProtectConfigurationRuleSetNumberOverrideCommand, } from "./commands/PutProtectConfigurationRuleSetNumberOverrideCommand";
|
|
@@ -81,11 +81,11 @@ import { SetMediaMessageSpendLimitOverrideCommand, } from "./commands/SetMediaMe
|
|
|
81
81
|
import { SetTextMessageSpendLimitOverrideCommand, } from "./commands/SetTextMessageSpendLimitOverrideCommand";
|
|
82
82
|
import { SetVoiceMessageSpendLimitOverrideCommand, } from "./commands/SetVoiceMessageSpendLimitOverrideCommand";
|
|
83
83
|
import { SubmitRegistrationVersionCommand, } from "./commands/SubmitRegistrationVersionCommand";
|
|
84
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
84
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
85
85
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
86
86
|
import { UpdateEventDestinationCommand, } from "./commands/UpdateEventDestinationCommand";
|
|
87
87
|
import { UpdatePhoneNumberCommand, } from "./commands/UpdatePhoneNumberCommand";
|
|
88
|
-
import { UpdatePoolCommand } from "./commands/UpdatePoolCommand";
|
|
88
|
+
import { UpdatePoolCommand, } from "./commands/UpdatePoolCommand";
|
|
89
89
|
import { UpdateProtectConfigurationCommand, } from "./commands/UpdateProtectConfigurationCommand";
|
|
90
90
|
import { UpdateProtectConfigurationCountryRuleSetCommand, } from "./commands/UpdateProtectConfigurationCountryRuleSetCommand";
|
|
91
91
|
import { UpdateSenderIdCommand, } from "./commands/UpdateSenderIdCommand";
|
|
@@ -1,95 +1,95 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { AssociateOriginationIdentityCommandInput, AssociateOriginationIdentityCommandOutput } from "./commands/AssociateOriginationIdentityCommand";
|
|
3
|
-
import { AssociateProtectConfigurationCommandInput, AssociateProtectConfigurationCommandOutput } from "./commands/AssociateProtectConfigurationCommand";
|
|
4
|
-
import { CarrierLookupCommandInput, CarrierLookupCommandOutput } from "./commands/CarrierLookupCommand";
|
|
5
|
-
import { CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput } from "./commands/CreateConfigurationSetCommand";
|
|
6
|
-
import { CreateEventDestinationCommandInput, CreateEventDestinationCommandOutput } from "./commands/CreateEventDestinationCommand";
|
|
7
|
-
import { CreateOptOutListCommandInput, CreateOptOutListCommandOutput } from "./commands/CreateOptOutListCommand";
|
|
8
|
-
import { CreatePoolCommandInput, CreatePoolCommandOutput } from "./commands/CreatePoolCommand";
|
|
9
|
-
import { CreateProtectConfigurationCommandInput, CreateProtectConfigurationCommandOutput } from "./commands/CreateProtectConfigurationCommand";
|
|
10
|
-
import { CreateRegistrationAssociationCommandInput, CreateRegistrationAssociationCommandOutput } from "./commands/CreateRegistrationAssociationCommand";
|
|
11
|
-
import { CreateRegistrationAttachmentCommandInput, CreateRegistrationAttachmentCommandOutput } from "./commands/CreateRegistrationAttachmentCommand";
|
|
12
|
-
import { CreateRegistrationCommandInput, CreateRegistrationCommandOutput } from "./commands/CreateRegistrationCommand";
|
|
13
|
-
import { CreateRegistrationVersionCommandInput, CreateRegistrationVersionCommandOutput } from "./commands/CreateRegistrationVersionCommand";
|
|
14
|
-
import { CreateVerifiedDestinationNumberCommandInput, CreateVerifiedDestinationNumberCommandOutput } from "./commands/CreateVerifiedDestinationNumberCommand";
|
|
15
|
-
import { DeleteAccountDefaultProtectConfigurationCommandInput, DeleteAccountDefaultProtectConfigurationCommandOutput } from "./commands/DeleteAccountDefaultProtectConfigurationCommand";
|
|
16
|
-
import { DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput } from "./commands/DeleteConfigurationSetCommand";
|
|
17
|
-
import { DeleteDefaultMessageTypeCommandInput, DeleteDefaultMessageTypeCommandOutput } from "./commands/DeleteDefaultMessageTypeCommand";
|
|
18
|
-
import { DeleteDefaultSenderIdCommandInput, DeleteDefaultSenderIdCommandOutput } from "./commands/DeleteDefaultSenderIdCommand";
|
|
19
|
-
import { DeleteEventDestinationCommandInput, DeleteEventDestinationCommandOutput } from "./commands/DeleteEventDestinationCommand";
|
|
20
|
-
import { DeleteKeywordCommandInput, DeleteKeywordCommandOutput } from "./commands/DeleteKeywordCommand";
|
|
21
|
-
import { DeleteMediaMessageSpendLimitOverrideCommandInput, DeleteMediaMessageSpendLimitOverrideCommandOutput } from "./commands/DeleteMediaMessageSpendLimitOverrideCommand";
|
|
22
|
-
import { DeleteOptedOutNumberCommandInput, DeleteOptedOutNumberCommandOutput } from "./commands/DeleteOptedOutNumberCommand";
|
|
23
|
-
import { DeleteOptOutListCommandInput, DeleteOptOutListCommandOutput } from "./commands/DeleteOptOutListCommand";
|
|
24
|
-
import { DeletePoolCommandInput, DeletePoolCommandOutput } from "./commands/DeletePoolCommand";
|
|
25
|
-
import { DeleteProtectConfigurationCommandInput, DeleteProtectConfigurationCommandOutput } from "./commands/DeleteProtectConfigurationCommand";
|
|
26
|
-
import { DeleteProtectConfigurationRuleSetNumberOverrideCommandInput, DeleteProtectConfigurationRuleSetNumberOverrideCommandOutput } from "./commands/DeleteProtectConfigurationRuleSetNumberOverrideCommand";
|
|
27
|
-
import { DeleteRegistrationAttachmentCommandInput, DeleteRegistrationAttachmentCommandOutput } from "./commands/DeleteRegistrationAttachmentCommand";
|
|
28
|
-
import { DeleteRegistrationCommandInput, DeleteRegistrationCommandOutput } from "./commands/DeleteRegistrationCommand";
|
|
29
|
-
import { DeleteRegistrationFieldValueCommandInput, DeleteRegistrationFieldValueCommandOutput } from "./commands/DeleteRegistrationFieldValueCommand";
|
|
30
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
31
|
-
import { DeleteTextMessageSpendLimitOverrideCommandInput, DeleteTextMessageSpendLimitOverrideCommandOutput } from "./commands/DeleteTextMessageSpendLimitOverrideCommand";
|
|
32
|
-
import { DeleteVerifiedDestinationNumberCommandInput, DeleteVerifiedDestinationNumberCommandOutput } from "./commands/DeleteVerifiedDestinationNumberCommand";
|
|
33
|
-
import { DeleteVoiceMessageSpendLimitOverrideCommandInput, DeleteVoiceMessageSpendLimitOverrideCommandOutput } from "./commands/DeleteVoiceMessageSpendLimitOverrideCommand";
|
|
34
|
-
import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
|
|
35
|
-
import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
|
|
36
|
-
import { DescribeConfigurationSetsCommandInput, DescribeConfigurationSetsCommandOutput } from "./commands/DescribeConfigurationSetsCommand";
|
|
37
|
-
import { DescribeKeywordsCommandInput, DescribeKeywordsCommandOutput } from "./commands/DescribeKeywordsCommand";
|
|
38
|
-
import { DescribeOptedOutNumbersCommandInput, DescribeOptedOutNumbersCommandOutput } from "./commands/DescribeOptedOutNumbersCommand";
|
|
39
|
-
import { DescribeOptOutListsCommandInput, DescribeOptOutListsCommandOutput } from "./commands/DescribeOptOutListsCommand";
|
|
40
|
-
import { DescribePhoneNumbersCommandInput, DescribePhoneNumbersCommandOutput } from "./commands/DescribePhoneNumbersCommand";
|
|
41
|
-
import { DescribePoolsCommandInput, DescribePoolsCommandOutput } from "./commands/DescribePoolsCommand";
|
|
42
|
-
import { DescribeProtectConfigurationsCommandInput, DescribeProtectConfigurationsCommandOutput } from "./commands/DescribeProtectConfigurationsCommand";
|
|
43
|
-
import { DescribeRegistrationAttachmentsCommandInput, DescribeRegistrationAttachmentsCommandOutput } from "./commands/DescribeRegistrationAttachmentsCommand";
|
|
44
|
-
import { DescribeRegistrationFieldDefinitionsCommandInput, DescribeRegistrationFieldDefinitionsCommandOutput } from "./commands/DescribeRegistrationFieldDefinitionsCommand";
|
|
45
|
-
import { DescribeRegistrationFieldValuesCommandInput, DescribeRegistrationFieldValuesCommandOutput } from "./commands/DescribeRegistrationFieldValuesCommand";
|
|
46
|
-
import { DescribeRegistrationsCommandInput, DescribeRegistrationsCommandOutput } from "./commands/DescribeRegistrationsCommand";
|
|
47
|
-
import { DescribeRegistrationSectionDefinitionsCommandInput, DescribeRegistrationSectionDefinitionsCommandOutput } from "./commands/DescribeRegistrationSectionDefinitionsCommand";
|
|
48
|
-
import { DescribeRegistrationTypeDefinitionsCommandInput, DescribeRegistrationTypeDefinitionsCommandOutput } from "./commands/DescribeRegistrationTypeDefinitionsCommand";
|
|
49
|
-
import { DescribeRegistrationVersionsCommandInput, DescribeRegistrationVersionsCommandOutput } from "./commands/DescribeRegistrationVersionsCommand";
|
|
50
|
-
import { DescribeSenderIdsCommandInput, DescribeSenderIdsCommandOutput } from "./commands/DescribeSenderIdsCommand";
|
|
51
|
-
import { DescribeSpendLimitsCommandInput, DescribeSpendLimitsCommandOutput } from "./commands/DescribeSpendLimitsCommand";
|
|
52
|
-
import { DescribeVerifiedDestinationNumbersCommandInput, DescribeVerifiedDestinationNumbersCommandOutput } from "./commands/DescribeVerifiedDestinationNumbersCommand";
|
|
53
|
-
import { DisassociateOriginationIdentityCommandInput, DisassociateOriginationIdentityCommandOutput } from "./commands/DisassociateOriginationIdentityCommand";
|
|
54
|
-
import { DisassociateProtectConfigurationCommandInput, DisassociateProtectConfigurationCommandOutput } from "./commands/DisassociateProtectConfigurationCommand";
|
|
55
|
-
import { DiscardRegistrationVersionCommandInput, DiscardRegistrationVersionCommandOutput } from "./commands/DiscardRegistrationVersionCommand";
|
|
56
|
-
import { GetProtectConfigurationCountryRuleSetCommandInput, GetProtectConfigurationCountryRuleSetCommandOutput } from "./commands/GetProtectConfigurationCountryRuleSetCommand";
|
|
57
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
58
|
-
import { ListPoolOriginationIdentitiesCommandInput, ListPoolOriginationIdentitiesCommandOutput } from "./commands/ListPoolOriginationIdentitiesCommand";
|
|
59
|
-
import { ListProtectConfigurationRuleSetNumberOverridesCommandInput, ListProtectConfigurationRuleSetNumberOverridesCommandOutput } from "./commands/ListProtectConfigurationRuleSetNumberOverridesCommand";
|
|
60
|
-
import { ListRegistrationAssociationsCommandInput, ListRegistrationAssociationsCommandOutput } from "./commands/ListRegistrationAssociationsCommand";
|
|
61
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
62
|
-
import { PutKeywordCommandInput, PutKeywordCommandOutput } from "./commands/PutKeywordCommand";
|
|
63
|
-
import { PutMessageFeedbackCommandInput, PutMessageFeedbackCommandOutput } from "./commands/PutMessageFeedbackCommand";
|
|
64
|
-
import { PutOptedOutNumberCommandInput, PutOptedOutNumberCommandOutput } from "./commands/PutOptedOutNumberCommand";
|
|
65
|
-
import { PutProtectConfigurationRuleSetNumberOverrideCommandInput, PutProtectConfigurationRuleSetNumberOverrideCommandOutput } from "./commands/PutProtectConfigurationRuleSetNumberOverrideCommand";
|
|
66
|
-
import { PutRegistrationFieldValueCommandInput, PutRegistrationFieldValueCommandOutput } from "./commands/PutRegistrationFieldValueCommand";
|
|
67
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
68
|
-
import { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "./commands/ReleasePhoneNumberCommand";
|
|
69
|
-
import { ReleaseSenderIdCommandInput, ReleaseSenderIdCommandOutput } from "./commands/ReleaseSenderIdCommand";
|
|
70
|
-
import { RequestPhoneNumberCommandInput, RequestPhoneNumberCommandOutput } from "./commands/RequestPhoneNumberCommand";
|
|
71
|
-
import { RequestSenderIdCommandInput, RequestSenderIdCommandOutput } from "./commands/RequestSenderIdCommand";
|
|
72
|
-
import { SendDestinationNumberVerificationCodeCommandInput, SendDestinationNumberVerificationCodeCommandOutput } from "./commands/SendDestinationNumberVerificationCodeCommand";
|
|
73
|
-
import { SendMediaMessageCommandInput, SendMediaMessageCommandOutput } from "./commands/SendMediaMessageCommand";
|
|
74
|
-
import { SendTextMessageCommandInput, SendTextMessageCommandOutput } from "./commands/SendTextMessageCommand";
|
|
75
|
-
import { SendVoiceMessageCommandInput, SendVoiceMessageCommandOutput } from "./commands/SendVoiceMessageCommand";
|
|
76
|
-
import { SetAccountDefaultProtectConfigurationCommandInput, SetAccountDefaultProtectConfigurationCommandOutput } from "./commands/SetAccountDefaultProtectConfigurationCommand";
|
|
77
|
-
import { SetDefaultMessageFeedbackEnabledCommandInput, SetDefaultMessageFeedbackEnabledCommandOutput } from "./commands/SetDefaultMessageFeedbackEnabledCommand";
|
|
78
|
-
import { SetDefaultMessageTypeCommandInput, SetDefaultMessageTypeCommandOutput } from "./commands/SetDefaultMessageTypeCommand";
|
|
79
|
-
import { SetDefaultSenderIdCommandInput, SetDefaultSenderIdCommandOutput } from "./commands/SetDefaultSenderIdCommand";
|
|
80
|
-
import { SetMediaMessageSpendLimitOverrideCommandInput, SetMediaMessageSpendLimitOverrideCommandOutput } from "./commands/SetMediaMessageSpendLimitOverrideCommand";
|
|
81
|
-
import { SetTextMessageSpendLimitOverrideCommandInput, SetTextMessageSpendLimitOverrideCommandOutput } from "./commands/SetTextMessageSpendLimitOverrideCommand";
|
|
82
|
-
import { SetVoiceMessageSpendLimitOverrideCommandInput, SetVoiceMessageSpendLimitOverrideCommandOutput } from "./commands/SetVoiceMessageSpendLimitOverrideCommand";
|
|
83
|
-
import { SubmitRegistrationVersionCommandInput, SubmitRegistrationVersionCommandOutput } from "./commands/SubmitRegistrationVersionCommand";
|
|
84
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
85
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
86
|
-
import { UpdateEventDestinationCommandInput, UpdateEventDestinationCommandOutput } from "./commands/UpdateEventDestinationCommand";
|
|
87
|
-
import { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "./commands/UpdatePhoneNumberCommand";
|
|
88
|
-
import { UpdatePoolCommandInput, UpdatePoolCommandOutput } from "./commands/UpdatePoolCommand";
|
|
89
|
-
import { UpdateProtectConfigurationCommandInput, UpdateProtectConfigurationCommandOutput } from "./commands/UpdateProtectConfigurationCommand";
|
|
90
|
-
import { UpdateProtectConfigurationCountryRuleSetCommandInput, UpdateProtectConfigurationCountryRuleSetCommandOutput } from "./commands/UpdateProtectConfigurationCountryRuleSetCommand";
|
|
91
|
-
import { UpdateSenderIdCommandInput, UpdateSenderIdCommandOutput } from "./commands/UpdateSenderIdCommand";
|
|
92
|
-
import { VerifyDestinationNumberCommandInput, VerifyDestinationNumberCommandOutput } from "./commands/VerifyDestinationNumberCommand";
|
|
2
|
+
import { type AssociateOriginationIdentityCommandInput, type AssociateOriginationIdentityCommandOutput } from "./commands/AssociateOriginationIdentityCommand";
|
|
3
|
+
import { type AssociateProtectConfigurationCommandInput, type AssociateProtectConfigurationCommandOutput } from "./commands/AssociateProtectConfigurationCommand";
|
|
4
|
+
import { type CarrierLookupCommandInput, type CarrierLookupCommandOutput } from "./commands/CarrierLookupCommand";
|
|
5
|
+
import { type CreateConfigurationSetCommandInput, type CreateConfigurationSetCommandOutput } from "./commands/CreateConfigurationSetCommand";
|
|
6
|
+
import { type CreateEventDestinationCommandInput, type CreateEventDestinationCommandOutput } from "./commands/CreateEventDestinationCommand";
|
|
7
|
+
import { type CreateOptOutListCommandInput, type CreateOptOutListCommandOutput } from "./commands/CreateOptOutListCommand";
|
|
8
|
+
import { type CreatePoolCommandInput, type CreatePoolCommandOutput } from "./commands/CreatePoolCommand";
|
|
9
|
+
import { type CreateProtectConfigurationCommandInput, type CreateProtectConfigurationCommandOutput } from "./commands/CreateProtectConfigurationCommand";
|
|
10
|
+
import { type CreateRegistrationAssociationCommandInput, type CreateRegistrationAssociationCommandOutput } from "./commands/CreateRegistrationAssociationCommand";
|
|
11
|
+
import { type CreateRegistrationAttachmentCommandInput, type CreateRegistrationAttachmentCommandOutput } from "./commands/CreateRegistrationAttachmentCommand";
|
|
12
|
+
import { type CreateRegistrationCommandInput, type CreateRegistrationCommandOutput } from "./commands/CreateRegistrationCommand";
|
|
13
|
+
import { type CreateRegistrationVersionCommandInput, type CreateRegistrationVersionCommandOutput } from "./commands/CreateRegistrationVersionCommand";
|
|
14
|
+
import { type CreateVerifiedDestinationNumberCommandInput, type CreateVerifiedDestinationNumberCommandOutput } from "./commands/CreateVerifiedDestinationNumberCommand";
|
|
15
|
+
import { type DeleteAccountDefaultProtectConfigurationCommandInput, type DeleteAccountDefaultProtectConfigurationCommandOutput } from "./commands/DeleteAccountDefaultProtectConfigurationCommand";
|
|
16
|
+
import { type DeleteConfigurationSetCommandInput, type DeleteConfigurationSetCommandOutput } from "./commands/DeleteConfigurationSetCommand";
|
|
17
|
+
import { type DeleteDefaultMessageTypeCommandInput, type DeleteDefaultMessageTypeCommandOutput } from "./commands/DeleteDefaultMessageTypeCommand";
|
|
18
|
+
import { type DeleteDefaultSenderIdCommandInput, type DeleteDefaultSenderIdCommandOutput } from "./commands/DeleteDefaultSenderIdCommand";
|
|
19
|
+
import { type DeleteEventDestinationCommandInput, type DeleteEventDestinationCommandOutput } from "./commands/DeleteEventDestinationCommand";
|
|
20
|
+
import { type DeleteKeywordCommandInput, type DeleteKeywordCommandOutput } from "./commands/DeleteKeywordCommand";
|
|
21
|
+
import { type DeleteMediaMessageSpendLimitOverrideCommandInput, type DeleteMediaMessageSpendLimitOverrideCommandOutput } from "./commands/DeleteMediaMessageSpendLimitOverrideCommand";
|
|
22
|
+
import { type DeleteOptedOutNumberCommandInput, type DeleteOptedOutNumberCommandOutput } from "./commands/DeleteOptedOutNumberCommand";
|
|
23
|
+
import { type DeleteOptOutListCommandInput, type DeleteOptOutListCommandOutput } from "./commands/DeleteOptOutListCommand";
|
|
24
|
+
import { type DeletePoolCommandInput, type DeletePoolCommandOutput } from "./commands/DeletePoolCommand";
|
|
25
|
+
import { type DeleteProtectConfigurationCommandInput, type DeleteProtectConfigurationCommandOutput } from "./commands/DeleteProtectConfigurationCommand";
|
|
26
|
+
import { type DeleteProtectConfigurationRuleSetNumberOverrideCommandInput, type DeleteProtectConfigurationRuleSetNumberOverrideCommandOutput } from "./commands/DeleteProtectConfigurationRuleSetNumberOverrideCommand";
|
|
27
|
+
import { type DeleteRegistrationAttachmentCommandInput, type DeleteRegistrationAttachmentCommandOutput } from "./commands/DeleteRegistrationAttachmentCommand";
|
|
28
|
+
import { type DeleteRegistrationCommandInput, type DeleteRegistrationCommandOutput } from "./commands/DeleteRegistrationCommand";
|
|
29
|
+
import { type DeleteRegistrationFieldValueCommandInput, type DeleteRegistrationFieldValueCommandOutput } from "./commands/DeleteRegistrationFieldValueCommand";
|
|
30
|
+
import { type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
31
|
+
import { type DeleteTextMessageSpendLimitOverrideCommandInput, type DeleteTextMessageSpendLimitOverrideCommandOutput } from "./commands/DeleteTextMessageSpendLimitOverrideCommand";
|
|
32
|
+
import { type DeleteVerifiedDestinationNumberCommandInput, type DeleteVerifiedDestinationNumberCommandOutput } from "./commands/DeleteVerifiedDestinationNumberCommand";
|
|
33
|
+
import { type DeleteVoiceMessageSpendLimitOverrideCommandInput, type DeleteVoiceMessageSpendLimitOverrideCommandOutput } from "./commands/DeleteVoiceMessageSpendLimitOverrideCommand";
|
|
34
|
+
import { type DescribeAccountAttributesCommandInput, type DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
|
|
35
|
+
import { type DescribeAccountLimitsCommandInput, type DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
|
|
36
|
+
import { type DescribeConfigurationSetsCommandInput, type DescribeConfigurationSetsCommandOutput } from "./commands/DescribeConfigurationSetsCommand";
|
|
37
|
+
import { type DescribeKeywordsCommandInput, type DescribeKeywordsCommandOutput } from "./commands/DescribeKeywordsCommand";
|
|
38
|
+
import { type DescribeOptedOutNumbersCommandInput, type DescribeOptedOutNumbersCommandOutput } from "./commands/DescribeOptedOutNumbersCommand";
|
|
39
|
+
import { type DescribeOptOutListsCommandInput, type DescribeOptOutListsCommandOutput } from "./commands/DescribeOptOutListsCommand";
|
|
40
|
+
import { type DescribePhoneNumbersCommandInput, type DescribePhoneNumbersCommandOutput } from "./commands/DescribePhoneNumbersCommand";
|
|
41
|
+
import { type DescribePoolsCommandInput, type DescribePoolsCommandOutput } from "./commands/DescribePoolsCommand";
|
|
42
|
+
import { type DescribeProtectConfigurationsCommandInput, type DescribeProtectConfigurationsCommandOutput } from "./commands/DescribeProtectConfigurationsCommand";
|
|
43
|
+
import { type DescribeRegistrationAttachmentsCommandInput, type DescribeRegistrationAttachmentsCommandOutput } from "./commands/DescribeRegistrationAttachmentsCommand";
|
|
44
|
+
import { type DescribeRegistrationFieldDefinitionsCommandInput, type DescribeRegistrationFieldDefinitionsCommandOutput } from "./commands/DescribeRegistrationFieldDefinitionsCommand";
|
|
45
|
+
import { type DescribeRegistrationFieldValuesCommandInput, type DescribeRegistrationFieldValuesCommandOutput } from "./commands/DescribeRegistrationFieldValuesCommand";
|
|
46
|
+
import { type DescribeRegistrationsCommandInput, type DescribeRegistrationsCommandOutput } from "./commands/DescribeRegistrationsCommand";
|
|
47
|
+
import { type DescribeRegistrationSectionDefinitionsCommandInput, type DescribeRegistrationSectionDefinitionsCommandOutput } from "./commands/DescribeRegistrationSectionDefinitionsCommand";
|
|
48
|
+
import { type DescribeRegistrationTypeDefinitionsCommandInput, type DescribeRegistrationTypeDefinitionsCommandOutput } from "./commands/DescribeRegistrationTypeDefinitionsCommand";
|
|
49
|
+
import { type DescribeRegistrationVersionsCommandInput, type DescribeRegistrationVersionsCommandOutput } from "./commands/DescribeRegistrationVersionsCommand";
|
|
50
|
+
import { type DescribeSenderIdsCommandInput, type DescribeSenderIdsCommandOutput } from "./commands/DescribeSenderIdsCommand";
|
|
51
|
+
import { type DescribeSpendLimitsCommandInput, type DescribeSpendLimitsCommandOutput } from "./commands/DescribeSpendLimitsCommand";
|
|
52
|
+
import { type DescribeVerifiedDestinationNumbersCommandInput, type DescribeVerifiedDestinationNumbersCommandOutput } from "./commands/DescribeVerifiedDestinationNumbersCommand";
|
|
53
|
+
import { type DisassociateOriginationIdentityCommandInput, type DisassociateOriginationIdentityCommandOutput } from "./commands/DisassociateOriginationIdentityCommand";
|
|
54
|
+
import { type DisassociateProtectConfigurationCommandInput, type DisassociateProtectConfigurationCommandOutput } from "./commands/DisassociateProtectConfigurationCommand";
|
|
55
|
+
import { type DiscardRegistrationVersionCommandInput, type DiscardRegistrationVersionCommandOutput } from "./commands/DiscardRegistrationVersionCommand";
|
|
56
|
+
import { type GetProtectConfigurationCountryRuleSetCommandInput, type GetProtectConfigurationCountryRuleSetCommandOutput } from "./commands/GetProtectConfigurationCountryRuleSetCommand";
|
|
57
|
+
import { type GetResourcePolicyCommandInput, type GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
58
|
+
import { type ListPoolOriginationIdentitiesCommandInput, type ListPoolOriginationIdentitiesCommandOutput } from "./commands/ListPoolOriginationIdentitiesCommand";
|
|
59
|
+
import { type ListProtectConfigurationRuleSetNumberOverridesCommandInput, type ListProtectConfigurationRuleSetNumberOverridesCommandOutput } from "./commands/ListProtectConfigurationRuleSetNumberOverridesCommand";
|
|
60
|
+
import { type ListRegistrationAssociationsCommandInput, type ListRegistrationAssociationsCommandOutput } from "./commands/ListRegistrationAssociationsCommand";
|
|
61
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
62
|
+
import { type PutKeywordCommandInput, type PutKeywordCommandOutput } from "./commands/PutKeywordCommand";
|
|
63
|
+
import { type PutMessageFeedbackCommandInput, type PutMessageFeedbackCommandOutput } from "./commands/PutMessageFeedbackCommand";
|
|
64
|
+
import { type PutOptedOutNumberCommandInput, type PutOptedOutNumberCommandOutput } from "./commands/PutOptedOutNumberCommand";
|
|
65
|
+
import { type PutProtectConfigurationRuleSetNumberOverrideCommandInput, type PutProtectConfigurationRuleSetNumberOverrideCommandOutput } from "./commands/PutProtectConfigurationRuleSetNumberOverrideCommand";
|
|
66
|
+
import { type PutRegistrationFieldValueCommandInput, type PutRegistrationFieldValueCommandOutput } from "./commands/PutRegistrationFieldValueCommand";
|
|
67
|
+
import { type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
68
|
+
import { type ReleasePhoneNumberCommandInput, type ReleasePhoneNumberCommandOutput } from "./commands/ReleasePhoneNumberCommand";
|
|
69
|
+
import { type ReleaseSenderIdCommandInput, type ReleaseSenderIdCommandOutput } from "./commands/ReleaseSenderIdCommand";
|
|
70
|
+
import { type RequestPhoneNumberCommandInput, type RequestPhoneNumberCommandOutput } from "./commands/RequestPhoneNumberCommand";
|
|
71
|
+
import { type RequestSenderIdCommandInput, type RequestSenderIdCommandOutput } from "./commands/RequestSenderIdCommand";
|
|
72
|
+
import { type SendDestinationNumberVerificationCodeCommandInput, type SendDestinationNumberVerificationCodeCommandOutput } from "./commands/SendDestinationNumberVerificationCodeCommand";
|
|
73
|
+
import { type SendMediaMessageCommandInput, type SendMediaMessageCommandOutput } from "./commands/SendMediaMessageCommand";
|
|
74
|
+
import { type SendTextMessageCommandInput, type SendTextMessageCommandOutput } from "./commands/SendTextMessageCommand";
|
|
75
|
+
import { type SendVoiceMessageCommandInput, type SendVoiceMessageCommandOutput } from "./commands/SendVoiceMessageCommand";
|
|
76
|
+
import { type SetAccountDefaultProtectConfigurationCommandInput, type SetAccountDefaultProtectConfigurationCommandOutput } from "./commands/SetAccountDefaultProtectConfigurationCommand";
|
|
77
|
+
import { type SetDefaultMessageFeedbackEnabledCommandInput, type SetDefaultMessageFeedbackEnabledCommandOutput } from "./commands/SetDefaultMessageFeedbackEnabledCommand";
|
|
78
|
+
import { type SetDefaultMessageTypeCommandInput, type SetDefaultMessageTypeCommandOutput } from "./commands/SetDefaultMessageTypeCommand";
|
|
79
|
+
import { type SetDefaultSenderIdCommandInput, type SetDefaultSenderIdCommandOutput } from "./commands/SetDefaultSenderIdCommand";
|
|
80
|
+
import { type SetMediaMessageSpendLimitOverrideCommandInput, type SetMediaMessageSpendLimitOverrideCommandOutput } from "./commands/SetMediaMessageSpendLimitOverrideCommand";
|
|
81
|
+
import { type SetTextMessageSpendLimitOverrideCommandInput, type SetTextMessageSpendLimitOverrideCommandOutput } from "./commands/SetTextMessageSpendLimitOverrideCommand";
|
|
82
|
+
import { type SetVoiceMessageSpendLimitOverrideCommandInput, type SetVoiceMessageSpendLimitOverrideCommandOutput } from "./commands/SetVoiceMessageSpendLimitOverrideCommand";
|
|
83
|
+
import { type SubmitRegistrationVersionCommandInput, type SubmitRegistrationVersionCommandOutput } from "./commands/SubmitRegistrationVersionCommand";
|
|
84
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
85
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
86
|
+
import { type UpdateEventDestinationCommandInput, type UpdateEventDestinationCommandOutput } from "./commands/UpdateEventDestinationCommand";
|
|
87
|
+
import { type UpdatePhoneNumberCommandInput, type UpdatePhoneNumberCommandOutput } from "./commands/UpdatePhoneNumberCommand";
|
|
88
|
+
import { type UpdatePoolCommandInput, type UpdatePoolCommandOutput } from "./commands/UpdatePoolCommand";
|
|
89
|
+
import { type UpdateProtectConfigurationCommandInput, type UpdateProtectConfigurationCommandOutput } from "./commands/UpdateProtectConfigurationCommand";
|
|
90
|
+
import { type UpdateProtectConfigurationCountryRuleSetCommandInput, type UpdateProtectConfigurationCountryRuleSetCommandOutput } from "./commands/UpdateProtectConfigurationCountryRuleSetCommand";
|
|
91
|
+
import { type UpdateSenderIdCommandInput, type UpdateSenderIdCommandOutput } from "./commands/UpdateSenderIdCommand";
|
|
92
|
+
import { type VerifyDestinationNumberCommandInput, type VerifyDestinationNumberCommandOutput } from "./commands/VerifyDestinationNumberCommand";
|
|
93
93
|
import { PinpointSMSVoiceV2Client } from "./PinpointSMSVoiceV2Client";
|
|
94
94
|
export interface PinpointSMSVoiceV2 {
|
|
95
95
|
/**
|
|
@@ -5,100 +5,100 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AssociateOriginationIdentityCommandInput, AssociateOriginationIdentityCommandOutput } from "./commands/AssociateOriginationIdentityCommand";
|
|
11
|
-
import { AssociateProtectConfigurationCommandInput, AssociateProtectConfigurationCommandOutput } from "./commands/AssociateProtectConfigurationCommand";
|
|
12
|
-
import { CarrierLookupCommandInput, CarrierLookupCommandOutput } from "./commands/CarrierLookupCommand";
|
|
13
|
-
import { CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput } from "./commands/CreateConfigurationSetCommand";
|
|
14
|
-
import { CreateEventDestinationCommandInput, CreateEventDestinationCommandOutput } from "./commands/CreateEventDestinationCommand";
|
|
15
|
-
import { CreateOptOutListCommandInput, CreateOptOutListCommandOutput } from "./commands/CreateOptOutListCommand";
|
|
16
|
-
import { CreatePoolCommandInput, CreatePoolCommandOutput } from "./commands/CreatePoolCommand";
|
|
17
|
-
import { CreateProtectConfigurationCommandInput, CreateProtectConfigurationCommandOutput } from "./commands/CreateProtectConfigurationCommand";
|
|
18
|
-
import { CreateRegistrationAssociationCommandInput, CreateRegistrationAssociationCommandOutput } from "./commands/CreateRegistrationAssociationCommand";
|
|
19
|
-
import { CreateRegistrationAttachmentCommandInput, CreateRegistrationAttachmentCommandOutput } from "./commands/CreateRegistrationAttachmentCommand";
|
|
20
|
-
import { CreateRegistrationCommandInput, CreateRegistrationCommandOutput } from "./commands/CreateRegistrationCommand";
|
|
21
|
-
import { CreateRegistrationVersionCommandInput, CreateRegistrationVersionCommandOutput } from "./commands/CreateRegistrationVersionCommand";
|
|
22
|
-
import { CreateVerifiedDestinationNumberCommandInput, CreateVerifiedDestinationNumberCommandOutput } from "./commands/CreateVerifiedDestinationNumberCommand";
|
|
23
|
-
import { DeleteAccountDefaultProtectConfigurationCommandInput, DeleteAccountDefaultProtectConfigurationCommandOutput } from "./commands/DeleteAccountDefaultProtectConfigurationCommand";
|
|
24
|
-
import { DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput } from "./commands/DeleteConfigurationSetCommand";
|
|
25
|
-
import { DeleteDefaultMessageTypeCommandInput, DeleteDefaultMessageTypeCommandOutput } from "./commands/DeleteDefaultMessageTypeCommand";
|
|
26
|
-
import { DeleteDefaultSenderIdCommandInput, DeleteDefaultSenderIdCommandOutput } from "./commands/DeleteDefaultSenderIdCommand";
|
|
27
|
-
import { DeleteEventDestinationCommandInput, DeleteEventDestinationCommandOutput } from "./commands/DeleteEventDestinationCommand";
|
|
28
|
-
import { DeleteKeywordCommandInput, DeleteKeywordCommandOutput } from "./commands/DeleteKeywordCommand";
|
|
29
|
-
import { DeleteMediaMessageSpendLimitOverrideCommandInput, DeleteMediaMessageSpendLimitOverrideCommandOutput } from "./commands/DeleteMediaMessageSpendLimitOverrideCommand";
|
|
30
|
-
import { DeleteOptedOutNumberCommandInput, DeleteOptedOutNumberCommandOutput } from "./commands/DeleteOptedOutNumberCommand";
|
|
31
|
-
import { DeleteOptOutListCommandInput, DeleteOptOutListCommandOutput } from "./commands/DeleteOptOutListCommand";
|
|
32
|
-
import { DeletePoolCommandInput, DeletePoolCommandOutput } from "./commands/DeletePoolCommand";
|
|
33
|
-
import { DeleteProtectConfigurationCommandInput, DeleteProtectConfigurationCommandOutput } from "./commands/DeleteProtectConfigurationCommand";
|
|
34
|
-
import { DeleteProtectConfigurationRuleSetNumberOverrideCommandInput, DeleteProtectConfigurationRuleSetNumberOverrideCommandOutput } from "./commands/DeleteProtectConfigurationRuleSetNumberOverrideCommand";
|
|
35
|
-
import { DeleteRegistrationAttachmentCommandInput, DeleteRegistrationAttachmentCommandOutput } from "./commands/DeleteRegistrationAttachmentCommand";
|
|
36
|
-
import { DeleteRegistrationCommandInput, DeleteRegistrationCommandOutput } from "./commands/DeleteRegistrationCommand";
|
|
37
|
-
import { DeleteRegistrationFieldValueCommandInput, DeleteRegistrationFieldValueCommandOutput } from "./commands/DeleteRegistrationFieldValueCommand";
|
|
38
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
39
|
-
import { DeleteTextMessageSpendLimitOverrideCommandInput, DeleteTextMessageSpendLimitOverrideCommandOutput } from "./commands/DeleteTextMessageSpendLimitOverrideCommand";
|
|
40
|
-
import { DeleteVerifiedDestinationNumberCommandInput, DeleteVerifiedDestinationNumberCommandOutput } from "./commands/DeleteVerifiedDestinationNumberCommand";
|
|
41
|
-
import { DeleteVoiceMessageSpendLimitOverrideCommandInput, DeleteVoiceMessageSpendLimitOverrideCommandOutput } from "./commands/DeleteVoiceMessageSpendLimitOverrideCommand";
|
|
42
|
-
import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
|
|
43
|
-
import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
|
|
44
|
-
import { DescribeConfigurationSetsCommandInput, DescribeConfigurationSetsCommandOutput } from "./commands/DescribeConfigurationSetsCommand";
|
|
45
|
-
import { DescribeKeywordsCommandInput, DescribeKeywordsCommandOutput } from "./commands/DescribeKeywordsCommand";
|
|
46
|
-
import { DescribeOptedOutNumbersCommandInput, DescribeOptedOutNumbersCommandOutput } from "./commands/DescribeOptedOutNumbersCommand";
|
|
47
|
-
import { DescribeOptOutListsCommandInput, DescribeOptOutListsCommandOutput } from "./commands/DescribeOptOutListsCommand";
|
|
48
|
-
import { DescribePhoneNumbersCommandInput, DescribePhoneNumbersCommandOutput } from "./commands/DescribePhoneNumbersCommand";
|
|
49
|
-
import { DescribePoolsCommandInput, DescribePoolsCommandOutput } from "./commands/DescribePoolsCommand";
|
|
50
|
-
import { DescribeProtectConfigurationsCommandInput, DescribeProtectConfigurationsCommandOutput } from "./commands/DescribeProtectConfigurationsCommand";
|
|
51
|
-
import { DescribeRegistrationAttachmentsCommandInput, DescribeRegistrationAttachmentsCommandOutput } from "./commands/DescribeRegistrationAttachmentsCommand";
|
|
52
|
-
import { DescribeRegistrationFieldDefinitionsCommandInput, DescribeRegistrationFieldDefinitionsCommandOutput } from "./commands/DescribeRegistrationFieldDefinitionsCommand";
|
|
53
|
-
import { DescribeRegistrationFieldValuesCommandInput, DescribeRegistrationFieldValuesCommandOutput } from "./commands/DescribeRegistrationFieldValuesCommand";
|
|
54
|
-
import { DescribeRegistrationsCommandInput, DescribeRegistrationsCommandOutput } from "./commands/DescribeRegistrationsCommand";
|
|
55
|
-
import { DescribeRegistrationSectionDefinitionsCommandInput, DescribeRegistrationSectionDefinitionsCommandOutput } from "./commands/DescribeRegistrationSectionDefinitionsCommand";
|
|
56
|
-
import { DescribeRegistrationTypeDefinitionsCommandInput, DescribeRegistrationTypeDefinitionsCommandOutput } from "./commands/DescribeRegistrationTypeDefinitionsCommand";
|
|
57
|
-
import { DescribeRegistrationVersionsCommandInput, DescribeRegistrationVersionsCommandOutput } from "./commands/DescribeRegistrationVersionsCommand";
|
|
58
|
-
import { DescribeSenderIdsCommandInput, DescribeSenderIdsCommandOutput } from "./commands/DescribeSenderIdsCommand";
|
|
59
|
-
import { DescribeSpendLimitsCommandInput, DescribeSpendLimitsCommandOutput } from "./commands/DescribeSpendLimitsCommand";
|
|
60
|
-
import { DescribeVerifiedDestinationNumbersCommandInput, DescribeVerifiedDestinationNumbersCommandOutput } from "./commands/DescribeVerifiedDestinationNumbersCommand";
|
|
61
|
-
import { DisassociateOriginationIdentityCommandInput, DisassociateOriginationIdentityCommandOutput } from "./commands/DisassociateOriginationIdentityCommand";
|
|
62
|
-
import { DisassociateProtectConfigurationCommandInput, DisassociateProtectConfigurationCommandOutput } from "./commands/DisassociateProtectConfigurationCommand";
|
|
63
|
-
import { DiscardRegistrationVersionCommandInput, DiscardRegistrationVersionCommandOutput } from "./commands/DiscardRegistrationVersionCommand";
|
|
64
|
-
import { GetProtectConfigurationCountryRuleSetCommandInput, GetProtectConfigurationCountryRuleSetCommandOutput } from "./commands/GetProtectConfigurationCountryRuleSetCommand";
|
|
65
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
66
|
-
import { ListPoolOriginationIdentitiesCommandInput, ListPoolOriginationIdentitiesCommandOutput } from "./commands/ListPoolOriginationIdentitiesCommand";
|
|
67
|
-
import { ListProtectConfigurationRuleSetNumberOverridesCommandInput, ListProtectConfigurationRuleSetNumberOverridesCommandOutput } from "./commands/ListProtectConfigurationRuleSetNumberOverridesCommand";
|
|
68
|
-
import { ListRegistrationAssociationsCommandInput, ListRegistrationAssociationsCommandOutput } from "./commands/ListRegistrationAssociationsCommand";
|
|
69
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
70
|
-
import { PutKeywordCommandInput, PutKeywordCommandOutput } from "./commands/PutKeywordCommand";
|
|
71
|
-
import { PutMessageFeedbackCommandInput, PutMessageFeedbackCommandOutput } from "./commands/PutMessageFeedbackCommand";
|
|
72
|
-
import { PutOptedOutNumberCommandInput, PutOptedOutNumberCommandOutput } from "./commands/PutOptedOutNumberCommand";
|
|
73
|
-
import { PutProtectConfigurationRuleSetNumberOverrideCommandInput, PutProtectConfigurationRuleSetNumberOverrideCommandOutput } from "./commands/PutProtectConfigurationRuleSetNumberOverrideCommand";
|
|
74
|
-
import { PutRegistrationFieldValueCommandInput, PutRegistrationFieldValueCommandOutput } from "./commands/PutRegistrationFieldValueCommand";
|
|
75
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
76
|
-
import { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "./commands/ReleasePhoneNumberCommand";
|
|
77
|
-
import { ReleaseSenderIdCommandInput, ReleaseSenderIdCommandOutput } from "./commands/ReleaseSenderIdCommand";
|
|
78
|
-
import { RequestPhoneNumberCommandInput, RequestPhoneNumberCommandOutput } from "./commands/RequestPhoneNumberCommand";
|
|
79
|
-
import { RequestSenderIdCommandInput, RequestSenderIdCommandOutput } from "./commands/RequestSenderIdCommand";
|
|
80
|
-
import { SendDestinationNumberVerificationCodeCommandInput, SendDestinationNumberVerificationCodeCommandOutput } from "./commands/SendDestinationNumberVerificationCodeCommand";
|
|
81
|
-
import { SendMediaMessageCommandInput, SendMediaMessageCommandOutput } from "./commands/SendMediaMessageCommand";
|
|
82
|
-
import { SendTextMessageCommandInput, SendTextMessageCommandOutput } from "./commands/SendTextMessageCommand";
|
|
83
|
-
import { SendVoiceMessageCommandInput, SendVoiceMessageCommandOutput } from "./commands/SendVoiceMessageCommand";
|
|
84
|
-
import { SetAccountDefaultProtectConfigurationCommandInput, SetAccountDefaultProtectConfigurationCommandOutput } from "./commands/SetAccountDefaultProtectConfigurationCommand";
|
|
85
|
-
import { SetDefaultMessageFeedbackEnabledCommandInput, SetDefaultMessageFeedbackEnabledCommandOutput } from "./commands/SetDefaultMessageFeedbackEnabledCommand";
|
|
86
|
-
import { SetDefaultMessageTypeCommandInput, SetDefaultMessageTypeCommandOutput } from "./commands/SetDefaultMessageTypeCommand";
|
|
87
|
-
import { SetDefaultSenderIdCommandInput, SetDefaultSenderIdCommandOutput } from "./commands/SetDefaultSenderIdCommand";
|
|
88
|
-
import { SetMediaMessageSpendLimitOverrideCommandInput, SetMediaMessageSpendLimitOverrideCommandOutput } from "./commands/SetMediaMessageSpendLimitOverrideCommand";
|
|
89
|
-
import { SetTextMessageSpendLimitOverrideCommandInput, SetTextMessageSpendLimitOverrideCommandOutput } from "./commands/SetTextMessageSpendLimitOverrideCommand";
|
|
90
|
-
import { SetVoiceMessageSpendLimitOverrideCommandInput, SetVoiceMessageSpendLimitOverrideCommandOutput } from "./commands/SetVoiceMessageSpendLimitOverrideCommand";
|
|
91
|
-
import { SubmitRegistrationVersionCommandInput, SubmitRegistrationVersionCommandOutput } from "./commands/SubmitRegistrationVersionCommand";
|
|
92
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
93
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
94
|
-
import { UpdateEventDestinationCommandInput, UpdateEventDestinationCommandOutput } from "./commands/UpdateEventDestinationCommand";
|
|
95
|
-
import { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "./commands/UpdatePhoneNumberCommand";
|
|
96
|
-
import { UpdatePoolCommandInput, UpdatePoolCommandOutput } from "./commands/UpdatePoolCommand";
|
|
97
|
-
import { UpdateProtectConfigurationCommandInput, UpdateProtectConfigurationCommandOutput } from "./commands/UpdateProtectConfigurationCommand";
|
|
98
|
-
import { UpdateProtectConfigurationCountryRuleSetCommandInput, UpdateProtectConfigurationCountryRuleSetCommandOutput } from "./commands/UpdateProtectConfigurationCountryRuleSetCommand";
|
|
99
|
-
import { UpdateSenderIdCommandInput, UpdateSenderIdCommandOutput } from "./commands/UpdateSenderIdCommand";
|
|
100
|
-
import { VerifyDestinationNumberCommandInput, VerifyDestinationNumberCommandOutput } from "./commands/VerifyDestinationNumberCommand";
|
|
101
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AssociateOriginationIdentityCommandInput, AssociateOriginationIdentityCommandOutput } from "./commands/AssociateOriginationIdentityCommand";
|
|
11
|
+
import type { AssociateProtectConfigurationCommandInput, AssociateProtectConfigurationCommandOutput } from "./commands/AssociateProtectConfigurationCommand";
|
|
12
|
+
import type { CarrierLookupCommandInput, CarrierLookupCommandOutput } from "./commands/CarrierLookupCommand";
|
|
13
|
+
import type { CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput } from "./commands/CreateConfigurationSetCommand";
|
|
14
|
+
import type { CreateEventDestinationCommandInput, CreateEventDestinationCommandOutput } from "./commands/CreateEventDestinationCommand";
|
|
15
|
+
import type { CreateOptOutListCommandInput, CreateOptOutListCommandOutput } from "./commands/CreateOptOutListCommand";
|
|
16
|
+
import type { CreatePoolCommandInput, CreatePoolCommandOutput } from "./commands/CreatePoolCommand";
|
|
17
|
+
import type { CreateProtectConfigurationCommandInput, CreateProtectConfigurationCommandOutput } from "./commands/CreateProtectConfigurationCommand";
|
|
18
|
+
import type { CreateRegistrationAssociationCommandInput, CreateRegistrationAssociationCommandOutput } from "./commands/CreateRegistrationAssociationCommand";
|
|
19
|
+
import type { CreateRegistrationAttachmentCommandInput, CreateRegistrationAttachmentCommandOutput } from "./commands/CreateRegistrationAttachmentCommand";
|
|
20
|
+
import type { CreateRegistrationCommandInput, CreateRegistrationCommandOutput } from "./commands/CreateRegistrationCommand";
|
|
21
|
+
import type { CreateRegistrationVersionCommandInput, CreateRegistrationVersionCommandOutput } from "./commands/CreateRegistrationVersionCommand";
|
|
22
|
+
import type { CreateVerifiedDestinationNumberCommandInput, CreateVerifiedDestinationNumberCommandOutput } from "./commands/CreateVerifiedDestinationNumberCommand";
|
|
23
|
+
import type { DeleteAccountDefaultProtectConfigurationCommandInput, DeleteAccountDefaultProtectConfigurationCommandOutput } from "./commands/DeleteAccountDefaultProtectConfigurationCommand";
|
|
24
|
+
import type { DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput } from "./commands/DeleteConfigurationSetCommand";
|
|
25
|
+
import type { DeleteDefaultMessageTypeCommandInput, DeleteDefaultMessageTypeCommandOutput } from "./commands/DeleteDefaultMessageTypeCommand";
|
|
26
|
+
import type { DeleteDefaultSenderIdCommandInput, DeleteDefaultSenderIdCommandOutput } from "./commands/DeleteDefaultSenderIdCommand";
|
|
27
|
+
import type { DeleteEventDestinationCommandInput, DeleteEventDestinationCommandOutput } from "./commands/DeleteEventDestinationCommand";
|
|
28
|
+
import type { DeleteKeywordCommandInput, DeleteKeywordCommandOutput } from "./commands/DeleteKeywordCommand";
|
|
29
|
+
import type { DeleteMediaMessageSpendLimitOverrideCommandInput, DeleteMediaMessageSpendLimitOverrideCommandOutput } from "./commands/DeleteMediaMessageSpendLimitOverrideCommand";
|
|
30
|
+
import type { DeleteOptedOutNumberCommandInput, DeleteOptedOutNumberCommandOutput } from "./commands/DeleteOptedOutNumberCommand";
|
|
31
|
+
import type { DeleteOptOutListCommandInput, DeleteOptOutListCommandOutput } from "./commands/DeleteOptOutListCommand";
|
|
32
|
+
import type { DeletePoolCommandInput, DeletePoolCommandOutput } from "./commands/DeletePoolCommand";
|
|
33
|
+
import type { DeleteProtectConfigurationCommandInput, DeleteProtectConfigurationCommandOutput } from "./commands/DeleteProtectConfigurationCommand";
|
|
34
|
+
import type { DeleteProtectConfigurationRuleSetNumberOverrideCommandInput, DeleteProtectConfigurationRuleSetNumberOverrideCommandOutput } from "./commands/DeleteProtectConfigurationRuleSetNumberOverrideCommand";
|
|
35
|
+
import type { DeleteRegistrationAttachmentCommandInput, DeleteRegistrationAttachmentCommandOutput } from "./commands/DeleteRegistrationAttachmentCommand";
|
|
36
|
+
import type { DeleteRegistrationCommandInput, DeleteRegistrationCommandOutput } from "./commands/DeleteRegistrationCommand";
|
|
37
|
+
import type { DeleteRegistrationFieldValueCommandInput, DeleteRegistrationFieldValueCommandOutput } from "./commands/DeleteRegistrationFieldValueCommand";
|
|
38
|
+
import type { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
39
|
+
import type { DeleteTextMessageSpendLimitOverrideCommandInput, DeleteTextMessageSpendLimitOverrideCommandOutput } from "./commands/DeleteTextMessageSpendLimitOverrideCommand";
|
|
40
|
+
import type { DeleteVerifiedDestinationNumberCommandInput, DeleteVerifiedDestinationNumberCommandOutput } from "./commands/DeleteVerifiedDestinationNumberCommand";
|
|
41
|
+
import type { DeleteVoiceMessageSpendLimitOverrideCommandInput, DeleteVoiceMessageSpendLimitOverrideCommandOutput } from "./commands/DeleteVoiceMessageSpendLimitOverrideCommand";
|
|
42
|
+
import type { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
|
|
43
|
+
import type { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
|
|
44
|
+
import type { DescribeConfigurationSetsCommandInput, DescribeConfigurationSetsCommandOutput } from "./commands/DescribeConfigurationSetsCommand";
|
|
45
|
+
import type { DescribeKeywordsCommandInput, DescribeKeywordsCommandOutput } from "./commands/DescribeKeywordsCommand";
|
|
46
|
+
import type { DescribeOptedOutNumbersCommandInput, DescribeOptedOutNumbersCommandOutput } from "./commands/DescribeOptedOutNumbersCommand";
|
|
47
|
+
import type { DescribeOptOutListsCommandInput, DescribeOptOutListsCommandOutput } from "./commands/DescribeOptOutListsCommand";
|
|
48
|
+
import type { DescribePhoneNumbersCommandInput, DescribePhoneNumbersCommandOutput } from "./commands/DescribePhoneNumbersCommand";
|
|
49
|
+
import type { DescribePoolsCommandInput, DescribePoolsCommandOutput } from "./commands/DescribePoolsCommand";
|
|
50
|
+
import type { DescribeProtectConfigurationsCommandInput, DescribeProtectConfigurationsCommandOutput } from "./commands/DescribeProtectConfigurationsCommand";
|
|
51
|
+
import type { DescribeRegistrationAttachmentsCommandInput, DescribeRegistrationAttachmentsCommandOutput } from "./commands/DescribeRegistrationAttachmentsCommand";
|
|
52
|
+
import type { DescribeRegistrationFieldDefinitionsCommandInput, DescribeRegistrationFieldDefinitionsCommandOutput } from "./commands/DescribeRegistrationFieldDefinitionsCommand";
|
|
53
|
+
import type { DescribeRegistrationFieldValuesCommandInput, DescribeRegistrationFieldValuesCommandOutput } from "./commands/DescribeRegistrationFieldValuesCommand";
|
|
54
|
+
import type { DescribeRegistrationsCommandInput, DescribeRegistrationsCommandOutput } from "./commands/DescribeRegistrationsCommand";
|
|
55
|
+
import type { DescribeRegistrationSectionDefinitionsCommandInput, DescribeRegistrationSectionDefinitionsCommandOutput } from "./commands/DescribeRegistrationSectionDefinitionsCommand";
|
|
56
|
+
import type { DescribeRegistrationTypeDefinitionsCommandInput, DescribeRegistrationTypeDefinitionsCommandOutput } from "./commands/DescribeRegistrationTypeDefinitionsCommand";
|
|
57
|
+
import type { DescribeRegistrationVersionsCommandInput, DescribeRegistrationVersionsCommandOutput } from "./commands/DescribeRegistrationVersionsCommand";
|
|
58
|
+
import type { DescribeSenderIdsCommandInput, DescribeSenderIdsCommandOutput } from "./commands/DescribeSenderIdsCommand";
|
|
59
|
+
import type { DescribeSpendLimitsCommandInput, DescribeSpendLimitsCommandOutput } from "./commands/DescribeSpendLimitsCommand";
|
|
60
|
+
import type { DescribeVerifiedDestinationNumbersCommandInput, DescribeVerifiedDestinationNumbersCommandOutput } from "./commands/DescribeVerifiedDestinationNumbersCommand";
|
|
61
|
+
import type { DisassociateOriginationIdentityCommandInput, DisassociateOriginationIdentityCommandOutput } from "./commands/DisassociateOriginationIdentityCommand";
|
|
62
|
+
import type { DisassociateProtectConfigurationCommandInput, DisassociateProtectConfigurationCommandOutput } from "./commands/DisassociateProtectConfigurationCommand";
|
|
63
|
+
import type { DiscardRegistrationVersionCommandInput, DiscardRegistrationVersionCommandOutput } from "./commands/DiscardRegistrationVersionCommand";
|
|
64
|
+
import type { GetProtectConfigurationCountryRuleSetCommandInput, GetProtectConfigurationCountryRuleSetCommandOutput } from "./commands/GetProtectConfigurationCountryRuleSetCommand";
|
|
65
|
+
import type { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
66
|
+
import type { ListPoolOriginationIdentitiesCommandInput, ListPoolOriginationIdentitiesCommandOutput } from "./commands/ListPoolOriginationIdentitiesCommand";
|
|
67
|
+
import type { ListProtectConfigurationRuleSetNumberOverridesCommandInput, ListProtectConfigurationRuleSetNumberOverridesCommandOutput } from "./commands/ListProtectConfigurationRuleSetNumberOverridesCommand";
|
|
68
|
+
import type { ListRegistrationAssociationsCommandInput, ListRegistrationAssociationsCommandOutput } from "./commands/ListRegistrationAssociationsCommand";
|
|
69
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
70
|
+
import type { PutKeywordCommandInput, PutKeywordCommandOutput } from "./commands/PutKeywordCommand";
|
|
71
|
+
import type { PutMessageFeedbackCommandInput, PutMessageFeedbackCommandOutput } from "./commands/PutMessageFeedbackCommand";
|
|
72
|
+
import type { PutOptedOutNumberCommandInput, PutOptedOutNumberCommandOutput } from "./commands/PutOptedOutNumberCommand";
|
|
73
|
+
import type { PutProtectConfigurationRuleSetNumberOverrideCommandInput, PutProtectConfigurationRuleSetNumberOverrideCommandOutput } from "./commands/PutProtectConfigurationRuleSetNumberOverrideCommand";
|
|
74
|
+
import type { PutRegistrationFieldValueCommandInput, PutRegistrationFieldValueCommandOutput } from "./commands/PutRegistrationFieldValueCommand";
|
|
75
|
+
import type { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
76
|
+
import type { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "./commands/ReleasePhoneNumberCommand";
|
|
77
|
+
import type { ReleaseSenderIdCommandInput, ReleaseSenderIdCommandOutput } from "./commands/ReleaseSenderIdCommand";
|
|
78
|
+
import type { RequestPhoneNumberCommandInput, RequestPhoneNumberCommandOutput } from "./commands/RequestPhoneNumberCommand";
|
|
79
|
+
import type { RequestSenderIdCommandInput, RequestSenderIdCommandOutput } from "./commands/RequestSenderIdCommand";
|
|
80
|
+
import type { SendDestinationNumberVerificationCodeCommandInput, SendDestinationNumberVerificationCodeCommandOutput } from "./commands/SendDestinationNumberVerificationCodeCommand";
|
|
81
|
+
import type { SendMediaMessageCommandInput, SendMediaMessageCommandOutput } from "./commands/SendMediaMessageCommand";
|
|
82
|
+
import type { SendTextMessageCommandInput, SendTextMessageCommandOutput } from "./commands/SendTextMessageCommand";
|
|
83
|
+
import type { SendVoiceMessageCommandInput, SendVoiceMessageCommandOutput } from "./commands/SendVoiceMessageCommand";
|
|
84
|
+
import type { SetAccountDefaultProtectConfigurationCommandInput, SetAccountDefaultProtectConfigurationCommandOutput } from "./commands/SetAccountDefaultProtectConfigurationCommand";
|
|
85
|
+
import type { SetDefaultMessageFeedbackEnabledCommandInput, SetDefaultMessageFeedbackEnabledCommandOutput } from "./commands/SetDefaultMessageFeedbackEnabledCommand";
|
|
86
|
+
import type { SetDefaultMessageTypeCommandInput, SetDefaultMessageTypeCommandOutput } from "./commands/SetDefaultMessageTypeCommand";
|
|
87
|
+
import type { SetDefaultSenderIdCommandInput, SetDefaultSenderIdCommandOutput } from "./commands/SetDefaultSenderIdCommand";
|
|
88
|
+
import type { SetMediaMessageSpendLimitOverrideCommandInput, SetMediaMessageSpendLimitOverrideCommandOutput } from "./commands/SetMediaMessageSpendLimitOverrideCommand";
|
|
89
|
+
import type { SetTextMessageSpendLimitOverrideCommandInput, SetTextMessageSpendLimitOverrideCommandOutput } from "./commands/SetTextMessageSpendLimitOverrideCommand";
|
|
90
|
+
import type { SetVoiceMessageSpendLimitOverrideCommandInput, SetVoiceMessageSpendLimitOverrideCommandOutput } from "./commands/SetVoiceMessageSpendLimitOverrideCommand";
|
|
91
|
+
import type { SubmitRegistrationVersionCommandInput, SubmitRegistrationVersionCommandOutput } from "./commands/SubmitRegistrationVersionCommand";
|
|
92
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
93
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
94
|
+
import type { UpdateEventDestinationCommandInput, UpdateEventDestinationCommandOutput } from "./commands/UpdateEventDestinationCommand";
|
|
95
|
+
import type { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "./commands/UpdatePhoneNumberCommand";
|
|
96
|
+
import type { UpdatePoolCommandInput, UpdatePoolCommandOutput } from "./commands/UpdatePoolCommand";
|
|
97
|
+
import type { UpdateProtectConfigurationCommandInput, UpdateProtectConfigurationCommandOutput } from "./commands/UpdateProtectConfigurationCommand";
|
|
98
|
+
import type { UpdateProtectConfigurationCountryRuleSetCommandInput, UpdateProtectConfigurationCountryRuleSetCommandOutput } from "./commands/UpdateProtectConfigurationCountryRuleSetCommand";
|
|
99
|
+
import type { UpdateSenderIdCommandInput, UpdateSenderIdCommandOutput } from "./commands/UpdateSenderIdCommand";
|
|
100
|
+
import type { VerifyDestinationNumberCommandInput, VerifyDestinationNumberCommandOutput } from "./commands/VerifyDestinationNumberCommand";
|
|
101
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
102
102
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
103
103
|
export { __Client };
|
|
104
104
|
/**
|
|
@@ -207,7 +207,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
207
207
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
208
208
|
* @internal
|
|
209
209
|
*/
|
|
210
|
-
defaultUserAgentProvider?:
|
|
210
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
211
211
|
/**
|
|
212
212
|
* Default credentials provider; Not available in browser runtime.
|
|
213
213
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { PinpointSMSVoiceV2HttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export * from "./PinpointSMSVoiceV2Client";
|
|
7
7
|
export * from "./PinpointSMSVoiceV2";
|
|
8
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
8
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { PinpointSMSVoiceV2ExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { AccessDeniedExceptionReason, ConflictExceptionReason, ResourceType, ServiceQuotaExceededExceptionReason, ValidationExceptionReason } from "./enums";
|
|
3
|
-
import { ValidationExceptionField } from "./models_0";
|
|
2
|
+
import type { AccessDeniedExceptionReason, ConflictExceptionReason, ResourceType, ServiceQuotaExceededExceptionReason, ValidationExceptionReason } from "./enums";
|
|
3
|
+
import type { ValidationExceptionField } from "./models_0";
|
|
4
4
|
import { PinpointSMSVoiceV2ServiceException as __BaseException } from "./PinpointSMSVoiceV2ServiceException";
|
|
5
5
|
/**
|
|
6
6
|
* <p>The request was denied because you don't have sufficient permissions to access the resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccountAttributeName, AccountLimitName, AttachmentStatus, AttachmentUploadErrorReason, ConfigurationSetFilterName, DestinationCountryParameterKey, EventType, FieldRequirement, FieldType, KeywordAction, KeywordFilterName, LanguageCode, MessageFeedbackStatus, MessageType, NumberCapability, NumberStatus, NumberType, OptedOutFilterName, Owner, PhoneNumberFilterName, PhoneNumberType, PoolFilterName, PoolOriginationIdentitiesFilterName, PoolStatus, ProtectConfigurationFilterName, ProtectConfigurationRuleOverrideAction, ProtectConfigurationRuleSetNumberOverrideFilterName, ProtectStatus, RegistrationAssociationBehavior, RegistrationAssociationFilterName, RegistrationAttachmentFilterName, RegistrationDisassociationBehavior, RegistrationFilterName, RegistrationStatus, RegistrationTypeFilterName, RegistrationVersionFilterName, RegistrationVersionStatus, RequestableNumberType, SenderIdFilterName, SpendLimitName, VerificationChannel, VerificationStatus, VerifiedDestinationNumberFilterName, VoiceId, VoiceMessageBodyTextType } from "./enums";
|
|
1
|
+
import type { AccountAttributeName, AccountLimitName, AttachmentStatus, AttachmentUploadErrorReason, ConfigurationSetFilterName, DestinationCountryParameterKey, EventType, FieldRequirement, FieldType, KeywordAction, KeywordFilterName, LanguageCode, MessageFeedbackStatus, MessageType, NumberCapability, NumberStatus, NumberType, OptedOutFilterName, Owner, PhoneNumberFilterName, PhoneNumberType, PoolFilterName, PoolOriginationIdentitiesFilterName, PoolStatus, ProtectConfigurationFilterName, ProtectConfigurationRuleOverrideAction, ProtectConfigurationRuleSetNumberOverrideFilterName, ProtectStatus, RegistrationAssociationBehavior, RegistrationAssociationFilterName, RegistrationAttachmentFilterName, RegistrationDisassociationBehavior, RegistrationFilterName, RegistrationStatus, RegistrationTypeFilterName, RegistrationVersionFilterName, RegistrationVersionStatus, RequestableNumberType, SenderIdFilterName, SpendLimitName, VerificationChannel, VerificationStatus, VerifiedDestinationNumberFilterName, VoiceId, VoiceMessageBodyTextType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Displays the attributes associated with a single Amazon Web Services account.</p>
|
|
4
4
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "../commands/DescribeAccountAttributesCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "../commands/DescribeAccountLimitsCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeConfigurationSetsCommandInput, DescribeConfigurationSetsCommandOutput } from "../commands/DescribeConfigurationSetsCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeKeywordsCommandInput, DescribeKeywordsCommandOutput } from "../commands/DescribeKeywordsCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeOptOutListsCommandInput, DescribeOptOutListsCommandOutput } from "../commands/DescribeOptOutListsCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeOptedOutNumbersCommandInput, DescribeOptedOutNumbersCommandOutput } from "../commands/DescribeOptedOutNumbersCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribePhoneNumbersCommandInput, DescribePhoneNumbersCommandOutput } from "../commands/DescribePhoneNumbersCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribePoolsCommandInput, DescribePoolsCommandOutput } from "../commands/DescribePoolsCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeProtectConfigurationsCommandInput, DescribeProtectConfigurationsCommandOutput } from "../commands/DescribeProtectConfigurationsCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeRegistrationAttachmentsCommandInput, DescribeRegistrationAttachmentsCommandOutput } from "../commands/DescribeRegistrationAttachmentsCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeRegistrationFieldDefinitionsCommandInput, DescribeRegistrationFieldDefinitionsCommandOutput } from "../commands/DescribeRegistrationFieldDefinitionsCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeRegistrationFieldValuesCommandInput, DescribeRegistrationFieldValuesCommandOutput } from "../commands/DescribeRegistrationFieldValuesCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeRegistrationSectionDefinitionsCommandInput, DescribeRegistrationSectionDefinitionsCommandOutput } from "../commands/DescribeRegistrationSectionDefinitionsCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeRegistrationTypeDefinitionsCommandInput, DescribeRegistrationTypeDefinitionsCommandOutput } from "../commands/DescribeRegistrationTypeDefinitionsCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeRegistrationVersionsCommandInput, DescribeRegistrationVersionsCommandOutput } from "../commands/DescribeRegistrationVersionsCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeRegistrationsCommandInput, DescribeRegistrationsCommandOutput } from "../commands/DescribeRegistrationsCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeSenderIdsCommandInput, DescribeSenderIdsCommandOutput } from "../commands/DescribeSenderIdsCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeSpendLimitsCommandInput, DescribeSpendLimitsCommandOutput } from "../commands/DescribeSpendLimitsCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeVerifiedDestinationNumbersCommandInput, DescribeVerifiedDestinationNumbersCommandOutput } from "../commands/DescribeVerifiedDestinationNumbersCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPoolOriginationIdentitiesCommandInput, ListPoolOriginationIdentitiesCommandOutput } from "../commands/ListPoolOriginationIdentitiesCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListProtectConfigurationRuleSetNumberOverridesCommandInput, ListProtectConfigurationRuleSetNumberOverridesCommandOutput } from "../commands/ListProtectConfigurationRuleSetNumberOverridesCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRegistrationAssociationsCommandInput, ListRegistrationAssociationsCommandOutput } from "../commands/ListRegistrationAssociationsCommand";
|
|
3
|
-
import { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { PinpointSMSVoiceV2PaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -618,7 +617,7 @@ export interface ClientDefaults
|
|
|
618
617
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
619
618
|
region?: string | __Provider<string>;
|
|
620
619
|
profile?: string;
|
|
621
|
-
defaultUserAgentProvider?:
|
|
620
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
622
621
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
623
622
|
maxAttempts?: number | __Provider<number>;
|
|
624
623
|
retryMode?: string | __Provider<string>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
|
-
HttpAuthScheme,
|
|
3
2
|
AwsCredentialIdentity,
|
|
4
3
|
AwsCredentialIdentityProvider,
|
|
4
|
+
HttpAuthScheme,
|
|
5
5
|
} from "@smithy/types";
|
|
6
6
|
import { PinpointSMSVoiceV2HttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pinpoint-sms-voice-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pinpoint Sms Voice V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-pinpoint-sms-voice-v2",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
58
|
"@smithy/util-retry": "^4.2.12",
|