Skip to content

Commit a6c61ff

Browse files
Release v1.37.17 (2021-02-23) (#3796)
Release v1.37.17 (2021-02-23) === ### Service Client Updates * `service/autoscaling`: Updates service API and documentation * Adds a new optional IncludeDeletedGroups parameter to the DescribeScalingActivities API. * `service/connect`: Updates service API * `service/glue`: Updates service API and documentation * Updating the page size for Glue catalog getter APIs. * `service/iotevents`: Updates service API and documentation * `service/pinpoint`: Updates service API and documentation * Enables AWS Pinpoint customers to use Entity Id and Template Id when sending SMS message. These parameters can be obtained from the regulatory body of the country where you are trying to send the SMS. * `service/quicksight`: Updates service documentation * Documentation updates for QuickSight Row Level Security * `service/redshift-data`: Updates service API and documentation * `service/s3control`: Updates service documentation * Documentation updates for s3-control
1 parent f3f7488 commit a6c61ff

File tree

25 files changed

+1427
-163
lines changed

25 files changed

+1427
-163
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Release v1.37.17 (2021-02-23)
2+
===
3+
4+
### Service Client Updates
5+
* `service/autoscaling`: Updates service API and documentation
6+
* Adds a new optional IncludeDeletedGroups parameter to the DescribeScalingActivities API.
7+
* `service/connect`: Updates service API
8+
* `service/glue`: Updates service API and documentation
9+
* Updating the page size for Glue catalog getter APIs.
10+
* `service/iotevents`: Updates service API and documentation
11+
* `service/pinpoint`: Updates service API and documentation
12+
* Enables AWS Pinpoint customers to use Entity Id and Template Id when sending SMS message. These parameters can be obtained from the regulatory body of the country where you are trying to send the SMS.
13+
* `service/quicksight`: Updates service documentation
14+
* Documentation updates for QuickSight Row Level Security
15+
* `service/redshift-data`: Updates service API and documentation
16+
* `service/s3control`: Updates service documentation
17+
* Documentation updates for s3-control
18+
119
Release v1.37.16 (2021-02-22)
220
===
321

aws/endpoints/defaults.go

+3
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.37.16"
8+
const SDKVersion = "1.37.17"

models/apis/autoscaling/2011-01-01/api-2.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,9 @@
871871
"StatusCode":{"shape":"ScalingActivityStatusCode"},
872872
"StatusMessage":{"shape":"XmlStringMaxLen255"},
873873
"Progress":{"shape":"Progress"},
874-
"Details":{"shape":"XmlString"}
874+
"Details":{"shape":"XmlString"},
875+
"AutoScalingGroupState":{"shape":"AutoScalingGroupState"},
876+
"AutoScalingGroupARN":{"shape":"ResourceName"}
875877
}
876878
},
877879
"ActivityIds":{
@@ -1021,6 +1023,11 @@
10211023
"MaxRecords":{"shape":"MaxRecords"}
10221024
}
10231025
},
1026+
"AutoScalingGroupState":{
1027+
"type":"string",
1028+
"max":32,
1029+
"min":1
1030+
},
10241031
"AutoScalingGroups":{
10251032
"type":"list",
10261033
"member":{"shape":"AutoScalingGroup"}
@@ -1456,6 +1463,7 @@
14561463
"members":{
14571464
"ActivityIds":{"shape":"ActivityIds"},
14581465
"AutoScalingGroupName":{"shape":"XmlStringMaxLen255"},
1466+
"IncludeDeletedGroups":{"shape":"IncludeDeletedGroups"},
14591467
"MaxRecords":{"shape":"MaxRecords"},
14601468
"NextToken":{"shape":"XmlString"}
14611469
}
@@ -1652,6 +1660,7 @@
16521660
"HealthCheckGracePeriod":{"type":"integer"},
16531661
"HeartbeatTimeout":{"type":"integer"},
16541662
"HonorCooldown":{"type":"boolean"},
1663+
"IncludeDeletedGroups":{"type":"boolean"},
16551664
"Instance":{
16561665
"type":"structure",
16571666
"required":[

models/apis/autoscaling/2011-01-01/docs-2.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"DescribeMetricCollectionTypes": "<p>Describes the available CloudWatch metrics for Amazon EC2 Auto Scaling.</p> <p>The <code>GroupStandbyInstances</code> metric is not returned by default. You must explicitly request this metric when calling the <a>EnableMetricsCollection</a> API.</p>",
3434
"DescribeNotificationConfigurations": "<p>Describes the notification actions associated with the specified Auto Scaling group.</p>",
3535
"DescribePolicies": "<p>Describes the policies for the specified Auto Scaling group.</p>",
36-
"DescribeScalingActivities": "<p>Describes one or more scaling activities for the specified Auto Scaling group.</p>",
36+
"DescribeScalingActivities": "<p>Describes one or more scaling activities for the specified Auto Scaling group.</p> <p>To view the scaling activities from the Amazon EC2 Auto Scaling console, choose the <b>Activity</b> tab of the Auto Scaling group. When scaling events occur, you see scaling activity messages in the <b>Activity history</b>. For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-verify-scaling-activity.html\">Verifying a scaling activity for an Auto Scaling group</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>",
3737
"DescribeScalingProcessTypes": "<p>Describes the scaling process types for use with the <a>ResumeProcesses</a> and <a>SuspendProcesses</a> APIs.</p>",
3838
"DescribeScheduledActions": "<p>Describes the actions scheduled for your Auto Scaling group that haven't run or that have not reached their end time. To describe the actions that have already run, call the <a>DescribeScalingActivities</a> API.</p>",
3939
"DescribeTags": "<p>Describes the specified tags.</p> <p>You can use filters to limit the results. For example, you can query for the tags for a specific Auto Scaling group. You can specify multiple values for a filter. A tag must match at least one of the specified values for it to be included in the results.</p> <p>You can also specify multiple filters. The result includes information for a particular tag only if it matches all the filters. If there's no match, no special message is returned.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-tagging.html\">Tagging Auto Scaling groups and instances</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>",
@@ -224,6 +224,12 @@
224224
"refs": {
225225
}
226226
},
227+
"AutoScalingGroupState": {
228+
"base": null,
229+
"refs": {
230+
"Activity$AutoScalingGroupState": "<p>The state of the Auto Scaling group, which is either <code>InService</code> or <code>Deleted</code>.</p>"
231+
}
232+
},
227233
"AutoScalingGroups": {
228234
"base": null,
229235
"refs": {
@@ -700,6 +706,12 @@
700706
"SetDesiredCapacityType$HonorCooldown": "<p>Indicates whether Amazon EC2 Auto Scaling waits for the cooldown period to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity. By default, Amazon EC2 Auto Scaling does not honor the cooldown period during manual scaling activities.</p>"
701707
}
702708
},
709+
"IncludeDeletedGroups": {
710+
"base": null,
711+
"refs": {
712+
"DescribeScalingActivitiesType$IncludeDeletedGroups": "<p>Indicates whether to include scaling activity from deleted Auto Scaling groups.</p>"
713+
}
714+
},
703715
"Instance": {
704716
"base": "<p>Describes an EC2 instance.</p>",
705717
"refs": {
@@ -1344,6 +1356,7 @@
13441356
"ResourceName": {
13451357
"base": null,
13461358
"refs": {
1359+
"Activity$AutoScalingGroupARN": "<p>The Amazon Resource Name (ARN) of the Auto Scaling group.</p>",
13471360
"Alarm$AlarmARN": "<p>The Amazon Resource Name (ARN) of the alarm.</p>",
13481361
"AutoScalingGroup$AutoScalingGroupARN": "<p>The Amazon Resource Name (ARN) of the Auto Scaling group.</p>",
13491362
"AutoScalingGroup$ServiceLinkedRoleARN": "<p>The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other AWS services on your behalf.</p>",

models/apis/connect/2017-08-08/api-2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1817,7 +1817,7 @@
18171817
},
18181818
"Concurrency":{
18191819
"type":"integer",
1820-
"max":5,
1820+
"max":10,
18211821
"min":1
18221822
},
18231823
"ContactFlow":{

models/apis/glue/2017-03-31/api-2.json

+12-5
Original file line numberDiff line numberDiff line change
@@ -2862,6 +2862,12 @@
28622862
"TableName":{"shape":"NameString"}
28632863
}
28642864
},
2865+
"CatalogGetterPageSize":{
2866+
"type":"integer",
2867+
"box":true,
2868+
"max":100,
2869+
"min":1
2870+
},
28652871
"CatalogIdString":{
28662872
"type":"string",
28672873
"max":255,
@@ -4776,7 +4782,7 @@
47764782
"members":{
47774783
"CatalogId":{"shape":"CatalogIdString"},
47784784
"NextToken":{"shape":"Token"},
4779-
"MaxResults":{"shape":"PageSize"},
4785+
"MaxResults":{"shape":"CatalogGetterPageSize"},
47804786
"ResourceShareType":{"shape":"ResourceShareType"}
47814787
}
47824788
},
@@ -5064,7 +5070,8 @@
50645070
"Expression":{"shape":"PredicateString"},
50655071
"NextToken":{"shape":"Token"},
50665072
"Segment":{"shape":"Segment"},
5067-
"MaxResults":{"shape":"PageSize"}
5073+
"MaxResults":{"shape":"PageSize"},
5074+
"ExcludeColumnSchema":{"shape":"BooleanNullable"}
50685075
}
50695076
},
50705077
"GetPartitionsResponse":{
@@ -5313,7 +5320,7 @@
53135320
"DatabaseName":{"shape":"NameString"},
53145321
"TableName":{"shape":"NameString"},
53155322
"NextToken":{"shape":"Token"},
5316-
"MaxResults":{"shape":"PageSize"}
5323+
"MaxResults":{"shape":"CatalogGetterPageSize"}
53175324
}
53185325
},
53195326
"GetTableVersionsResponse":{
@@ -5331,7 +5338,7 @@
53315338
"DatabaseName":{"shape":"NameString"},
53325339
"Expression":{"shape":"FilterString"},
53335340
"NextToken":{"shape":"Token"},
5334-
"MaxResults":{"shape":"PageSize"}
5341+
"MaxResults":{"shape":"CatalogGetterPageSize"}
53355342
}
53365343
},
53375344
"GetTablesResponse":{
@@ -5408,7 +5415,7 @@
54085415
"DatabaseName":{"shape":"NameString"},
54095416
"Pattern":{"shape":"NameString"},
54105417
"NextToken":{"shape":"Token"},
5411-
"MaxResults":{"shape":"PageSize"}
5418+
"MaxResults":{"shape":"CatalogGetterPageSize"}
54125419
}
54135420
},
54145421
"GetUserDefinedFunctionsResponse":{

models/apis/glue/2017-03-31/docs-2.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@
465465
"BooleanNullable": {
466466
"base": null,
467467
"refs": {
468+
"GetPartitionsRequest$ExcludeColumnSchema": null,
468469
"UpdateTableRequest$SkipArchive": "<p>By default, <code>UpdateTable</code> always creates an archived version of the table before updating it. However, if <code>skipArchive</code> is set to true, <code>UpdateTable</code> does not create the archived version.</p>"
469470
}
470471
},
@@ -515,6 +516,15 @@
515516
"GetPlanRequest$Source": "<p>The source table.</p>"
516517
}
517518
},
519+
"CatalogGetterPageSize": {
520+
"base": null,
521+
"refs": {
522+
"GetDatabasesRequest$MaxResults": "<p>The maximum number of databases to return in one response.</p>",
523+
"GetTableVersionsRequest$MaxResults": "<p>The maximum number of table versions to return in one response.</p>",
524+
"GetTablesRequest$MaxResults": "<p>The maximum number of tables to return in a single response.</p>",
525+
"GetUserDefinedFunctionsRequest$MaxResults": "<p>The maximum number of functions to return in one response.</p>"
526+
}
527+
},
518528
"CatalogIdString": {
519529
"base": null,
520530
"refs": {
@@ -3716,7 +3726,6 @@
37163726
"GetConnectionsRequest$MaxResults": "<p>The maximum number of connections to return in one response.</p>",
37173727
"GetCrawlerMetricsRequest$MaxResults": "<p>The maximum size of a list to return.</p>",
37183728
"GetCrawlersRequest$MaxResults": "<p>The number of crawlers to return on each call.</p>",
3719-
"GetDatabasesRequest$MaxResults": "<p>The maximum number of databases to return in one response.</p>",
37203729
"GetDevEndpointsRequest$MaxResults": "<p>The maximum size of information to return.</p>",
37213730
"GetJobRunsRequest$MaxResults": "<p>The maximum size of the response.</p>",
37223731
"GetJobsRequest$MaxResults": "<p>The maximum size of the response.</p>",
@@ -3725,10 +3734,7 @@
37253734
"GetPartitionsRequest$MaxResults": "<p>The maximum number of partitions to return in a single response.</p>",
37263735
"GetResourcePoliciesRequest$MaxResults": "<p>The maximum size of a list to return.</p>",
37273736
"GetSecurityConfigurationsRequest$MaxResults": "<p>The maximum number of results to return.</p>",
3728-
"GetTableVersionsRequest$MaxResults": "<p>The maximum number of table versions to return in one response.</p>",
3729-
"GetTablesRequest$MaxResults": "<p>The maximum number of tables to return in a single response.</p>",
37303737
"GetTriggersRequest$MaxResults": "<p>The maximum size of the response.</p>",
3731-
"GetUserDefinedFunctionsRequest$MaxResults": "<p>The maximum number of functions to return in one response.</p>",
37323738
"GetWorkflowRunsRequest$MaxResults": "<p>The maximum number of workflow runs to be included in the response.</p>",
37333739
"ListCrawlersRequest$MaxResults": "<p>The maximum size of a list to return.</p>",
37343740
"ListDevEndpointsRequest$MaxResults": "<p>The maximum size of a list to return.</p>",

0 commit comments

Comments
 (0)