Skip to content

Commit a60ce09

Browse files
authored
feat: update AWS models to latest versions (#532)
1 parent 0b7966e commit a60ce09

File tree

55 files changed

+10476
-2409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+10476
-2409
lines changed

codegen/sdk/aws-models/amplify.2017-07-25.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,24 @@
5050
},
5151
"com.amazonaws.amplify#Amplify": {
5252
"type": "service",
53+
"traits": {
54+
"aws.api#service": {
55+
"sdkId": "Amplify",
56+
"arnNamespace": "amplify",
57+
"cloudFormationName": "Amplify",
58+
"cloudTrailEventSource": "amplify.amazonaws.com",
59+
"endpointPrefix": "amplify"
60+
},
61+
"aws.auth#sigv4": {
62+
"name": "amplify"
63+
},
64+
"aws.protocols#restJson1": {},
65+
"smithy.api#documentation": "<p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps.\n The Amplify Console provides a continuous delivery and hosting service for web\n applications. For more information, see the <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html\">Amplify Console User Guide</a>. The\n Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation\n for client app development. For more information, see the <a href=\"https://docs.amplify.aws/\">Amplify Framework.</a>\n </p>",
66+
"smithy.api#title": "AWS Amplify",
67+
"smithy.api#xmlNamespace": {
68+
"uri": "http://amplify.amazonaws.com"
69+
}
70+
},
5371
"version": "2017-07-25",
5472
"operations": [
5573
{
@@ -163,25 +181,7 @@
163181
{
164182
"target": "com.amazonaws.amplify#UpdateWebhook"
165183
}
166-
],
167-
"traits": {
168-
"aws.api#service": {
169-
"sdkId": "Amplify",
170-
"arnNamespace": "amplify",
171-
"cloudFormationName": "Amplify",
172-
"cloudTrailEventSource": "amplify.amazonaws.com",
173-
"endpointPrefix": "amplify"
174-
},
175-
"aws.auth#sigv4": {
176-
"name": "amplify"
177-
},
178-
"aws.protocols#restJson1": {},
179-
"smithy.api#documentation": "<p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps.\n The Amplify Console provides a continuous delivery and hosting service for web\n applications. For more information, see the <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html\">Amplify Console User Guide</a>. The\n Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation\n for client app development. For more information, see the <a href=\"https://docs.amplify.aws/\">Amplify Framework.</a>\n </p>",
180-
"smithy.api#title": "AWS Amplify",
181-
"smithy.api#xmlNamespace": {
182-
"uri": "http://amplify.amazonaws.com"
183-
}
184-
}
184+
]
185185
},
186186
"com.amazonaws.amplify#App": {
187187
"type": "structure",
@@ -291,7 +291,7 @@
291291
"basicAuthCredentials": {
292292
"target": "com.amazonaws.amplify#BasicAuthCredentials",
293293
"traits": {
294-
"smithy.api#documentation": "<p> The basic authorization credentials for branches for the Amplify app. </p>"
294+
"smithy.api#documentation": "<p> The basic authorization credentials for branches for the Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
295295
}
296296
},
297297
"customRules": {
@@ -357,7 +357,7 @@
357357
"min": 1,
358358
"max": 20
359359
},
360-
"smithy.api#pattern": "d[a-z0-9]+"
360+
"smithy.api#pattern": "^d[a-z0-9]+$"
361361
}
362362
},
363363
"com.amazonaws.amplify#Apps": {
@@ -475,7 +475,7 @@
475475
"basicAuthCredentials": {
476476
"target": "com.amazonaws.amplify#BasicAuthCredentials",
477477
"traits": {
478-
"smithy.api#documentation": "<p> The basic authorization credentials for the autocreated branch. </p>"
478+
"smithy.api#documentation": "<p> The basic authorization credentials for the autocreated branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
479479
}
480480
},
481481
"enableBasicAuth": {
@@ -550,7 +550,7 @@
550550
"min": 0,
551551
"max": 1000
552552
},
553-
"smithy.api#pattern": "^$|^arn:aws:iam::\\d{12}:role.+"
553+
"smithy.api#pattern": "^$|^arn:aws:iam::\\d{12}:role.+$"
554554
}
555555
},
556556
"com.amazonaws.amplify#BackendEnvironment": {
@@ -768,7 +768,7 @@
768768
"basicAuthCredentials": {
769769
"target": "com.amazonaws.amplify#BasicAuthCredentials",
770770
"traits": {
771-
"smithy.api#documentation": "<p> The basic authorization credentials for a branch of an Amplify app. </p>"
771+
"smithy.api#documentation": "<p> The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
772772
}
773773
},
774774
"buildSpec": {
@@ -1018,7 +1018,7 @@
10181018
"basicAuthCredentials": {
10191019
"target": "com.amazonaws.amplify#BasicAuthCredentials",
10201020
"traits": {
1021-
"smithy.api#documentation": "<p> The credentials for basic authorization for an Amplify app. </p>"
1021+
"smithy.api#documentation": "<p> The credentials for basic authorization for an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
10221022
}
10231023
},
10241024
"customRules": {
@@ -1257,7 +1257,7 @@
12571257
"basicAuthCredentials": {
12581258
"target": "com.amazonaws.amplify#BasicAuthCredentials",
12591259
"traits": {
1260-
"smithy.api#documentation": "<p> The basic authorization credentials for the branch. </p>"
1260+
"smithy.api#documentation": "<p> The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
12611261
}
12621262
},
12631263
"enableBasicAuth": {
@@ -3992,7 +3992,7 @@
39923992
"com.amazonaws.amplify#ResourceArn": {
39933993
"type": "string",
39943994
"traits": {
3995-
"smithy.api#pattern": "^arn:aws:amplify:.*"
3995+
"smithy.api#pattern": "^arn:aws:amplify:"
39963996
}
39973997
},
39983998
"com.amazonaws.amplify#ResourceNotFoundException": {
@@ -4883,7 +4883,7 @@
48834883
"basicAuthCredentials": {
48844884
"target": "com.amazonaws.amplify#BasicAuthCredentials",
48854885
"traits": {
4886-
"smithy.api#documentation": "<p> The basic authorization credentials for an Amplify app. </p>"
4886+
"smithy.api#documentation": "<p> The basic authorization credentials for an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
48874887
}
48884888
},
48894889
"customRules": {
@@ -5052,7 +5052,7 @@
50525052
"basicAuthCredentials": {
50535053
"target": "com.amazonaws.amplify#BasicAuthCredentials",
50545054
"traits": {
5055-
"smithy.api#documentation": "<p> The basic authorization credentials for the branch. </p>"
5055+
"smithy.api#documentation": "<p> The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
50565056
}
50575057
},
50585058
"enableBasicAuth": {

0 commit comments

Comments
 (0)