Skip to content

Commit 516ecca

Browse files
Update API model
1 parent 3994c3e commit 516ecca

File tree

9 files changed

+4834
-510
lines changed

9 files changed

+4834
-510
lines changed

tools/code-generation/smithy/api-descriptions/amplify.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@
18321832
"type": {
18331833
"target": "com.amazonaws.amplify#CacheConfigType",
18341834
"traits": {
1835-
"smithy.api#documentation": "<p>The type of cache configuration to use for an Amplify app.</p>\n <p>The <code>AMPLIFY_MANAGED</code> cache configuration automatically applies an\n optimized cache configuration for your app based on its platform, routing rules, and\n rewrite rules. This is the default setting.</p>\n <p>The <code>AMPLIFY_MANAGED_NO_COOKIES</code> cache configuration type is the same as\n <code>AMPLIFY_MANAGED</code>, except that it excludes all cookies from the cache\n key.</p>",
1835+
"smithy.api#documentation": "<p>The type of cache configuration to use for an Amplify app.</p>\n <p>The <code>AMPLIFY_MANAGED</code> cache configuration automatically applies an\n optimized cache configuration for your app based on its platform, routing rules, and\n rewrite rules.</p>\n <p>The <code>AMPLIFY_MANAGED_NO_COOKIES</code> cache configuration type is the same as\n <code>AMPLIFY_MANAGED</code>, except that it excludes all cookies from the cache\n key. This is the default setting.</p>",
18361836
"smithy.api#required": {}
18371837
}
18381838
}

tools/code-generation/smithy/api-descriptions/evs.json

Lines changed: 2940 additions & 0 deletions
Large diffs are not rendered by default.

tools/code-generation/smithy/api-descriptions/invoicing.json

Lines changed: 1269 additions & 150 deletions
Large diffs are not rendered by default.

tools/code-generation/smithy/api-descriptions/mediaconnect.json

Lines changed: 463 additions & 341 deletions
Large diffs are not rendered by default.

tools/code-generation/smithy/api-descriptions/mediaconvert.json

Lines changed: 54 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,7 @@
18151815
"SelectorType": {
18161816
"target": "com.amazonaws.mediaconvert#AudioSelectorType",
18171817
"traits": {
1818-
"smithy.api#documentation": "Specifies the type of the audio selector.",
1818+
"smithy.api#documentation": "Specify how MediaConvert selects audio content within your input. The default is Track. PID: Select audio by specifying the Packet Identifier (PID) values for MPEG Transport Stream inputs. Use this when you know the exact PID values of your audio streams. Track: Default. Select audio by track number. This is the most common option and works with most input container formats. Language code: Select audio by language using ISO 639-2 or ISO 639-3 three-letter language codes. Use this when your source has embedded language metadata and you want to select tracks based on their language. HLS rendition group: Select audio from an HLS rendition group. Use this when your input is an HLS package with multiple audio renditions and you want to select specific rendition groups. All PCM: Select all uncompressed PCM audio tracks from your input automatically. This is useful when you want to include all PCM audio tracks without specifying individual track numbers.",
18191819
"smithy.api#jsonName": "selectorType"
18201820
}
18211821
},
@@ -1881,7 +1881,7 @@
18811881
}
18821882
},
18831883
"traits": {
1884-
"smithy.api#documentation": "Specifies the type of the audio selector."
1884+
"smithy.api#documentation": "Specify how MediaConvert selects audio content within your input. The default is Track. PID: Select audio by specifying the Packet Identifier (PID) values for MPEG Transport Stream inputs. Use this when you know the exact PID values of your audio streams. Track: Default. Select audio by track number. This is the most common option and works with most input container formats. Language code: Select audio by language using ISO 639-2 or ISO 639-3 three-letter language codes. Use this when your source has embedded language metadata and you want to select tracks based on their language. HLS rendition group: Select audio from an HLS rendition group. Use this when your input is an HLS package with multiple audio renditions and you want to select specific rendition groups. All PCM: Select all uncompressed PCM audio tracks from your input automatically. This is useful when you want to include all PCM audio tracks without specifying individual track numbers."
18851885
}
18861886
},
18871887
"com.amazonaws.mediaconvert#AudioTypeControl": {
@@ -14840,7 +14840,7 @@
1484014840
"FollowSource": {
1484114841
"target": "com.amazonaws.mediaconvert#__integerMin1Max150",
1484214842
"traits": {
14843-
"smithy.api#documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.",
14843+
"smithy.api#documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.",
1484414844
"smithy.api#jsonName": "followSource"
1484514845
}
1484614846
},
@@ -15113,7 +15113,7 @@
1511315113
"FollowSource": {
1511415114
"target": "com.amazonaws.mediaconvert#__integerMin1Max150",
1511515115
"traits": {
15116-
"smithy.api#documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.",
15116+
"smithy.api#documentation": "Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable \"Follow source\" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.",
1511715117
"smithy.api#jsonName": "followSource"
1511815118
}
1511915119
},
@@ -19601,6 +19601,26 @@
1960119601
"smithy.api#documentation": "Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3."
1960219602
}
1960319603
},
19604+
"com.amazonaws.mediaconvert#Mp4C2paManifest": {
19605+
"type": "enum",
19606+
"members": {
19607+
"INCLUDE": {
19608+
"target": "smithy.api#Unit",
19609+
"traits": {
19610+
"smithy.api#enumValue": "INCLUDE"
19611+
}
19612+
},
19613+
"EXCLUDE": {
19614+
"target": "smithy.api#Unit",
19615+
"traits": {
19616+
"smithy.api#enumValue": "EXCLUDE"
19617+
}
19618+
}
19619+
},
19620+
"traits": {
19621+
"smithy.api#documentation": "When enabled, a C2PA compliant manifest will be generated, signed and embeded in the output. For more information on C2PA, see https://c2pa.org/specifications/specifications/2.1/index.html"
19622+
}
19623+
},
1960419624
"com.amazonaws.mediaconvert#Mp4CslgAtom": {
1960519625
"type": "enum",
1960619626
"members": {
@@ -19671,6 +19691,20 @@
1967119691
"smithy.api#jsonName": "audioDuration"
1967219692
}
1967319693
},
19694+
"C2paManifest": {
19695+
"target": "com.amazonaws.mediaconvert#Mp4C2paManifest",
19696+
"traits": {
19697+
"smithy.api#documentation": "When enabled, a C2PA compliant manifest will be generated, signed and embeded in the output. For more information on C2PA, see https://c2pa.org/specifications/specifications/2.1/index.html",
19698+
"smithy.api#jsonName": "c2paManifest"
19699+
}
19700+
},
19701+
"CertificateSecret": {
19702+
"target": "com.amazonaws.mediaconvert#__stringMin1Max2048PatternArnAZSecretsmanagerWD12SecretAZAZ09",
19703+
"traits": {
19704+
"smithy.api#documentation": "Specify the name or ARN of the AWS Secrets Manager secret that contains your C2PA public certificate chain in PEM format. Provide a valid secret name or ARN. Note that your MediaConvert service role must allow access to this secret. The public certificate chain is added to the COSE header (x5chain) for signature validation. Include the signer's certificate and all intermediate certificates. Do not include the root certificate. For details on COSE, see: https://opensource.contentauthenticity.org/docs/manifest/signing-manifests",
19705+
"smithy.api#jsonName": "certificateSecret"
19706+
}
19707+
},
1967419708
"CslgAtom": {
1967519709
"target": "com.amazonaws.mediaconvert#Mp4CslgAtom",
1967619710
"traits": {
@@ -19705,6 +19739,13 @@
1970519739
"smithy.api#documentation": "Overrides the \"Major Brand\" field in the output file. Usually not necessary to specify.",
1970619740
"smithy.api#jsonName": "mp4MajorBrand"
1970719741
}
19742+
},
19743+
"SigningKmsKey": {
19744+
"target": "com.amazonaws.mediaconvert#__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932",
19745+
"traits": {
19746+
"smithy.api#documentation": "Specify the ID or ARN of the AWS KMS key used to sign the C2PA manifest in your MP4 output. Provide a valid KMS key ARN. Note that your MediaConvert service role must allow access to this key.",
19747+
"smithy.api#jsonName": "signingKmsKey"
19748+
}
1970819749
}
1970919750
},
1971019751
"traits": {
@@ -29281,6 +29322,15 @@
2928129322
"smithy.api#pattern": "^[a-zA-Z0-9_\\/_+=.@-]*$"
2928229323
}
2928329324
},
29325+
"com.amazonaws.mediaconvert#__stringMin1PatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932": {
29326+
"type": "string",
29327+
"traits": {
29328+
"smithy.api#length": {
29329+
"min": 1
29330+
},
29331+
"smithy.api#pattern": "^(arn:aws(-us-gov|-cn)?:kms:[a-z-]{2,6}-(east|west|central|((north|south)(east|west)?))-[1-9]{1,2}:\\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}|mrk-[a-fA-F0-9]{32}$"
29332+
}
29333+
},
2928429334
"com.amazonaws.mediaconvert#__stringMin24Max512PatternAZaZ0902": {
2928529335
"type": "string",
2928629336
"traits": {

tools/code-generation/smithy/api-descriptions/network-firewall.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,6 +2038,12 @@
20382038
},
20392039
"LoggingConfiguration": {
20402040
"target": "com.amazonaws.networkfirewall#LoggingConfiguration"
2041+
},
2042+
"EnableMonitoringDashboard": {
2043+
"target": "com.amazonaws.networkfirewall#EnableMonitoringDashboard",
2044+
"traits": {
2045+
"smithy.api#documentation": "<p>A boolean that reflects whether or not the firewall monitoring dashboard is enabled on a firewall.</p>\n <p>\n Returns <code>TRUE</code> when the firewall monitoring dashboard is enabled on the firewall. \n Returns <code>FALSE</code> when the firewall monitoring dashboard is not enabled on the firewall.\n </p>"
2046+
}
20412047
}
20422048
},
20432049
"traits": {
@@ -2579,6 +2585,9 @@
25792585
"com.amazonaws.networkfirewall#Domain": {
25802586
"type": "string"
25812587
},
2588+
"com.amazonaws.networkfirewall#EnableMonitoringDashboard": {
2589+
"type": "boolean"
2590+
},
25822591
"com.amazonaws.networkfirewall#EnabledAnalysisType": {
25832592
"type": "enum",
25842593
"members": {
@@ -8593,6 +8602,12 @@
85938602
"traits": {
85948603
"smithy.api#documentation": "<p>Defines how Network Firewall performs logging for a firewall. If you omit this setting,\n Network Firewall disables logging for the firewall.</p>"
85958604
}
8605+
},
8606+
"EnableMonitoringDashboard": {
8607+
"target": "com.amazonaws.networkfirewall#EnableMonitoringDashboard",
8608+
"traits": {
8609+
"smithy.api#documentation": "<p>A boolean that lets you enable or disable the detailed firewall monitoring dashboard on the firewall. </p>\n <p>The monitoring dashboard provides comprehensive visibility into your firewall's flow logs and alert logs. \n After you enable detailed monitoring, you can access these dashboards directly from the <b>Monitoring</b> page of the Network Firewall console.</p>\n <p>\n Specify <code>TRUE</code> to enable the the detailed monitoring dashboard on the firewall. \n Specify <code>FALSE</code> to disable the the detailed monitoring dashboard on the firewall. \n </p>"
8610+
}
85968611
}
85978612
},
85988613
"traits": {
@@ -8616,6 +8631,12 @@
86168631
},
86178632
"LoggingConfiguration": {
86188633
"target": "com.amazonaws.networkfirewall#LoggingConfiguration"
8634+
},
8635+
"EnableMonitoringDashboard": {
8636+
"target": "com.amazonaws.networkfirewall#EnableMonitoringDashboard",
8637+
"traits": {
8638+
"smithy.api#documentation": "<p>A boolean that reflects whether or not the firewall monitoring dashboard is enabled on a firewall.</p>\n <p>\n Returns <code>TRUE</code> when the firewall monitoring dashboard is enabled on the firewall. \n Returns <code>FALSE</code> when the firewall monitoring dashboard is not enabled on the firewall.\n </p>"
8639+
}
86198640
}
86208641
},
86218642
"traits": {

tools/code-generation/smithy/api-descriptions/sagemaker.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60665,6 +60665,12 @@
6066560665
"traits": {
6066660666
"smithy.api#enumValue": "ml.trn2.48xlarge"
6066760667
}
60668+
},
60669+
"ML_P6_B200_48XLARGE": {
60670+
"target": "smithy.api#Unit",
60671+
"traits": {
60672+
"smithy.api#enumValue": "ml.p6-b200.48xlarge"
60673+
}
6066860674
}
6066960675
}
6067060676
},
@@ -69920,6 +69926,12 @@
6992069926
"traits": {
6992169927
"smithy.api#enumValue": "ml.r5.24xlarge"
6992269928
}
69929+
},
69930+
"ML_P6_B200_48XLARGE": {
69931+
"target": "smithy.api#Unit",
69932+
"traits": {
69933+
"smithy.api#enumValue": "ml.p6-b200.48xlarge"
69934+
}
6992369935
}
6992469936
}
6992569937
},

0 commit comments

Comments
 (0)