Skip to content

Commit

Permalink
Release v1.37.11 (2021-02-15) (#3781)
Browse files Browse the repository at this point in the history
Release v1.37.11 (2021-02-15)
===

### Service Client Updates
* `service/config`: Updates service API and documentation
* `service/kinesis-video-archived-media`: Updates service API and documentation
* `service/lightsail`: Updates service documentation
  * Documentation updates for Lightsail
* `service/medialive`: Updates service API and documentation
  * AWS MediaLive now supports Automatic-Input-Failover for CDI Inputs.
* `service/mediatailor`: Updates service API, documentation, and paginators
* `service/pinpoint`: Updates service API and documentation
  * Lets customers use origination number when specifying SMS message configuration for Campaigns and Journeys.
* `service/redshift-data`: Updates service API and documentation
* `service/workmailmessageflow`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Feb 15, 2021
1 parent 6aa5fda commit 8756523
Show file tree
Hide file tree
Showing 33 changed files with 2,344 additions and 494 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.37.11 (2021-02-15)
===

### Service Client Updates
* `service/config`: Updates service API and documentation
* `service/kinesis-video-archived-media`: Updates service API and documentation
* `service/lightsail`: Updates service documentation
* Documentation updates for Lightsail
* `service/medialive`: Updates service API and documentation
* AWS MediaLive now supports Automatic-Input-Failover for CDI Inputs.
* `service/mediatailor`: Updates service API, documentation, and paginators
* `service/pinpoint`: Updates service API and documentation
* Lets customers use origination number when specifying SMS message configuration for Campaigns and Journeys.
* `service/redshift-data`: Updates service API and documentation
* `service/workmailmessageflow`: Updates service API and documentation

Release v1.37.10 (2021-02-12)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.37.10"
const SDKVersion = "1.37.11"
8 changes: 8 additions & 0 deletions models/apis/config/2014-11-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,7 @@
{"shape":"InvalidDeliveryChannelNameException"},
{"shape":"NoSuchBucketException"},
{"shape":"InvalidS3KeyPrefixException"},
{"shape":"InvalidS3KmsKeyArnException"},
{"shape":"InvalidSNSTopicARNException"},
{"shape":"InsufficientDeliveryPolicyException"}
]
Expand Down Expand Up @@ -2066,6 +2067,7 @@
"name":{"shape":"ChannelName"},
"s3BucketName":{"shape":"String"},
"s3KeyPrefix":{"shape":"String"},
"s3KmsKeyArn":{"shape":"String"},
"snsTopicARN":{"shape":"String"},
"configSnapshotDeliveryProperties":{"shape":"ConfigSnapshotDeliveryProperties"}
}
Expand Down Expand Up @@ -2979,6 +2981,12 @@
},
"exception":true
},
"InvalidS3KmsKeyArnException":{
"type":"structure",
"members":{
},
"exception":true
},
"InvalidSNSTopicARNException":{
"type":"structure",
"members":{
Expand Down
68 changes: 37 additions & 31 deletions models/apis/config/2014-11-12/docs-2.json

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions models/apis/kinesis-video-archived-media/2017-09-30/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,10 @@
},
"GetMediaForFragmentListInput":{
"type":"structure",
"required":[
"StreamName",
"Fragments"
],
"required":["Fragments"],
"members":{
"StreamName":{"shape":"StreamName"},
"StreamARN":{"shape":"ResourceARN"},
"Fragments":{"shape":"FragmentNumberList"}
}
},
Expand Down Expand Up @@ -399,9 +397,9 @@
},
"ListFragmentsInput":{
"type":"structure",
"required":["StreamName"],
"members":{
"StreamName":{"shape":"StreamName"},
"StreamARN":{"shape":"ResourceARN"},
"MaxResults":{"shape":"PageLimit"},
"NextToken":{"shape":"NextToken"},
"FragmentSelector":{"shape":"FragmentSelector"}
Expand Down Expand Up @@ -458,7 +456,7 @@
"type":"string",
"max":1024,
"min":1,
"pattern":"arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+"
"pattern":"arn:[a-z\\d-]+:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+"
},
"ResourceNotFoundException":{
"type":"structure",
Expand Down
12 changes: 7 additions & 5 deletions models/apis/kinesis-video-archived-media/2017-09-30/docs-2.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions models/apis/lightsail/2016-11-28/docs-2.json

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions models/apis/medialive/2017-10-14/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,40 @@
}
]
},
"CreatePartnerInput": {
"name": "CreatePartnerInput",
"http": {
"method": "POST",
"requestUri": "/prod/inputs/{inputId}/partners",
"responseCode": 201
},
"input": {
"shape": "CreatePartnerInputRequest"
},
"output": {
"shape": "CreatePartnerInputResponse"
},
"errors": [
{
"shape": "BadRequestException"
},
{
"shape": "InternalServerErrorException"
},
{
"shape": "ForbiddenException"
},
{
"shape": "BadGatewayException"
},
{
"shape": "GatewayTimeoutException"
},
{
"shape": "TooManyRequestsException"
}
]
},
"CreateTags": {
"name": "CreateTags",
"http": {
Expand Down Expand Up @@ -4054,6 +4088,60 @@
}
}
},
"CreatePartnerInput": {
"type": "structure",
"members": {
"RequestId": {
"shape": "__string",
"locationName": "requestId",
"idempotencyToken": true
},
"Tags": {
"shape": "Tags",
"locationName": "tags"
}
}
},
"CreatePartnerInputRequest": {
"type": "structure",
"members": {
"InputId": {
"shape": "__string",
"location": "uri",
"locationName": "inputId"
},
"RequestId": {
"shape": "__string",
"locationName": "requestId",
"idempotencyToken": true
},
"Tags": {
"shape": "Tags",
"locationName": "tags"
}
},
"required": [
"InputId"
]
},
"CreatePartnerInputResponse": {
"type": "structure",
"members": {
"Input": {
"shape": "Input",
"locationName": "input"
}
}
},
"CreatePartnerInputResultModel": {
"type": "structure",
"members": {
"Input": {
"shape": "Input",
"locationName": "input"
}
}
},
"CreateTagsRequest": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -4663,6 +4751,10 @@
"shape": "__listOfInputDeviceSettings",
"locationName": "inputDevices"
},
"InputPartnerIds": {
"shape": "__listOf__string",
"locationName": "inputPartnerIds"
},
"InputSourceType": {
"shape": "InputSourceType",
"locationName": "inputSourceType"
Expand Down Expand Up @@ -7108,6 +7200,10 @@
"shape": "__listOfInputDeviceSettings",
"locationName": "inputDevices"
},
"InputPartnerIds": {
"shape": "__listOf__string",
"locationName": "inputPartnerIds"
},
"InputSourceType": {
"shape": "InputSourceType",
"locationName": "inputSourceType"
Expand Down
15 changes: 15 additions & 0 deletions models/apis/medialive/2017-10-14/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"CreateInputSecurityGroup": "Creates a Input Security Group",
"CreateMultiplex": "Create a new multiplex.",
"CreateMultiplexProgram": "Create a new program in the multiplex.",
"CreatePartnerInput": "Create a partner input",
"CreateTags": "Create tags for a resource",
"DeleteChannel": "Starts deletion of channel. The associated outputs are also deleted.",
"DeleteInput": "Deletes the input end point",
Expand Down Expand Up @@ -637,6 +638,16 @@
"refs": {
}
},
"CreatePartnerInput": {
"base": null,
"refs": {
}
},
"CreatePartnerInputResultModel": {
"base": null,
"refs": {
}
},
"DeviceSettingsSyncState": {
"base": "The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.",
"refs": {
Expand Down Expand Up @@ -1502,6 +1513,7 @@
"base": null,
"refs": {
"CreateInputResultModel$Input": null,
"CreatePartnerInputResultModel$Input": null,
"UpdateInputResultModel$Input": null,
"__listOfInput$member": null
}
Expand Down Expand Up @@ -2897,6 +2909,7 @@
"CreateChannel$Tags": "A collection of key-value pairs.",
"CreateInput$Tags": "A collection of key-value pairs.",
"CreateMultiplex$Tags": "A collection of key-value pairs.",
"CreatePartnerInput$Tags": "A collection of key-value pairs.",
"Input$Tags": "A collection of key-value pairs.",
"InputSecurityGroup$Tags": "A collection of key-value pairs.",
"InputSecurityGroupWhitelistRequest$Tags": "A collection of key-value pairs.",
Expand Down Expand Up @@ -4017,6 +4030,7 @@
"CreateInput$InputSecurityGroups": "A list of security groups referenced by IDs to attach to the input.",
"CreateMultiplex$AvailabilityZones": "A list of availability zones for the multiplex. You must specify exactly two.",
"Input$AttachedChannels": "A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).",
"Input$InputPartnerIds": "A list of IDs for all Inputs which are partners of this one.",
"Input$SecurityGroups": "A list of IDs for all the Input Security Groups attached to the input.",
"InputDeviceNetworkSettings$DnsAddresses": "The DNS addresses of the input device.",
"InputPrepareScheduleActionSettings$UrlPath": "The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source.",
Expand Down Expand Up @@ -4102,6 +4116,7 @@
"CreateMultiplex$RequestId": "Unique request ID. This prevents retries from creating multiple\nresources.\n",
"CreateMultiplexProgram$ProgramName": "Name of multiplex program.",
"CreateMultiplexProgram$RequestId": "Unique request ID. This prevents retries from creating multiple\nresources.\n",
"CreatePartnerInput$RequestId": "Unique identifier of the request to ensure the request is handled\nexactly once in case of retries.\n",
"DvbSubDestinationSettings$FontSize": "When set to auto fontSize will scale depending on the size of the output. Giving a positive integer will specify the exact font size in points. All burn-in and DVB-Sub font settings must match.",
"EbuTtDDestinationSettings$FontFamily": "Specifies the font family to include in the font data attached to the EBU-TT captions. Valid only if styleControl is set to include. If you leave this field empty, the font family is set to \"monospaced\". (If styleControl is set to exclude, the font family is always set to \"monospaced\".)\n\nYou specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size.\n\n- Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as \u201cArial\u201d), or a generic font family (such as \u201cserif\u201d), or \u201cdefault\u201d (to let the downstream player choose the font).\n- Leave blank to set the family to \u201cmonospace\u201d.",
"FixedModeScheduleActionStartSettings$Time": "Start time for the action to start in the channel. (Not the time for the action to be added to the schedule: actions are always added to the schedule immediately.) UTC format: yyyy-mm-ddThh:mm:ss.nnnZ. All the letters are digits (for example, mm might be 01) except for the two constants \"T\" for time and \"Z\" for \"UTC format\".",
Expand Down
Loading

0 comments on commit 8756523

Please sign in to comment.