Commit 1909a009 authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot
Browse files

Update SDK models

parent ca2a7e2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[workspace]
resolver = "2"
exclude = [
    "tests/no-default-features",
    "tests/webassembly",
    "tests/no-default-features",
    "tests/telemetry"
]
members = [
+25 −0
Original line number Diff line number Diff line
@@ -8859,6 +8859,14 @@
                        "smithy.api#httpLabel": {},
                        "smithy.api#required": {}
                    }
                },
                "view": {
                    "target": "com.amazonaws.bedrockagentcorecontrol#MemoryView",
                    "traits": {
                        "smithy.api#default": "full",
                        "smithy.api#documentation": "<p>The level of detail to return for the memory.</p>",
                        "smithy.api#httpQuery": "view"
                    }
                }
            },
            "traits": {
@@ -12672,6 +12680,23 @@
                "target": "com.amazonaws.bedrockagentcorecontrol#MemorySummary"
            }
        },
        "com.amazonaws.bedrockagentcorecontrol#MemoryView": {
            "type": "enum",
            "members": {
                "FULL": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "full"
                    }
                },
                "WITHOUT_DECRYPTION": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "without_decryption"
                    }
                }
            }
        },
        "com.amazonaws.bedrockagentcorecontrol#MessageBasedTrigger": {
            "type": "structure",
            "members": {
+9 −0
Original line number Diff line number Diff line
@@ -473,6 +473,9 @@
                {
                    "target": "com.amazonaws.cloudfront#AccessDenied"
                },
                {
                    "target": "com.amazonaws.cloudfront#EntityLimitExceeded"
                },
                {
                    "target": "com.amazonaws.cloudfront#EntityNotFound"
                },
@@ -564,6 +567,9 @@
                {
                    "target": "com.amazonaws.cloudfront#AccessDenied"
                },
                {
                    "target": "com.amazonaws.cloudfront#EntityLimitExceeded"
                },
                {
                    "target": "com.amazonaws.cloudfront#EntityNotFound"
                },
@@ -24210,6 +24216,9 @@
                {
                    "target": "com.amazonaws.cloudfront#CNAMEAlreadyExists"
                },
                {
                    "target": "com.amazonaws.cloudfront#EntityLimitExceeded"
                },
                {
                    "target": "com.amazonaws.cloudfront#EntityNotFound"
                },
+515 −0

File changed.

Preview size limit exceeded, changes collapsed.

+48 −1
Original line number Diff line number Diff line
@@ -1219,7 +1219,7 @@
                "TargetLkfs": {
                    "target": "com.amazonaws.medialive#__doubleMinNegative59Max0",
                    "traits": {
                        "smithy.api#documentation": "Target LKFS(loudness) to adjust volume to. If no value is entered, a default value will be used according to the chosen algorithm.  The CALM Act (1770-1) recommends a target of -24 LKFS. The EBU R-128 specification (1770-2) recommends a target of -23 LKFS.",
                        "smithy.api#documentation": "Target LKFS(loudness) to adjust volume to. If no value is entered, a default value will be used according to the chosen algorithm.  The CALM Act recommends a target of -24 LKFS. The EBU R-128 specification recommends a target of -23 LKFS.",
                        "smithy.api#jsonName": "targetLkfs"
                    }
                }
@@ -26987,6 +26987,23 @@
                }
            }
        },
        "com.amazonaws.medialive#MediaPackageAdditionalDestinations": {
            "type": "structure",
            "members": {
                "Destination": {
                    "target": "com.amazonaws.medialive#OutputLocationRef",
                    "traits": {
                        "smithy.api#clientOptional": {},
                        "smithy.api#documentation": "The destination location",
                        "smithy.api#jsonName": "destination",
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "Additional output destinations for a CMAF Ingest output group"
            }
        },
        "com.amazonaws.medialive#MediaPackageGroupSettings": {
            "type": "structure",
            "members": {
@@ -27034,6 +27051,20 @@
                        "smithy.api#documentation": "Name of the channel in MediaPackageV2. Only use if you are sending CMAF Ingest output to a CMAF ingest endpoint on a MediaPackage channel that uses MediaPackage v2.",
                        "smithy.api#jsonName": "channelName"
                    }
                },
                "ChannelEndpointId": {
                    "target": "com.amazonaws.medialive#__stringMin1",
                    "traits": {
                        "smithy.api#documentation": "Endpoint 1 or 2 of the channel in MediaPackageV2. Only use if you are sending CMAF Ingest output to a CMAF ingest endpoint on a MediaPackage channel that uses MediaPackage v2.",
                        "smithy.api#jsonName": "channelEndpointId"
                    }
                },
                "MediaPackageRegionName": {
                    "target": "com.amazonaws.medialive#__stringMin1",
                    "traits": {
                        "smithy.api#documentation": "Region the channel group and channel are located in for MediaPackageV2. Only use if you are sending CMAF Ingest output to a CMAF ingest endpoint on a MediaPackage channel that uses MediaPackage v2.",
                        "smithy.api#jsonName": "mediaPackageRegionName"
                    }
                }
            },
            "traits": {
@@ -27163,6 +27194,13 @@
                        "smithy.api#documentation": "Set to enabled to pass through ID3 metadata from the input sources.",
                        "smithy.api#jsonName": "timedMetadataPassthrough"
                    }
                },
                "AdditionalDestinations": {
                    "target": "com.amazonaws.medialive#__listOfMediaPackageAdditionalDestinations",
                    "traits": {
                        "smithy.api#documentation": "Optional an array of additional destinational HTTP destinations for the OutputGroup outputs",
                        "smithy.api#jsonName": "additionalDestinations"
                    }
                }
            },
            "traits": {
@@ -40137,6 +40175,15 @@
                "smithy.api#documentation": "Placeholder documentation for __listOfMediaConnectFlowRequest"
            }
        },
        "com.amazonaws.medialive#__listOfMediaPackageAdditionalDestinations": {
            "type": "list",
            "member": {
                "target": "com.amazonaws.medialive#MediaPackageAdditionalDestinations"
            },
            "traits": {
                "smithy.api#documentation": "Placeholder documentation for __listOfMediaPackageAdditionalDestinations"
            }
        },
        "com.amazonaws.medialive#__listOfMediaPackageOutputDestinationSettings": {
            "type": "list",
            "member": {
Loading