@aws-sdk/client-pinpoint-sms-voice-v2 3.300.0 → 3.301.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dist-types/commands/AssociateOriginationIdentityCommand.d.ts +1 -1
  2. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +3 -3
  3. package/dist-types/commands/CreateEventDestinationCommand.d.ts +5 -5
  4. package/dist-types/commands/CreateOptOutListCommand.d.ts +3 -3
  5. package/dist-types/commands/CreatePoolCommand.d.ts +3 -3
  6. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -1
  7. package/dist-types/commands/DeleteDefaultMessageTypeCommand.d.ts +1 -1
  8. package/dist-types/commands/DeleteDefaultSenderIdCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteEventDestinationCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteKeywordCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteOptOutListCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteOptedOutNumberCommand.d.ts +1 -1
  13. package/dist-types/commands/DeletePoolCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeConfigurationSetsCommand.d.ts +5 -5
  17. package/dist-types/commands/DescribeKeywordsCommand.d.ts +5 -5
  18. package/dist-types/commands/DescribeOptOutListsCommand.d.ts +2 -2
  19. package/dist-types/commands/DescribeOptedOutNumbersCommand.d.ts +5 -5
  20. package/dist-types/commands/DescribePhoneNumbersCommand.d.ts +5 -5
  21. package/dist-types/commands/DescribePoolsCommand.d.ts +5 -5
  22. package/dist-types/commands/DescribeSenderIdsCommand.d.ts +6 -6
  23. package/dist-types/commands/DescribeSpendLimitsCommand.d.ts +1 -1
  24. package/dist-types/commands/DisassociateOriginationIdentityCommand.d.ts +1 -1
  25. package/dist-types/commands/ListPoolOriginationIdentitiesCommand.d.ts +4 -4
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  27. package/dist-types/commands/PutKeywordCommand.d.ts +1 -1
  28. package/dist-types/commands/PutOptedOutNumberCommand.d.ts +1 -1
  29. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
  30. package/dist-types/commands/RequestPhoneNumberCommand.d.ts +4 -4
  31. package/dist-types/commands/SendTextMessageCommand.d.ts +3 -3
  32. package/dist-types/commands/SendVoiceMessageCommand.d.ts +2 -2
  33. package/dist-types/commands/SetDefaultMessageTypeCommand.d.ts +1 -1
  34. package/dist-types/commands/SetDefaultSenderIdCommand.d.ts +1 -1
  35. package/dist-types/commands/SetTextMessageSpendLimitOverrideCommand.d.ts +1 -1
  36. package/dist-types/commands/SetVoiceMessageSpendLimitOverrideCommand.d.ts +1 -1
  37. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  38. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  39. package/dist-types/commands/UpdateEventDestinationCommand.d.ts +5 -5
  40. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdatePoolCommand.d.ts +1 -1
  42. package/package.json +3 -3
@@ -30,7 +30,7 @@ export interface AssociateOriginationIdentityCommandOutput extends AssociateOrig
30
30
  * import { PinpointSMSVoiceV2Client, AssociateOriginationIdentityCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
31
31
  * // const { PinpointSMSVoiceV2Client, AssociateOriginationIdentityCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
32
32
  * const client = new PinpointSMSVoiceV2Client(config);
33
- * const input = {
33
+ * const input = { // AssociateOriginationIdentityRequest
34
34
  * PoolId: "STRING_VALUE", // required
35
35
  * OriginationIdentity: "STRING_VALUE", // required
36
36
  * IsoCountryCode: "STRING_VALUE", // required
@@ -30,10 +30,10 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
30
30
  * import { PinpointSMSVoiceV2Client, CreateConfigurationSetCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
31
31
  * // const { PinpointSMSVoiceV2Client, CreateConfigurationSetCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
32
32
  * const client = new PinpointSMSVoiceV2Client(config);
33
- * const input = {
33
+ * const input = { // CreateConfigurationSetRequest
34
34
  * ConfigurationSetName: "STRING_VALUE", // required
35
- * Tags: [
36
- * {
35
+ * Tags: [ // TagList
36
+ * { // Tag
37
37
  * Key: "STRING_VALUE", // required
38
38
  * Value: "STRING_VALUE", // required
39
39
  * },
@@ -34,21 +34,21 @@ export interface CreateEventDestinationCommandOutput extends CreateEventDestinat
34
34
  * import { PinpointSMSVoiceV2Client, CreateEventDestinationCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
35
35
  * // const { PinpointSMSVoiceV2Client, CreateEventDestinationCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
36
36
  * const client = new PinpointSMSVoiceV2Client(config);
37
- * const input = {
37
+ * const input = { // CreateEventDestinationRequest
38
38
  * ConfigurationSetName: "STRING_VALUE", // required
39
39
  * EventDestinationName: "STRING_VALUE", // required
40
- * MatchingEventTypes: [ // required
40
+ * MatchingEventTypes: [ // EventTypeList // required
41
41
  * "STRING_VALUE",
42
42
  * ],
43
- * CloudWatchLogsDestination: {
43
+ * CloudWatchLogsDestination: { // CloudWatchLogsDestination
44
44
  * IamRoleArn: "STRING_VALUE", // required
45
45
  * LogGroupArn: "STRING_VALUE", // required
46
46
  * },
47
- * KinesisFirehoseDestination: {
47
+ * KinesisFirehoseDestination: { // KinesisFirehoseDestination
48
48
  * IamRoleArn: "STRING_VALUE", // required
49
49
  * DeliveryStreamArn: "STRING_VALUE", // required
50
50
  * },
51
- * SnsDestination: {
51
+ * SnsDestination: { // SnsDestination
52
52
  * TopicArn: "STRING_VALUE", // required
53
53
  * },
54
54
  * ClientToken: "STRING_VALUE",
@@ -34,10 +34,10 @@ export interface CreateOptOutListCommandOutput extends CreateOptOutListResult, _
34
34
  * import { PinpointSMSVoiceV2Client, CreateOptOutListCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
35
35
  * // const { PinpointSMSVoiceV2Client, CreateOptOutListCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
36
36
  * const client = new PinpointSMSVoiceV2Client(config);
37
- * const input = {
37
+ * const input = { // CreateOptOutListRequest
38
38
  * OptOutListName: "STRING_VALUE", // required
39
- * Tags: [
40
- * {
39
+ * Tags: [ // TagList
40
+ * { // Tag
41
41
  * Key: "STRING_VALUE", // required
42
42
  * Value: "STRING_VALUE", // required
43
43
  * },
@@ -34,13 +34,13 @@ export interface CreatePoolCommandOutput extends CreatePoolResult, __MetadataBea
34
34
  * import { PinpointSMSVoiceV2Client, CreatePoolCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
35
35
  * // const { PinpointSMSVoiceV2Client, CreatePoolCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
36
36
  * const client = new PinpointSMSVoiceV2Client(config);
37
- * const input = {
37
+ * const input = { // CreatePoolRequest
38
38
  * OriginationIdentity: "STRING_VALUE", // required
39
39
  * IsoCountryCode: "STRING_VALUE", // required
40
40
  * MessageType: "STRING_VALUE", // required
41
41
  * DeletionProtectionEnabled: true || false,
42
- * Tags: [
43
- * {
42
+ * Tags: [ // TagList
43
+ * { // Tag
44
44
  * Key: "STRING_VALUE", // required
45
45
  * Value: "STRING_VALUE", // required
46
46
  * },
@@ -29,7 +29,7 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
29
29
  * import { PinpointSMSVoiceV2Client, DeleteConfigurationSetCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
30
30
  * // const { PinpointSMSVoiceV2Client, DeleteConfigurationSetCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
31
31
  * const client = new PinpointSMSVoiceV2Client(config);
32
- * const input = {
32
+ * const input = { // DeleteConfigurationSetRequest
33
33
  * ConfigurationSetName: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DeleteConfigurationSetCommand(input);
@@ -31,7 +31,7 @@ export interface DeleteDefaultMessageTypeCommandOutput extends DeleteDefaultMess
31
31
  * import { PinpointSMSVoiceV2Client, DeleteDefaultMessageTypeCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
32
32
  * // const { PinpointSMSVoiceV2Client, DeleteDefaultMessageTypeCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
33
33
  * const client = new PinpointSMSVoiceV2Client(config);
34
- * const input = {
34
+ * const input = { // DeleteDefaultMessageTypeRequest
35
35
  * ConfigurationSetName: "STRING_VALUE", // required
36
36
  * };
37
37
  * const command = new DeleteDefaultMessageTypeCommand(input);
@@ -29,7 +29,7 @@ export interface DeleteDefaultSenderIdCommandOutput extends DeleteDefaultSenderI
29
29
  * import { PinpointSMSVoiceV2Client, DeleteDefaultSenderIdCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
30
30
  * // const { PinpointSMSVoiceV2Client, DeleteDefaultSenderIdCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
31
31
  * const client = new PinpointSMSVoiceV2Client(config);
32
- * const input = {
32
+ * const input = { // DeleteDefaultSenderIdRequest
33
33
  * ConfigurationSetName: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DeleteDefaultSenderIdCommand(input);
@@ -30,7 +30,7 @@ export interface DeleteEventDestinationCommandOutput extends DeleteEventDestinat
30
30
  * import { PinpointSMSVoiceV2Client, DeleteEventDestinationCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
31
31
  * // const { PinpointSMSVoiceV2Client, DeleteEventDestinationCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
32
32
  * const client = new PinpointSMSVoiceV2Client(config);
33
- * const input = {
33
+ * const input = { // DeleteEventDestinationRequest
34
34
  * ConfigurationSetName: "STRING_VALUE", // required
35
35
  * EventDestinationName: "STRING_VALUE", // required
36
36
  * };
@@ -32,7 +32,7 @@ export interface DeleteKeywordCommandOutput extends DeleteKeywordResult, __Metad
32
32
  * import { PinpointSMSVoiceV2Client, DeleteKeywordCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
33
33
  * // const { PinpointSMSVoiceV2Client, DeleteKeywordCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
34
34
  * const client = new PinpointSMSVoiceV2Client(config);
35
- * const input = {
35
+ * const input = { // DeleteKeywordRequest
36
36
  * OriginationIdentity: "STRING_VALUE", // required
37
37
  * Keyword: "STRING_VALUE", // required
38
38
  * };
@@ -29,7 +29,7 @@ export interface DeleteOptOutListCommandOutput extends DeleteOptOutListResult, _
29
29
  * import { PinpointSMSVoiceV2Client, DeleteOptOutListCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
30
30
  * // const { PinpointSMSVoiceV2Client, DeleteOptOutListCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
31
31
  * const client = new PinpointSMSVoiceV2Client(config);
32
- * const input = {
32
+ * const input = { // DeleteOptOutListRequest
33
33
  * OptOutListName: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DeleteOptOutListCommand(input);
@@ -30,7 +30,7 @@ export interface DeleteOptedOutNumberCommandOutput extends DeleteOptedOutNumberR
30
30
  * import { PinpointSMSVoiceV2Client, DeleteOptedOutNumberCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
31
31
  * // const { PinpointSMSVoiceV2Client, DeleteOptedOutNumberCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
32
32
  * const client = new PinpointSMSVoiceV2Client(config);
33
- * const input = {
33
+ * const input = { // DeleteOptedOutNumberRequest
34
34
  * OptOutListName: "STRING_VALUE", // required
35
35
  * OptedOutNumber: "STRING_VALUE", // required
36
36
  * };
@@ -32,7 +32,7 @@ export interface DeletePoolCommandOutput extends DeletePoolResult, __MetadataBea
32
32
  * import { PinpointSMSVoiceV2Client, DeletePoolCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
33
33
  * // const { PinpointSMSVoiceV2Client, DeletePoolCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
34
34
  * const client = new PinpointSMSVoiceV2Client(config);
35
- * const input = {
35
+ * const input = { // DeletePoolRequest
36
36
  * PoolId: "STRING_VALUE", // required
37
37
  * };
38
38
  * const command = new DeletePoolCommand(input);
@@ -32,7 +32,7 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA
32
32
  * import { PinpointSMSVoiceV2Client, DescribeAccountAttributesCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
33
33
  * // const { PinpointSMSVoiceV2Client, DescribeAccountAttributesCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
34
34
  * const client = new PinpointSMSVoiceV2Client(config);
35
- * const input = {
35
+ * const input = { // DescribeAccountAttributesRequest
36
36
  * NextToken: "STRING_VALUE",
37
37
  * MaxResults: Number("int"),
38
38
  * };
@@ -33,7 +33,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
33
33
  * import { PinpointSMSVoiceV2Client, DescribeAccountLimitsCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
34
34
  * // const { PinpointSMSVoiceV2Client, DescribeAccountLimitsCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
35
35
  * const client = new PinpointSMSVoiceV2Client(config);
36
- * const input = {
36
+ * const input = { // DescribeAccountLimitsRequest
37
37
  * NextToken: "STRING_VALUE",
38
38
  * MaxResults: Number("int"),
39
39
  * };
@@ -32,14 +32,14 @@ export interface DescribeConfigurationSetsCommandOutput extends DescribeConfigur
32
32
  * import { PinpointSMSVoiceV2Client, DescribeConfigurationSetsCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
33
33
  * // const { PinpointSMSVoiceV2Client, DescribeConfigurationSetsCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
34
34
  * const client = new PinpointSMSVoiceV2Client(config);
35
- * const input = {
36
- * ConfigurationSetNames: [
35
+ * const input = { // DescribeConfigurationSetsRequest
36
+ * ConfigurationSetNames: [ // ConfigurationSetNameList
37
37
  * "STRING_VALUE",
38
38
  * ],
39
- * Filters: [
40
- * {
39
+ * Filters: [ // ConfigurationSetFilterList
40
+ * { // ConfigurationSetFilter
41
41
  * Name: "STRING_VALUE", // required
42
- * Values: [ // required
42
+ * Values: [ // FilterValueList // required
43
43
  * "STRING_VALUE",
44
44
  * ],
45
45
  * },
@@ -33,15 +33,15 @@ export interface DescribeKeywordsCommandOutput extends DescribeKeywordsResult, _
33
33
  * import { PinpointSMSVoiceV2Client, DescribeKeywordsCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
34
34
  * // const { PinpointSMSVoiceV2Client, DescribeKeywordsCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
35
35
  * const client = new PinpointSMSVoiceV2Client(config);
36
- * const input = {
36
+ * const input = { // DescribeKeywordsRequest
37
37
  * OriginationIdentity: "STRING_VALUE", // required
38
- * Keywords: [
38
+ * Keywords: [ // KeywordList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
- * Filters: [
42
- * {
41
+ * Filters: [ // KeywordFilterList
42
+ * { // KeywordFilter
43
43
  * Name: "STRING_VALUE", // required
44
- * Values: [ // required
44
+ * Values: [ // FilterValueList // required
45
45
  * "STRING_VALUE",
46
46
  * ],
47
47
  * },
@@ -31,8 +31,8 @@ export interface DescribeOptOutListsCommandOutput extends DescribeOptOutListsRes
31
31
  * import { PinpointSMSVoiceV2Client, DescribeOptOutListsCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
32
32
  * // const { PinpointSMSVoiceV2Client, DescribeOptOutListsCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
33
33
  * const client = new PinpointSMSVoiceV2Client(config);
34
- * const input = {
35
- * OptOutListNames: [
34
+ * const input = { // DescribeOptOutListsRequest
35
+ * OptOutListNames: [ // OptOutListNameList
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * NextToken: "STRING_VALUE",
@@ -33,15 +33,15 @@ export interface DescribeOptedOutNumbersCommandOutput extends DescribeOptedOutNu
33
33
  * import { PinpointSMSVoiceV2Client, DescribeOptedOutNumbersCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
34
34
  * // const { PinpointSMSVoiceV2Client, DescribeOptedOutNumbersCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
35
35
  * const client = new PinpointSMSVoiceV2Client(config);
36
- * const input = {
36
+ * const input = { // DescribeOptedOutNumbersRequest
37
37
  * OptOutListName: "STRING_VALUE", // required
38
- * OptedOutNumbers: [
38
+ * OptedOutNumbers: [ // OptedOutNumberList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
- * Filters: [
42
- * {
41
+ * Filters: [ // OptedOutFilterList
42
+ * { // OptedOutFilter
43
43
  * Name: "STRING_VALUE", // required
44
- * Values: [ // required
44
+ * Values: [ // FilterValueList // required
45
45
  * "STRING_VALUE",
46
46
  * ],
47
47
  * },
@@ -32,14 +32,14 @@ export interface DescribePhoneNumbersCommandOutput extends DescribePhoneNumbersR
32
32
  * import { PinpointSMSVoiceV2Client, DescribePhoneNumbersCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
33
33
  * // const { PinpointSMSVoiceV2Client, DescribePhoneNumbersCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
34
34
  * const client = new PinpointSMSVoiceV2Client(config);
35
- * const input = {
36
- * PhoneNumberIds: [
35
+ * const input = { // DescribePhoneNumbersRequest
36
+ * PhoneNumberIds: [ // PhoneNumberIdList
37
37
  * "STRING_VALUE",
38
38
  * ],
39
- * Filters: [
40
- * {
39
+ * Filters: [ // PhoneNumberFilterList
40
+ * { // PhoneNumberFilter
41
41
  * Name: "STRING_VALUE", // required
42
- * Values: [ // required
42
+ * Values: [ // FilterValueList // required
43
43
  * "STRING_VALUE",
44
44
  * ],
45
45
  * },
@@ -35,14 +35,14 @@ export interface DescribePoolsCommandOutput extends DescribePoolsResult, __Metad
35
35
  * import { PinpointSMSVoiceV2Client, DescribePoolsCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
36
36
  * // const { PinpointSMSVoiceV2Client, DescribePoolsCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
37
37
  * const client = new PinpointSMSVoiceV2Client(config);
38
- * const input = {
39
- * PoolIds: [
38
+ * const input = { // DescribePoolsRequest
39
+ * PoolIds: [ // PoolIdList
40
40
  * "STRING_VALUE",
41
41
  * ],
42
- * Filters: [
43
- * {
42
+ * Filters: [ // PoolFilterList
43
+ * { // PoolFilter
44
44
  * Name: "STRING_VALUE", // required
45
- * Values: [ // required
45
+ * Values: [ // FilterValueList // required
46
46
  * "STRING_VALUE",
47
47
  * ],
48
48
  * },
@@ -31,17 +31,17 @@ export interface DescribeSenderIdsCommandOutput extends DescribeSenderIdsResult,
31
31
  * import { PinpointSMSVoiceV2Client, DescribeSenderIdsCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
32
32
  * // const { PinpointSMSVoiceV2Client, DescribeSenderIdsCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
33
33
  * const client = new PinpointSMSVoiceV2Client(config);
34
- * const input = {
35
- * SenderIds: [
36
- * {
34
+ * const input = { // DescribeSenderIdsRequest
35
+ * SenderIds: [ // SenderIdList
36
+ * { // SenderIdAndCountry
37
37
  * SenderId: "STRING_VALUE", // required
38
38
  * IsoCountryCode: "STRING_VALUE", // required
39
39
  * },
40
40
  * ],
41
- * Filters: [
42
- * {
41
+ * Filters: [ // SenderIdFilterList
42
+ * { // SenderIdFilter
43
43
  * Name: "STRING_VALUE", // required
44
- * Values: [ // required
44
+ * Values: [ // FilterValueList // required
45
45
  * "STRING_VALUE",
46
46
  * ],
47
47
  * },
@@ -32,7 +32,7 @@ export interface DescribeSpendLimitsCommandOutput extends DescribeSpendLimitsRes
32
32
  * import { PinpointSMSVoiceV2Client, DescribeSpendLimitsCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
33
33
  * // const { PinpointSMSVoiceV2Client, DescribeSpendLimitsCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
34
34
  * const client = new PinpointSMSVoiceV2Client(config);
35
- * const input = {
35
+ * const input = { // DescribeSpendLimitsRequest
36
36
  * NextToken: "STRING_VALUE",
37
37
  * MaxResults: Number("int"),
38
38
  * };
@@ -28,7 +28,7 @@ export interface DisassociateOriginationIdentityCommandOutput extends Disassocia
28
28
  * import { PinpointSMSVoiceV2Client, DisassociateOriginationIdentityCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
29
29
  * // const { PinpointSMSVoiceV2Client, DisassociateOriginationIdentityCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
30
30
  * const client = new PinpointSMSVoiceV2Client(config);
31
- * const input = {
31
+ * const input = { // DisassociateOriginationIdentityRequest
32
32
  * PoolId: "STRING_VALUE", // required
33
33
  * OriginationIdentity: "STRING_VALUE", // required
34
34
  * IsoCountryCode: "STRING_VALUE", // required
@@ -28,12 +28,12 @@ export interface ListPoolOriginationIdentitiesCommandOutput extends ListPoolOrig
28
28
  * import { PinpointSMSVoiceV2Client, ListPoolOriginationIdentitiesCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
29
29
  * // const { PinpointSMSVoiceV2Client, ListPoolOriginationIdentitiesCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
30
30
  * const client = new PinpointSMSVoiceV2Client(config);
31
- * const input = {
31
+ * const input = { // ListPoolOriginationIdentitiesRequest
32
32
  * PoolId: "STRING_VALUE", // required
33
- * Filters: [
34
- * {
33
+ * Filters: [ // PoolOriginationIdentitiesFilterList
34
+ * { // PoolOriginationIdentitiesFilter
35
35
  * Name: "STRING_VALUE", // required
36
- * Values: [ // required
36
+ * Values: [ // FilterValueList // required
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * },
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { PinpointSMSVoiceV2Client, ListTagsForResourceCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
27
27
  * // const { PinpointSMSVoiceV2Client, ListTagsForResourceCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
28
28
  * const client = new PinpointSMSVoiceV2Client(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -33,7 +33,7 @@ export interface PutKeywordCommandOutput extends PutKeywordResult, __MetadataBea
33
33
  * import { PinpointSMSVoiceV2Client, PutKeywordCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
34
34
  * // const { PinpointSMSVoiceV2Client, PutKeywordCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
35
35
  * const client = new PinpointSMSVoiceV2Client(config);
36
- * const input = {
36
+ * const input = { // PutKeywordRequest
37
37
  * OriginationIdentity: "STRING_VALUE", // required
38
38
  * Keyword: "STRING_VALUE", // required
39
39
  * KeywordMessage: "STRING_VALUE", // required
@@ -28,7 +28,7 @@ export interface PutOptedOutNumberCommandOutput extends PutOptedOutNumberResult,
28
28
  * import { PinpointSMSVoiceV2Client, PutOptedOutNumberCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
29
29
  * // const { PinpointSMSVoiceV2Client, PutOptedOutNumberCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
30
30
  * const client = new PinpointSMSVoiceV2Client(config);
31
- * const input = {
31
+ * const input = { // PutOptedOutNumberRequest
32
32
  * OptOutListName: "STRING_VALUE", // required
33
33
  * OptedOutNumber: "STRING_VALUE", // required
34
34
  * };
@@ -29,7 +29,7 @@ export interface ReleasePhoneNumberCommandOutput extends ReleasePhoneNumberResul
29
29
  * import { PinpointSMSVoiceV2Client, ReleasePhoneNumberCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
30
30
  * // const { PinpointSMSVoiceV2Client, ReleasePhoneNumberCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
31
31
  * const client = new PinpointSMSVoiceV2Client(config);
32
- * const input = {
32
+ * const input = { // ReleasePhoneNumberRequest
33
33
  * PhoneNumberId: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new ReleasePhoneNumberCommand(input);
@@ -28,10 +28,10 @@ export interface RequestPhoneNumberCommandOutput extends RequestPhoneNumberResul
28
28
  * import { PinpointSMSVoiceV2Client, RequestPhoneNumberCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
29
29
  * // const { PinpointSMSVoiceV2Client, RequestPhoneNumberCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
30
30
  * const client = new PinpointSMSVoiceV2Client(config);
31
- * const input = {
31
+ * const input = { // RequestPhoneNumberRequest
32
32
  * IsoCountryCode: "STRING_VALUE", // required
33
33
  * MessageType: "STRING_VALUE", // required
34
- * NumberCapabilities: [ // required
34
+ * NumberCapabilities: [ // NumberCapabilityList // required
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * NumberType: "STRING_VALUE", // required
@@ -39,8 +39,8 @@ export interface RequestPhoneNumberCommandOutput extends RequestPhoneNumberResul
39
39
  * PoolId: "STRING_VALUE",
40
40
  * RegistrationId: "STRING_VALUE",
41
41
  * DeletionProtectionEnabled: true || false,
42
- * Tags: [
43
- * {
42
+ * Tags: [ // TagList
43
+ * { // Tag
44
44
  * Key: "STRING_VALUE", // required
45
45
  * Value: "STRING_VALUE", // required
46
46
  * },
@@ -31,7 +31,7 @@ export interface SendTextMessageCommandOutput extends SendTextMessageResult, __M
31
31
  * import { PinpointSMSVoiceV2Client, SendTextMessageCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
32
32
  * // const { PinpointSMSVoiceV2Client, SendTextMessageCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
33
33
  * const client = new PinpointSMSVoiceV2Client(config);
34
- * const input = {
34
+ * const input = { // SendTextMessageRequest
35
35
  * DestinationPhoneNumber: "STRING_VALUE", // required
36
36
  * OriginationIdentity: "STRING_VALUE",
37
37
  * MessageBody: "STRING_VALUE",
@@ -40,10 +40,10 @@ export interface SendTextMessageCommandOutput extends SendTextMessageResult, __M
40
40
  * ConfigurationSetName: "STRING_VALUE",
41
41
  * MaxPrice: "STRING_VALUE",
42
42
  * TimeToLive: Number("int"),
43
- * Context: {
43
+ * Context: { // ContextMap
44
44
  * "<keys>": "STRING_VALUE",
45
45
  * },
46
- * DestinationCountryParameters: {
46
+ * DestinationCountryParameters: { // DestinationCountryParameters
47
47
  * "<keys>": "STRING_VALUE",
48
48
  * },
49
49
  * DryRun: true || false,
@@ -28,7 +28,7 @@ export interface SendVoiceMessageCommandOutput extends SendVoiceMessageResult, _
28
28
  * import { PinpointSMSVoiceV2Client, SendVoiceMessageCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
29
29
  * // const { PinpointSMSVoiceV2Client, SendVoiceMessageCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
30
30
  * const client = new PinpointSMSVoiceV2Client(config);
31
- * const input = {
31
+ * const input = { // SendVoiceMessageRequest
32
32
  * DestinationPhoneNumber: "STRING_VALUE", // required
33
33
  * OriginationIdentity: "STRING_VALUE", // required
34
34
  * MessageBody: "STRING_VALUE",
@@ -37,7 +37,7 @@ export interface SendVoiceMessageCommandOutput extends SendVoiceMessageResult, _
37
37
  * ConfigurationSetName: "STRING_VALUE",
38
38
  * MaxPricePerMinute: "STRING_VALUE",
39
39
  * TimeToLive: Number("int"),
40
- * Context: {
40
+ * Context: { // ContextMap
41
41
  * "<keys>": "STRING_VALUE",
42
42
  * },
43
43
  * DryRun: true || false,
@@ -31,7 +31,7 @@ export interface SetDefaultMessageTypeCommandOutput extends SetDefaultMessageTyp
31
31
  * import { PinpointSMSVoiceV2Client, SetDefaultMessageTypeCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
32
32
  * // const { PinpointSMSVoiceV2Client, SetDefaultMessageTypeCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
33
33
  * const client = new PinpointSMSVoiceV2Client(config);
34
- * const input = {
34
+ * const input = { // SetDefaultMessageTypeRequest
35
35
  * ConfigurationSetName: "STRING_VALUE", // required
36
36
  * MessageType: "STRING_VALUE", // required
37
37
  * };
@@ -29,7 +29,7 @@ export interface SetDefaultSenderIdCommandOutput extends SetDefaultSenderIdResul
29
29
  * import { PinpointSMSVoiceV2Client, SetDefaultSenderIdCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
30
30
  * // const { PinpointSMSVoiceV2Client, SetDefaultSenderIdCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
31
31
  * const client = new PinpointSMSVoiceV2Client(config);
32
- * const input = {
32
+ * const input = { // SetDefaultSenderIdRequest
33
33
  * ConfigurationSetName: "STRING_VALUE", // required
34
34
  * SenderId: "STRING_VALUE", // required
35
35
  * };
@@ -28,7 +28,7 @@ export interface SetTextMessageSpendLimitOverrideCommandOutput extends SetTextMe
28
28
  * import { PinpointSMSVoiceV2Client, SetTextMessageSpendLimitOverrideCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
29
29
  * // const { PinpointSMSVoiceV2Client, SetTextMessageSpendLimitOverrideCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
30
30
  * const client = new PinpointSMSVoiceV2Client(config);
31
- * const input = {
31
+ * const input = { // SetTextMessageSpendLimitOverrideRequest
32
32
  * MonthlyLimit: Number("long"), // required
33
33
  * };
34
34
  * const command = new SetTextMessageSpendLimitOverrideCommand(input);
@@ -28,7 +28,7 @@ export interface SetVoiceMessageSpendLimitOverrideCommandOutput extends SetVoice
28
28
  * import { PinpointSMSVoiceV2Client, SetVoiceMessageSpendLimitOverrideCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
29
29
  * // const { PinpointSMSVoiceV2Client, SetVoiceMessageSpendLimitOverrideCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
30
30
  * const client = new PinpointSMSVoiceV2Client(config);
31
- * const input = {
31
+ * const input = { // SetVoiceMessageSpendLimitOverrideRequest
32
32
  * MonthlyLimit: Number("long"), // required
33
33
  * };
34
34
  * const command = new SetVoiceMessageSpendLimitOverrideCommand(input);
@@ -31,10 +31,10 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
31
31
  * import { PinpointSMSVoiceV2Client, TagResourceCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
32
32
  * // const { PinpointSMSVoiceV2Client, TagResourceCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
33
33
  * const client = new PinpointSMSVoiceV2Client(config);
34
- * const input = {
34
+ * const input = { // TagResourceRequest
35
35
  * ResourceArn: "STRING_VALUE", // required
36
- * Tags: [ // required
37
- * {
36
+ * Tags: [ // NonEmptyTagList // required
37
+ * { // Tag
38
38
  * Key: "STRING_VALUE", // required
39
39
  * Value: "STRING_VALUE", // required
40
40
  * },
@@ -28,9 +28,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
28
28
  * import { PinpointSMSVoiceV2Client, UntagResourceCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
29
29
  * // const { PinpointSMSVoiceV2Client, UntagResourceCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
30
30
  * const client = new PinpointSMSVoiceV2Client(config);
31
- * const input = {
31
+ * const input = { // UntagResourceRequest
32
32
  * ResourceArn: "STRING_VALUE", // required
33
- * TagKeys: [ // required
33
+ * TagKeys: [ // TagKeyList // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * };
@@ -31,22 +31,22 @@ export interface UpdateEventDestinationCommandOutput extends UpdateEventDestinat
31
31
  * import { PinpointSMSVoiceV2Client, UpdateEventDestinationCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
32
32
  * // const { PinpointSMSVoiceV2Client, UpdateEventDestinationCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
33
33
  * const client = new PinpointSMSVoiceV2Client(config);
34
- * const input = {
34
+ * const input = { // UpdateEventDestinationRequest
35
35
  * ConfigurationSetName: "STRING_VALUE", // required
36
36
  * EventDestinationName: "STRING_VALUE", // required
37
37
  * Enabled: true || false,
38
- * MatchingEventTypes: [
38
+ * MatchingEventTypes: [ // EventTypeList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
- * CloudWatchLogsDestination: {
41
+ * CloudWatchLogsDestination: { // CloudWatchLogsDestination
42
42
  * IamRoleArn: "STRING_VALUE", // required
43
43
  * LogGroupArn: "STRING_VALUE", // required
44
44
  * },
45
- * KinesisFirehoseDestination: {
45
+ * KinesisFirehoseDestination: { // KinesisFirehoseDestination
46
46
  * IamRoleArn: "STRING_VALUE", // required
47
47
  * DeliveryStreamArn: "STRING_VALUE", // required
48
48
  * },
49
- * SnsDestination: {
49
+ * SnsDestination: { // SnsDestination
50
50
  * TopicArn: "STRING_VALUE", // required
51
51
  * },
52
52
  * };
@@ -30,7 +30,7 @@ export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberResult,
30
30
  * import { PinpointSMSVoiceV2Client, UpdatePhoneNumberCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
31
31
  * // const { PinpointSMSVoiceV2Client, UpdatePhoneNumberCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
32
32
  * const client = new PinpointSMSVoiceV2Client(config);
33
- * const input = {
33
+ * const input = { // UpdatePhoneNumberRequest
34
34
  * PhoneNumberId: "STRING_VALUE", // required
35
35
  * TwoWayEnabled: true || false,
36
36
  * TwoWayChannelArn: "STRING_VALUE",
@@ -29,7 +29,7 @@ export interface UpdatePoolCommandOutput extends UpdatePoolResult, __MetadataBea
29
29
  * import { PinpointSMSVoiceV2Client, UpdatePoolCommand } from "@aws-sdk/client-pinpoint-sms-voice-v2"; // ES Modules import
30
30
  * // const { PinpointSMSVoiceV2Client, UpdatePoolCommand } = require("@aws-sdk/client-pinpoint-sms-voice-v2"); // CommonJS import
31
31
  * const client = new PinpointSMSVoiceV2Client(config);
32
- * const input = {
32
+ * const input = { // UpdatePoolRequest
33
33
  * PoolId: "STRING_VALUE", // required
34
34
  * TwoWayEnabled: true || false,
35
35
  * TwoWayChannelArn: "STRING_VALUE",
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.300.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",