Skip to content

Commit cd16b71

Browse files
Release v1.44.184 (2023-01-20) (#4696)
Release v1.44.184 (2023-01-20) === ### Service Client Updates * `service/ec2`: Updates service API * C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz. * `service/ivs`: Updates service API and documentation * `service/quicksight`: Updates service API and documentation * This release adds support for data bars in QuickSight table and increases pivot table field well limit.
1 parent 3505dff commit cd16b71

File tree

16 files changed

+1363
-217
lines changed

16 files changed

+1363
-217
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.44.184 (2023-01-20)
2+
===
3+
4+
### Service Client Updates
5+
* `service/ec2`: Updates service API
6+
* C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz.
7+
* `service/ivs`: Updates service API and documentation
8+
* `service/quicksight`: Updates service API and documentation
9+
* This release adds support for data bars in QuickSight table and increases pivot table field well limit.
10+
111
Release v1.44.183 (2023-01-19)
212
===
313

aws/endpoints/defaults.go

+36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.183"
8+
const SDKVersion = "1.44.184"

models/apis/ec2/2016-11-15/api-2.json

+46-1
Original file line numberDiff line numberDiff line change
@@ -26291,7 +26291,52 @@
2629126291
"u-24tb1.112xlarge",
2629226292
"trn1.2xlarge",
2629326293
"trn1.32xlarge",
26294-
"hpc6id.32xlarge"
26294+
"hpc6id.32xlarge",
26295+
"c6in.large",
26296+
"c6in.xlarge",
26297+
"c6in.2xlarge",
26298+
"c6in.4xlarge",
26299+
"c6in.8xlarge",
26300+
"c6in.12xlarge",
26301+
"c6in.16xlarge",
26302+
"c6in.24xlarge",
26303+
"c6in.32xlarge",
26304+
"m6in.large",
26305+
"m6in.xlarge",
26306+
"m6in.2xlarge",
26307+
"m6in.4xlarge",
26308+
"m6in.8xlarge",
26309+
"m6in.12xlarge",
26310+
"m6in.16xlarge",
26311+
"m6in.24xlarge",
26312+
"m6in.32xlarge",
26313+
"m6idn.large",
26314+
"m6idn.xlarge",
26315+
"m6idn.2xlarge",
26316+
"m6idn.4xlarge",
26317+
"m6idn.8xlarge",
26318+
"m6idn.12xlarge",
26319+
"m6idn.16xlarge",
26320+
"m6idn.24xlarge",
26321+
"m6idn.32xlarge",
26322+
"r6in.large",
26323+
"r6in.xlarge",
26324+
"r6in.2xlarge",
26325+
"r6in.4xlarge",
26326+
"r6in.8xlarge",
26327+
"r6in.12xlarge",
26328+
"r6in.16xlarge",
26329+
"r6in.24xlarge",
26330+
"r6in.32xlarge",
26331+
"r6idn.large",
26332+
"r6idn.xlarge",
26333+
"r6idn.2xlarge",
26334+
"r6idn.4xlarge",
26335+
"r6idn.8xlarge",
26336+
"r6idn.12xlarge",
26337+
"r6idn.16xlarge",
26338+
"r6idn.24xlarge",
26339+
"r6idn.32xlarge"
2629526340
]
2629626341
},
2629726342
"InstanceTypeHypervisor":{

models/apis/ivs/2020-07-14/api-2.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,8 @@
941941
"PaginationToken":{
942942
"type":"string",
943943
"max":1024,
944-
"min":0
944+
"min":0,
945+
"pattern":"^[a-zA-Z0-9+/=_-]*$"
945946
},
946947
"PendingVerification":{
947948
"type":"structure",

models/apis/ivs/2020-07-14/docs-2.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@
701701
"StreamKeyArnList": {
702702
"base": null,
703703
"refs": {
704-
"BatchGetStreamKeyRequest$arns": "<p>Array of ARNs, one per channel.</p>"
704+
"BatchGetStreamKeyRequest$arns": "<p>Array of ARNs, one per stream key.</p>"
705705
}
706706
},
707707
"StreamKeyList": {
@@ -812,7 +812,7 @@
812812
"TagKeyList": {
813813
"base": null,
814814
"refs": {
815-
"UntagResourceRequest$tagKeys": "<p>Array of tags to be removed. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
815+
"UntagResourceRequest$tagKeys": "<p>Array of tags to be removed. Array of maps, each of the form s<code>tring:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
816816
}
817817
},
818818
"TagResourceRequest": {
@@ -834,20 +834,20 @@
834834
"Tags": {
835835
"base": null,
836836
"refs": {
837-
"Channel$tags": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
838-
"ChannelSummary$tags": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
837+
"Channel$tags": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
838+
"ChannelSummary$tags": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
839839
"CreateChannelRequest$tags": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
840840
"CreateRecordingConfigurationRequest$tags": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
841841
"CreateStreamKeyRequest$tags": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
842842
"ImportPlaybackKeyPairRequest$tags": "<p>Any tags provided with the request are added to the playback key pair tags. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
843-
"ListTagsForResourceResponse$tags": "<p/>",
844-
"PlaybackKeyPair$tags": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
845-
"PlaybackKeyPairSummary$tags": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
846-
"RecordingConfiguration$tags": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
847-
"RecordingConfigurationSummary$tags": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
848-
"StreamKey$tags": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
849-
"StreamKeySummary$tags": "<p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
850-
"TagResourceRequest$tags": "<p>Array of tags to be added or updated. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
843+
"ListTagsForResourceResponse$tags": "<p>Tags attached to the resource. Array of maps, each of the form <code>string:string (key:value)</code>.</p>",
844+
"PlaybackKeyPair$tags": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
845+
"PlaybackKeyPairSummary$tags": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
846+
"RecordingConfiguration$tags": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
847+
"RecordingConfigurationSummary$tags": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
848+
"StreamKey$tags": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
849+
"StreamKeySummary$tags": "<p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>",
850+
"TagResourceRequest$tags": "<p>Array of tags to be added or updated. Array of maps, each of the form <code>string:string (key:value)</code>. See <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS has no service-specific constraints beyond what is documented there.</p>"
851851
}
852852
},
853853
"TargetIntervalSeconds": {

0 commit comments

Comments
 (0)