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

Update SDK models

parent 8ed82cd0
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 = [
+204 −0
Original line number Diff line number Diff line
@@ -10818,6 +10818,12 @@
                        "smithy.api#documentation": "<p>The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.</p>"
                    }
                },
                "ReviewConfiguration": {
                    "target": "com.amazonaws.connect#EvaluationReviewConfiguration",
                    "traits": {
                        "smithy.api#documentation": "<p>Configuration information about evaluation reviews.</p>"
                    }
                },
                "TargetConfiguration": {
                    "target": "com.amazonaws.connect#EvaluationFormTargetConfiguration",
                    "traits": {
@@ -22388,6 +22394,12 @@
                        "smithy.api#documentation": "<p>The automatic evaluation configuration of an evaluation form.</p>"
                    }
                },
                "ReviewConfiguration": {
                    "target": "com.amazonaws.connect#EvaluationReviewConfiguration",
                    "traits": {
                        "smithy.api#documentation": "<p>Configuration for evaluation review settings of this evaluation form.</p>"
                    }
                },
                "Tags": {
                    "target": "com.amazonaws.connect#TagMap",
                    "traits": {
@@ -22495,6 +22507,12 @@
                    "traits": {
                        "smithy.api#documentation": "<p>Configuration for language settings of this evaluation form content.</p>"
                    }
                },
                "ReviewConfiguration": {
                    "target": "com.amazonaws.connect#EvaluationReviewConfiguration",
                    "traits": {
                        "smithy.api#documentation": "<p>Configuration for evaluation review settings of this evaluation form content.</p>"
                    }
                }
            },
            "traits": {
@@ -23974,6 +23992,12 @@
                        "smithy.api#documentation": "<p>Information related to evaluation acknowledgement.</p>"
                    }
                },
                "Review": {
                    "target": "com.amazonaws.connect#EvaluationReviewMetadata",
                    "traits": {
                        "smithy.api#documentation": "<p>Information about reviews of this evaluation.</p>"
                    }
                },
                "ContactParticipant": {
                    "target": "com.amazonaws.connect#EvaluationContactParticipant",
                    "traits": {
@@ -24080,6 +24104,168 @@
                "smithy.api#documentation": "<p>Details of the input data used for automated question processing.</p>"
            }
        },
        "com.amazonaws.connect#EvaluationReviewConfiguration": {
            "type": "structure",
            "members": {
                "ReviewNotificationRecipients": {
                    "target": "com.amazonaws.connect#EvaluationReviewNotificationRecipientList",
                    "traits": {
                        "smithy.api#documentation": "<p>List of recipients who should be notified when a review is requested.</p>",
                        "smithy.api#required": {}
                    }
                },
                "EligibilityDays": {
                    "target": "com.amazonaws.connect#Integer",
                    "traits": {
                        "smithy.api#default": 0,
                        "smithy.api#documentation": "<p>Number of days during which a request for review can be submitted for evaluations created from this form.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>Configuration settings for evaluation reviews.</p>"
            }
        },
        "com.amazonaws.connect#EvaluationReviewMetadata": {
            "type": "structure",
            "members": {
                "ReviewId": {
                    "target": "com.amazonaws.connect#ResourceId",
                    "traits": {
                        "smithy.api#documentation": "<p>The unique identifier for the evaluation review.</p>"
                    }
                },
                "CreatedTime": {
                    "target": "com.amazonaws.connect#Timestamp",
                    "traits": {
                        "smithy.api#documentation": "<p>The timestamp when the evaluation review was created.</p>",
                        "smithy.api#required": {}
                    }
                },
                "CreatedBy": {
                    "target": "com.amazonaws.connect#ARN",
                    "traits": {
                        "smithy.api#documentation": "<p>The user who created the evaluation review.</p>",
                        "smithy.api#required": {}
                    }
                },
                "ReviewRequestComments": {
                    "target": "com.amazonaws.connect#EvaluationReviewRequestCommentList",
                    "traits": {
                        "smithy.api#documentation": "<p>Comments provided when requesting the evaluation review.</p>",
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>Metadata information about an evaluation review.</p>"
            }
        },
        "com.amazonaws.connect#EvaluationReviewNotificationRecipient": {
            "type": "structure",
            "members": {
                "Type": {
                    "target": "com.amazonaws.connect#EvaluationReviewNotificationRecipientType",
                    "traits": {
                        "smithy.api#documentation": "<p>The type of notification recipient.</p>",
                        "smithy.api#required": {}
                    }
                },
                "Value": {
                    "target": "com.amazonaws.connect#EvaluationReviewNotificationRecipientValue",
                    "traits": {
                        "smithy.api#documentation": "<p>The value associated with the notification recipient type.</p>",
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>Information about a recipient who should be notified when an evaluation review is requested.</p>"
            }
        },
        "com.amazonaws.connect#EvaluationReviewNotificationRecipientList": {
            "type": "list",
            "member": {
                "target": "com.amazonaws.connect#EvaluationReviewNotificationRecipient"
            },
            "traits": {
                "smithy.api#length": {
                    "min": 1
                }
            }
        },
        "com.amazonaws.connect#EvaluationReviewNotificationRecipientType": {
            "type": "enum",
            "members": {
                "USER_ID": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "USER_ID"
                    }
                }
            }
        },
        "com.amazonaws.connect#EvaluationReviewNotificationRecipientValue": {
            "type": "structure",
            "members": {
                "UserId": {
                    "target": "com.amazonaws.connect#ResourceId",
                    "traits": {
                        "smithy.api#documentation": "<p>The user identifier for the notification recipient.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>The value information for an evaluation review notification recipient.</p>"
            }
        },
        "com.amazonaws.connect#EvaluationReviewRequestComment": {
            "type": "structure",
            "members": {
                "Comment": {
                    "target": "com.amazonaws.connect#EvaluationReviewRequestCommentContent",
                    "traits": {
                        "smithy.api#documentation": "<p>The text content of the review request comment.</p>"
                    }
                },
                "CreatedTime": {
                    "target": "com.amazonaws.connect#Timestamp",
                    "traits": {
                        "smithy.api#documentation": "<p>The timestamp when the review request comment was created.</p>"
                    }
                },
                "CreatedBy": {
                    "target": "com.amazonaws.connect#ARN",
                    "traits": {
                        "smithy.api#documentation": "<p>The user who created the review request comment.</p>"
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>A comment provided when requesting an evaluation review.</p>"
            }
        },
        "com.amazonaws.connect#EvaluationReviewRequestCommentContent": {
            "type": "string",
            "traits": {
                "smithy.api#length": {
                    "min": 0,
                    "max": 500
                }
            }
        },
        "com.amazonaws.connect#EvaluationReviewRequestCommentList": {
            "type": "list",
            "member": {
                "target": "com.amazonaws.connect#EvaluationReviewRequestComment"
            },
            "traits": {
                "smithy.api#length": {
                    "min": 0,
                    "max": 1
                }
            }
        },
        "com.amazonaws.connect#EvaluationScore": {
            "type": "structure",
            "members": {
@@ -24413,6 +24599,18 @@
                    "traits": {
                        "smithy.api#enumValue": "SUBMITTED"
                    }
                },
                "REVIEW_REQUESTED": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "REVIEW_REQUESTED"
                    }
                },
                "UNDER_REVIEW": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "UNDER_REVIEW"
                    }
                }
            }
        },
@@ -53949,6 +54147,12 @@
                        "smithy.api#documentation": "<p>Whether automated evaluations are enabled.</p>"
                    }
                },
                "ReviewConfiguration": {
                    "target": "com.amazonaws.connect#EvaluationReviewConfiguration",
                    "traits": {
                        "smithy.api#documentation": "<p>Configuration for evaluation review settings of the evaluation form.</p>"
                    }
                },
                "AsDraft": {
                    "target": "com.amazonaws.connect#BoxedBoolean",
                    "traits": {
+60 −6
Original line number Diff line number Diff line
@@ -15209,12 +15209,25 @@
                "value": {
                    "target": "smithy.api#String",
                    "traits": {
                        "smithy.api#documentation": "<p>A search filter value in Amazon DataZone.</p>",
                        "smithy.api#addedDefault": {},
                        "smithy.api#default": "",
                        "smithy.api#documentation": "<p>A search filter string value in Amazon DataZone.</p>",
                        "smithy.api#length": {
                            "min": 1,
                            "max": 128
                        }
                    }
                },
                        "smithy.api#required": {}
                "intValue": {
                    "target": "smithy.api#Long",
                    "traits": {
                        "smithy.api#documentation": "<p>A search filter integer value in Amazon DataZone.</p>"
                    }
                },
                "operator": {
                    "target": "com.amazonaws.datazone#FilterOperator",
                    "traits": {
                        "smithy.api#default": "EQ",
                        "smithy.api#documentation": "<p>Specifies the search filter operator.</p>"
                    }
                }
            },
@@ -15332,6 +15345,47 @@
                "smithy.api#sensitive": {}
            }
        },
        "com.amazonaws.datazone#FilterOperator": {
            "type": "enum",
            "members": {
                "EQ": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "EQ"
                    }
                },
                "LE": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "LE"
                    }
                },
                "LT": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "LT"
                    }
                },
                "GE": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "GE"
                    }
                },
                "GT": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "GT"
                    }
                },
                "TEXT_SEARCH": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "TEXT_SEARCH"
                    }
                }
            }
        },
        "com.amazonaws.datazone#FilterStatus": {
            "type": "enum",
            "members": {
@@ -32085,7 +32139,7 @@
                }
            ],
            "traits": {
                "smithy.api#documentation": "<p>Searches for assets in Amazon DataZone.</p> <p>Search in Amazon DataZone is a powerful capability that enables users to discover and explore data assets, glossary terms, and data products across their organization. It provides both basic and advanced search functionality, allowing users to find resources based on names, descriptions, metadata, and other attributes. Search can be scoped to specific types of resources (like assets, glossary terms, or data products) and can be filtered using various criteria such as creation date, owner, or status. The search functionality is essential for making the wealth of data resources in an organization discoverable and usable, helping users find the right data for their needs quickly and efficiently.</p> <p>Many search commands in Amazon DataZone are paginated, including <code>search</code> and <code>search-types</code>. When the result set is large, Amazon DataZone returns a <code>nextToken</code> in the response. This token can be used to retrieve the next page of results. </p> <p>Prerequisites:</p> <ul> <li> <p>The --domain-identifier must refer to an existing Amazon DataZone domain. </p> </li> <li> <p>--search-scope must be one of: ASSET, GLOSSARY_TERM, DATA_PRODUCT, or GLOSSARY.</p> </li> <li> <p>The user must have search permissions in the specified domain.</p> </li> <li> <p>If using --filters, ensure that the JSON is well-formed and that each filter includes valid attribute and value keys. </p> </li> <li> <p>For paginated results, be prepared to use --next-token to fetch additional pages.</p> </li> </ul>",
                "smithy.api#documentation": "<p>Searches for assets in Amazon DataZone.</p> <p>Search in Amazon DataZone is a powerful capability that enables users to discover and explore data assets, glossary terms, and data products across their organization. It provides both basic and advanced search functionality, allowing users to find resources based on names, descriptions, metadata, and other attributes. Search can be scoped to specific types of resources (like assets, glossary terms, or data products) and can be filtered using various criteria such as creation date, owner, or status. The search functionality is essential for making the wealth of data resources in an organization discoverable and usable, helping users find the right data for their needs quickly and efficiently.</p> <p>Many search commands in Amazon DataZone are paginated, including <code>search</code> and <code>search-types</code>. When the result set is large, Amazon DataZone returns a <code>nextToken</code> in the response. This token can be used to retrieve the next page of results. </p> <p>Prerequisites:</p> <ul> <li> <p>The --domain-identifier must refer to an existing Amazon DataZone domain. </p> </li> <li> <p>--search-scope must be one of: ASSET, GLOSSARY_TERM, DATA_PRODUCT, or GLOSSARY.</p> </li> <li> <p>The user must have search permissions in the specified domain.</p> </li> <li> <p>If using --filters, ensure that the JSON is well-formed and that each filter includes valid attribute and value keys. </p> </li> <li> <p>For paginated results, be prepared to use --next-token to fetch additional pages.</p> </li> </ul> <p>To run a standard free-text search, the <code>searchText</code> parameter must be supplied. By default, all searchable fields are indexed for semantic search and will return semantic matches for SearchListings queries. To prevent semantic search indexing for a custom form attribute, see the <a href=\"https://docs.aws.amazon.com/datazone/latest/APIReference/API_CreateFormType.html\">CreateFormType API documentation</a>. To run a lexical search query, enclose the query with double quotes (\"\"). This will disable semantic search even for fields that have semantic search enabled and will only return results that contain the keywords wrapped by double quotes (order of tokens in the query is not enforced). Free-text search is supported for all attributes annotated with @amazon.datazone#searchable.</p> <p>To run a filtered search, provide filter clause using the <code>filters</code> parameter. To filter on glossary terms, use the special attribute <code>__DataZoneGlossaryTerms</code>. To filter on an indexed numeric attribute (i.e., a numeric attribute annotated with <code>@amazon.datazone#sortable</code>), provide a filter using the <code>intValue</code> parameter. The filters parameter can also be used to run more advanced free-text searches that target specific attributes (attributes must be annotated with <code>@amazon.datazone#searchable</code> for free-text search). Create/update timestamp filtering is supported using the special <code>creationTime</code>/<code>lastUpdatedTime</code> attributes. Filter types can be mixed and matched to power complex queries.</p> <p> To find out whether an attribute has been annotated and indexed for a given search type, use the GetFormType API to retrieve the form containing the attribute.</p>",
                "smithy.api#http": {
                    "code": 200,
                    "method": "POST",
@@ -32359,7 +32413,7 @@
                }
            ],
            "traits": {
                "smithy.api#documentation": "<p>Searches listings in Amazon DataZone.</p> <p>SearchListings is a powerful capability that enables users to discover and explore published assets and data products across their organization. It provides both basic and advanced search functionality, allowing users to find resources based on names, descriptions, metadata, and other attributes. SearchListings also supports filtering using various criteria such as creation date, owner, or status. This API is essential for making the wealth of data resources in an organization discoverable and usable, helping users find the right data for their needs quickly and efficiently.</p> <p>SearchListings returns results in a paginated format. When the result set is large, the response will include a nextToken, which can be used to retrieve the next page of results.</p> <p>The SearchListings API gives users flexibility in specifying what kind of search is run.</p> <p>To run a free-text search, the <code>searchText</code> parameter must be supplied. By default, all searchable fields are indexed for semantic search and will return semantic matches for SearchListings queries. To prevent semantic search indexing for a custom form attribute, see the <a href=\"https://docs.aws.amazon.com/datazone/latest/APIReference/API_CreateFormType.html\">CreateFormType API documentation</a>. To run a lexical search query, enclose the query with double quotes (\"\"). This will disable semantic search even for fields that have semantic search enabled and will only return results that contain the keywords wrapped by double quotes (order of tokens in the query is not enforced). Free-text search is supported for all attributes annotated with @amazon.datazone#searchable.</p> <p>To run a filtered search, provide filter clause using the filters parameter. To filter on glossary terms, use the special attribute <code>__DataZoneGlossaryTerms</code>.</p> <p> To find out whether an attribute has been annotated and indexed for a given search type, use the GetFormType API to retrieve the form containing the attribute.</p>",
                "smithy.api#documentation": "<p>Searches listings in Amazon DataZone.</p> <p>SearchListings is a powerful capability that enables users to discover and explore published assets and data products across their organization. It provides both basic and advanced search functionality, allowing users to find resources based on names, descriptions, metadata, and other attributes. SearchListings also supports filtering using various criteria such as creation date, owner, or status. This API is essential for making the wealth of data resources in an organization discoverable and usable, helping users find the right data for their needs quickly and efficiently.</p> <p>SearchListings returns results in a paginated format. When the result set is large, the response will include a nextToken, which can be used to retrieve the next page of results.</p> <p>The SearchListings API gives users flexibility in specifying what kind of search is run.</p> <p>To run a standard free-text search, the <code>searchText</code> parameter must be supplied. By default, all searchable fields are indexed for semantic search and will return semantic matches for SearchListings queries. To prevent semantic search indexing for a custom form attribute, see the <a href=\"https://docs.aws.amazon.com/datazone/latest/APIReference/API_CreateFormType.html\">CreateFormType API documentation</a>. To run a lexical search query, enclose the query with double quotes (\"\"). This will disable semantic search even for fields that have semantic search enabled and will only return results that contain the keywords wrapped by double quotes (order of tokens in the query is not enforced). Free-text search is supported for all attributes annotated with @amazon.datazone#searchable.</p> <p>To run a filtered search, provide filter clause using the <code>filters</code> parameter. To filter on glossary terms, use the special attribute <code>__DataZoneGlossaryTerms</code>. To filter on an indexed numeric attribute (i.e., a numeric attribute annotated with <code>@amazon.datazone#sortable</code>), provide a filter using the <code>intValue</code> parameter. The filters parameter can also be used to run more advanced free-text searches that target specific attributes (attributes must be annotated with <code>@amazon.datazone#searchable</code> for free-text search). Create/update timestamp filtering is supported using the special <code>creationTime</code>/<code>lastUpdatedTime</code> attributes. Filter types can be mixed and matched to power complex queries.</p> <p> To find out whether an attribute has been annotated and indexed for a given search type, use the GetFormType API to retrieve the form containing the attribute.</p>",
                "smithy.api#http": {
                    "code": 200,
                    "method": "POST",
+13 −3

File changed.

Preview size limit exceeded, changes collapsed.

+660 −65

File changed.

Preview size limit exceeded, changes collapsed.

Loading