mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
3048 lines
72 KiB
JSON
3048 lines
72 KiB
JSON
{
|
|
"version": "2.0",
|
|
"metadata": {
|
|
"apiVersion": "2022-03-31",
|
|
"endpointPrefix": "sms-voice",
|
|
"jsonVersion": "1.0",
|
|
"protocol": "json",
|
|
"serviceFullName": "Amazon Pinpoint SMS Voice V2",
|
|
"serviceId": "Pinpoint SMS Voice V2",
|
|
"signatureVersion": "v4",
|
|
"signingName": "sms-voice",
|
|
"targetPrefix": "PinpointSMSVoiceV2",
|
|
"uid": "pinpoint-sms-voice-v2-2022-03-31"
|
|
},
|
|
"operations": {
|
|
"AssociateOriginationIdentity": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PoolId",
|
|
"OriginationIdentity",
|
|
"IsoCountryCode"
|
|
],
|
|
"members": {
|
|
"PoolId": {},
|
|
"OriginationIdentity": {},
|
|
"IsoCountryCode": {},
|
|
"ClientToken": {
|
|
"idempotencyToken": true
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PoolArn": {},
|
|
"PoolId": {},
|
|
"OriginationIdentityArn": {},
|
|
"OriginationIdentity": {},
|
|
"IsoCountryCode": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateConfigurationSet": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ConfigurationSetName"
|
|
],
|
|
"members": {
|
|
"ConfigurationSetName": {},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
},
|
|
"ClientToken": {
|
|
"idempotencyToken": true
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ConfigurationSetArn": {},
|
|
"ConfigurationSetName": {},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateEventDestination": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ConfigurationSetName",
|
|
"EventDestinationName",
|
|
"MatchingEventTypes"
|
|
],
|
|
"members": {
|
|
"ConfigurationSetName": {},
|
|
"EventDestinationName": {},
|
|
"MatchingEventTypes": {
|
|
"shape": "Sj"
|
|
},
|
|
"CloudWatchLogsDestination": {
|
|
"shape": "Sl"
|
|
},
|
|
"KinesisFirehoseDestination": {
|
|
"shape": "So"
|
|
},
|
|
"SnsDestination": {
|
|
"shape": "Sq"
|
|
},
|
|
"ClientToken": {
|
|
"idempotencyToken": true
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ConfigurationSetArn": {},
|
|
"ConfigurationSetName": {},
|
|
"EventDestination": {
|
|
"shape": "St"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateOptOutList": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"OptOutListName"
|
|
],
|
|
"members": {
|
|
"OptOutListName": {},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
},
|
|
"ClientToken": {
|
|
"idempotencyToken": true
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"OptOutListArn": {},
|
|
"OptOutListName": {},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreatePool": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"OriginationIdentity",
|
|
"IsoCountryCode",
|
|
"MessageType"
|
|
],
|
|
"members": {
|
|
"OriginationIdentity": {},
|
|
"IsoCountryCode": {},
|
|
"MessageType": {},
|
|
"DeletionProtectionEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
},
|
|
"ClientToken": {
|
|
"idempotencyToken": true
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PoolArn": {},
|
|
"PoolId": {},
|
|
"Status": {},
|
|
"MessageType": {},
|
|
"TwoWayEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"TwoWayChannelArn": {},
|
|
"TwoWayChannelRole": {},
|
|
"SelfManagedOptOutsEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"OptOutListName": {},
|
|
"SharedRoutesEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"DeletionProtectionEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateRegistration": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationType"
|
|
],
|
|
"members": {
|
|
"RegistrationType": {},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
},
|
|
"ClientToken": {
|
|
"idempotencyToken": true
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationArn",
|
|
"RegistrationId",
|
|
"RegistrationType",
|
|
"RegistrationStatus",
|
|
"CurrentVersionNumber",
|
|
"CreatedTimestamp"
|
|
],
|
|
"members": {
|
|
"RegistrationArn": {},
|
|
"RegistrationId": {},
|
|
"RegistrationType": {},
|
|
"RegistrationStatus": {},
|
|
"CurrentVersionNumber": {
|
|
"type": "long"
|
|
},
|
|
"AdditionalAttributes": {
|
|
"shape": "S19"
|
|
},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateRegistrationAssociation": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationId",
|
|
"ResourceId"
|
|
],
|
|
"members": {
|
|
"RegistrationId": {},
|
|
"ResourceId": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationArn",
|
|
"RegistrationId",
|
|
"RegistrationType",
|
|
"ResourceArn",
|
|
"ResourceId",
|
|
"ResourceType"
|
|
],
|
|
"members": {
|
|
"RegistrationArn": {},
|
|
"RegistrationId": {},
|
|
"RegistrationType": {},
|
|
"ResourceArn": {},
|
|
"ResourceId": {},
|
|
"ResourceType": {},
|
|
"IsoCountryCode": {},
|
|
"PhoneNumber": {}
|
|
}
|
|
}
|
|
},
|
|
"CreateRegistrationAttachment": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AttachmentBody": {
|
|
"type": "blob"
|
|
},
|
|
"AttachmentUrl": {},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
},
|
|
"ClientToken": {
|
|
"idempotencyToken": true
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationAttachmentArn",
|
|
"RegistrationAttachmentId",
|
|
"AttachmentStatus",
|
|
"CreatedTimestamp"
|
|
],
|
|
"members": {
|
|
"RegistrationAttachmentArn": {},
|
|
"RegistrationAttachmentId": {},
|
|
"AttachmentStatus": {},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateRegistrationVersion": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationId"
|
|
],
|
|
"members": {
|
|
"RegistrationId": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationArn",
|
|
"RegistrationId",
|
|
"VersionNumber",
|
|
"RegistrationVersionStatus",
|
|
"RegistrationVersionStatusHistory"
|
|
],
|
|
"members": {
|
|
"RegistrationArn": {},
|
|
"RegistrationId": {},
|
|
"VersionNumber": {
|
|
"type": "long"
|
|
},
|
|
"RegistrationVersionStatus": {},
|
|
"RegistrationVersionStatusHistory": {
|
|
"shape": "S1n"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateVerifiedDestinationNumber": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DestinationPhoneNumber"
|
|
],
|
|
"members": {
|
|
"DestinationPhoneNumber": {},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
},
|
|
"ClientToken": {
|
|
"idempotencyToken": true
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VerifiedDestinationNumberArn",
|
|
"VerifiedDestinationNumberId",
|
|
"DestinationPhoneNumber",
|
|
"Status",
|
|
"CreatedTimestamp"
|
|
],
|
|
"members": {
|
|
"VerifiedDestinationNumberArn": {},
|
|
"VerifiedDestinationNumberId": {},
|
|
"DestinationPhoneNumber": {},
|
|
"Status": {},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteConfigurationSet": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ConfigurationSetName"
|
|
],
|
|
"members": {
|
|
"ConfigurationSetName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ConfigurationSetArn": {},
|
|
"ConfigurationSetName": {},
|
|
"EventDestinations": {
|
|
"shape": "S1t"
|
|
},
|
|
"DefaultMessageType": {},
|
|
"DefaultSenderId": {},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteDefaultMessageType": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ConfigurationSetName"
|
|
],
|
|
"members": {
|
|
"ConfigurationSetName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ConfigurationSetArn": {},
|
|
"ConfigurationSetName": {},
|
|
"MessageType": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteDefaultSenderId": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ConfigurationSetName"
|
|
],
|
|
"members": {
|
|
"ConfigurationSetName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ConfigurationSetArn": {},
|
|
"ConfigurationSetName": {},
|
|
"SenderId": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteEventDestination": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ConfigurationSetName",
|
|
"EventDestinationName"
|
|
],
|
|
"members": {
|
|
"ConfigurationSetName": {},
|
|
"EventDestinationName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ConfigurationSetArn": {},
|
|
"ConfigurationSetName": {},
|
|
"EventDestination": {
|
|
"shape": "St"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteKeyword": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"OriginationIdentity",
|
|
"Keyword"
|
|
],
|
|
"members": {
|
|
"OriginationIdentity": {},
|
|
"Keyword": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"OriginationIdentityArn": {},
|
|
"OriginationIdentity": {},
|
|
"Keyword": {},
|
|
"KeywordMessage": {},
|
|
"KeywordAction": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteOptOutList": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"OptOutListName"
|
|
],
|
|
"members": {
|
|
"OptOutListName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"OptOutListArn": {},
|
|
"OptOutListName": {},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteOptedOutNumber": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"OptOutListName",
|
|
"OptedOutNumber"
|
|
],
|
|
"members": {
|
|
"OptOutListName": {},
|
|
"OptedOutNumber": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"OptOutListArn": {},
|
|
"OptOutListName": {},
|
|
"OptedOutNumber": {},
|
|
"OptedOutTimestamp": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndUserOptedOut": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeletePool": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PoolId"
|
|
],
|
|
"members": {
|
|
"PoolId": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PoolArn": {},
|
|
"PoolId": {},
|
|
"Status": {},
|
|
"MessageType": {},
|
|
"TwoWayEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"TwoWayChannelArn": {},
|
|
"TwoWayChannelRole": {},
|
|
"SelfManagedOptOutsEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"OptOutListName": {},
|
|
"SharedRoutesEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteRegistration": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationId"
|
|
],
|
|
"members": {
|
|
"RegistrationId": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationArn",
|
|
"RegistrationId",
|
|
"RegistrationType",
|
|
"RegistrationStatus",
|
|
"CurrentVersionNumber",
|
|
"CreatedTimestamp"
|
|
],
|
|
"members": {
|
|
"RegistrationArn": {},
|
|
"RegistrationId": {},
|
|
"RegistrationType": {},
|
|
"RegistrationStatus": {},
|
|
"CurrentVersionNumber": {
|
|
"type": "long"
|
|
},
|
|
"ApprovedVersionNumber": {
|
|
"type": "long"
|
|
},
|
|
"LatestDeniedVersionNumber": {
|
|
"type": "long"
|
|
},
|
|
"AdditionalAttributes": {
|
|
"shape": "S19"
|
|
},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteRegistrationAttachment": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationAttachmentId"
|
|
],
|
|
"members": {
|
|
"RegistrationAttachmentId": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationAttachmentArn",
|
|
"RegistrationAttachmentId",
|
|
"AttachmentStatus",
|
|
"CreatedTimestamp"
|
|
],
|
|
"members": {
|
|
"RegistrationAttachmentArn": {},
|
|
"RegistrationAttachmentId": {},
|
|
"AttachmentStatus": {},
|
|
"AttachmentUploadErrorReason": {},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteRegistrationFieldValue": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationId",
|
|
"FieldPath"
|
|
],
|
|
"members": {
|
|
"RegistrationId": {},
|
|
"FieldPath": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationArn",
|
|
"RegistrationId",
|
|
"VersionNumber",
|
|
"FieldPath"
|
|
],
|
|
"members": {
|
|
"RegistrationArn": {},
|
|
"RegistrationId": {},
|
|
"VersionNumber": {
|
|
"type": "long"
|
|
},
|
|
"FieldPath": {},
|
|
"SelectChoices": {
|
|
"shape": "S2n"
|
|
},
|
|
"TextValue": {},
|
|
"RegistrationAttachmentId": {}
|
|
}
|
|
}
|
|
},
|
|
"DeleteTextMessageSpendLimitOverride": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MonthlyLimit": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteVerifiedDestinationNumber": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VerifiedDestinationNumberId"
|
|
],
|
|
"members": {
|
|
"VerifiedDestinationNumberId": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VerifiedDestinationNumberArn",
|
|
"VerifiedDestinationNumberId",
|
|
"DestinationPhoneNumber",
|
|
"CreatedTimestamp"
|
|
],
|
|
"members": {
|
|
"VerifiedDestinationNumberArn": {},
|
|
"VerifiedDestinationNumberId": {},
|
|
"DestinationPhoneNumber": {},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteVoiceMessageSpendLimitOverride": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MonthlyLimit": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeAccountAttributes": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AccountAttributes": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Value"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Value": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeAccountLimits": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AccountLimits": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Used",
|
|
"Max"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Used": {
|
|
"type": "long"
|
|
},
|
|
"Max": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeConfigurationSets": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ConfigurationSetNames": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Filters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"shape": "S3g"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ConfigurationSets": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ConfigurationSetArn",
|
|
"ConfigurationSetName",
|
|
"EventDestinations",
|
|
"CreatedTimestamp"
|
|
],
|
|
"members": {
|
|
"ConfigurationSetArn": {},
|
|
"ConfigurationSetName": {},
|
|
"EventDestinations": {
|
|
"shape": "S1t"
|
|
},
|
|
"DefaultMessageType": {},
|
|
"DefaultSenderId": {},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeKeywords": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"OriginationIdentity"
|
|
],
|
|
"members": {
|
|
"OriginationIdentity": {},
|
|
"Keywords": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Filters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"shape": "S3g"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"OriginationIdentityArn": {},
|
|
"OriginationIdentity": {},
|
|
"Keywords": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Keyword",
|
|
"KeywordMessage",
|
|
"KeywordAction"
|
|
],
|
|
"members": {
|
|
"Keyword": {},
|
|
"KeywordMessage": {},
|
|
"KeywordAction": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeOptOutLists": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"OptOutListNames": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"OptOutLists": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"OptOutListArn",
|
|
"OptOutListName",
|
|
"CreatedTimestamp"
|
|
],
|
|
"members": {
|
|
"OptOutListArn": {},
|
|
"OptOutListName": {},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeOptedOutNumbers": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"OptOutListName"
|
|
],
|
|
"members": {
|
|
"OptOutListName": {},
|
|
"OptedOutNumbers": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Filters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"shape": "S3g"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"OptOutListArn": {},
|
|
"OptOutListName": {},
|
|
"OptedOutNumbers": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"OptedOutNumber",
|
|
"OptedOutTimestamp",
|
|
"EndUserOptedOut"
|
|
],
|
|
"members": {
|
|
"OptedOutNumber": {},
|
|
"OptedOutTimestamp": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndUserOptedOut": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribePhoneNumbers": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PhoneNumberIds": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Filters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"shape": "S3g"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PhoneNumbers": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PhoneNumberArn",
|
|
"PhoneNumber",
|
|
"Status",
|
|
"IsoCountryCode",
|
|
"MessageType",
|
|
"NumberCapabilities",
|
|
"NumberType",
|
|
"MonthlyLeasingPrice",
|
|
"TwoWayEnabled",
|
|
"SelfManagedOptOutsEnabled",
|
|
"OptOutListName",
|
|
"DeletionProtectionEnabled",
|
|
"CreatedTimestamp"
|
|
],
|
|
"members": {
|
|
"PhoneNumberArn": {},
|
|
"PhoneNumberId": {},
|
|
"PhoneNumber": {},
|
|
"Status": {},
|
|
"IsoCountryCode": {},
|
|
"MessageType": {},
|
|
"NumberCapabilities": {
|
|
"shape": "S4g"
|
|
},
|
|
"NumberType": {},
|
|
"MonthlyLeasingPrice": {},
|
|
"TwoWayEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"TwoWayChannelArn": {},
|
|
"TwoWayChannelRole": {},
|
|
"SelfManagedOptOutsEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"OptOutListName": {},
|
|
"DeletionProtectionEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"PoolId": {},
|
|
"RegistrationId": {},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribePools": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PoolIds": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Filters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"shape": "S3g"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Pools": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PoolArn",
|
|
"PoolId",
|
|
"Status",
|
|
"MessageType",
|
|
"TwoWayEnabled",
|
|
"SelfManagedOptOutsEnabled",
|
|
"OptOutListName",
|
|
"SharedRoutesEnabled",
|
|
"DeletionProtectionEnabled",
|
|
"CreatedTimestamp"
|
|
],
|
|
"members": {
|
|
"PoolArn": {},
|
|
"PoolId": {},
|
|
"Status": {},
|
|
"MessageType": {},
|
|
"TwoWayEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"TwoWayChannelArn": {},
|
|
"TwoWayChannelRole": {},
|
|
"SelfManagedOptOutsEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"OptOutListName": {},
|
|
"SharedRoutesEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"DeletionProtectionEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeRegistrationAttachments": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"RegistrationAttachmentIds": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Filters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"shape": "S3g"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationAttachments"
|
|
],
|
|
"members": {
|
|
"RegistrationAttachments": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationAttachmentArn",
|
|
"RegistrationAttachmentId",
|
|
"AttachmentStatus",
|
|
"CreatedTimestamp"
|
|
],
|
|
"members": {
|
|
"RegistrationAttachmentArn": {},
|
|
"RegistrationAttachmentId": {},
|
|
"AttachmentStatus": {},
|
|
"AttachmentUploadErrorReason": {},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeRegistrationFieldDefinitions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationType"
|
|
],
|
|
"members": {
|
|
"RegistrationType": {},
|
|
"SectionPath": {},
|
|
"FieldPaths": {
|
|
"shape": "S51"
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationType",
|
|
"RegistrationFieldDefinitions"
|
|
],
|
|
"members": {
|
|
"RegistrationType": {},
|
|
"RegistrationFieldDefinitions": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SectionPath",
|
|
"FieldPath",
|
|
"FieldType",
|
|
"FieldRequirement",
|
|
"DisplayHints"
|
|
],
|
|
"members": {
|
|
"SectionPath": {},
|
|
"FieldPath": {},
|
|
"FieldType": {},
|
|
"FieldRequirement": {},
|
|
"SelectValidation": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MinChoices",
|
|
"MaxChoices",
|
|
"Options"
|
|
],
|
|
"members": {
|
|
"MinChoices": {
|
|
"type": "integer"
|
|
},
|
|
"MaxChoices": {
|
|
"type": "integer"
|
|
},
|
|
"Options": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"TextValidation": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MinLength",
|
|
"MaxLength",
|
|
"Pattern"
|
|
],
|
|
"members": {
|
|
"MinLength": {
|
|
"type": "integer"
|
|
},
|
|
"MaxLength": {
|
|
"type": "integer"
|
|
},
|
|
"Pattern": {}
|
|
}
|
|
},
|
|
"DisplayHints": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Title",
|
|
"ShortDescription"
|
|
],
|
|
"members": {
|
|
"Title": {},
|
|
"ShortDescription": {},
|
|
"LongDescription": {},
|
|
"DocumentationTitle": {},
|
|
"DocumentationLink": {},
|
|
"SelectOptionDescriptions": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Option"
|
|
],
|
|
"members": {
|
|
"Option": {},
|
|
"Title": {},
|
|
"Description": {}
|
|
}
|
|
}
|
|
},
|
|
"TextValidationDescription": {},
|
|
"ExampleTextValue": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeRegistrationFieldValues": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationId"
|
|
],
|
|
"members": {
|
|
"RegistrationId": {},
|
|
"VersionNumber": {
|
|
"type": "long"
|
|
},
|
|
"SectionPath": {},
|
|
"FieldPaths": {
|
|
"shape": "S51"
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationArn",
|
|
"RegistrationId",
|
|
"VersionNumber",
|
|
"RegistrationFieldValues"
|
|
],
|
|
"members": {
|
|
"RegistrationArn": {},
|
|
"RegistrationId": {},
|
|
"VersionNumber": {
|
|
"type": "long"
|
|
},
|
|
"RegistrationFieldValues": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"FieldPath"
|
|
],
|
|
"members": {
|
|
"FieldPath": {},
|
|
"SelectChoices": {
|
|
"shape": "S2n"
|
|
},
|
|
"TextValue": {},
|
|
"RegistrationAttachmentId": {},
|
|
"DeniedReason": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeRegistrationSectionDefinitions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationType"
|
|
],
|
|
"members": {
|
|
"RegistrationType": {},
|
|
"SectionPaths": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationType",
|
|
"RegistrationSectionDefinitions"
|
|
],
|
|
"members": {
|
|
"RegistrationType": {},
|
|
"RegistrationSectionDefinitions": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SectionPath",
|
|
"DisplayHints"
|
|
],
|
|
"members": {
|
|
"SectionPath": {},
|
|
"DisplayHints": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Title",
|
|
"ShortDescription"
|
|
],
|
|
"members": {
|
|
"Title": {},
|
|
"ShortDescription": {},
|
|
"LongDescription": {},
|
|
"DocumentationTitle": {},
|
|
"DocumentationLink": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeRegistrationTypeDefinitions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"RegistrationTypes": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Filters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"shape": "S3g"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationTypeDefinitions"
|
|
],
|
|
"members": {
|
|
"RegistrationTypeDefinitions": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationType",
|
|
"DisplayHints"
|
|
],
|
|
"members": {
|
|
"RegistrationType": {},
|
|
"SupportedAssociations": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ResourceType",
|
|
"AssociationBehavior",
|
|
"DisassociationBehavior"
|
|
],
|
|
"members": {
|
|
"ResourceType": {},
|
|
"IsoCountryCode": {},
|
|
"AssociationBehavior": {},
|
|
"DisassociationBehavior": {}
|
|
}
|
|
}
|
|
},
|
|
"DisplayHints": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Title"
|
|
],
|
|
"members": {
|
|
"Title": {},
|
|
"ShortDescription": {},
|
|
"LongDescription": {},
|
|
"DocumentationTitle": {},
|
|
"DocumentationLink": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeRegistrationVersions": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationId"
|
|
],
|
|
"members": {
|
|
"RegistrationId": {},
|
|
"VersionNumbers": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "long"
|
|
}
|
|
},
|
|
"Filters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"shape": "S3g"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationArn",
|
|
"RegistrationId",
|
|
"RegistrationVersions"
|
|
],
|
|
"members": {
|
|
"RegistrationArn": {},
|
|
"RegistrationId": {},
|
|
"RegistrationVersions": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VersionNumber",
|
|
"RegistrationVersionStatus",
|
|
"RegistrationVersionStatusHistory"
|
|
],
|
|
"members": {
|
|
"VersionNumber": {
|
|
"type": "long"
|
|
},
|
|
"RegistrationVersionStatus": {},
|
|
"RegistrationVersionStatusHistory": {
|
|
"shape": "S1n"
|
|
},
|
|
"DeniedReasons": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Reason",
|
|
"ShortDescription"
|
|
],
|
|
"members": {
|
|
"Reason": {},
|
|
"ShortDescription": {},
|
|
"LongDescription": {},
|
|
"DocumentationTitle": {},
|
|
"DocumentationLink": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeRegistrations": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"RegistrationIds": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Filters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"shape": "S3g"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Registrations"
|
|
],
|
|
"members": {
|
|
"Registrations": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationArn",
|
|
"RegistrationId",
|
|
"RegistrationType",
|
|
"RegistrationStatus",
|
|
"CurrentVersionNumber",
|
|
"CreatedTimestamp"
|
|
],
|
|
"members": {
|
|
"RegistrationArn": {},
|
|
"RegistrationId": {},
|
|
"RegistrationType": {},
|
|
"RegistrationStatus": {},
|
|
"CurrentVersionNumber": {
|
|
"type": "long"
|
|
},
|
|
"ApprovedVersionNumber": {
|
|
"type": "long"
|
|
},
|
|
"LatestDeniedVersionNumber": {
|
|
"type": "long"
|
|
},
|
|
"AdditionalAttributes": {
|
|
"shape": "S19"
|
|
},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeSenderIds": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SenderIds": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SenderId",
|
|
"IsoCountryCode"
|
|
],
|
|
"members": {
|
|
"SenderId": {},
|
|
"IsoCountryCode": {}
|
|
}
|
|
}
|
|
},
|
|
"Filters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"shape": "S3g"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SenderIds": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SenderIdArn",
|
|
"SenderId",
|
|
"IsoCountryCode",
|
|
"MessageTypes",
|
|
"MonthlyLeasingPrice",
|
|
"DeletionProtectionEnabled",
|
|
"Registered"
|
|
],
|
|
"members": {
|
|
"SenderIdArn": {},
|
|
"SenderId": {},
|
|
"IsoCountryCode": {},
|
|
"MessageTypes": {
|
|
"shape": "S6t"
|
|
},
|
|
"MonthlyLeasingPrice": {},
|
|
"DeletionProtectionEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"Registered": {
|
|
"type": "boolean"
|
|
},
|
|
"RegistrationId": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeSpendLimits": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SpendLimits": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"EnforcedLimit",
|
|
"MaxLimit",
|
|
"Overridden"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"EnforcedLimit": {
|
|
"type": "long"
|
|
},
|
|
"MaxLimit": {
|
|
"type": "long"
|
|
},
|
|
"Overridden": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeVerifiedDestinationNumbers": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"VerifiedDestinationNumberIds": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"DestinationPhoneNumbers": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Filters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"shape": "S3g"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VerifiedDestinationNumbers"
|
|
],
|
|
"members": {
|
|
"VerifiedDestinationNumbers": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VerifiedDestinationNumberArn",
|
|
"VerifiedDestinationNumberId",
|
|
"DestinationPhoneNumber",
|
|
"Status",
|
|
"CreatedTimestamp"
|
|
],
|
|
"members": {
|
|
"VerifiedDestinationNumberArn": {},
|
|
"VerifiedDestinationNumberId": {},
|
|
"DestinationPhoneNumber": {},
|
|
"Status": {},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DisassociateOriginationIdentity": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PoolId",
|
|
"OriginationIdentity",
|
|
"IsoCountryCode"
|
|
],
|
|
"members": {
|
|
"PoolId": {},
|
|
"OriginationIdentity": {},
|
|
"IsoCountryCode": {},
|
|
"ClientToken": {
|
|
"idempotencyToken": true
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PoolArn": {},
|
|
"PoolId": {},
|
|
"OriginationIdentityArn": {},
|
|
"OriginationIdentity": {},
|
|
"IsoCountryCode": {}
|
|
}
|
|
}
|
|
},
|
|
"DiscardRegistrationVersion": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationId"
|
|
],
|
|
"members": {
|
|
"RegistrationId": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationArn",
|
|
"RegistrationId",
|
|
"VersionNumber",
|
|
"RegistrationVersionStatus",
|
|
"RegistrationVersionStatusHistory"
|
|
],
|
|
"members": {
|
|
"RegistrationArn": {},
|
|
"RegistrationId": {},
|
|
"VersionNumber": {
|
|
"type": "long"
|
|
},
|
|
"RegistrationVersionStatus": {},
|
|
"RegistrationVersionStatusHistory": {
|
|
"shape": "S1n"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ListPoolOriginationIdentities": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PoolId"
|
|
],
|
|
"members": {
|
|
"PoolId": {},
|
|
"Filters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"shape": "S3g"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PoolArn": {},
|
|
"PoolId": {},
|
|
"OriginationIdentities": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"OriginationIdentityArn",
|
|
"OriginationIdentity",
|
|
"IsoCountryCode",
|
|
"NumberCapabilities"
|
|
],
|
|
"members": {
|
|
"OriginationIdentityArn": {},
|
|
"OriginationIdentity": {},
|
|
"IsoCountryCode": {},
|
|
"NumberCapabilities": {
|
|
"shape": "S4g"
|
|
},
|
|
"PhoneNumber": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListRegistrationAssociations": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationId"
|
|
],
|
|
"members": {
|
|
"RegistrationId": {},
|
|
"Filters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Name",
|
|
"Values"
|
|
],
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"shape": "S3g"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationArn",
|
|
"RegistrationId",
|
|
"RegistrationType",
|
|
"RegistrationAssociations"
|
|
],
|
|
"members": {
|
|
"RegistrationArn": {},
|
|
"RegistrationId": {},
|
|
"RegistrationType": {},
|
|
"RegistrationAssociations": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ResourceArn",
|
|
"ResourceId",
|
|
"ResourceType"
|
|
],
|
|
"members": {
|
|
"ResourceArn": {},
|
|
"ResourceId": {},
|
|
"ResourceType": {},
|
|
"IsoCountryCode": {},
|
|
"PhoneNumber": {}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListTagsForResource": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ResourceArn"
|
|
],
|
|
"members": {
|
|
"ResourceArn": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ResourceArn": {},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"PutKeyword": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"OriginationIdentity",
|
|
"Keyword",
|
|
"KeywordMessage"
|
|
],
|
|
"members": {
|
|
"OriginationIdentity": {},
|
|
"Keyword": {},
|
|
"KeywordMessage": {},
|
|
"KeywordAction": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"OriginationIdentityArn": {},
|
|
"OriginationIdentity": {},
|
|
"Keyword": {},
|
|
"KeywordMessage": {},
|
|
"KeywordAction": {}
|
|
}
|
|
}
|
|
},
|
|
"PutOptedOutNumber": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"OptOutListName",
|
|
"OptedOutNumber"
|
|
],
|
|
"members": {
|
|
"OptOutListName": {},
|
|
"OptedOutNumber": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"OptOutListArn": {},
|
|
"OptOutListName": {},
|
|
"OptedOutNumber": {},
|
|
"OptedOutTimestamp": {
|
|
"type": "timestamp"
|
|
},
|
|
"EndUserOptedOut": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"PutRegistrationFieldValue": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationId",
|
|
"FieldPath"
|
|
],
|
|
"members": {
|
|
"RegistrationId": {},
|
|
"FieldPath": {},
|
|
"SelectChoices": {
|
|
"shape": "S2n"
|
|
},
|
|
"TextValue": {},
|
|
"RegistrationAttachmentId": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationArn",
|
|
"RegistrationId",
|
|
"VersionNumber",
|
|
"FieldPath"
|
|
],
|
|
"members": {
|
|
"RegistrationArn": {},
|
|
"RegistrationId": {},
|
|
"VersionNumber": {
|
|
"type": "long"
|
|
},
|
|
"FieldPath": {},
|
|
"SelectChoices": {
|
|
"shape": "S2n"
|
|
},
|
|
"TextValue": {},
|
|
"RegistrationAttachmentId": {}
|
|
}
|
|
}
|
|
},
|
|
"ReleasePhoneNumber": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PhoneNumberId"
|
|
],
|
|
"members": {
|
|
"PhoneNumberId": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PhoneNumberArn": {},
|
|
"PhoneNumberId": {},
|
|
"PhoneNumber": {},
|
|
"Status": {},
|
|
"IsoCountryCode": {},
|
|
"MessageType": {},
|
|
"NumberCapabilities": {
|
|
"shape": "S4g"
|
|
},
|
|
"NumberType": {},
|
|
"MonthlyLeasingPrice": {},
|
|
"TwoWayEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"TwoWayChannelArn": {},
|
|
"TwoWayChannelRole": {},
|
|
"SelfManagedOptOutsEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"OptOutListName": {},
|
|
"RegistrationId": {},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ReleaseSenderId": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SenderId",
|
|
"IsoCountryCode"
|
|
],
|
|
"members": {
|
|
"SenderId": {},
|
|
"IsoCountryCode": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SenderIdArn",
|
|
"SenderId",
|
|
"IsoCountryCode",
|
|
"MessageTypes",
|
|
"MonthlyLeasingPrice",
|
|
"Registered"
|
|
],
|
|
"members": {
|
|
"SenderIdArn": {},
|
|
"SenderId": {},
|
|
"IsoCountryCode": {},
|
|
"MessageTypes": {
|
|
"shape": "S6t"
|
|
},
|
|
"MonthlyLeasingPrice": {},
|
|
"Registered": {
|
|
"type": "boolean"
|
|
},
|
|
"RegistrationId": {}
|
|
}
|
|
}
|
|
},
|
|
"RequestPhoneNumber": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"IsoCountryCode",
|
|
"MessageType",
|
|
"NumberCapabilities",
|
|
"NumberType"
|
|
],
|
|
"members": {
|
|
"IsoCountryCode": {},
|
|
"MessageType": {},
|
|
"NumberCapabilities": {
|
|
"shape": "S4g"
|
|
},
|
|
"NumberType": {},
|
|
"OptOutListName": {},
|
|
"PoolId": {},
|
|
"RegistrationId": {},
|
|
"DeletionProtectionEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
},
|
|
"ClientToken": {
|
|
"idempotencyToken": true
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PhoneNumberArn": {},
|
|
"PhoneNumberId": {},
|
|
"PhoneNumber": {},
|
|
"Status": {},
|
|
"IsoCountryCode": {},
|
|
"MessageType": {},
|
|
"NumberCapabilities": {
|
|
"shape": "S4g"
|
|
},
|
|
"NumberType": {},
|
|
"MonthlyLeasingPrice": {},
|
|
"TwoWayEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"TwoWayChannelArn": {},
|
|
"TwoWayChannelRole": {},
|
|
"SelfManagedOptOutsEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"OptOutListName": {},
|
|
"DeletionProtectionEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"PoolId": {},
|
|
"RegistrationId": {},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"RequestSenderId": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SenderId",
|
|
"IsoCountryCode"
|
|
],
|
|
"members": {
|
|
"SenderId": {},
|
|
"IsoCountryCode": {},
|
|
"MessageTypes": {
|
|
"shape": "S6t"
|
|
},
|
|
"DeletionProtectionEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
},
|
|
"ClientToken": {
|
|
"idempotencyToken": true
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SenderIdArn",
|
|
"SenderId",
|
|
"IsoCountryCode",
|
|
"MessageTypes",
|
|
"MonthlyLeasingPrice",
|
|
"DeletionProtectionEnabled",
|
|
"Registered"
|
|
],
|
|
"members": {
|
|
"SenderIdArn": {},
|
|
"SenderId": {},
|
|
"IsoCountryCode": {},
|
|
"MessageTypes": {
|
|
"shape": "S6t"
|
|
},
|
|
"MonthlyLeasingPrice": {},
|
|
"DeletionProtectionEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"Registered": {
|
|
"type": "boolean"
|
|
},
|
|
"Tags": {
|
|
"shape": "Sa"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"SendDestinationNumberVerificationCode": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VerifiedDestinationNumberId",
|
|
"VerificationChannel"
|
|
],
|
|
"members": {
|
|
"VerifiedDestinationNumberId": {},
|
|
"VerificationChannel": {},
|
|
"LanguageCode": {},
|
|
"OriginationIdentity": {},
|
|
"ConfigurationSetName": {},
|
|
"Context": {
|
|
"shape": "S8c"
|
|
},
|
|
"DestinationCountryParameters": {
|
|
"shape": "S8f"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MessageId"
|
|
],
|
|
"members": {
|
|
"MessageId": {}
|
|
}
|
|
}
|
|
},
|
|
"SendTextMessage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DestinationPhoneNumber"
|
|
],
|
|
"members": {
|
|
"DestinationPhoneNumber": {},
|
|
"OriginationIdentity": {},
|
|
"MessageBody": {},
|
|
"MessageType": {},
|
|
"Keyword": {},
|
|
"ConfigurationSetName": {},
|
|
"MaxPrice": {},
|
|
"TimeToLive": {
|
|
"type": "integer"
|
|
},
|
|
"Context": {
|
|
"shape": "S8c"
|
|
},
|
|
"DestinationCountryParameters": {
|
|
"shape": "S8f"
|
|
},
|
|
"DryRun": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MessageId": {}
|
|
}
|
|
}
|
|
},
|
|
"SendVoiceMessage": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DestinationPhoneNumber",
|
|
"OriginationIdentity"
|
|
],
|
|
"members": {
|
|
"DestinationPhoneNumber": {},
|
|
"OriginationIdentity": {},
|
|
"MessageBody": {},
|
|
"MessageBodyTextType": {},
|
|
"VoiceId": {},
|
|
"ConfigurationSetName": {},
|
|
"MaxPricePerMinute": {},
|
|
"TimeToLive": {
|
|
"type": "integer"
|
|
},
|
|
"Context": {
|
|
"shape": "S8c"
|
|
},
|
|
"DryRun": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MessageId": {}
|
|
}
|
|
}
|
|
},
|
|
"SetDefaultMessageType": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ConfigurationSetName",
|
|
"MessageType"
|
|
],
|
|
"members": {
|
|
"ConfigurationSetName": {},
|
|
"MessageType": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ConfigurationSetArn": {},
|
|
"ConfigurationSetName": {},
|
|
"MessageType": {}
|
|
}
|
|
}
|
|
},
|
|
"SetDefaultSenderId": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ConfigurationSetName",
|
|
"SenderId"
|
|
],
|
|
"members": {
|
|
"ConfigurationSetName": {},
|
|
"SenderId": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ConfigurationSetArn": {},
|
|
"ConfigurationSetName": {},
|
|
"SenderId": {}
|
|
}
|
|
}
|
|
},
|
|
"SetTextMessageSpendLimitOverride": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonthlyLimit"
|
|
],
|
|
"members": {
|
|
"MonthlyLimit": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MonthlyLimit": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"SetVoiceMessageSpendLimitOverride": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MonthlyLimit"
|
|
],
|
|
"members": {
|
|
"MonthlyLimit": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MonthlyLimit": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"SubmitRegistrationVersion": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationId"
|
|
],
|
|
"members": {
|
|
"RegistrationId": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"RegistrationArn",
|
|
"RegistrationId",
|
|
"VersionNumber",
|
|
"RegistrationVersionStatus",
|
|
"RegistrationVersionStatusHistory"
|
|
],
|
|
"members": {
|
|
"RegistrationArn": {},
|
|
"RegistrationId": {},
|
|
"VersionNumber": {
|
|
"type": "long"
|
|
},
|
|
"RegistrationVersionStatus": {},
|
|
"RegistrationVersionStatusHistory": {
|
|
"shape": "S1n"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"TagResource": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ResourceArn",
|
|
"Tags"
|
|
],
|
|
"members": {
|
|
"ResourceArn": {},
|
|
"Tags": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Sb"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"UntagResource": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ResourceArn",
|
|
"TagKeys"
|
|
],
|
|
"members": {
|
|
"ResourceArn": {},
|
|
"TagKeys": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"UpdateEventDestination": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ConfigurationSetName",
|
|
"EventDestinationName"
|
|
],
|
|
"members": {
|
|
"ConfigurationSetName": {},
|
|
"EventDestinationName": {},
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"MatchingEventTypes": {
|
|
"shape": "Sj"
|
|
},
|
|
"CloudWatchLogsDestination": {
|
|
"shape": "Sl"
|
|
},
|
|
"KinesisFirehoseDestination": {
|
|
"shape": "So"
|
|
},
|
|
"SnsDestination": {
|
|
"shape": "Sq"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ConfigurationSetArn": {},
|
|
"ConfigurationSetName": {},
|
|
"EventDestination": {
|
|
"shape": "St"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpdatePhoneNumber": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PhoneNumberId"
|
|
],
|
|
"members": {
|
|
"PhoneNumberId": {},
|
|
"TwoWayEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"TwoWayChannelArn": {},
|
|
"TwoWayChannelRole": {},
|
|
"SelfManagedOptOutsEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"OptOutListName": {},
|
|
"DeletionProtectionEnabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PhoneNumberArn": {},
|
|
"PhoneNumberId": {},
|
|
"PhoneNumber": {},
|
|
"Status": {},
|
|
"IsoCountryCode": {},
|
|
"MessageType": {},
|
|
"NumberCapabilities": {
|
|
"shape": "S4g"
|
|
},
|
|
"NumberType": {},
|
|
"MonthlyLeasingPrice": {},
|
|
"TwoWayEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"TwoWayChannelArn": {},
|
|
"TwoWayChannelRole": {},
|
|
"SelfManagedOptOutsEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"OptOutListName": {},
|
|
"DeletionProtectionEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"RegistrationId": {},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpdatePool": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PoolId"
|
|
],
|
|
"members": {
|
|
"PoolId": {},
|
|
"TwoWayEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"TwoWayChannelArn": {},
|
|
"TwoWayChannelRole": {},
|
|
"SelfManagedOptOutsEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"OptOutListName": {},
|
|
"SharedRoutesEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"DeletionProtectionEnabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PoolArn": {},
|
|
"PoolId": {},
|
|
"Status": {},
|
|
"MessageType": {},
|
|
"TwoWayEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"TwoWayChannelArn": {},
|
|
"TwoWayChannelRole": {},
|
|
"SelfManagedOptOutsEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"OptOutListName": {},
|
|
"SharedRoutesEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"DeletionProtectionEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpdateSenderId": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SenderId",
|
|
"IsoCountryCode"
|
|
],
|
|
"members": {
|
|
"SenderId": {},
|
|
"IsoCountryCode": {},
|
|
"DeletionProtectionEnabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SenderIdArn",
|
|
"SenderId",
|
|
"IsoCountryCode",
|
|
"MessageTypes",
|
|
"MonthlyLeasingPrice",
|
|
"DeletionProtectionEnabled",
|
|
"Registered"
|
|
],
|
|
"members": {
|
|
"SenderIdArn": {},
|
|
"SenderId": {},
|
|
"IsoCountryCode": {},
|
|
"MessageTypes": {
|
|
"shape": "S6t"
|
|
},
|
|
"MonthlyLeasingPrice": {},
|
|
"DeletionProtectionEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"Registered": {
|
|
"type": "boolean"
|
|
},
|
|
"RegistrationId": {}
|
|
}
|
|
}
|
|
},
|
|
"VerifyDestinationNumber": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VerifiedDestinationNumberId",
|
|
"VerificationCode"
|
|
],
|
|
"members": {
|
|
"VerifiedDestinationNumberId": {},
|
|
"VerificationCode": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VerifiedDestinationNumberArn",
|
|
"VerifiedDestinationNumberId",
|
|
"DestinationPhoneNumber",
|
|
"Status",
|
|
"CreatedTimestamp"
|
|
],
|
|
"members": {
|
|
"VerifiedDestinationNumberArn": {},
|
|
"VerifiedDestinationNumberId": {},
|
|
"DestinationPhoneNumber": {},
|
|
"Status": {},
|
|
"CreatedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"shapes": {
|
|
"Sa": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Sb"
|
|
}
|
|
},
|
|
"Sb": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Key",
|
|
"Value"
|
|
],
|
|
"members": {
|
|
"Key": {},
|
|
"Value": {}
|
|
}
|
|
},
|
|
"Sj": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"Sl": {
|
|
"type": "structure",
|
|
"required": [
|
|
"IamRoleArn",
|
|
"LogGroupArn"
|
|
],
|
|
"members": {
|
|
"IamRoleArn": {},
|
|
"LogGroupArn": {}
|
|
}
|
|
},
|
|
"So": {
|
|
"type": "structure",
|
|
"required": [
|
|
"IamRoleArn",
|
|
"DeliveryStreamArn"
|
|
],
|
|
"members": {
|
|
"IamRoleArn": {},
|
|
"DeliveryStreamArn": {}
|
|
}
|
|
},
|
|
"Sq": {
|
|
"type": "structure",
|
|
"required": [
|
|
"TopicArn"
|
|
],
|
|
"members": {
|
|
"TopicArn": {}
|
|
}
|
|
},
|
|
"St": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EventDestinationName",
|
|
"Enabled",
|
|
"MatchingEventTypes"
|
|
],
|
|
"members": {
|
|
"EventDestinationName": {},
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"MatchingEventTypes": {
|
|
"shape": "Sj"
|
|
},
|
|
"CloudWatchLogsDestination": {
|
|
"shape": "Sl"
|
|
},
|
|
"KinesisFirehoseDestination": {
|
|
"shape": "So"
|
|
},
|
|
"SnsDestination": {
|
|
"shape": "Sq"
|
|
}
|
|
}
|
|
},
|
|
"S19": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"S1n": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DraftTimestamp"
|
|
],
|
|
"members": {
|
|
"DraftTimestamp": {
|
|
"type": "timestamp"
|
|
},
|
|
"SubmittedTimestamp": {
|
|
"type": "timestamp"
|
|
},
|
|
"ReviewingTimestamp": {
|
|
"type": "timestamp"
|
|
},
|
|
"ApprovedTimestamp": {
|
|
"type": "timestamp"
|
|
},
|
|
"DiscardedTimestamp": {
|
|
"type": "timestamp"
|
|
},
|
|
"DeniedTimestamp": {
|
|
"type": "timestamp"
|
|
},
|
|
"RevokedTimestamp": {
|
|
"type": "timestamp"
|
|
},
|
|
"ArchivedTimestamp": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
},
|
|
"S1t": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "St"
|
|
}
|
|
},
|
|
"S2n": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S3g": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S4g": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S51": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S6t": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S8c": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"S8f": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
}
|
|
}
|
|
} |