Skip to content

Commit

Permalink
Release v1.34.8 (2020-08-19) (#3493)
Browse files Browse the repository at this point in the history
Release v1.34.8 (2020-08-19)
===

### Service Client Updates
* `service/ivs`: Updates service API, documentation, and paginators
* `service/lakeformation`: Updates service API and documentation
* `service/organizations`: Updates service documentation
  * Minor documentation updates for AWS Organizations
* `service/servicecatalog`: Updates service API and documentation
  * Enhance SearchProvisionedProducts API to allow queries using productName and provisioningArtifactName. Added lastProvisioningRecordId and lastSuccessfulRecordId to Read ProvisionedProduct APIs
* `service/storagegateway`: Updates service API and documentation
  * Added WORM, tape retention lock, and custom pool features for virtual tapes.
* `service/transcribe-streaming`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Aug 19, 2020
1 parent a341168 commit e219d85
Show file tree
Hide file tree
Showing 27 changed files with 2,614 additions and 110 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
Release v1.34.8 (2020-08-19)
===

### Service Client Updates
* `service/ivs`: Updates service API, documentation, and paginators
* `service/lakeformation`: Updates service API and documentation
* `service/organizations`: Updates service documentation
* Minor documentation updates for AWS Organizations
* `service/servicecatalog`: Updates service API and documentation
* Enhance SearchProvisionedProducts API to allow queries using productName and provisioningArtifactName. Added lastProvisioningRecordId and lastSuccessfulRecordId to Read ProvisionedProduct APIs
* `service/storagegateway`: Updates service API and documentation
* Added WORM, tape retention lock, and custom pool features for virtual tapes.
* `service/transcribe-streaming`: Updates service API and documentation

Release v1.34.7 (2020-08-18)
===

Expand Down
2 changes: 2 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.34.7"
const SDKVersion = "1.34.8"
161 changes: 160 additions & 1 deletion models/apis/ivs/2020-07-14/api-2.json
Expand Up @@ -76,6 +76,21 @@
{"shape":"PendingVerification"}
]
},
"DeletePlaybackKeyPair":{
"name":"DeletePlaybackKeyPair",
"http":{
"method":"POST",
"requestUri":"/DeletePlaybackKeyPair"
},
"input":{"shape":"DeletePlaybackKeyPairRequest"},
"output":{"shape":"DeletePlaybackKeyPairResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"PendingVerification"}
]
},
"DeleteStreamKey":{
"name":"DeleteStreamKey",
"http":{
Expand Down Expand Up @@ -104,6 +119,20 @@
{"shape":"ResourceNotFoundException"}
]
},
"GetPlaybackKeyPair":{
"name":"GetPlaybackKeyPair",
"http":{
"method":"POST",
"requestUri":"/GetPlaybackKeyPair"
},
"input":{"shape":"GetPlaybackKeyPairRequest"},
"output":{"shape":"GetPlaybackKeyPairResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"}
]
},
"GetStream":{
"name":"GetStream",
"http":{
Expand Down Expand Up @@ -133,6 +162,22 @@
{"shape":"ResourceNotFoundException"}
]
},
"ImportPlaybackKeyPair":{
"name":"ImportPlaybackKeyPair",
"http":{
"method":"POST",
"requestUri":"/ImportPlaybackKeyPair"
},
"input":{"shape":"ImportPlaybackKeyPairRequest"},
"output":{"shape":"ImportPlaybackKeyPairResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"PendingVerification"}
]
},
"ListChannels":{
"name":"ListChannels",
"http":{
Expand All @@ -146,6 +191,19 @@
{"shape":"AccessDeniedException"}
]
},
"ListPlaybackKeyPairs":{
"name":"ListPlaybackKeyPairs",
"http":{
"method":"POST",
"requestUri":"/ListPlaybackKeyPairs"
},
"input":{"shape":"ListPlaybackKeyPairsRequest"},
"output":{"shape":"ListPlaybackKeyPairsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"}
]
},
"ListStreamKeys":{
"name":"ListStreamKeys",
"http":{
Expand Down Expand Up @@ -311,6 +369,7 @@
"errors":{"shape":"BatchErrors"}
}
},
"Boolean":{"type":"boolean"},
"Channel":{
"type":"structure",
"members":{
Expand All @@ -320,6 +379,7 @@
"type":{"shape":"ChannelType"},
"ingestEndpoint":{"shape":"IngestEndpoint"},
"playbackUrl":{"shape":"PlaybackURL"},
"authorized":{"shape":"IsAuthorized"},
"tags":{"shape":"Tags"}
}
},
Expand Down Expand Up @@ -366,6 +426,7 @@
"arn":{"shape":"ChannelArn"},
"name":{"shape":"ChannelName"},
"latencyMode":{"shape":"ChannelLatencyMode"},
"authorized":{"shape":"IsAuthorized"},
"tags":{"shape":"Tags"}
}
},
Expand Down Expand Up @@ -394,6 +455,7 @@
"name":{"shape":"ChannelName"},
"latencyMode":{"shape":"ChannelLatencyMode"},
"type":{"shape":"ChannelType"},
"authorized":{"shape":"Boolean"},
"tags":{"shape":"Tags"}
}
},
Expand Down Expand Up @@ -425,6 +487,18 @@
"arn":{"shape":"ChannelArn"}
}
},
"DeletePlaybackKeyPairRequest":{
"type":"structure",
"required":["arn"],
"members":{
"arn":{"shape":"PlaybackKeyPairArn"}
}
},
"DeletePlaybackKeyPairResponse":{
"type":"structure",
"members":{
}
},
"DeleteStreamKeyRequest":{
"type":"structure",
"required":["arn"],
Expand All @@ -445,6 +519,19 @@
"channel":{"shape":"Channel"}
}
},
"GetPlaybackKeyPairRequest":{
"type":"structure",
"required":["arn"],
"members":{
"arn":{"shape":"PlaybackKeyPairArn"}
}
},
"GetPlaybackKeyPairResponse":{
"type":"structure",
"members":{
"keyPair":{"shape":"PlaybackKeyPair"}
}
},
"GetStreamKeyRequest":{
"type":"structure",
"required":["arn"],
Expand All @@ -471,6 +558,21 @@
"stream":{"shape":"Stream"}
}
},
"ImportPlaybackKeyPairRequest":{
"type":"structure",
"required":["publicKeyMaterial"],
"members":{
"publicKeyMaterial":{"shape":"PlaybackPublicKeyMaterial"},
"name":{"shape":"PlaybackKeyPairName"},
"tags":{"shape":"Tags"}
}
},
"ImportPlaybackKeyPairResponse":{
"type":"structure",
"members":{
"keyPair":{"shape":"PlaybackKeyPair"}
}
},
"IngestEndpoint":{"type":"string"},
"InternalServerException":{
"type":"structure",
Expand All @@ -480,6 +582,7 @@
"error":{"httpStatusCode":500},
"exception":true
},
"IsAuthorized":{"type":"boolean"},
"ListChannelsRequest":{
"type":"structure",
"members":{
Expand All @@ -496,6 +599,21 @@
"nextToken":{"shape":"PaginationToken"}
}
},
"ListPlaybackKeyPairsRequest":{
"type":"structure",
"members":{
"nextToken":{"shape":"PaginationToken"},
"maxResults":{"shape":"MaxPlaybackKeyPairResults"}
}
},
"ListPlaybackKeyPairsResponse":{
"type":"structure",
"required":["keyPairs"],
"members":{
"keyPairs":{"shape":"PlaybackKeyPairList"},
"nextToken":{"shape":"PaginationToken"}
}
},
"ListStreamKeysRequest":{
"type":"structure",
"required":["channelArn"],
Expand Down Expand Up @@ -554,6 +672,11 @@
"max":50,
"min":1
},
"MaxPlaybackKeyPairResults":{
"type":"integer",
"max":50,
"min":1
},
"MaxStreamKeyResults":{
"type":"integer",
"max":50,
Expand Down Expand Up @@ -582,6 +705,41 @@
"error":{"httpStatusCode":403},
"exception":true
},
"PlaybackKeyPair":{
"type":"structure",
"members":{
"arn":{"shape":"PlaybackKeyPairArn"},
"name":{"shape":"PlaybackKeyPairName"},
"fingerprint":{"shape":"PlaybackKeyPairFingerprint"},
"tags":{"shape":"Tags"}
}
},
"PlaybackKeyPairArn":{
"type":"string",
"max":128,
"min":1,
"pattern":"^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:playback-key/[a-zA-Z0-9-]+$"
},
"PlaybackKeyPairFingerprint":{"type":"string"},
"PlaybackKeyPairList":{
"type":"list",
"member":{"shape":"PlaybackKeyPairSummary"}
},
"PlaybackKeyPairName":{
"type":"string",
"max":128,
"min":0,
"pattern":"^[a-zA-Z0-9-_]*$"
},
"PlaybackKeyPairSummary":{
"type":"structure",
"members":{
"arn":{"shape":"PlaybackKeyPairArn"},
"name":{"shape":"PlaybackKeyPairName"},
"tags":{"shape":"Tags"}
}
},
"PlaybackPublicKeyMaterial":{"type":"string"},
"PlaybackURL":{"type":"string"},
"PutMetadataRequest":{
"type":"structure",
Expand Down Expand Up @@ -799,7 +957,8 @@
"arn":{"shape":"ChannelArn"},
"name":{"shape":"ChannelName"},
"latencyMode":{"shape":"ChannelLatencyMode"},
"type":{"shape":"ChannelType"}
"type":{"shape":"ChannelType"},
"authorized":{"shape":"Boolean"}
}
},
"UpdateChannelResponse":{
Expand Down

0 comments on commit e219d85

Please sign in to comment.