Skip to content

Commit

Permalink
Merge branch 'version-3' into autoload_2
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Aug 14, 2024
2 parents 8f2471d + ee7c9ae commit ad07a40
Show file tree
Hide file tree
Showing 119 changed files with 3,079 additions and 222 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ RubyGems.org page under "LINKS" section.
| AWS CodeConnections | Aws::CodeConnections | aws-sdk-codeconnections | 2023-12-01 |
| AWS CodeDeploy | Aws::CodeDeploy | aws-sdk-codedeploy | 2014-10-06 |
| AWS CodePipeline | Aws::CodePipeline | aws-sdk-codepipeline | 2015-07-09 |
| AWS CodeStar | Aws::CodeStar | aws-sdk-codestar | 2017-04-19 |
| AWS CodeStar Notifications | Aws::CodeStarNotifications | aws-sdk-codestarnotifications | 2019-10-15 |
| AWS CodeStar connections | Aws::CodeStarconnections | aws-sdk-codestarconnections | 2019-12-01 |
| AWS Comprehend Medical | Aws::ComprehendMedical | aws-sdk-comprehendmedical | 2018-10-30 |
Expand Down
16 changes: 15 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,19 @@ require 'aws-sdk-code-generator'
require 'aws-sdk-core'

Dir.glob("#{$REPO_ROOT}/tasks/**/*.rake").each do |task_file|
load(task_file)
require(task_file)
end

task 'a' do
puts "TASK A"
end

task 'b' => 'a' do
puts "TASK B"
end

task 'c' => 'a' do
puts "TASK C"
end

task 'd' => %w[c b a]
23 changes: 20 additions & 3 deletions apis/amplify/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,8 @@
"enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"},
"autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"},
"autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"},
"repositoryCloneMethod":{"shape":"RepositoryCloneMethod"}
"repositoryCloneMethod":{"shape":"RepositoryCloneMethod"},
"cacheConfig":{"shape":"CacheConfig"}
}
},
"AppArn":{
Expand Down Expand Up @@ -859,6 +860,20 @@
"pattern":"(?s).+",
"sensitive":true
},
"CacheConfig":{
"type":"structure",
"required":["type"],
"members":{
"type":{"shape":"CacheConfigType"}
}
},
"CacheConfigType":{
"type":"string",
"enum":[
"AMPLIFY_MANAGED",
"AMPLIFY_MANAGED_NO_COOKIES"
]
},
"Certificate":{
"type":"structure",
"required":["type"],
Expand Down Expand Up @@ -934,7 +949,8 @@
"customHeaders":{"shape":"CustomHeaders"},
"enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"},
"autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"},
"autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"}
"autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"},
"cacheConfig":{"shape":"CacheConfig"}
}
},
"CreateAppResult":{
Expand Down Expand Up @@ -2385,7 +2401,8 @@
"autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"},
"repository":{"shape":"Repository"},
"oauthToken":{"shape":"OauthToken"},
"accessToken":{"shape":"AccessToken"}
"accessToken":{"shape":"AccessToken"},
"cacheConfig":{"shape":"CacheConfig"}
}
},
"UpdateAppResult":{
Expand Down
16 changes: 15 additions & 1 deletion apis/amplify/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,20 @@
"UpdateBranchRequest$buildSpec": "<p> The build specification (build spec) for the branch. </p>"
}
},
"CacheConfig": {
"base": "<p>Describes the cache configuration for an Amplify app.</p> <p>For more information about how Amplify applies an optimal cache configuration for your app based on the type of content that is being served, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/managing-cache-configuration\">Managing cache configuration</a> in the <i>Amplify User guide</i>.</p>",
"refs": {
"App$cacheConfig": "<p>The cache configuration for the Amplify app. If you don't specify the cache configuration <code>type</code>, Amplify uses the default <code>AMPLIFY_MANAGED</code> setting.</p>",
"CreateAppRequest$cacheConfig": "<p>The cache configuration for the Amplify app.</p>",
"UpdateAppRequest$cacheConfig": "<p>The cache configuration for the Amplify app.</p>"
}
},
"CacheConfigType": {
"base": null,
"refs": {
"CacheConfig$type": "<p>The type of cache configuration to use for an Amplify app.</p> <p>The <code>AMPLIFY_MANAGED</code> cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules. This is the default setting.</p> <p>The <code>AMPLIFY_MANAGED_NO_COOKIES</code> cache configuration type is the same as <code>AMPLIFY_MANAGED</code>, except that it excludes all cookies from the cache key.</p>"
}
},
"Certificate": {
"base": "<p>Describes the current SSL/TLS certificate that is in use for the domain. If you are using <code>CreateDomainAssociation</code> to create a new domain association, <code>Certificate</code> describes the new certificate that you are creating.</p>",
"refs": {
Expand All @@ -335,7 +349,7 @@
"CertificateType": {
"base": null,
"refs": {
"Certificate$type": "<p>The type of SSL/TLS certificate that you want to use.</p> <p>Specify <code>AMPLIFY_MANAGED</code> to use the default certificate that Amplify provisions for you.</p> <p>Specify <code>CUSTOM</code> to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html\">Importing certificates into Certificate Manager</a> in the <i>ACM User guide</i> .</p>",
"Certificate$type": "<p>The type of SSL/TLS certificate that you want to use.</p> <p>Specify <code>AMPLIFY_MANAGED</code> to use the default certificate that Amplify provisions for you.</p> <p>Specify <code>CUSTOM</code> to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html\">Importing certificates into Certificate Manager</a> in the <i>ACM User guide</i>.</p>",
"CertificateSettings$type": "<p>The certificate type.</p> <p>Specify <code>AMPLIFY_MANAGED</code> to use the default certificate that Amplify provisions for you.</p> <p>Specify <code>CUSTOM</code> to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see <a href=\"https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html\">Importing certificates into Certificate Manager</a> in the <i>ACM User guide</i>.</p>"
}
},
Expand Down
Loading

0 comments on commit ad07a40

Please sign in to comment.