Skip to content

Commit f077cda

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent a432037 commit f077cda

File tree

14 files changed

+1018
-59
lines changed

14 files changed

+1018
-59
lines changed

codegen/sdk-codegen/aws-models/acm-pca.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3305,6 +3305,24 @@
33053305
"smithy.api#enumValue": "EC_secp521r1"
33063306
}
33073307
},
3308+
"ML_DSA_44": {
3309+
"target": "smithy.api#Unit",
3310+
"traits": {
3311+
"smithy.api#enumValue": "ML_DSA_44"
3312+
}
3313+
},
3314+
"ML_DSA_65": {
3315+
"target": "smithy.api#Unit",
3316+
"traits": {
3317+
"smithy.api#enumValue": "ML_DSA_65"
3318+
}
3319+
},
3320+
"ML_DSA_87": {
3321+
"target": "smithy.api#Unit",
3322+
"traits": {
3323+
"smithy.api#enumValue": "ML_DSA_87"
3324+
}
3325+
},
33083326
"SM2": {
33093327
"target": "smithy.api#Unit",
33103328
"traits": {
@@ -4314,6 +4332,24 @@
43144332
"traits": {
43154333
"smithy.api#enumValue": "SM3WITHSM2"
43164334
}
4335+
},
4336+
"ML_DSA_44": {
4337+
"target": "smithy.api#Unit",
4338+
"traits": {
4339+
"smithy.api#enumValue": "ML_DSA_44"
4340+
}
4341+
},
4342+
"ML_DSA_65": {
4343+
"target": "smithy.api#Unit",
4344+
"traits": {
4345+
"smithy.api#enumValue": "ML_DSA_65"
4346+
}
4347+
},
4348+
"ML_DSA_87": {
4349+
"target": "smithy.api#Unit",
4350+
"traits": {
4351+
"smithy.api#enumValue": "ML_DSA_87"
4352+
}
43174353
}
43184354
}
43194355
},

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7319,6 +7319,12 @@
73197319
"smithy.api#documentation": "<p>The private IP address of the elastic network interface that is attached to instances in your VPC.</p>"
73207320
}
73217321
},
7322+
"EniIpv6Addresses": {
7323+
"target": "com.amazonaws.appstream#StringList",
7324+
"traits": {
7325+
"smithy.api#documentation": "<p>The IPv6 addresses of the elastic network interface that is attached to instances in your VPC.</p>"
7326+
}
7327+
},
73227328
"EniId": {
73237329
"target": "com.amazonaws.appstream#String",
73247330
"traits": {

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6169,6 +6169,19 @@
61696169
"traits": {
61706170
"smithy.api#documentation": "<p>This describes the restore job deletion status.</p>"
61716171
}
6172+
},
6173+
"IsParent": {
6174+
"target": "com.amazonaws.backup#Boolean2",
6175+
"traits": {
6176+
"smithy.api#default": false,
6177+
"smithy.api#documentation": "<p>This is a boolean value indicating whether the restore job is a parent (composite) restore job.</p>"
6178+
}
6179+
},
6180+
"ParentJobId": {
6181+
"target": "com.amazonaws.backup#string",
6182+
"traits": {
6183+
"smithy.api#documentation": "<p>This is the unique identifier of the parent restore job for the selected restore job.</p>"
6184+
}
61726185
}
61736186
},
61746187
"traits": {
@@ -10451,6 +10464,13 @@
1045110464
"smithy.api#documentation": "<p>This returns only restore testing jobs that match the \n specified resource Amazon Resource Name (ARN).</p>",
1045210465
"smithy.api#httpQuery": "restoreTestingPlanArn"
1045310466
}
10467+
},
10468+
"ByParentJobId": {
10469+
"target": "com.amazonaws.backup#string",
10470+
"traits": {
10471+
"smithy.api#documentation": "<p>This is a filter to list child (nested) restore jobs based on parent restore job ID.</p>",
10472+
"smithy.api#httpQuery": "parentJobId"
10473+
}
1045410474
}
1045510475
},
1045610476
"traits": {
@@ -12296,6 +12316,19 @@
1229612316
"smithy.api#documentation": "<p>The date on which a recovery point was created.</p>"
1229712317
}
1229812318
},
12319+
"IsParent": {
12320+
"target": "com.amazonaws.backup#Boolean2",
12321+
"traits": {
12322+
"smithy.api#default": false,
12323+
"smithy.api#documentation": "<p>This is a boolean value indicating whether the restore job is a parent (composite) restore job.</p>"
12324+
}
12325+
},
12326+
"ParentJobId": {
12327+
"target": "com.amazonaws.backup#string",
12328+
"traits": {
12329+
"smithy.api#documentation": "<p>This is the unique identifier of the parent restore job for the selected restore job.</p>"
12330+
}
12331+
},
1229912332
"CreatedBy": {
1230012333
"target": "com.amazonaws.backup#RestoreJobCreator",
1230112334
"traits": {

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

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"programCount": {
2828
"target": "smithy.api#Long",
2929
"traits": {
30-
"smithy.api#documentation": "<p>The number of programs in a program set. This is only available for a Program Set.</p>"
30+
"smithy.api#documentation": "<p>The number of programs in a program set. This is only available for a program set.</p>"
3131
}
3232
},
3333
"executableCount": {
3434
"target": "smithy.api#Long",
3535
"traits": {
36-
"smithy.api#documentation": "<p>The number of executables in a program set. This is only available for a Program Set.</p>"
36+
"smithy.api#documentation": "<p>The number of executables in a program set. This is only available for a program set.</p>"
3737
}
3838
}
3939
},
@@ -1277,6 +1277,12 @@
12771277
"max": 1
12781278
}
12791279
}
1280+
},
1281+
"experimentalCapabilities": {
1282+
"target": "com.amazonaws.braket#ExperimentalCapabilities",
1283+
"traits": {
1284+
"smithy.api#documentation": "<p>Enable experimental capabilities for the quantum task.</p>"
1285+
}
12801286
}
12811287
}
12821288
},
@@ -1498,6 +1504,35 @@
14981504
]
14991505
}
15001506
},
1507+
"com.amazonaws.braket#ExperimentalCapabilities": {
1508+
"type": "union",
1509+
"members": {
1510+
"enabled": {
1511+
"target": "com.amazonaws.braket#ExperimentalCapabilitiesEnablementType",
1512+
"traits": {
1513+
"smithy.api#documentation": "<p>Enabled experimental capabilities.</p>"
1514+
}
1515+
}
1516+
},
1517+
"traits": {
1518+
"smithy.api#documentation": "<p>Enabled experimental capabilities for quantum hardware. Note that the use of these features may impact device capabilities and performance beyond its standard specifications.</p>"
1519+
}
1520+
},
1521+
"com.amazonaws.braket#ExperimentalCapabilitiesEnablementType": {
1522+
"type": "string",
1523+
"traits": {
1524+
"smithy.api#enum": [
1525+
{
1526+
"value": "ALL",
1527+
"name": "ALL"
1528+
},
1529+
{
1530+
"value": "NONE",
1531+
"name": "NONE"
1532+
}
1533+
]
1534+
}
1535+
},
15011536
"com.amazonaws.braket#GetDevice": {
15021537
"type": "operation",
15031538
"input": {
@@ -1961,6 +1996,12 @@
19611996
"traits": {
19621997
"smithy.api#documentation": "<p>Metadata about the action performed by the quantum task, including information about the type of action and program counts.</p>"
19631998
}
1999+
},
2000+
"experimentalCapabilities": {
2001+
"target": "com.amazonaws.braket#ExperimentalCapabilities",
2002+
"traits": {
2003+
"smithy.api#documentation": "<p>Enabled experimental capabilities for the quantum task, if any.</p>"
2004+
}
19642005
}
19652006
}
19662007
},

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27121,12 +27121,6 @@
2712127121
"com.amazonaws.datazone#MlflowPropertiesInput": {
2712227122
"type": "structure",
2712327123
"members": {
27124-
"trackingServerName": {
27125-
"target": "smithy.api#String",
27126-
"traits": {
27127-
"smithy.api#documentation": "<p>The name of the tracking server as part of the MLflow properties of a connection.</p>"
27128-
}
27129-
},
2713027124
"trackingServerArn": {
2713127125
"target": "smithy.api#String",
2713227126
"traits": {
@@ -27141,12 +27135,6 @@
2714127135
"com.amazonaws.datazone#MlflowPropertiesOutput": {
2714227136
"type": "structure",
2714327137
"members": {
27144-
"trackingServerName": {
27145-
"target": "smithy.api#String",
27146-
"traits": {
27147-
"smithy.api#documentation": "<p>The name of the tracking server as part of the MLflow properties of a connection.</p>"
27148-
}
27149-
},
2715027138
"trackingServerArn": {
2715127139
"target": "smithy.api#String",
2715227140
"traits": {
@@ -27161,12 +27149,6 @@
2716127149
"com.amazonaws.datazone#MlflowPropertiesPatch": {
2716227150
"type": "structure",
2716327151
"members": {
27164-
"trackingServerName": {
27165-
"target": "smithy.api#String",
27166-
"traits": {
27167-
"smithy.api#documentation": "<p>The name of the tracking server as part of the MLflow properties of a connection.</p>"
27168-
}
27169-
},
2717027152
"trackingServerArn": {
2717127153
"target": "smithy.api#String",
2717227154
"traits": {

0 commit comments

Comments
 (0)