Skip to content

Commit 1d205c7

Browse files
AWS SDK for RubyNobody
AWS SDK for Ruby
authored and
Nobody
committed
Updated service API models for release.
1 parent 6fae528 commit 1d205c7

File tree

19 files changed

+3813
-52
lines changed

19 files changed

+3813
-52
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Amplify - Updated the API, and documentation for AWS Amplify.
5+
6+
* Feature - Aws::ForecastService - Updated the API, and documentation for Amazon Forecast Service.
7+
8+
* Feature - Aws::MediaConvert - Updated the API, and documentation for AWS Elemental MediaConvert.
9+
10+
* Feature - Aws::QuickSight - Updated the API, and documentation for Amazon QuickSight.
11+
12+
* Feature - Aws::ServiceCatalog - Updated the API, and documentation for AWS Service Catalog.
13+
14+
* Feature - Aws::GlueDataBrew - Added support for a new service, AWS Glue DataBrew.
15+
16+
* Feature - Aws::GlueDataBrew - Added support for the new 2017-07-25 API version of AWS Glue DataBrew.
17+
418
2.11.624 (2020-11-10)
519
------------------
620

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ to be backwards compatible.
300300
| AWS Elemental MediaStore Data Plane | MediaStoreData | 2017-09-01 |
301301
| AWS Global Accelerator | GlobalAccelerator | 2018-08-08 |
302302
| AWS Glue | Glue | 2017-03-31 |
303+
| AWS Glue DataBrew | GlueDataBrew | 2017-07-25 |
303304
| AWS Greengrass | Greengrass | 2017-06-07 |
304305
| AWS Ground Station | GroundStation | 2019-05-23 |
305306
| AWS Health APIs and Notifications | Health | 2016-08-04 |

aws-sdk-core/apis/amplify/2017-07-25/api-2.json

+12-3
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@
632632
"customRules":{"shape":"CustomRules"},
633633
"productionBranch":{"shape":"ProductionBranch"},
634634
"buildSpec":{"shape":"BuildSpec"},
635+
"customHeaders":{"shape":"CustomHeaders"},
635636
"enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"},
636637
"autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"},
637638
"autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"}
@@ -643,8 +644,9 @@
643644
},
644645
"AppId":{
645646
"type":"string",
646-
"max":255,
647-
"min":1
647+
"max":20,
648+
"min":1,
649+
"pattern":"d[a-z0-9]+"
648650
},
649651
"Apps":{
650652
"type":"list",
@@ -876,6 +878,7 @@
876878
"customRules":{"shape":"CustomRules"},
877879
"tags":{"shape":"TagMap"},
878880
"buildSpec":{"shape":"BuildSpec"},
881+
"customHeaders":{"shape":"CustomHeaders"},
879882
"enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"},
880883
"autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"},
881884
"autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"}
@@ -1042,6 +1045,11 @@
10421045
"member":{"shape":"CustomDomain"},
10431046
"max":255
10441047
},
1048+
"CustomHeaders":{
1049+
"type":"string",
1050+
"max":25000,
1051+
"min":1
1052+
},
10451053
"CustomRule":{
10461054
"type":"structure",
10471055
"required":[
@@ -1871,7 +1879,7 @@
18711879
"MaxResults":{
18721880
"type":"integer",
18731881
"max":100,
1874-
"min":1
1882+
"min":0
18751883
},
18761884
"Name":{
18771885
"type":"string",
@@ -2256,6 +2264,7 @@
22562264
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
22572265
"customRules":{"shape":"CustomRules"},
22582266
"buildSpec":{"shape":"BuildSpec"},
2267+
"customHeaders":{"shape":"CustomHeaders"},
22592268
"enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"},
22602269
"autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"},
22612270
"autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"},

aws-sdk-core/apis/amplify/2017-07-25/docs-2.json

+23-15
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164
"base": "<p> Describes the automated branch creation configuration. </p>",
165165
"refs": {
166166
"App$autoBranchCreationConfig": "<p> Describes the automated branch creation configuration for the Amplify app. </p>",
167-
"CreateAppRequest$autoBranchCreationConfig": "<p> The automated branch creation configuration for the Amplify app. </p>",
168-
"UpdateAppRequest$autoBranchCreationConfig": "<p> The automated branch creation configuration for the Amplify app. </p>"
167+
"CreateAppRequest$autoBranchCreationConfig": "<p> The automated branch creation configuration for an Amplify app. </p>",
168+
"UpdateAppRequest$autoBranchCreationConfig": "<p> The automated branch creation configuration for an Amplify app. </p>"
169169
}
170170
},
171171
"AutoBranchCreationPattern": {
@@ -178,8 +178,8 @@
178178
"base": null,
179179
"refs": {
180180
"App$autoBranchCreationPatterns": "<p> Describes the automated branch creation glob patterns for the Amplify app. </p>",
181-
"CreateAppRequest$autoBranchCreationPatterns": "<p> The automated branch creation glob patterns for the Amplify app. </p>",
182-
"UpdateAppRequest$autoBranchCreationPatterns": "<p> Describes the automated branch creation glob patterns for the Amplify app. </p>"
181+
"CreateAppRequest$autoBranchCreationPatterns": "<p> The automated branch creation glob patterns for an Amplify app. </p>",
182+
"UpdateAppRequest$autoBranchCreationPatterns": "<p> Describes the automated branch creation glob patterns for an Amplify app. </p>"
183183
}
184184
},
185185
"AutoSubDomainCreationPattern": {
@@ -430,6 +430,14 @@
430430
"Branch$customDomains": "<p> The custom domains for a branch of an Amplify app. </p>"
431431
}
432432
},
433+
"CustomHeaders": {
434+
"base": null,
435+
"refs": {
436+
"App$customHeaders": "<p>Describes the custom HTTP headers for the Amplify app.</p>",
437+
"CreateAppRequest$customHeaders": "<p>The custom HTTP headers for an Amplify app.</p>",
438+
"UpdateAppRequest$customHeaders": "<p>The custom HTTP headers for an Amplify app.</p>"
439+
}
440+
},
433441
"CustomRule": {
434442
"base": "<p> Describes a custom rewrite or redirect rule. </p>",
435443
"refs": {
@@ -599,8 +607,8 @@
599607
"base": null,
600608
"refs": {
601609
"App$enableAutoBranchCreation": "<p> Enables automated branch creation for the Amplify app. </p>",
602-
"CreateAppRequest$enableAutoBranchCreation": "<p> Enables automated branch creation for the Amplify app. </p>",
603-
"UpdateAppRequest$enableAutoBranchCreation": "<p> Enables automated branch creation for the Amplify app. </p>"
610+
"CreateAppRequest$enableAutoBranchCreation": "<p> Enables automated branch creation for an Amplify app. </p>",
611+
"UpdateAppRequest$enableAutoBranchCreation": "<p> Enables automated branch creation for an Amplify app. </p>"
604612
}
605613
},
606614
"EnableAutoBuild": {
@@ -659,19 +667,19 @@
659667
"EnablePerformanceMode": {
660668
"base": null,
661669
"refs": {
662-
"AutoBranchCreationConfig$enablePerformanceMode": "<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>",
663-
"Branch$enablePerformanceMode": "<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>",
664-
"CreateBranchRequest$enablePerformanceMode": "<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>",
665-
"UpdateBranchRequest$enablePerformanceMode": "<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>"
670+
"AutoBranchCreationConfig$enablePerformanceMode": "<p>Enables performance mode for the branch.</p> <p>Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out. </p>",
671+
"Branch$enablePerformanceMode": "<p>Enables performance mode for the branch.</p> <p>Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out. </p>",
672+
"CreateBranchRequest$enablePerformanceMode": "<p>Enables performance mode for the branch.</p> <p>Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out. </p>",
673+
"UpdateBranchRequest$enablePerformanceMode": "<p>Enables performance mode for the branch.</p> <p>Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out. </p>"
666674
}
667675
},
668676
"EnablePullRequestPreview": {
669677
"base": null,
670678
"refs": {
671-
"AutoBranchCreationConfig$enablePullRequestPreview": "<p> Enables pull request preview for the autocreated branch. </p>",
672-
"Branch$enablePullRequestPreview": "<p> Enables pull request preview for the branch. </p>",
673-
"CreateBranchRequest$enablePullRequestPreview": "<p> Enables pull request preview for this branch. </p>",
674-
"UpdateBranchRequest$enablePullRequestPreview": "<p> Enables pull request preview for this branch. </p>"
679+
"AutoBranchCreationConfig$enablePullRequestPreview": "<p> Enables pull request previews for the autocreated branch. </p>",
680+
"Branch$enablePullRequestPreview": "<p> Enables pull request previews for the branch. </p>",
681+
"CreateBranchRequest$enablePullRequestPreview": "<p> Enables pull request previews for this branch. </p>",
682+
"UpdateBranchRequest$enablePullRequestPreview": "<p> Enables pull request previews for this branch. </p>"
675683
}
676684
},
677685
"EndTime": {
@@ -1023,7 +1031,7 @@
10231031
"base": null,
10241032
"refs": {
10251033
"App$name": "<p> The name for the Amplify app. </p>",
1026-
"CreateAppRequest$name": "<p> The name for the Amplify app. </p>",
1034+
"CreateAppRequest$name": "<p> The name for an Amplify app. </p>",
10271035
"UpdateAppRequest$name": "<p> The name for an Amplify app. </p>"
10281036
}
10291037
},

0 commit comments

Comments
 (0)