Skip to content

Commit 06365c5

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 6dcf9ac commit 06365c5

File tree

10 files changed

+218
-160
lines changed

10 files changed

+218
-160
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::Amplify - Updated the API, and documentation for AWS Amplify.
5+
6+
* Feature - Aws::S3 - Updated the API, and documentation for Amazon Simple Storage Service.
7+
8+
* Feature - Aws::Support - Updated the API, documentation, and integration test for AWS Support.
9+
410
2.11.386 (2019-10-30)
511
------------------
612

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

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -606,10 +606,6 @@
606606
"type":"string",
607607
"max":255
608608
},
609-
"ArtifactType":{
610-
"type":"string",
611-
"enum":["TEST"]
612-
},
613609
"ArtifactUrl":{
614610
"type":"string",
615611
"max":1000
@@ -641,7 +637,8 @@
641637
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
642638
"enableBasicAuth":{"shape":"EnableBasicAuth"},
643639
"buildSpec":{"shape":"BuildSpec"},
644-
"enablePullRequestPreview":{"shape":"EnablePullRequestPreview"}
640+
"enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
641+
"pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"}
645642
}
646643
},
647644
"AutoBranchCreationPattern":{
@@ -653,6 +650,11 @@
653650
"type":"list",
654651
"member":{"shape":"AutoBranchCreationPattern"}
655652
},
653+
"BackendEnvironmentArn":{
654+
"type":"string",
655+
"max":1000,
656+
"min":1
657+
},
656658
"BadRequestException":{
657659
"type":"structure",
658660
"members":{
@@ -709,8 +711,10 @@
709711
"ttl":{"shape":"TTL"},
710712
"associatedResources":{"shape":"AssociatedResources"},
711713
"enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
714+
"pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"},
712715
"destinationBranch":{"shape":"BranchName"},
713-
"sourceBranch":{"shape":"BranchName"}
716+
"sourceBranch":{"shape":"BranchName"},
717+
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"}
714718
}
715719
},
716720
"BranchArn":{
@@ -807,7 +811,9 @@
807811
"buildSpec":{"shape":"BuildSpec"},
808812
"ttl":{"shape":"TTL"},
809813
"displayName":{"shape":"DisplayName"},
810-
"enablePullRequestPreview":{"shape":"EnablePullRequestPreview"}
814+
"enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
815+
"pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"},
816+
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"}
811817
}
812818
},
813819
"CreateBranchResult":{
@@ -1464,7 +1470,6 @@
14641470
"location":"uri",
14651471
"locationName":"jobId"
14661472
},
1467-
"artifactType":{"shape":"ArtifactType"},
14681473
"nextToken":{
14691474
"shape":"NextToken",
14701475
"location":"querystring",
@@ -1673,6 +1678,10 @@
16731678
"branchName":{"shape":"BranchName"}
16741679
}
16751680
},
1681+
"PullRequestEnvironmentName":{
1682+
"type":"string",
1683+
"max":20
1684+
},
16761685
"Repository":{
16771686
"type":"string",
16781687
"max":1000
@@ -2054,7 +2063,9 @@
20542063
"buildSpec":{"shape":"BuildSpec"},
20552064
"ttl":{"shape":"TTL"},
20562065
"displayName":{"shape":"DisplayName"},
2057-
"enablePullRequestPreview":{"shape":"EnablePullRequestPreview"}
2066+
"enablePullRequestPreview":{"shape":"EnablePullRequestPreview"},
2067+
"pullRequestEnvironmentName":{"shape":"PullRequestEnvironmentName"},
2068+
"backendEnvironmentArn":{"shape":"BackendEnvironmentArn"}
20582069
}
20592070
},
20602071
"UpdateBranchResult":{

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

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"DeleteDomainAssociation": "<p> Deletes a DomainAssociation. </p>",
1313
"DeleteJob": "<p> Delete a job, for an Amplify branch, part of Amplify App. </p>",
1414
"DeleteWebhook": "<p> Deletes a webhook. </p>",
15-
"GenerateAccessLogs": "<p> Retrieve website access logs for a specific time range via a pre-signed URL. Optionally, deliver the logs to a given S3 bucket. </p>",
15+
"GenerateAccessLogs": "<p> Retrieve website access logs for a specific time range via a pre-signed URL. </p>",
1616
"GetApp": "<p> Retrieves an existing Amplify App by appId. </p>",
1717
"GetArtifactUrl": "<p> Retrieves artifact info that corresponds to a artifactId. </p>",
1818
"GetBranch": "<p> Retrieves a branch for an Amplify App. </p>",
@@ -122,12 +122,6 @@
122122
"GetArtifactUrlResult$artifactId": "<p> Unique Id for a artifact. </p>"
123123
}
124124
},
125-
"ArtifactType": {
126-
"base": null,
127-
"refs": {
128-
"ListArtifactsRequest$artifactType": "<p> Type for an artifact. </p>"
129-
}
130-
},
131125
"ArtifactUrl": {
132126
"base": null,
133127
"refs": {
@@ -180,6 +174,14 @@
180174
"UpdateAppRequest$autoBranchCreationPatterns": "<p> Automated branch creation glob patterns for the Amplify App. </p>"
181175
}
182176
},
177+
"BackendEnvironmentArn": {
178+
"base": null,
179+
"refs": {
180+
"Branch$backendEnvironmentArn": "<p> ARN for a Backend Environment, part of an Amplify App. </p>",
181+
"CreateBranchRequest$backendEnvironmentArn": "<p> ARN for a Backend Environment, part of an Amplify App. </p>",
182+
"UpdateBranchRequest$backendEnvironmentArn": "<p> ARN for a Backend Environment, part of an Amplify App. </p>"
183+
}
184+
},
183185
"BadRequestException": {
184186
"base": "<p> Exception thrown when a request contains unexpected data. </p>",
185187
"refs": {
@@ -540,9 +542,9 @@
540542
"EnableAutoSubDomain": {
541543
"base": null,
542544
"refs": {
543-
"CreateDomainAssociationRequest$enableAutoSubDomain": "<p> Enables automated creation of Subdomains for branches. </p>",
544-
"DomainAssociation$enableAutoSubDomain": "<p> Enables automated creation of Subdomains for branches. </p>",
545-
"UpdateDomainAssociationRequest$enableAutoSubDomain": "<p> Enables automated creation of Subdomains for branches. </p>"
545+
"CreateDomainAssociationRequest$enableAutoSubDomain": "<p> Enables automated creation of Subdomains for branches. (Currently not supported) </p>",
546+
"DomainAssociation$enableAutoSubDomain": "<p> Enables automated creation of Subdomains for branches. (Currently not supported) </p>",
547+
"UpdateDomainAssociationRequest$enableAutoSubDomain": "<p> Enables automated creation of Subdomains for branches. (Currently not supported) </p>"
546548
}
547549
},
548550
"EnableBasicAuth": {
@@ -684,7 +686,7 @@
684686
}
685687
},
686688
"GetBranchRequest": {
687-
"base": "<p> Result structure for get branch request. </p>",
689+
"base": "<p> Request structure for get branch request. </p>",
688690
"refs": {
689691
}
690692
},
@@ -946,6 +948,15 @@
946948
"App$productionBranch": "<p> Structure with Production Branch information. </p>"
947949
}
948950
},
951+
"PullRequestEnvironmentName": {
952+
"base": null,
953+
"refs": {
954+
"AutoBranchCreationConfig$pullRequestEnvironmentName": "<p> The Amplify Environment name for the pull request. </p>",
955+
"Branch$pullRequestEnvironmentName": "<p> The Amplify Environment name for the pull request. </p>",
956+
"CreateBranchRequest$pullRequestEnvironmentName": "<p> The Amplify Environment name for the pull request. </p>",
957+
"UpdateBranchRequest$pullRequestEnvironmentName": "<p> The Amplify Environment name for the pull request. </p>"
958+
}
959+
},
949960
"Repository": {
950961
"base": null,
951962
"refs": {

aws-sdk-core/apis/s3/2006-03-01/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3649,7 +3649,8 @@
36493649
"EncryptionStatus",
36503650
"ObjectLockRetainUntilDate",
36513651
"ObjectLockMode",
3652-
"ObjectLockLegalHoldStatus"
3652+
"ObjectLockLegalHoldStatus",
3653+
"IntelligentTieringAccessTier"
36533654
]
36543655
},
36553656
"InventoryOptionalFields":{

0 commit comments

Comments
 (0)