Skip to content

Commit 346690e

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 4515454 commit 346690e

10 files changed

+1527
-56
lines changed

codegen/sdk-codegen/aws-models/amplify.json

+99-7
Original file line numberDiff line numberDiff line change
@@ -1100,14 +1100,14 @@
11001100
"createTime": {
11011101
"target": "com.amazonaws.amplify#CreateTime",
11021102
"traits": {
1103-
"smithy.api#documentation": "<p>Creates a date and time for the Amplify app. </p>",
1103+
"smithy.api#documentation": "<p>A timestamp of when Amplify created the application.</p>",
11041104
"smithy.api#required": {}
11051105
}
11061106
},
11071107
"updateTime": {
11081108
"target": "com.amazonaws.amplify#UpdateTime",
11091109
"traits": {
1110-
"smithy.api#documentation": "<p>Updates the date and time for the Amplify app. </p>",
1110+
"smithy.api#documentation": "<p>A timestamp of when Amplify updated the application.</p>",
11111111
"smithy.api#required": {}
11121112
}
11131113
},
@@ -1210,6 +1210,18 @@
12101210
"traits": {
12111211
"smithy.api#documentation": "<p>The cache configuration for the Amplify app. If you don't specify the\n cache configuration <code>type</code>, Amplify uses the default\n <code>AMPLIFY_MANAGED</code> setting.</p>"
12121212
}
1213+
},
1214+
"webhookCreateTime": {
1215+
"target": "com.amazonaws.amplify#webhookCreateTime",
1216+
"traits": {
1217+
"smithy.api#documentation": "<p>A timestamp of when Amplify created the webhook in your Git repository.</p>"
1218+
}
1219+
},
1220+
"wafConfiguration": {
1221+
"target": "com.amazonaws.amplify#WafConfiguration",
1222+
"traits": {
1223+
"smithy.api#documentation": "<p>Describes the Firewall configuration for the Amplify app. Firewall support enables you to protect your hosted applications with a direct integration\n with WAF.</p>"
1224+
}
12131225
}
12141226
},
12151227
"traits": {
@@ -1587,14 +1599,14 @@
15871599
"createTime": {
15881600
"target": "com.amazonaws.amplify#CreateTime",
15891601
"traits": {
1590-
"smithy.api#documentation": "<p> The creation date and time for a branch that is part of an Amplify app. </p>",
1602+
"smithy.api#documentation": "<p>A timestamp of when Amplify created the branch.</p>",
15911603
"smithy.api#required": {}
15921604
}
15931605
},
15941606
"updateTime": {
15951607
"target": "com.amazonaws.amplify#UpdateTime",
15961608
"traits": {
1597-
"smithy.api#documentation": "<p> The last updated date and time for a branch that is part of an Amplify app. </p>",
1609+
"smithy.api#documentation": "<p>A timestamp for the last updated time for a branch.</p>",
15981610
"smithy.api#required": {}
15991611
}
16001612
},
@@ -4169,6 +4181,12 @@
41694181
"com.amazonaws.amplify#JobStatus": {
41704182
"type": "enum",
41714183
"members": {
4184+
"CREATED": {
4185+
"target": "smithy.api#Unit",
4186+
"traits": {
4187+
"smithy.api#enumValue": "CREATED"
4188+
}
4189+
},
41724190
"PENDING": {
41734191
"target": "smithy.api#Unit",
41744192
"traits": {
@@ -4253,7 +4271,7 @@
42534271
"commitTime": {
42544272
"target": "com.amazonaws.amplify#CommitTime",
42554273
"traits": {
4256-
"smithy.api#documentation": "<p> The commit date and time for the job. </p>",
4274+
"smithy.api#documentation": "<p>The commit date and time for the job. </p>",
42574275
"smithy.api#required": {}
42584276
}
42594277
},
@@ -6686,6 +6704,77 @@
66866704
"com.amazonaws.amplify#Verified": {
66876705
"type": "boolean"
66886706
},
6707+
"com.amazonaws.amplify#WafConfiguration": {
6708+
"type": "structure",
6709+
"members": {
6710+
"webAclArn": {
6711+
"target": "com.amazonaws.amplify#WebAclArn",
6712+
"traits": {
6713+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the web ACL associated with an Amplify app.</p>"
6714+
}
6715+
},
6716+
"wafStatus": {
6717+
"target": "com.amazonaws.amplify#WafStatus",
6718+
"traits": {
6719+
"smithy.api#documentation": "<p>The status of the process to associate or disassociate a web ACL to an Amplify app.</p>"
6720+
}
6721+
},
6722+
"statusReason": {
6723+
"target": "com.amazonaws.amplify#StatusReason",
6724+
"traits": {
6725+
"smithy.api#documentation": "<p>The reason for the current status of the Firewall configuration.</p>"
6726+
}
6727+
}
6728+
},
6729+
"traits": {
6730+
"smithy.api#documentation": "<p>Describes the Firewall configuration for a hosted Amplify application.\n Firewall support enables you to protect your web applications with a direct integration\n with WAF. For more information about using WAF protections for an Amplify application, see\n <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/WAF-integration.html\">Firewall support for hosted sites</a> in the <i>Amplify\n User Guide</i>. </p>"
6731+
}
6732+
},
6733+
"com.amazonaws.amplify#WafStatus": {
6734+
"type": "enum",
6735+
"members": {
6736+
"ASSOCIATING": {
6737+
"target": "smithy.api#Unit",
6738+
"traits": {
6739+
"smithy.api#enumValue": "ASSOCIATING"
6740+
}
6741+
},
6742+
"ASSOCIATION_FAILED": {
6743+
"target": "smithy.api#Unit",
6744+
"traits": {
6745+
"smithy.api#enumValue": "ASSOCIATION_FAILED"
6746+
}
6747+
},
6748+
"ASSOCIATION_SUCCESS": {
6749+
"target": "smithy.api#Unit",
6750+
"traits": {
6751+
"smithy.api#enumValue": "ASSOCIATION_SUCCESS"
6752+
}
6753+
},
6754+
"DISASSOCIATING": {
6755+
"target": "smithy.api#Unit",
6756+
"traits": {
6757+
"smithy.api#enumValue": "DISASSOCIATING"
6758+
}
6759+
},
6760+
"DISASSOCIATION_FAILED": {
6761+
"target": "smithy.api#Unit",
6762+
"traits": {
6763+
"smithy.api#enumValue": "DISASSOCIATION_FAILED"
6764+
}
6765+
}
6766+
}
6767+
},
6768+
"com.amazonaws.amplify#WebAclArn": {
6769+
"type": "string",
6770+
"traits": {
6771+
"smithy.api#length": {
6772+
"min": 0,
6773+
"max": 512
6774+
},
6775+
"smithy.api#pattern": "^arn:aws:wafv2:"
6776+
}
6777+
},
66896778
"com.amazonaws.amplify#Webhook": {
66906779
"type": "structure",
66916780
"members": {
@@ -6727,14 +6816,14 @@
67276816
"createTime": {
67286817
"target": "com.amazonaws.amplify#CreateTime",
67296818
"traits": {
6730-
"smithy.api#documentation": "<p>The create date and time for a webhook. </p>",
6819+
"smithy.api#documentation": "<p>A timestamp of when Amplify created the webhook in your Git repository.</p>",
67316820
"smithy.api#required": {}
67326821
}
67336822
},
67346823
"updateTime": {
67356824
"target": "com.amazonaws.amplify#UpdateTime",
67366825
"traits": {
6737-
"smithy.api#documentation": "<p>Updates the date and time for a webhook. </p>",
6826+
"smithy.api#documentation": "<p>A timestamp of when Amplify updated the webhook in your Git repository.</p>",
67386827
"smithy.api#required": {}
67396828
}
67406829
}
@@ -6776,6 +6865,9 @@
67766865
"member": {
67776866
"target": "com.amazonaws.amplify#Webhook"
67786867
}
6868+
},
6869+
"com.amazonaws.amplify#webhookCreateTime": {
6870+
"type": "timestamp"
67796871
}
67806872
}
67816873
}

codegen/sdk-codegen/aws-models/budgets.json

+166-2
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,108 @@
340340
},
341341
"type": "endpoint"
342342
},
343+
{
344+
"conditions": [
345+
{
346+
"fn": "stringEquals",
347+
"argv": [
348+
{
349+
"fn": "getAttr",
350+
"argv": [
351+
{
352+
"ref": "PartitionResult"
353+
},
354+
"name"
355+
]
356+
},
357+
"aws-iso"
358+
]
359+
},
360+
{
361+
"fn": "booleanEquals",
362+
"argv": [
363+
{
364+
"ref": "UseFIPS"
365+
},
366+
false
367+
]
368+
},
369+
{
370+
"fn": "booleanEquals",
371+
"argv": [
372+
{
373+
"ref": "UseDualStack"
374+
},
375+
false
376+
]
377+
}
378+
],
379+
"endpoint": {
380+
"url": "https://budgets.c2s.ic.gov",
381+
"properties": {
382+
"authSchemes": [
383+
{
384+
"name": "sigv4",
385+
"signingName": "budgets",
386+
"signingRegion": "us-iso-east-1"
387+
}
388+
]
389+
},
390+
"headers": {}
391+
},
392+
"type": "endpoint"
393+
},
394+
{
395+
"conditions": [
396+
{
397+
"fn": "stringEquals",
398+
"argv": [
399+
{
400+
"fn": "getAttr",
401+
"argv": [
402+
{
403+
"ref": "PartitionResult"
404+
},
405+
"name"
406+
]
407+
},
408+
"aws-iso-b"
409+
]
410+
},
411+
{
412+
"fn": "booleanEquals",
413+
"argv": [
414+
{
415+
"ref": "UseFIPS"
416+
},
417+
false
418+
]
419+
},
420+
{
421+
"fn": "booleanEquals",
422+
"argv": [
423+
{
424+
"ref": "UseDualStack"
425+
},
426+
false
427+
]
428+
}
429+
],
430+
"endpoint": {
431+
"url": "https://budgets.global.sc2s.sgov.gov",
432+
"properties": {
433+
"authSchemes": [
434+
{
435+
"name": "sigv4",
436+
"signingName": "budgets",
437+
"signingRegion": "us-isob-east-1"
438+
}
439+
]
440+
},
441+
"headers": {}
442+
},
443+
"type": "endpoint"
444+
},
343445
{
344446
"conditions": [
345447
{
@@ -864,6 +966,28 @@
864966
"UseDualStack": false
865967
}
866968
},
969+
{
970+
"documentation": "For region aws-iso-global with FIPS disabled and DualStack disabled",
971+
"expect": {
972+
"endpoint": {
973+
"properties": {
974+
"authSchemes": [
975+
{
976+
"name": "sigv4",
977+
"signingName": "budgets",
978+
"signingRegion": "us-iso-east-1"
979+
}
980+
]
981+
},
982+
"url": "https://budgets.c2s.ic.gov"
983+
}
984+
},
985+
"params": {
986+
"Region": "aws-iso-global",
987+
"UseFIPS": false,
988+
"UseDualStack": false
989+
}
990+
},
867991
{
868992
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
869993
"expect": {
@@ -903,7 +1027,16 @@
9031027
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
9041028
"expect": {
9051029
"endpoint": {
906-
"url": "https://budgets.us-iso-east-1.c2s.ic.gov"
1030+
"properties": {
1031+
"authSchemes": [
1032+
{
1033+
"name": "sigv4",
1034+
"signingName": "budgets",
1035+
"signingRegion": "us-iso-east-1"
1036+
}
1037+
]
1038+
},
1039+
"url": "https://budgets.c2s.ic.gov"
9071040
}
9081041
},
9091042
"params": {
@@ -912,6 +1045,28 @@
9121045
"UseDualStack": false
9131046
}
9141047
},
1048+
{
1049+
"documentation": "For region aws-iso-b-global with FIPS disabled and DualStack disabled",
1050+
"expect": {
1051+
"endpoint": {
1052+
"properties": {
1053+
"authSchemes": [
1054+
{
1055+
"name": "sigv4",
1056+
"signingName": "budgets",
1057+
"signingRegion": "us-isob-east-1"
1058+
}
1059+
]
1060+
},
1061+
"url": "https://budgets.global.sc2s.sgov.gov"
1062+
}
1063+
},
1064+
"params": {
1065+
"Region": "aws-iso-b-global",
1066+
"UseFIPS": false,
1067+
"UseDualStack": false
1068+
}
1069+
},
9151070
{
9161071
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
9171072
"expect": {
@@ -951,7 +1106,16 @@
9511106
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
9521107
"expect": {
9531108
"endpoint": {
954-
"url": "https://budgets.us-isob-east-1.sc2s.sgov.gov"
1109+
"properties": {
1110+
"authSchemes": [
1111+
{
1112+
"name": "sigv4",
1113+
"signingName": "budgets",
1114+
"signingRegion": "us-isob-east-1"
1115+
}
1116+
]
1117+
},
1118+
"url": "https://budgets.global.sc2s.sgov.gov"
9551119
}
9561120
},
9571121
"params": {

0 commit comments

Comments
 (0)