@aws-sdk/client-pinpoint-sms-voice-v2 3.289.0 → 3.290.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 (44) hide show
  1. package/dist-types/commands/AssociateOriginationIdentityCommand.d.ts +28 -0
  2. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +25 -0
  3. package/dist-types/commands/CreateEventDestinationCommand.d.ts +28 -0
  4. package/dist-types/commands/CreateOptOutListCommand.d.ts +25 -0
  5. package/dist-types/commands/CreatePoolCommand.d.ts +28 -0
  6. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +19 -0
  7. package/dist-types/commands/DeleteDefaultMessageTypeCommand.d.ts +19 -0
  8. package/dist-types/commands/DeleteDefaultSenderIdCommand.d.ts +19 -0
  9. package/dist-types/commands/DeleteEventDestinationCommand.d.ts +19 -0
  10. package/dist-types/commands/DeleteKeywordCommand.d.ts +25 -0
  11. package/dist-types/commands/DeleteOptOutListCommand.d.ts +25 -0
  12. package/dist-types/commands/DeleteOptedOutNumberCommand.d.ts +25 -0
  13. package/dist-types/commands/DeletePoolCommand.d.ts +25 -0
  14. package/dist-types/commands/DeleteTextMessageSpendLimitOverrideCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteVoiceMessageSpendLimitOverrideCommand.d.ts +16 -0
  16. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +16 -0
  17. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +16 -0
  18. package/dist-types/commands/DescribeConfigurationSetsCommand.d.ts +19 -0
  19. package/dist-types/commands/DescribeKeywordsCommand.d.ts +19 -0
  20. package/dist-types/commands/DescribeOptOutListsCommand.d.ts +19 -0
  21. package/dist-types/commands/DescribeOptedOutNumbersCommand.d.ts +19 -0
  22. package/dist-types/commands/DescribePhoneNumbersCommand.d.ts +19 -0
  23. package/dist-types/commands/DescribePoolsCommand.d.ts +19 -0
  24. package/dist-types/commands/DescribeSenderIdsCommand.d.ts +19 -0
  25. package/dist-types/commands/DescribeSpendLimitsCommand.d.ts +16 -0
  26. package/dist-types/commands/DisassociateOriginationIdentityCommand.d.ts +25 -0
  27. package/dist-types/commands/ListPoolOriginationIdentitiesCommand.d.ts +19 -0
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +19 -0
  29. package/dist-types/commands/PutKeywordCommand.d.ts +28 -0
  30. package/dist-types/commands/PutOptedOutNumberCommand.d.ts +19 -0
  31. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +25 -0
  32. package/dist-types/commands/RequestPhoneNumberCommand.d.ts +28 -0
  33. package/dist-types/commands/SendTextMessageCommand.d.ts +28 -0
  34. package/dist-types/commands/SendVoiceMessageCommand.d.ts +28 -0
  35. package/dist-types/commands/SetDefaultMessageTypeCommand.d.ts +19 -0
  36. package/dist-types/commands/SetDefaultSenderIdCommand.d.ts +19 -0
  37. package/dist-types/commands/SetTextMessageSpendLimitOverrideCommand.d.ts +16 -0
  38. package/dist-types/commands/SetVoiceMessageSpendLimitOverrideCommand.d.ts +16 -0
  39. package/dist-types/commands/TagResourceCommand.d.ts +22 -0
  40. package/dist-types/commands/UntagResourceCommand.d.ts +19 -0
  41. package/dist-types/commands/UpdateEventDestinationCommand.d.ts +25 -0
  42. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +25 -0
  43. package/dist-types/commands/UpdatePoolCommand.d.ts +25 -0
  44. package/package.json +29 -29
@@ -33,6 +33,34 @@ export interface AssociateOriginationIdentityCommandOutput extends AssociateOrig
33
33
  * @see {@link AssociateOriginationIdentityCommandOutput} for command's `response` shape.
34
34
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>The request was denied because you don't have sufficient permissions to access the
38
+ * resource.</p>
39
+ *
40
+ * @throws {@link ConflictException} (client fault)
41
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform
42
+ * more than one operation on the same resource at the same time or it could be that the
43
+ * requested action isn't valid for the current state or configuration of the
44
+ * resource.</p>
45
+ *
46
+ * @throws {@link InternalServerException} (server fault)
47
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
48
+ * be able to successfully issue the request again in the future.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>A requested resource couldn't be found.</p>
52
+ *
53
+ * @throws {@link ServiceQuotaExceededException} (client fault)
54
+ * <p>The request would cause a service quota to be exceeded.</p>
55
+ *
56
+ * @throws {@link ThrottlingException} (client fault)
57
+ * <p>An error that occurred because too many requests were sent during a certain amount of
58
+ * time.</p>
59
+ *
60
+ * @throws {@link ValidationException} (client fault)
61
+ * <p>A validation exception for a field.</p>
62
+ *
63
+ *
36
64
  */
37
65
  export declare class AssociateOriginationIdentityCommand extends $Command<AssociateOriginationIdentityCommandInput, AssociateOriginationIdentityCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
38
66
  readonly input: AssociateOriginationIdentityCommandInput;
@@ -33,6 +33,31 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
33
33
  * @see {@link CreateConfigurationSetCommandOutput} for command's `response` shape.
34
34
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>The request was denied because you don't have sufficient permissions to access the
38
+ * resource.</p>
39
+ *
40
+ * @throws {@link ConflictException} (client fault)
41
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform
42
+ * more than one operation on the same resource at the same time or it could be that the
43
+ * requested action isn't valid for the current state or configuration of the
44
+ * resource.</p>
45
+ *
46
+ * @throws {@link InternalServerException} (server fault)
47
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
48
+ * be able to successfully issue the request again in the future.</p>
49
+ *
50
+ * @throws {@link ServiceQuotaExceededException} (client fault)
51
+ * <p>The request would cause a service quota to be exceeded.</p>
52
+ *
53
+ * @throws {@link ThrottlingException} (client fault)
54
+ * <p>An error that occurred because too many requests were sent during a certain amount of
55
+ * time.</p>
56
+ *
57
+ * @throws {@link ValidationException} (client fault)
58
+ * <p>A validation exception for a field.</p>
59
+ *
60
+ *
36
61
  */
37
62
  export declare class CreateConfigurationSetCommand extends $Command<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
38
63
  readonly input: CreateConfigurationSetCommandInput;
@@ -37,6 +37,34 @@ export interface CreateEventDestinationCommandOutput extends CreateEventDestinat
37
37
  * @see {@link CreateEventDestinationCommandOutput} for command's `response` shape.
38
38
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
39
39
  *
40
+ * @throws {@link AccessDeniedException} (client fault)
41
+ * <p>The request was denied because you don't have sufficient permissions to access the
42
+ * resource.</p>
43
+ *
44
+ * @throws {@link ConflictException} (client fault)
45
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform
46
+ * more than one operation on the same resource at the same time or it could be that the
47
+ * requested action isn't valid for the current state or configuration of the
48
+ * resource.</p>
49
+ *
50
+ * @throws {@link InternalServerException} (server fault)
51
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
52
+ * be able to successfully issue the request again in the future.</p>
53
+ *
54
+ * @throws {@link ResourceNotFoundException} (client fault)
55
+ * <p>A requested resource couldn't be found.</p>
56
+ *
57
+ * @throws {@link ServiceQuotaExceededException} (client fault)
58
+ * <p>The request would cause a service quota to be exceeded.</p>
59
+ *
60
+ * @throws {@link ThrottlingException} (client fault)
61
+ * <p>An error that occurred because too many requests were sent during a certain amount of
62
+ * time.</p>
63
+ *
64
+ * @throws {@link ValidationException} (client fault)
65
+ * <p>A validation exception for a field.</p>
66
+ *
67
+ *
40
68
  */
41
69
  export declare class CreateEventDestinationCommand extends $Command<CreateEventDestinationCommandInput, CreateEventDestinationCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
42
70
  readonly input: CreateEventDestinationCommandInput;
@@ -37,6 +37,31 @@ export interface CreateOptOutListCommandOutput extends CreateOptOutListResult, _
37
37
  * @see {@link CreateOptOutListCommandOutput} for command's `response` shape.
38
38
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
39
39
  *
40
+ * @throws {@link AccessDeniedException} (client fault)
41
+ * <p>The request was denied because you don't have sufficient permissions to access the
42
+ * resource.</p>
43
+ *
44
+ * @throws {@link ConflictException} (client fault)
45
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform
46
+ * more than one operation on the same resource at the same time or it could be that the
47
+ * requested action isn't valid for the current state or configuration of the
48
+ * resource.</p>
49
+ *
50
+ * @throws {@link InternalServerException} (server fault)
51
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
52
+ * be able to successfully issue the request again in the future.</p>
53
+ *
54
+ * @throws {@link ServiceQuotaExceededException} (client fault)
55
+ * <p>The request would cause a service quota to be exceeded.</p>
56
+ *
57
+ * @throws {@link ThrottlingException} (client fault)
58
+ * <p>An error that occurred because too many requests were sent during a certain amount of
59
+ * time.</p>
60
+ *
61
+ * @throws {@link ValidationException} (client fault)
62
+ * <p>A validation exception for a field.</p>
63
+ *
64
+ *
40
65
  */
41
66
  export declare class CreateOptOutListCommand extends $Command<CreateOptOutListCommandInput, CreateOptOutListCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
42
67
  readonly input: CreateOptOutListCommandInput;
@@ -37,6 +37,34 @@ export interface CreatePoolCommandOutput extends CreatePoolResult, __MetadataBea
37
37
  * @see {@link CreatePoolCommandOutput} for command's `response` shape.
38
38
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
39
39
  *
40
+ * @throws {@link AccessDeniedException} (client fault)
41
+ * <p>The request was denied because you don't have sufficient permissions to access the
42
+ * resource.</p>
43
+ *
44
+ * @throws {@link ConflictException} (client fault)
45
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform
46
+ * more than one operation on the same resource at the same time or it could be that the
47
+ * requested action isn't valid for the current state or configuration of the
48
+ * resource.</p>
49
+ *
50
+ * @throws {@link InternalServerException} (server fault)
51
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
52
+ * be able to successfully issue the request again in the future.</p>
53
+ *
54
+ * @throws {@link ResourceNotFoundException} (client fault)
55
+ * <p>A requested resource couldn't be found.</p>
56
+ *
57
+ * @throws {@link ServiceQuotaExceededException} (client fault)
58
+ * <p>The request would cause a service quota to be exceeded.</p>
59
+ *
60
+ * @throws {@link ThrottlingException} (client fault)
61
+ * <p>An error that occurred because too many requests were sent during a certain amount of
62
+ * time.</p>
63
+ *
64
+ * @throws {@link ValidationException} (client fault)
65
+ * <p>A validation exception for a field.</p>
66
+ *
67
+ *
40
68
  */
41
69
  export declare class CreatePoolCommand extends $Command<CreatePoolCommandInput, CreatePoolCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
42
70
  readonly input: CreatePoolCommandInput;
@@ -32,6 +32,25 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
32
32
  * @see {@link DeleteConfigurationSetCommandOutput} for command's `response` shape.
33
33
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>The request was denied because you don't have sufficient permissions to access the
37
+ * resource.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
41
+ * be able to successfully issue the request again in the future.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>A requested resource couldn't be found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>An error that occurred because too many requests were sent during a certain amount of
48
+ * time.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>A validation exception for a field.</p>
52
+ *
53
+ *
35
54
  */
36
55
  export declare class DeleteConfigurationSetCommand extends $Command<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
37
56
  readonly input: DeleteConfigurationSetCommandInput;
@@ -34,6 +34,25 @@ export interface DeleteDefaultMessageTypeCommandOutput extends DeleteDefaultMess
34
34
  * @see {@link DeleteDefaultMessageTypeCommandOutput} for command's `response` shape.
35
35
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <p>The request was denied because you don't have sufficient permissions to access the
39
+ * resource.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
43
+ * be able to successfully issue the request again in the future.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>A requested resource couldn't be found.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>An error that occurred because too many requests were sent during a certain amount of
50
+ * time.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>A validation exception for a field.</p>
54
+ *
55
+ *
37
56
  */
38
57
  export declare class DeleteDefaultMessageTypeCommand extends $Command<DeleteDefaultMessageTypeCommandInput, DeleteDefaultMessageTypeCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
39
58
  readonly input: DeleteDefaultMessageTypeCommandInput;
@@ -32,6 +32,25 @@ export interface DeleteDefaultSenderIdCommandOutput extends DeleteDefaultSenderI
32
32
  * @see {@link DeleteDefaultSenderIdCommandOutput} for command's `response` shape.
33
33
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>The request was denied because you don't have sufficient permissions to access the
37
+ * resource.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
41
+ * be able to successfully issue the request again in the future.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>A requested resource couldn't be found.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>An error that occurred because too many requests were sent during a certain amount of
48
+ * time.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>A validation exception for a field.</p>
52
+ *
53
+ *
35
54
  */
36
55
  export declare class DeleteDefaultSenderIdCommand extends $Command<DeleteDefaultSenderIdCommandInput, DeleteDefaultSenderIdCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
37
56
  readonly input: DeleteDefaultSenderIdCommandInput;
@@ -33,6 +33,25 @@ export interface DeleteEventDestinationCommandOutput extends DeleteEventDestinat
33
33
  * @see {@link DeleteEventDestinationCommandOutput} for command's `response` shape.
34
34
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>The request was denied because you don't have sufficient permissions to access the
38
+ * resource.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
42
+ * be able to successfully issue the request again in the future.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>A requested resource couldn't be found.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>An error that occurred because too many requests were sent during a certain amount of
49
+ * time.</p>
50
+ *
51
+ * @throws {@link ValidationException} (client fault)
52
+ * <p>A validation exception for a field.</p>
53
+ *
54
+ *
36
55
  */
37
56
  export declare class DeleteEventDestinationCommand extends $Command<DeleteEventDestinationCommandInput, DeleteEventDestinationCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
38
57
  readonly input: DeleteEventDestinationCommandInput;
@@ -35,6 +35,31 @@ export interface DeleteKeywordCommandOutput extends DeleteKeywordResult, __Metad
35
35
  * @see {@link DeleteKeywordCommandOutput} for command's `response` shape.
36
36
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
37
37
  *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>The request was denied because you don't have sufficient permissions to access the
40
+ * resource.</p>
41
+ *
42
+ * @throws {@link ConflictException} (client fault)
43
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform
44
+ * more than one operation on the same resource at the same time or it could be that the
45
+ * requested action isn't valid for the current state or configuration of the
46
+ * resource.</p>
47
+ *
48
+ * @throws {@link InternalServerException} (server fault)
49
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
50
+ * be able to successfully issue the request again in the future.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>A requested resource couldn't be found.</p>
54
+ *
55
+ * @throws {@link ThrottlingException} (client fault)
56
+ * <p>An error that occurred because too many requests were sent during a certain amount of
57
+ * time.</p>
58
+ *
59
+ * @throws {@link ValidationException} (client fault)
60
+ * <p>A validation exception for a field.</p>
61
+ *
62
+ *
38
63
  */
39
64
  export declare class DeleteKeywordCommand extends $Command<DeleteKeywordCommandInput, DeleteKeywordCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
40
65
  readonly input: DeleteKeywordCommandInput;
@@ -32,6 +32,31 @@ export interface DeleteOptOutListCommandOutput extends DeleteOptOutListResult, _
32
32
  * @see {@link DeleteOptOutListCommandOutput} for command's `response` shape.
33
33
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>The request was denied because you don't have sufficient permissions to access the
37
+ * resource.</p>
38
+ *
39
+ * @throws {@link ConflictException} (client fault)
40
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform
41
+ * more than one operation on the same resource at the same time or it could be that the
42
+ * requested action isn't valid for the current state or configuration of the
43
+ * resource.</p>
44
+ *
45
+ * @throws {@link InternalServerException} (server fault)
46
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
47
+ * be able to successfully issue the request again in the future.</p>
48
+ *
49
+ * @throws {@link ResourceNotFoundException} (client fault)
50
+ * <p>A requested resource couldn't be found.</p>
51
+ *
52
+ * @throws {@link ThrottlingException} (client fault)
53
+ * <p>An error that occurred because too many requests were sent during a certain amount of
54
+ * time.</p>
55
+ *
56
+ * @throws {@link ValidationException} (client fault)
57
+ * <p>A validation exception for a field.</p>
58
+ *
59
+ *
35
60
  */
36
61
  export declare class DeleteOptOutListCommand extends $Command<DeleteOptOutListCommandInput, DeleteOptOutListCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
37
62
  readonly input: DeleteOptOutListCommandInput;
@@ -33,6 +33,31 @@ export interface DeleteOptedOutNumberCommandOutput extends DeleteOptedOutNumberR
33
33
  * @see {@link DeleteOptedOutNumberCommandOutput} for command's `response` shape.
34
34
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>The request was denied because you don't have sufficient permissions to access the
38
+ * resource.</p>
39
+ *
40
+ * @throws {@link ConflictException} (client fault)
41
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform
42
+ * more than one operation on the same resource at the same time or it could be that the
43
+ * requested action isn't valid for the current state or configuration of the
44
+ * resource.</p>
45
+ *
46
+ * @throws {@link InternalServerException} (server fault)
47
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
48
+ * be able to successfully issue the request again in the future.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>A requested resource couldn't be found.</p>
52
+ *
53
+ * @throws {@link ThrottlingException} (client fault)
54
+ * <p>An error that occurred because too many requests were sent during a certain amount of
55
+ * time.</p>
56
+ *
57
+ * @throws {@link ValidationException} (client fault)
58
+ * <p>A validation exception for a field.</p>
59
+ *
60
+ *
36
61
  */
37
62
  export declare class DeleteOptedOutNumberCommand extends $Command<DeleteOptedOutNumberCommandInput, DeleteOptedOutNumberCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
38
63
  readonly input: DeleteOptedOutNumberCommandInput;
@@ -35,6 +35,31 @@ export interface DeletePoolCommandOutput extends DeletePoolResult, __MetadataBea
35
35
  * @see {@link DeletePoolCommandOutput} for command's `response` shape.
36
36
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
37
37
  *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>The request was denied because you don't have sufficient permissions to access the
40
+ * resource.</p>
41
+ *
42
+ * @throws {@link ConflictException} (client fault)
43
+ * <p>Your request has conflicting operations. This can occur if you're trying to perform
44
+ * more than one operation on the same resource at the same time or it could be that the
45
+ * requested action isn't valid for the current state or configuration of the
46
+ * resource.</p>
47
+ *
48
+ * @throws {@link InternalServerException} (server fault)
49
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
50
+ * be able to successfully issue the request again in the future.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>A requested resource couldn't be found.</p>
54
+ *
55
+ * @throws {@link ThrottlingException} (client fault)
56
+ * <p>An error that occurred because too many requests were sent during a certain amount of
57
+ * time.</p>
58
+ *
59
+ * @throws {@link ValidationException} (client fault)
60
+ * <p>A validation exception for a field.</p>
61
+ *
62
+ *
38
63
  */
39
64
  export declare class DeletePoolCommand extends $Command<DeletePoolCommandInput, DeletePoolCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
40
65
  readonly input: DeletePoolCommandInput;
@@ -33,6 +33,22 @@ export interface DeleteTextMessageSpendLimitOverrideCommandOutput extends Delete
33
33
  * @see {@link DeleteTextMessageSpendLimitOverrideCommandOutput} for command's `response` shape.
34
34
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>The request was denied because you don't have sufficient permissions to access the
38
+ * resource.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
42
+ * be able to successfully issue the request again in the future.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>An error that occurred because too many requests were sent during a certain amount of
46
+ * time.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>A validation exception for a field.</p>
50
+ *
51
+ *
36
52
  */
37
53
  export declare class DeleteTextMessageSpendLimitOverrideCommand extends $Command<DeleteTextMessageSpendLimitOverrideCommandInput, DeleteTextMessageSpendLimitOverrideCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
38
54
  readonly input: DeleteTextMessageSpendLimitOverrideCommandInput;
@@ -33,6 +33,22 @@ export interface DeleteVoiceMessageSpendLimitOverrideCommandOutput extends Delet
33
33
  * @see {@link DeleteVoiceMessageSpendLimitOverrideCommandOutput} for command's `response` shape.
34
34
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>The request was denied because you don't have sufficient permissions to access the
38
+ * resource.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
42
+ * be able to successfully issue the request again in the future.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>An error that occurred because too many requests were sent during a certain amount of
46
+ * time.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>A validation exception for a field.</p>
50
+ *
51
+ *
36
52
  */
37
53
  export declare class DeleteVoiceMessageSpendLimitOverrideCommand extends $Command<DeleteVoiceMessageSpendLimitOverrideCommandInput, DeleteVoiceMessageSpendLimitOverrideCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
38
54
  readonly input: DeleteVoiceMessageSpendLimitOverrideCommandInput;
@@ -35,6 +35,22 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA
35
35
  * @see {@link DescribeAccountAttributesCommandOutput} for command's `response` shape.
36
36
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
37
37
  *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>The request was denied because you don't have sufficient permissions to access the
40
+ * resource.</p>
41
+ *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
44
+ * be able to successfully issue the request again in the future.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>An error that occurred because too many requests were sent during a certain amount of
48
+ * time.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>A validation exception for a field.</p>
52
+ *
53
+ *
38
54
  */
39
55
  export declare class DescribeAccountAttributesCommand extends $Command<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
40
56
  readonly input: DescribeAccountAttributesCommandInput;
@@ -36,6 +36,22 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
36
36
  * @see {@link DescribeAccountLimitsCommandOutput} for command's `response` shape.
37
37
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
38
38
  *
39
+ * @throws {@link AccessDeniedException} (client fault)
40
+ * <p>The request was denied because you don't have sufficient permissions to access the
41
+ * resource.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
45
+ * be able to successfully issue the request again in the future.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>An error that occurred because too many requests were sent during a certain amount of
49
+ * time.</p>
50
+ *
51
+ * @throws {@link ValidationException} (client fault)
52
+ * <p>A validation exception for a field.</p>
53
+ *
54
+ *
39
55
  */
40
56
  export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
41
57
  readonly input: DescribeAccountLimitsCommandInput;
@@ -35,6 +35,25 @@ export interface DescribeConfigurationSetsCommandOutput extends DescribeConfigur
35
35
  * @see {@link DescribeConfigurationSetsCommandOutput} for command's `response` shape.
36
36
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
37
37
  *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>The request was denied because you don't have sufficient permissions to access the
40
+ * resource.</p>
41
+ *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
44
+ * be able to successfully issue the request again in the future.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>A requested resource couldn't be found.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>An error that occurred because too many requests were sent during a certain amount of
51
+ * time.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>A validation exception for a field.</p>
55
+ *
56
+ *
38
57
  */
39
58
  export declare class DescribeConfigurationSetsCommand extends $Command<DescribeConfigurationSetsCommandInput, DescribeConfigurationSetsCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
40
59
  readonly input: DescribeConfigurationSetsCommandInput;
@@ -36,6 +36,25 @@ export interface DescribeKeywordsCommandOutput extends DescribeKeywordsResult, _
36
36
  * @see {@link DescribeKeywordsCommandOutput} for command's `response` shape.
37
37
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
38
38
  *
39
+ * @throws {@link AccessDeniedException} (client fault)
40
+ * <p>The request was denied because you don't have sufficient permissions to access the
41
+ * resource.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
45
+ * be able to successfully issue the request again in the future.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>A requested resource couldn't be found.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>An error that occurred because too many requests were sent during a certain amount of
52
+ * time.</p>
53
+ *
54
+ * @throws {@link ValidationException} (client fault)
55
+ * <p>A validation exception for a field.</p>
56
+ *
57
+ *
39
58
  */
40
59
  export declare class DescribeKeywordsCommand extends $Command<DescribeKeywordsCommandInput, DescribeKeywordsCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
41
60
  readonly input: DescribeKeywordsCommandInput;
@@ -34,6 +34,25 @@ export interface DescribeOptOutListsCommandOutput extends DescribeOptOutListsRes
34
34
  * @see {@link DescribeOptOutListsCommandOutput} for command's `response` shape.
35
35
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <p>The request was denied because you don't have sufficient permissions to access the
39
+ * resource.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
43
+ * be able to successfully issue the request again in the future.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>A requested resource couldn't be found.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>An error that occurred because too many requests were sent during a certain amount of
50
+ * time.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>A validation exception for a field.</p>
54
+ *
55
+ *
37
56
  */
38
57
  export declare class DescribeOptOutListsCommand extends $Command<DescribeOptOutListsCommandInput, DescribeOptOutListsCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
39
58
  readonly input: DescribeOptOutListsCommandInput;
@@ -36,6 +36,25 @@ export interface DescribeOptedOutNumbersCommandOutput extends DescribeOptedOutNu
36
36
  * @see {@link DescribeOptedOutNumbersCommandOutput} for command's `response` shape.
37
37
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
38
38
  *
39
+ * @throws {@link AccessDeniedException} (client fault)
40
+ * <p>The request was denied because you don't have sufficient permissions to access the
41
+ * resource.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
45
+ * be able to successfully issue the request again in the future.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>A requested resource couldn't be found.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>An error that occurred because too many requests were sent during a certain amount of
52
+ * time.</p>
53
+ *
54
+ * @throws {@link ValidationException} (client fault)
55
+ * <p>A validation exception for a field.</p>
56
+ *
57
+ *
39
58
  */
40
59
  export declare class DescribeOptedOutNumbersCommand extends $Command<DescribeOptedOutNumbersCommandInput, DescribeOptedOutNumbersCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
41
60
  readonly input: DescribeOptedOutNumbersCommandInput;
@@ -35,6 +35,25 @@ export interface DescribePhoneNumbersCommandOutput extends DescribePhoneNumbersR
35
35
  * @see {@link DescribePhoneNumbersCommandOutput} for command's `response` shape.
36
36
  * @see {@link PinpointSMSVoiceV2ClientResolvedConfig | config} for PinpointSMSVoiceV2Client's `config` shape.
37
37
  *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>The request was denied because you don't have sufficient permissions to access the
40
+ * resource.</p>
41
+ *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>The API encountered an unexpected error and couldn't complete the request. You might
44
+ * be able to successfully issue the request again in the future.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>A requested resource couldn't be found.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>An error that occurred because too many requests were sent during a certain amount of
51
+ * time.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>A validation exception for a field.</p>
55
+ *
56
+ *
38
57
  */
39
58
  export declare class DescribePhoneNumbersCommand extends $Command<DescribePhoneNumbersCommandInput, DescribePhoneNumbersCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig> {
40
59
  readonly input: DescribePhoneNumbersCommandInput;