Skip to content

Commit d783d37

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 2a2c810 commit d783d37

File tree

11 files changed

+57
-15
lines changed

11 files changed

+57
-15
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Chime - Updated the API for Amazon Chime.
5+
6+
* Feature - Aws::PersonalizeRuntime - Updated the API, and documentation for Amazon Personalize Runtime.
7+
8+
* Feature - Aws::ResourceGroupsTaggingAPI - Updated the API, and documentation for AWS Resource Groups Tagging API.
9+
10+
* Feature - Aws::StorageGateway - Updated the API, and documentation for AWS Storage Gateway.
11+
12+
* Feature - Aws::WAFV2 - Updated the API, and documentation for AWS WAFV2.
13+
414
2.11.556 (2020-07-30)
515
------------------
616

aws-sdk-core/apis/chime/2018-05-01/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2803,7 +2803,7 @@
28032803
"CreateMeetingWithAttendeesRequestItemList":{
28042804
"type":"list",
28052805
"member":{"shape":"CreateAttendeeRequestItem"},
2806-
"max":5,
2806+
"max":10,
28072807
"min":1
28082808
},
28092809
"CreateMeetingWithAttendeesResponse":{
@@ -3353,6 +3353,7 @@
33533353
"AccessDenied",
33543354
"ServiceUnavailable",
33553355
"Throttled",
3356+
"Throttling",
33563357
"Unauthorized",
33573358
"Unprocessable",
33583359
"VoiceConnectorGroupAssociationsExist",

aws-sdk-core/apis/personalize-runtime/2018-05-22/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
"campaignArn":{"shape":"Arn"},
7676
"inputList":{"shape":"InputList"},
7777
"userId":{"shape":"UserID"},
78-
"context":{"shape":"Context"}
78+
"context":{"shape":"Context"},
79+
"filterArn":{"shape":"Arn"}
7980
}
8081
},
8182
"GetPersonalizedRankingResponse":{

aws-sdk-core/apis/personalize-runtime/2018-05-22/docs-2.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
"base": null,
1111
"refs": {
1212
"GetPersonalizedRankingRequest$campaignArn": "<p>The Amazon Resource Name (ARN) of the campaign to use for generating the personalized ranking.</p>",
13+
"GetPersonalizedRankingRequest$filterArn": "<p>The Amazon Resource Name (ARN) of a filter you created to include or exclude items from recommendations for a given user.</p>",
1314
"GetRecommendationsRequest$campaignArn": "<p>The Amazon Resource Name (ARN) of the campaign to use for getting recommendations.</p>",
14-
"GetRecommendationsRequest$filterArn": "<p>The ARN of the filter to apply to the returned recommendations. For more information, see Using Filters with Amazon Personalize.</p>"
15+
"GetRecommendationsRequest$filterArn": "<p>The ARN of the filter to apply to the returned recommendations. For more information, see <a href=\"https://docs.aws.amazon.com/personalize/latest/dg/filters.html\">Using Filters with Amazon Personalize</a>.</p> <p>When using this parameter, be sure the filter resource is <code>ACTIVE</code>.</p>"
1516
}
1617
},
1718
"AttributeName": {
@@ -63,7 +64,7 @@
6364
"InputList": {
6465
"base": null,
6566
"refs": {
66-
"GetPersonalizedRankingRequest$inputList": "<p>A list of items (itemId's) to rank. If an item was not included in the training dataset, the item is appended to the end of the reranked list. The maximum is 500.</p>"
67+
"GetPersonalizedRankingRequest$inputList": "<p>A list of items (by <code>itemId</code>) to rank. If an item was not included in the training dataset, the item is appended to the end of the reranked list. The maximum is 500.</p>"
6768
}
6869
},
6970
"InvalidInputException": {

aws-sdk-core/apis/resourcegroupstaggingapi/2017-01-26/api-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
"type":"string",
362362
"max":63,
363363
"min":3,
364-
"pattern":"[\\s\\S]*"
364+
"pattern":"[a-z0-9.-]*"
365365
},
366366
"S3Location":{"type":"string"},
367367
"StartReportCreationInput":{
@@ -488,7 +488,7 @@
488488
"type":"string",
489489
"max":68,
490490
"min":6,
491-
"pattern":"[\\s\\S]*"
491+
"pattern":"[a-zA-Z0-9-]*"
492492
},
493493
"TargetIdFilterList":{
494494
"type":"list",

aws-sdk-core/apis/resourcegroupstaggingapi/2017-01-26/docs-2.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/storagegateway/2013-06-30/api-2.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1701,6 +1701,11 @@
17011701
"VolumeARN":{"shape":"VolumeARN"}
17021702
}
17031703
},
1704+
"DeprecationDate":{
1705+
"type":"string",
1706+
"max":25,
1707+
"min":1
1708+
},
17041709
"DescribeAvailabilityMonitorTestInput":{
17051710
"type":"structure",
17061711
"required":["GatewayARN"],
@@ -1801,7 +1806,9 @@
18011806
"VPCEndpoint":{"shape":"string"},
18021807
"CloudWatchLogGroupARN":{"shape":"CloudWatchLogGroupARN"},
18031808
"HostEnvironment":{"shape":"HostEnvironment"},
1804-
"EndpointType":{"shape":"EndpointType"}
1809+
"EndpointType":{"shape":"EndpointType"},
1810+
"SoftwareUpdatesEndDate":{"shape":"SoftwareUpdatesEndDate"},
1811+
"DeprecationDate":{"shape":"DeprecationDate"}
18051812
}
18061813
},
18071814
"DescribeMaintenanceStartTimeInput":{
@@ -2897,6 +2904,11 @@
28972904
"type":"string",
28982905
"pattern":"\\Asnap-([0-9A-Fa-f]{8}|[0-9A-Fa-f]{17})\\z"
28992906
},
2907+
"SoftwareUpdatesEndDate":{
2908+
"type":"string",
2909+
"max":25,
2910+
"min":1
2911+
},
29002912
"Squash":{
29012913
"type":"string",
29022914
"max":15,

aws-sdk-core/apis/storagegateway/2013-06-30/docs-2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,12 @@
553553
"refs": {
554554
}
555555
},
556+
"DeprecationDate": {
557+
"base": null,
558+
"refs": {
559+
"DescribeGatewayInformationOutput$DeprecationDate": "<p>Date after which this gateway will not receive software updates for new features and bug fixes.</p>"
560+
}
561+
},
556562
"DescribeAvailabilityMonitorTestInput": {
557563
"base": null,
558564
"refs": {
@@ -1686,6 +1692,12 @@
16861692
"StorediSCSIVolume$SourceSnapshotId": "<p>If the stored volume was created from a snapshot, this field contains the snapshot ID used, e.g. snap-78e22663. Otherwise, this field is not included.</p>"
16871693
}
16881694
},
1695+
"SoftwareUpdatesEndDate": {
1696+
"base": null,
1697+
"refs": {
1698+
"DescribeGatewayInformationOutput$SoftwareUpdatesEndDate": "<p>Date after which this gateway will not receive software updates for new features.</p>"
1699+
}
1700+
},
16891701
"Squash": {
16901702
"base": "<p>The user mapped to anonymous user. Valid options are the following:</p> <ul> <li> <p> <code>RootSquash</code>: Only root is mapped to anonymous user.</p> </li> <li> <p> <code>NoSquash</code>: No one is mapped to anonymous user.</p> </li> <li> <p> <code>AllSquash</code>: Everyone is mapped to anonymous user.</p> </li> </ul>",
16911703
"refs": {

aws-sdk-core/apis/wafv2/2019-07-29/api-2.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,8 @@
18231823
"members":{
18241824
"ResourceArn":{"shape":"ResourceArn"},
18251825
"LogDestinationConfigs":{"shape":"LogDestinationConfigs"},
1826-
"RedactedFields":{"shape":"RedactedFields"}
1826+
"RedactedFields":{"shape":"RedactedFields"},
1827+
"ManagedByFirewallManager":{"shape":"Boolean"}
18271828
}
18281829
},
18291830
"LoggingConfigurations":{
@@ -2314,7 +2315,7 @@
23142315
"type":"string",
23152316
"max":128,
23162317
"min":1,
2317-
"pattern":".*\\S.*"
2318+
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
23182319
},
23192320
"TagKeyList":{
23202321
"type":"list",
@@ -2346,7 +2347,7 @@
23462347
"type":"string",
23472348
"max":256,
23482349
"min":0,
2349-
"pattern":".*"
2350+
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
23502351
},
23512352
"TextTransformation":{
23522353
"type":"structure",

aws-sdk-core/apis/wafv2/2019-07-29/docs-2.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"Boolean": {
9696
"base": null,
9797
"refs": {
98+
"LoggingConfiguration$ManagedByFirewallManager": "<p>Indicates whether the logging configuration was created by AWS Firewall Manager, as part of an AWS WAF policy configuration. If true, only Firewall Manager can modify or delete the configuration. </p>",
9899
"VisibilityConfig$SampledRequestsEnabled": "<p>A boolean indicating whether AWS WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the AWS WAF console. </p>",
99100
"VisibilityConfig$CloudWatchMetricsEnabled": "<p>A boolean indicating whether the associated resource sends metrics to CloudWatch. For the list of available metrics, see <a href=\"https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics\">AWS WAF Metrics</a>.</p>",
100101
"WebACL$ManagedByFirewallManager": "<p>Indicates whether this web ACL is managed by AWS Firewall Manager. If true, then only AWS Firewall Manager can delete the web ACL or any Firewall Manager rule groups in the web ACL. </p>"
@@ -378,7 +379,7 @@
378379
"RuleGroup$Name": "<p>The name of the rule group. You cannot change the name of a rule group after you create it.</p>",
379380
"RuleGroupSummary$Name": "<p>The name of the data type instance. You cannot change the name after you create the instance.</p>",
380381
"RuleSummary$Name": "<p>The name of the rule. </p>",
381-
"SampledHTTPRequest$RuleNameWithinRuleGroup": "<p>The name of the <code>Rule</code> that the request matched. For managed rule groups, the format for this name is <code>&lt;vendor name&gt;#&lt;managed rule group name&gt;#&lt;rule name&gt;</code>. For your own rule groups, the format for this name is <code>&lt;rule group name&gt;#&lt;rule name&gt;</code>. If the rule is not in a rule group, the format is <code>&lt;rule name&gt;</code>. </p>",
382+
"SampledHTTPRequest$RuleNameWithinRuleGroup": "<p>The name of the <code>Rule</code> that the request matched. For managed rule groups, the format for this name is <code>&lt;vendor name&gt;#&lt;managed rule group name&gt;#&lt;rule name&gt;</code>. For your own rule groups, the format for this name is <code>&lt;rule group name&gt;#&lt;rule name&gt;</code>. If the rule is not in a rule group, this field is absent. </p>",
382383
"UpdateIPSetRequest$Name": "<p>The name of the IP set. You cannot change the name of an <code>IPSet</code> after you create it.</p>",
383384
"UpdateRegexPatternSetRequest$Name": "<p>The name of the set. You cannot change the name after you create the set.</p>",
384385
"UpdateRuleGroupRequest$Name": "<p>The name of the rule group. You cannot change the name of a rule group after you create it.</p>",
@@ -851,7 +852,7 @@
851852
"base": null,
852853
"refs": {
853854
"GetSampledRequestsRequest$RuleMetricName": "<p>The metric name assigned to the <code>Rule</code> or <code>RuleGroup</code> for which you want a sample of requests.</p>",
854-
"VisibilityConfig$MetricName": "<p>A name of the CloudWatch metric. The name can contain only the characters: A-Z, a-z, 0-9, - (hyphen), and _ (underscore). The name can be from one to 128 characters long. It can't contain whitespace or metric names reserved for AWS WAF, for example \"All\" and \"Default_Action.\" You can't change a <code>MetricName</code> after you create a <code>VisibilityConfig</code>.</p>"
855+
"VisibilityConfig$MetricName": "<p>A name of the CloudWatch metric. The name can contain only the characters: A-Z, a-z, 0-9, - (hyphen), and _ (underscore). The name can be from one to 128 characters long. It can't contain whitespace or metric names reserved for AWS WAF, for example \"All\" and \"Default_Action.\" </p>"
855856
}
856857
},
857858
"NextMarker": {
@@ -995,7 +996,7 @@
995996
"RedactedFields": {
996997
"base": null,
997998
"refs": {
998-
"LoggingConfiguration$RedactedFields": "<p>The parts of the request that you want to keep out of the logs. For example, if you redact the cookie field, the cookie field in the firehose will be <code>xxx</code>. </p>"
999+
"LoggingConfiguration$RedactedFields": "<p>The parts of the request that you want to keep out of the logs. For example, if you redact the <code>HEADER</code> field, the <code>HEADER</code> field in the firehose will be <code>xxx</code>. </p> <note> <p>You must use one of the following values: <code>URI</code>, <code>QUERY_STRING</code>, <code>HEADER</code>, or <code>METHOD</code>.</p> </note>"
9991000
}
10001001
},
10011002
"Regex": {

0 commit comments

Comments
 (0)