Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Feb 28, 2022
1 parent 7af8a09 commit 1409d5c
Show file tree
Hide file tree
Showing 84 changed files with 14,126 additions and 2,090 deletions.
142 changes: 100 additions & 42 deletions apis/amplify/2017-07-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@
"type":"string",
"max":255,
"min":1,
"pattern":"(?s).+",
"sensitive":true
},
"ActiveJobId":{
Expand Down Expand Up @@ -635,7 +636,8 @@
"customHeaders":{"shape":"CustomHeaders"},
"enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"},
"autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"},
"autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"}
"autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"},
"repositoryCloneMethod":{"shape":"RepositoryCloneMethod"}
}
},
"AppArn":{
Expand Down Expand Up @@ -669,7 +671,8 @@
},
"ArtifactId":{
"type":"string",
"max":255
"max":255,
"pattern":"(?s).*"
},
"ArtifactUrl":{
"type":"string",
Expand Down Expand Up @@ -710,7 +713,8 @@
"AutoBranchCreationPattern":{
"type":"string",
"max":2048,
"min":1
"min":1,
"pattern":"(?s).+"
},
"AutoBranchCreationPatterns":{
"type":"list",
Expand All @@ -719,7 +723,8 @@
"AutoSubDomainCreationPattern":{
"type":"string",
"max":2048,
"min":1
"min":1,
"pattern":"(?s).+"
},
"AutoSubDomainCreationPatterns":{
"type":"list",
Expand Down Expand Up @@ -750,7 +755,8 @@
"BackendEnvironmentArn":{
"type":"string",
"max":1000,
"min":1
"min":0,
"pattern":"(?s).*"
},
"BackendEnvironments":{
"type":"list",
Expand All @@ -767,6 +773,7 @@
"BasicAuthCredentials":{
"type":"string",
"max":2000,
"pattern":"(?s).*",
"sensitive":true
},
"Branch":{
Expand Down Expand Up @@ -822,12 +829,14 @@
},
"BranchArn":{
"type":"string",
"max":1000
"max":1000,
"pattern":"(?s).*"
},
"BranchName":{
"type":"string",
"max":255,
"min":1
"min":1,
"pattern":"(?s).+"
},
"Branches":{
"type":"list",
Expand All @@ -837,7 +846,9 @@
"BuildSpec":{
"type":"string",
"max":25000,
"min":1
"min":1,
"pattern":"(?s).+",
"sensitive":true
},
"CertificateVerificationDNSRecord":{
"type":"string",
Expand All @@ -846,17 +857,20 @@
"Code":{"type":"string"},
"CommitId":{
"type":"string",
"max":255
"max":255,
"pattern":"(?s).*"
},
"CommitMessage":{
"type":"string",
"max":10000
"max":10000,
"pattern":"(?s).*"
},
"CommitTime":{"type":"timestamp"},
"Condition":{
"type":"string",
"max":2048,
"min":1
"min":0,
"pattern":"(?s).*"
},
"Context":{"type":"string"},
"CreateAppRequest":{
Expand Down Expand Up @@ -1048,7 +1062,8 @@
"CustomHeaders":{
"type":"string",
"max":25000,
"min":1
"min":0,
"pattern":"(?s).*"
},
"CustomRule":{
"type":"structure",
Expand Down Expand Up @@ -1233,15 +1248,18 @@
"DeploymentArtifacts":{
"type":"string",
"max":1000,
"min":1
"min":1,
"pattern":"(?s).+"
},
"Description":{
"type":"string",
"max":1000
"max":1000,
"pattern":"(?s).*"
},
"DisplayName":{
"type":"string",
"max":255
"max":255,
"pattern":"(?s).*"
},
"DomainAssociation":{
"type":"structure",
Expand Down Expand Up @@ -1276,11 +1294,13 @@
},
"DomainName":{
"type":"string",
"max":255
"max":64,
"pattern":"^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])(\\.)?$"
},
"DomainPrefix":{
"type":"string",
"max":255
"max":255,
"pattern":"(?s).*"
},
"DomainStatus":{
"type":"string",
Expand All @@ -1307,16 +1327,19 @@
"EndTime":{"type":"timestamp"},
"EnvKey":{
"type":"string",
"max":255
"max":255,
"pattern":"(?s).*"
},
"EnvValue":{
"type":"string",
"max":1000
"max":5500,
"pattern":"(?s).*"
},
"EnvironmentName":{
"type":"string",
"max":255,
"min":1
"min":1,
"pattern":"(?s).+"
},
"EnvironmentVariables":{
"type":"map",
Expand All @@ -1334,7 +1357,8 @@
},
"FileName":{
"type":"string",
"max":255
"max":255,
"pattern":"(?s).*"
},
"FileUploadUrls":{
"type":"map",
Expand All @@ -1343,7 +1367,8 @@
},
"Framework":{
"type":"string",
"max":255
"max":255,
"pattern":"(?s).*"
},
"GenerateAccessLogsRequest":{
"type":"structure",
Expand Down Expand Up @@ -1562,11 +1587,13 @@
},
"JobId":{
"type":"string",
"max":255
"max":255,
"pattern":"[0-9]+"
},
"JobReason":{
"type":"string",
"max":255
"max":255,
"pattern":"(?s).*"
},
"JobStatus":{
"type":"string",
Expand Down Expand Up @@ -1874,7 +1901,8 @@
},
"MD5Hash":{
"type":"string",
"max":32
"max":32,
"pattern":"(?s).*"
},
"MaxResults":{
"type":"integer",
Expand All @@ -1884,11 +1912,13 @@
"Name":{
"type":"string",
"max":255,
"min":1
"min":1,
"pattern":"(?s).+"
},
"NextToken":{
"type":"string",
"max":2000
"max":2000,
"pattern":"(?s).*"
},
"NotFoundException":{
"type":"structure",
Expand All @@ -1901,11 +1931,15 @@
"OauthToken":{
"type":"string",
"max":1000,
"pattern":"(?s).*",
"sensitive":true
},
"Platform":{
"type":"string",
"enum":["WEB"]
"enum":[
"WEB",
"WEB_DYNAMIC"
]
},
"ProductionBranch":{
"type":"structure",
Expand All @@ -1918,14 +1952,26 @@
},
"PullRequestEnvironmentName":{
"type":"string",
"max":20
"max":20,
"pattern":"(?s).*"
},
"Repository":{
"type":"string",
"max":1000
"max":1000,
"pattern":"(?s).*"
},
"RepositoryCloneMethod":{
"type":"string",
"enum":[
"SSH",
"TOKEN",
"SIGV4"
]
},
"ResourceArn":{
"type":"string",
"max":2048,
"min":0,
"pattern":"^arn:aws:amplify:.*"
},
"ResourceNotFoundException":{
Expand All @@ -1949,21 +1995,25 @@
"ServiceRoleArn":{
"type":"string",
"max":1000,
"min":1
"min":0,
"pattern":"(?s).*"
},
"Source":{
"type":"string",
"max":2048,
"min":1
"min":1,
"pattern":"(?s).+"
},
"SourceUrl":{
"type":"string",
"max":1000
"max":3000,
"pattern":"(?s).*"
},
"StackName":{
"type":"string",
"max":255,
"min":1
"min":1,
"pattern":"(?s).+"
},
"Stage":{
"type":"string",
Expand Down Expand Up @@ -2040,7 +2090,8 @@
"Status":{
"type":"string",
"max":7,
"min":3
"min":3,
"pattern":".{3,7}"
},
"StatusReason":{
"type":"string",
Expand Down Expand Up @@ -2142,7 +2193,12 @@
"member":{"shape":"SubDomain"},
"max":255
},
"TTL":{"type":"string"},
"TTL":{
"type":"string",
"max":32,
"min":0,
"pattern":"\\d*"
},
"TagKey":{
"type":"string",
"max":128,
Expand All @@ -2160,7 +2216,7 @@
"key":{"shape":"TagKey"},
"value":{"shape":"TagValue"},
"max":50,
"min":1
"min":0
},
"TagResourceRequest":{
"type":"structure",
Expand All @@ -2184,12 +2240,14 @@
},
"TagValue":{
"type":"string",
"max":256
"max":256,
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
},
"Target":{
"type":"string",
"max":2048,
"min":1
"min":1,
"pattern":"(?s).+"
},
"TestArtifactsUrl":{
"type":"string",
Expand Down Expand Up @@ -2325,8 +2383,7 @@
"type":"structure",
"required":[
"appId",
"domainName",
"subDomainSettings"
"domainName"
],
"members":{
"appId":{
Expand Down Expand Up @@ -2405,7 +2462,8 @@
},
"WebhookId":{
"type":"string",
"max":255
"max":255,
"pattern":"(?s).*"
},
"WebhookUrl":{
"type":"string",
Expand Down
Loading

0 comments on commit 1409d5c

Please sign in to comment.