Skip to content

Commit faa7d4d

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 1f5d717 commit faa7d4d

File tree

16 files changed

+2377
-2292
lines changed

16 files changed

+2377
-2292
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::DLM - Updated the API, and documentation for Amazon Data Lifecycle Manager.
5+
6+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
7+
8+
* Feature - Aws::ForecastQueryService - Updated the API, and documentation for Amazon Forecast Query Service.
9+
10+
* Feature - Aws::GroundStation - Updated the API, and documentation for AWS Ground Station.
11+
12+
* Feature - Aws::MediaConvert - Updated the API, and documentation for AWS Elemental MediaConvert.
13+
14+
* Feature - Aws::ResourceGroupsTaggingAPI - Updated the documentation for AWS Resource Groups Tagging API.
15+
16+
* Feature - Aws::SecurityHub - Updated the API, and documentation for AWS SecurityHub.
17+
418
2.11.437 (2020-02-04)
519
------------------
620

aws-sdk-core/apis/dlm/2018-01-12/api-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
"type":"string",
240240
"max":2048,
241241
"min":0,
242-
"pattern":"arn:aws:iam::\\d+:role/.*"
242+
"pattern":"arn:aws(-[a-z]{1,3}){0,2}:iam::\\d+:role/.*"
243243
},
244244
"FastRestoreRule":{
245245
"type":"structure",
@@ -410,7 +410,7 @@
410410
"type":"string",
411411
"max":2048,
412412
"min":0,
413-
"pattern":"^arn:aws:dlm:[A-Za-z0-9_/.-]{0,63}:\\d+:policy/[0-9A-Za-z_-]{1,128}$"
413+
"pattern":"^arn:aws(-[a-z]{1,3}){0,2}:dlm:[A-Za-z0-9_/.-]{0,63}:\\d+:policy/[0-9A-Za-z_-]{1,128}$"
414414
},
415415
"PolicyDescription":{
416416
"type":"string",
@@ -597,7 +597,7 @@
597597
"TagsToAddList":{
598598
"type":"list",
599599
"member":{"shape":"Tag"},
600-
"max":50,
600+
"max":45,
601601
"min":0
602602
},
603603
"TargetRegion":{
@@ -680,7 +680,7 @@
680680
"VariableTagsList":{
681681
"type":"list",
682682
"member":{"shape":"Tag"},
683-
"max":50,
683+
"max":45,
684684
"min":0
685685
}
686686
}

aws-sdk-core/apis/dlm/2018-01-12/docs-2.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"ExcludeBootVolume": {
121121
"base": null,
122122
"refs": {
123-
"Parameters$ExcludeBootVolume": "<p>When executing an EBS Snapshot Management – Instance policy, execute all CreateSnapshots calls with the <code>excludeBootVolume</code> set to the supplied field. Defaults to false. Only valid for EBS Snapshot Management – Instance policies.</p>"
123+
"Parameters$ExcludeBootVolume": "<p>[EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from snapshots created using <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSnapshots.html\">CreateSnapshots</a>. The default is false.</p>"
124124
}
125125
},
126126
"ExecutionRoleArn": {
@@ -237,9 +237,9 @@
237237
}
238238
},
239239
"Parameters": {
240-
"base": "<p>Optional parameters that can be added to the policy. The set of valid parameters depends on the combination of <code>policyType</code> and <code>resourceType</code> values.</p>",
240+
"base": "<p>Specifies optional parameters to add to a policy. The set of valid parameters depends on the combination of policy type and resource type.</p>",
241241
"refs": {
242-
"PolicyDetails$Parameters": "<p>A set of optional parameters that can be provided by the policy. </p>"
242+
"PolicyDetails$Parameters": "<p>A set of optional parameters for the policy. </p>"
243243
}
244244
},
245245
"PolicyArn": {
@@ -290,7 +290,7 @@
290290
"PolicyTypeValues": {
291291
"base": null,
292292
"refs": {
293-
"PolicyDetails$PolicyType": "<p>This field determines the valid target resource types and actions a policy can manage. This field defaults to EBS_SNAPSHOT_MANAGEMENT if not present.</p>"
293+
"PolicyDetails$PolicyType": "<p>The valid target resource types and actions a policy can manage. The default is EBS_SNAPSHOT_MANAGEMENT.</p>"
294294
}
295295
},
296296
"ResourceNotFoundException": {
@@ -326,7 +326,7 @@
326326
}
327327
},
328328
"Schedule": {
329-
"base": "<p>Specifies a schedule.</p>",
329+
"base": "<p>Specifies a backup schedule.</p>",
330330
"refs": {
331331
"ScheduleList$member": null
332332
}

aws-sdk-core/apis/ec2/2016-11-15/api-2.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7688,7 +7688,11 @@
76887688
"locationName":"SecurityGroupId"
76897689
},
76907690
"ClientToken":{"shape":"String"},
7691-
"PrivateDnsEnabled":{"shape":"Boolean"}
7691+
"PrivateDnsEnabled":{"shape":"Boolean"},
7692+
"TagSpecifications":{
7693+
"shape":"TagSpecificationList",
7694+
"locationName":"TagSpecification"
7695+
}
76927696
}
76937697
},
76947698
"CreateVpcEndpointResult":{
@@ -7715,7 +7719,11 @@
77157719
"shape":"ValueStringList",
77167720
"locationName":"NetworkLoadBalancerArn"
77177721
},
7718-
"ClientToken":{"shape":"String"}
7722+
"ClientToken":{"shape":"String"},
7723+
"TagSpecifications":{
7724+
"shape":"TagSpecificationList",
7725+
"locationName":"TagSpecification"
7726+
}
77197727
}
77207728
},
77217729
"CreateVpcEndpointServiceConfigurationResult":{

aws-sdk-core/apis/ec2/2016-11-15/docs-2.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13290,6 +13290,8 @@
1329013290
"CreateTransitGatewayRouteTableRequest$TagSpecifications": "<p>The tags to apply to the transit gateway route table.</p>",
1329113291
"CreateTransitGatewayVpcAttachmentRequest$TagSpecifications": "<p>The tags to apply to the VPC attachment.</p>",
1329213292
"CreateVolumeRequest$TagSpecifications": "<p>The tags to apply to the volume during creation.</p>",
13293+
"CreateVpcEndpointRequest$TagSpecifications": "<p>The tags to associate with the endpoint.</p>",
13294+
"CreateVpcEndpointServiceConfigurationRequest$TagSpecifications": "<p>The tags to associate with the service.</p>",
1329313295
"RunInstancesRequest$TagSpecifications": "<p>The tags to apply to the resources during launch. You can only tag instances and volumes on launch. The specified tags are applied to all instances or volumes that are created during launch. To tag a resource after it has been created, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html\">CreateTags</a>.</p>"
1329413296
}
1329513297
},

aws-sdk-core/apis/forecastquery/2018-06-26/api-2.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,7 @@
5252
"Value":{"shape":"Double"}
5353
}
5454
},
55-
"DateTime":{
56-
"type":"string",
57-
"max":20,
58-
"pattern":"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"
59-
},
55+
"DateTime":{"type":"string"},
6056
"Double":{"type":"double"},
6157
"ErrorMessage":{"type":"string"},
6258
"Filters":{
@@ -145,10 +141,6 @@
145141
"type":"list",
146142
"member":{"shape":"DataPoint"}
147143
},
148-
"Timestamp":{
149-
"type":"string",
150-
"max":20,
151-
"pattern":"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z$"
152-
}
144+
"Timestamp":{"type":"string"}
153145
}
154146
}

aws-sdk-core/apis/forecastquery/2018-06-26/docs-2.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "2.0",
33
"service": "<p>Provides APIs for creating and managing Amazon Forecast resources.</p>",
44
"operations": {
5-
"QueryForecast": "<p>Retrieves a forecast filtered by the supplied criteria.</p> <p>The criteria is a key-value pair. The key is either <code>item_id</code> (or the equivalent non-timestamp, non-target field) from the <code>TARGET_TIME_SERIES</code> dataset, or one of the forecast dimensions specified as part of the <code>FeaturizationConfig</code> object.</p> <p>By default, the complete date range of the filtered forecast is returned. Optionally, you can request a specific date range within the forecast.</p> <note> <p>The forecasts generated by Amazon Forecast are in the same timezone as the dataset that was used to create the predictor.</p> </note>"
5+
"QueryForecast": "<p>Retrieves a forecast for a single item, filtered by the supplied criteria.</p> <p>The criteria is a key-value pair. The key is either <code>item_id</code> (or the equivalent non-timestamp, non-target field) from the <code>TARGET_TIME_SERIES</code> dataset, or one of the forecast dimensions specified as part of the <code>FeaturizationConfig</code> object.</p> <p>By default, <code>QueryForecast</code> returns the complete date range for the filtered forecast. You can request a specific date range.</p> <p>To get the full forecast, use the <a href=\"https://docs.aws.amazon.com/en_us/forecast/latest/dg/API_CreateForecastExportJob.html\">CreateForecastExportJob</a> operation.</p> <note> <p>The forecasts generated by Amazon Forecast are in the same timezone as the dataset that was used to create the predictor.</p> </note>"
66
},
77
"shapes": {
88
"Arn": {
@@ -32,8 +32,8 @@
3232
"DateTime": {
3333
"base": null,
3434
"refs": {
35-
"QueryForecastRequest$StartDate": "<p>The start date for the forecast. Specify the date using this format: yyyy-MM-dd'T'HH:mm:ss'Z' (ISO 8601 format) For example, \"1970-01-01T00:00:00Z.\"</p>",
36-
"QueryForecastRequest$EndDate": "<p>The end date for the forecast. Specify the date using this format: yyyy-MM-dd'T'HH:mm:ss'Z' (ISO 8601 format). For example, \"1970-01-01T00:00:00Z.\" </p>"
35+
"QueryForecastRequest$StartDate": "<p>The start date for the forecast. Specify the date using this format: yyyy-MM-dd'T'HH:mm:ss (ISO 8601 format). For example, 2015-01-01T08:00:00.</p>",
36+
"QueryForecastRequest$EndDate": "<p>The end date for the forecast. Specify the date using this format: yyyy-MM-dd'T'HH:mm:ss (ISO 8601 format). For example, 2015-01-01T20:00:00. </p>"
3737
}
3838
},
3939
"Double": {
@@ -55,7 +55,7 @@
5555
"Filters": {
5656
"base": null,
5757
"refs": {
58-
"QueryForecastRequest$Filters": "<p>The filtering criteria to apply when retrieving the forecast. For example:</p> <ul> <li> <p>To get a forecast for a specific item specify the following:</p> <p> <code>{\"item_id\" : \"client_1\"}</code> </p> </li> </ul> <ul> <li> <p>To get a forecast for a specific item sold in a specific location, specify the following:</p> <p> <code>{\"item_id\" : \"client_1\", \"location\" : \"ny\"}</code> </p> </li> </ul> <ul> <li> <p>To get a forecast for all blue items sold in a specific location, specify the following:</p> <p> <code>{ \"location\" : \"ny\", \"color\":\"blue\"}</code> </p> </li> </ul> <p>To get the full forecast, use the operation.</p>"
58+
"QueryForecastRequest$Filters": "<p>The filtering criteria to apply when retrieving the forecast. For example, to get the forecast for <code>client_21</code> in the electricity usage dataset, specify the following:</p> <p> <code>{\"item_id\" : \"client_21\"}</code> </p> <p>To get the full forecast, use the <a href=\"https://docs.aws.amazon.com/en_us/forecast/latest/dg/API_CreateForecastExportJob.html\">CreateForecastExportJob</a> operation.</p>"
5959
}
6060
},
6161
"Forecast": {
@@ -65,7 +65,7 @@
6565
}
6666
},
6767
"InvalidInputException": {
68-
"base": "<p>The value that you provided was invalid or too long.</p>",
68+
"base": "<p>The value is invalid or is too long.</p>",
6969
"refs": {
7070
}
7171
},
@@ -88,7 +88,7 @@
8888
"Predictions": {
8989
"base": null,
9090
"refs": {
91-
"Forecast$Predictions": "<p>The forecast.</p> <p>The <i>string</i> of the string to array map is one of the following values:</p> <ul> <li> <p>mean</p> </li> <li> <p>p10</p> </li> <li> <p>p50</p> </li> <li> <p>p90</p> </li> </ul>"
91+
"Forecast$Predictions": "<p>The forecast.</p> <p>The <i>string</i> of the string-to-array map is one of the following values:</p> <ul> <li> <p>p10</p> </li> <li> <p>p50</p> </li> <li> <p>p90</p> </li> </ul>"
9292
}
9393
},
9494
"QueryForecastRequest": {

0 commit comments

Comments
 (0)