Skip to content

Commit effdaf9

Browse files
Update SDK models
1 parent bd05dc0 commit effdaf9

File tree

117 files changed

+9629
-538
lines changed

Some content is hidden

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

117 files changed

+9629
-538
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
resolver = "2"
33
exclude = [
44
"tests/webassembly",
5-
"tests/telemetry",
6-
"tests/no-default-features"
5+
"tests/no-default-features",
6+
"tests/telemetry"
77
]
88
members = [
99
"sdk/accessanalyzer",

aws-models/cost-explorer.json

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,56 @@
608608
},
609609
"type": "endpoint"
610610
},
611+
{
612+
"conditions": [
613+
{
614+
"fn": "stringEquals",
615+
"argv": [
616+
{
617+
"fn": "getAttr",
618+
"argv": [
619+
{
620+
"ref": "PartitionResult"
621+
},
622+
"name"
623+
]
624+
},
625+
"aws-eusc"
626+
]
627+
},
628+
{
629+
"fn": "booleanEquals",
630+
"argv": [
631+
{
632+
"ref": "UseFIPS"
633+
},
634+
false
635+
]
636+
},
637+
{
638+
"fn": "booleanEquals",
639+
"argv": [
640+
{
641+
"ref": "UseDualStack"
642+
},
643+
true
644+
]
645+
}
646+
],
647+
"endpoint": {
648+
"url": "https://ce.eusc-de-east-1.api.amazonwebservices.eu",
649+
"properties": {
650+
"authSchemes": [
651+
{
652+
"name": "sigv4",
653+
"signingRegion": "eusc-de-east-1"
654+
}
655+
]
656+
},
657+
"headers": {}
658+
},
659+
"type": "endpoint"
660+
},
611661
{
612662
"conditions": [
613663
{
@@ -2787,7 +2837,7 @@
27872837
"Type": {
27882838
"target": "com.amazonaws.costexplorer#GenericString",
27892839
"traits": {
2790-
"smithy.api#documentation": "<p>The category or classification of the cost driver.</p>\n <p>Values include: BUNDLED_DISCOUNT, CREDIT, OUT_OF_CYCLE_CHARGE, REFUND,\n RECURRING_RESERVATION_FEE, RESERVATION_USAGE, RI_VOLUME_DISCOUNT, SAVINGS_PLAN_USAGE,\n SAVINGS_PLAN_NEGATION, SAVINGS_PLAN_RECURRING_FEE, SUPPORT_FEE, TAX,\n UPFRONT_RESERVATION_FEE, USAGE_CHANGE, COMMITMENT</p>"
2840+
"smithy.api#documentation": "<p>The category or classification of the cost driver.</p>\n <p>Values include: BUNDLED_DISCOUNT, CREDIT, OUT_OF_CYCLE_CHARGE, REFUND,\n RECURRING_RESERVATION_FEE, RESERVATION_USAGE, RI_VOLUME_DISCOUNT, SAVINGS_PLAN_USAGE,\n SAVINGS_PLAN_RECURRING_FEE, SUPPORT_FEE, TAX, UPFRONT_RESERVATION_FEE, USAGE_CHANGE,\n COMMITMENT</p>"
27912841
}
27922842
},
27932843
"Name": {

aws-models/medical-imaging.json

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,9 @@
10751075
{
10761076
"target": "com.amazonaws.medicalimaging#InternalServerException"
10771077
},
1078+
{
1079+
"target": "com.amazonaws.medicalimaging#ResourceNotFoundException"
1080+
},
10781081
{
10791082
"target": "com.amazonaws.medicalimaging#ServiceQuotaExceededException"
10801083
},
@@ -1126,6 +1129,12 @@
11261129
"traits": {
11271130
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.</p>"
11281131
}
1132+
},
1133+
"lambdaAuthorizerArn": {
1134+
"target": "com.amazonaws.medicalimaging#LambdaArn",
1135+
"traits": {
1136+
"smithy.api#documentation": "<p>The ARN of the authorizer's Lambda function.</p>"
1137+
}
11291138
}
11301139
},
11311140
"traits": {
@@ -1321,7 +1330,7 @@
13211330
"smithy.api#default": 0,
13221331
"smithy.api#range": {
13231332
"min": 0,
1324-
"max": 10000
1333+
"max": 1000000
13251334
}
13261335
}
13271336
},
@@ -1392,7 +1401,7 @@
13921401
"min": 0,
13931402
"max": 256
13941403
},
1395-
"smithy.api#pattern": "^(?:[0-9][0-9]*|0)(\\.(?:[1-9][0-9]*|0))*$",
1404+
"smithy.api#pattern": "^(?:[0-9][0-9]*|0)(\\.(?:[0-9][0-9]*|0))*$",
13961405
"smithy.api#sensitive": {}
13971406
}
13981407
},
@@ -1452,7 +1461,7 @@
14521461
"traits": {
14531462
"smithy.api#length": {
14541463
"min": 0,
1455-
"max": 64
1464+
"max": 256
14561465
},
14571466
"smithy.api#sensitive": {}
14581467
}
@@ -1462,7 +1471,7 @@
14621471
"traits": {
14631472
"smithy.api#length": {
14641473
"min": 0,
1465-
"max": 16
1474+
"max": 256
14661475
},
14671476
"smithy.api#sensitive": {}
14681477
}
@@ -1474,7 +1483,7 @@
14741483
"min": 0,
14751484
"max": 256
14761485
},
1477-
"smithy.api#pattern": "^(?:[0-9][0-9]*|0)(\\.(?:[1-9][0-9]*|0))*$",
1486+
"smithy.api#pattern": "^(?:[0-9][0-9]*|0)(\\.(?:[0-9][0-9]*|0))*$",
14781487
"smithy.api#sensitive": {}
14791488
}
14801489
},
@@ -1660,6 +1669,12 @@
16601669
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.</p>"
16611670
}
16621671
},
1672+
"lambdaAuthorizerArn": {
1673+
"target": "com.amazonaws.medicalimaging#LambdaArn",
1674+
"traits": {
1675+
"smithy.api#documentation": "<p>The ARN of the authorizer's Lambda function.</p>"
1676+
}
1677+
},
16631678
"datastoreArn": {
16641679
"target": "com.amazonaws.medicalimaging#Arn",
16651680
"traits": {
@@ -2691,6 +2706,24 @@
26912706
"traits": {
26922707
"smithy.api#enumValue": "DELETED"
26932708
}
2709+
},
2710+
"IMPORTING": {
2711+
"target": "smithy.api#Unit",
2712+
"traits": {
2713+
"smithy.api#enumValue": "IMPORTING"
2714+
}
2715+
},
2716+
"IMPORTED": {
2717+
"target": "smithy.api#Unit",
2718+
"traits": {
2719+
"smithy.api#enumValue": "IMPORTED"
2720+
}
2721+
},
2722+
"IMPORT_FAILED": {
2723+
"target": "smithy.api#Unit",
2724+
"traits": {
2725+
"smithy.api#enumValue": "IMPORT_FAILED"
2726+
}
26942727
}
26952728
}
26962729
},
@@ -2822,6 +2855,12 @@
28222855
"smithy.api#pattern": "^arn:aws[a-zA-Z-]{0,16}:kms:[a-z]{2}(-[a-z]{1,16}){1,3}-\\d{1}:\\d{12}:((key/[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12})|(alias/[a-zA-Z0-9:/_-]{1,256}))$"
28232856
}
28242857
},
2858+
"com.amazonaws.medicalimaging#LambdaArn": {
2859+
"type": "string",
2860+
"traits": {
2861+
"smithy.api#pattern": "^arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?$"
2862+
}
2863+
},
28252864
"com.amazonaws.medicalimaging#ListDICOMImportJobs": {
28262865
"type": "operation",
28272866
"input": {

0 commit comments

Comments
 (0)