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

Update SDK models

parent 4a46d326
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
[workspace]
resolver = "2"
exclude = [
    "tests/telemetry",
    "tests/webassembly",
    "tests/no-default-features"
    "tests/no-default-features",
    "tests/telemetry"
]
members = [
    "sdk/accessanalyzer",
+1688 −0

File changed.

Preview size limit exceeded, changes collapsed.

+66 −2
Original line number Diff line number Diff line
@@ -10433,6 +10433,9 @@
                {
                    "target": "com.amazonaws.datazone#DeleteConnection"
                },
                {
                    "target": "com.amazonaws.datazone#DeleteDataExportConfiguration"
                },
                {
                    "target": "com.amazonaws.datazone#DeleteEnvironment"
                },
@@ -11548,6 +11551,67 @@
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.datazone#DeleteDataExportConfiguration": {
            "type": "operation",
            "input": {
                "target": "com.amazonaws.datazone#DeleteDataExportConfigurationInput"
            },
            "output": {
                "target": "com.amazonaws.datazone#DeleteDataExportConfigurationOutput"
            },
            "errors": [
                {
                    "target": "com.amazonaws.datazone#AccessDeniedException"
                },
                {
                    "target": "com.amazonaws.datazone#ConflictException"
                },
                {
                    "target": "com.amazonaws.datazone#InternalServerException"
                },
                {
                    "target": "com.amazonaws.datazone#ResourceNotFoundException"
                },
                {
                    "target": "com.amazonaws.datazone#ThrottlingException"
                },
                {
                    "target": "com.amazonaws.datazone#ValidationException"
                }
            ],
            "traits": {
                "smithy.api#documentation": "<p>Deletes data export configuration for a domain.</p> <p>This operation does not delete the S3 table created by the PutDataExportConfiguration operation.</p> <p>To temporarily disable export without deleting the configuration, use the PutDataExportConfiguration operation with the <code>--no-enable-export</code> flag instead. This allows you to re-enable export for the same domain using the <code>--enable-export</code> flag without deleting S3 table.</p>",
                "smithy.api#http": {
                    "code": 204,
                    "method": "DELETE",
                    "uri": "/v2/domains/{domainIdentifier}/data-export-configuration"
                },
                "smithy.api#idempotent": {}
            }
        },
        "com.amazonaws.datazone#DeleteDataExportConfigurationInput": {
            "type": "structure",
            "members": {
                "domainIdentifier": {
                    "target": "com.amazonaws.datazone#DomainId",
                    "traits": {
                        "smithy.api#documentation": "<p>The domain ID for which you want to delete the data export configuration.</p>",
                        "smithy.api#httpLabel": {},
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#input": {}
            }
        },
        "com.amazonaws.datazone#DeleteDataExportConfigurationOutput": {
            "type": "structure",
            "members": {},
            "traits": {
                "smithy.api#output": {}
            }
        },
        "com.amazonaws.datazone#DeleteDataProduct": {
            "type": "operation",
            "input": {
@@ -29741,7 +29805,7 @@
                }
            ],
            "traits": {
                "smithy.api#documentation": "<p>Creates data export configuration details.</p> <p>In the current release, you can enable exporting asset metadata only for one domain per Amazon Web Services account per region. If you disable exporting asset metadata feature for a domain where it's already enabled, you cannot enable this feature for another domain in the same Amazon Web Services account and region.</p>",
                "smithy.api#documentation": "<p>Creates data export configuration details.</p> <p>If you want to temporarily disable export and later re-enable it for the same domain, use the <code>--no-enable-export</code> flag to disable and the <code>--enable-export</code> flag to re-enable. This preserves the configuration and allows you to re-enable export without deleting S3 table.</p> <note> <p>You can enable asset metadata export for only one domain per account per Region. To enable export for a different domain, complete the following steps:</p> <ol> <li> <p>Delete the export configuration for the currently enabled domain using the DeleteDataExportConfiguration operation.</p> </li> <li> <p>Delete the asset S3 table under the aws-sagemaker-catalog S3 table bucket. We recommend backing up the S3 table before deletion.</p> </li> <li> <p>Call the PutDataExportConfiguration API to enable export for the new domain.</p> </li> </ol> </note>",
                "smithy.api#http": {
                    "method": "PUT",
                    "uri": "/v2/domains/{domainIdentifier}/data-export-configuration"
@@ -29755,7 +29819,7 @@
                "domainIdentifier": {
                    "target": "com.amazonaws.datazone#DomainId",
                    "traits": {
                        "smithy.api#documentation": "<p>The domain ID where you want to create data export configuration details.</p>",
                        "smithy.api#documentation": "<p>The domain ID for which you want to create data export configuration details.</p>",
                        "smithy.api#httpLabel": {},
                        "smithy.api#required": {}
                    }
+24 −9
Original line number Diff line number Diff line
@@ -1443,7 +1443,8 @@
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>An annotation that provides additional context or metadata.</p>"
                "smithy.api#documentation": "<p>An annotation that provides additional context or metadata.</p>",
                "smithy.api#sensitive": {}
            }
        },
        "com.amazonaws.qconnect#AnswerRecommendationAIAgentConfiguration": {
@@ -2219,7 +2220,7 @@
            "type": "structure",
            "members": {
                "completion": {
                    "target": "com.amazonaws.qconnect#NonEmptyString",
                    "target": "com.amazonaws.qconnect#NonEmptySensitiveString",
                    "traits": {
                        "smithy.api#documentation": "<p>A chunk of the case summarization completion.</p>"
                    }
@@ -9407,7 +9408,10 @@
            }
        },
        "com.amazonaws.qconnect#JSONDocument": {
            "type": "document"
            "type": "document",
            "traits": {
                "smithy.api#sensitive": {}
            }
        },
        "com.amazonaws.qconnect#KnowledgeBase": {
            "type": "resource",
@@ -17547,6 +17551,10 @@
                    {
                        "value": "RESULT",
                        "name": "RESULT"
                    },
                    {
                        "value": "MESSAGE",
                        "name": "MESSAGE"
                    }
                ]
            }
@@ -17681,7 +17689,7 @@
                    }
                },
                "title": {
                    "target": "com.amazonaws.qconnect#NonEmptyString",
                    "target": "com.amazonaws.qconnect#NonEmptySensitiveString",
                    "traits": {
                        "smithy.api#documentation": "<p>The title of the tool configuration.</p>"
                    }
@@ -17693,7 +17701,7 @@
                    }
                },
                "description": {
                    "target": "smithy.api#String",
                    "target": "com.amazonaws.qconnect#NonEmptySensitiveString",
                    "traits": {
                        "smithy.api#documentation": "<p>The description of the tool configuration.</p>"
                    }
@@ -17774,7 +17782,8 @@
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>Instructions for using a tool.</p>"
                "smithy.api#documentation": "<p>Instructions for using a tool.</p>",
                "smithy.api#sensitive": {}
            }
        },
        "com.amazonaws.qconnect#ToolOutputConfiguration": {
@@ -17822,6 +17831,9 @@
            "type": "list",
            "member": {
                "target": "com.amazonaws.qconnect#ToolOutputFilter"
            },
            "traits": {
                "smithy.api#sensitive": {}
            }
        },
        "com.amazonaws.qconnect#ToolOverrideConstantInputValue": {
@@ -17886,6 +17898,9 @@
            "type": "list",
            "member": {
                "target": "com.amazonaws.qconnect#ToolOverrideInputValue"
            },
            "traits": {
                "smithy.api#sensitive": {}
            }
        },
        "com.amazonaws.qconnect#ToolOverrideInputValueType": {
@@ -18453,10 +18468,10 @@
                        "smithy.api#required": {}
                    }
                },
                "orchestratorConfigurationList": {
                    "target": "com.amazonaws.qconnect#OrchestratorConfigurationList",
                "orchestratorUseCase": {
                    "target": "com.amazonaws.qconnect#NonEmptyString",
                    "traits": {
                        "smithy.api#documentation": "<p>The updated list of orchestrator configurations for the assistant AI Agent.</p>"
                        "smithy.api#documentation": "<p>The orchestrator use case for the AI Agent being added.</p>"
                    }
                }
            },
+1 −1
Original line number Diff line number Diff line
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-sdk-connect"
version = "1.151.0"
version = "1.152.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK for Amazon Connect Service"
edition = "2021"
Loading