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

Update SDK models

parent 26269086
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 = [
+41 −0
Original line number Diff line number Diff line
@@ -50928,6 +50928,12 @@
                    "traits": {
                        "smithy.api#documentation": "<p>A set of system defined key-value pairs stored on individual contact segments (unique contact ID) using an\n   attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in flows.</p>\n         <p>Attribute keys can include only alphanumeric, -, and _.</p>\n         <p>This field can be used to set Contact Expiry as a duration in minutes and set a UserId for the User who created\n   a task.</p>\n         <note>\n            <p>To set contact expiry, a ValueMap must be specified containing the integer number of minutes the contact will\n    be active for before expiring, with <code>SegmentAttributes</code> like { <code> \"connect:ContactExpiry\":\n     {\"ValueMap\" : { \"ExpiryDuration\": { \"ValueInteger\": 135}}}}</code>. </p>\n            <p>To set the created by user, a valid AgentResourceId must be supplied, with <code>SegmentAttributes</code> like\n    { <code>\"connect:CreatedByUser\" { \"ValueString\":\n     \"arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/agent/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"}}}</code>.\n   </p>\n         </note>"
                    }
                },
                "Attachments": {
                    "target": "com.amazonaws.connect#TaskAttachments",
                    "traits": {
                        "smithy.api#documentation": "<p>List of S3 presigned URLs of task attachments and their file name. You can have a maximum of 5 attachments per task.</p>"
                    }
                }
            },
            "traits": {
@@ -52387,6 +52393,41 @@
                "smithy.api#documentation": "<p>Information about the task action.</p>"
            }
        },
        "com.amazonaws.connect#TaskAttachment": {
            "type": "structure",
            "members": {
                "FileName": {
                    "target": "com.amazonaws.connect#FileName",
                    "traits": {
                        "smithy.api#documentation": "<p>A case-sensitive name of the attached file being uploaded.</p>",
                        "smithy.api#required": {}
                    }
                },
                "S3Url": {
                    "target": "com.amazonaws.connect#PreSignedAttachmentUrl",
                    "traits": {
                        "smithy.api#documentation": "<p>The pre-signed URLs for the S3 bucket where the task attachment is stored.</p>",
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>Information about the task attachment files.</p>"
            }
        },
        "com.amazonaws.connect#TaskAttachments": {
            "type": "list",
            "member": {
                "target": "com.amazonaws.connect#TaskAttachment"
            },
            "traits": {
                "smithy.api#length": {
                    "min": 1,
                    "max": 5
                },
                "smithy.api#sensitive": {}
            }
        },
        "com.amazonaws.connect#TaskDescriptionExpression": {
            "type": "string",
            "traits": {
+39 −4
Original line number Diff line number Diff line
@@ -2808,6 +2808,18 @@
                    "traits": {
                        "smithy.api#documentation": "<p>The job ID for the source job.</p>"
                    }
                },
                "nameOverride": {
                    "target": "com.amazonaws.deadline#JobName",
                    "traits": {
                        "smithy.api#documentation": "<p>A custom name to override the job name derived from the job template.</p>"
                    }
                },
                "descriptionOverride": {
                    "target": "com.amazonaws.deadline#JobDescriptionOverride",
                    "traits": {
                        "smithy.api#documentation": "<p>A custom description to override the job description derived from the job template.</p>"
                    }
                }
            },
            "traits": {
@@ -11240,6 +11252,17 @@
                "smithy.api#sensitive": {}
            }
        },
        "com.amazonaws.deadline#JobDescriptionOverride": {
            "type": "string",
            "traits": {
                "smithy.api#documentation": "The input description for the job. Passing in an empty string removes any existing description.",
                "smithy.api#length": {
                    "min": 0,
                    "max": 2048
                },
                "smithy.api#sensitive": {}
            }
        },
        "com.amazonaws.deadline#JobDetailsEntity": {
            "type": "structure",
            "members": {
@@ -17266,7 +17289,7 @@
                "stringListFilter": {
                    "target": "com.amazonaws.deadline#StringListFilterExpression",
                    "traits": {
                        "smithy.api#documentation": "<p>Filters by a list of string values.</p>"
                        "smithy.api#documentation": "<p>Filters by a list of strings.</p>"
                    }
                },
                "groupFilter": {
@@ -19768,7 +19791,7 @@
                "operator": {
                    "target": "com.amazonaws.deadline#ComparisonOperator",
                    "traits": {
                        "smithy.api#documentation": "<p>The type of comparison to use for this search. ANY_EQUALS and ALL_NOT_EQUALS are supported.</p>",
                        "smithy.api#documentation": "<p>The type of comparison to use for this search.</p>",
                        "smithy.api#required": {}
                    }
                },
@@ -19781,7 +19804,7 @@
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>Searches for a match within a list of strings.</p>"
                "smithy.api#documentation": "<p>Searches for a particular list of strings.</p>"
            }
        },
        "com.amazonaws.deadline#Subdomain": {
@@ -21073,7 +21096,7 @@
                "priority": {
                    "target": "com.amazonaws.deadline#JobPriority",
                    "traits": {
                        "smithy.api#documentation": "<p>The job priority to update.</p>"
                        "smithy.api#documentation": "<p>The updated job priority.</p>"
                    }
                },
                "maxFailedTasksCount": {
@@ -21100,6 +21123,18 @@
                        "smithy.api#documentation": "<p>The maximum number of worker hosts that can concurrently process a job. When the <code>maxWorkerCount</code> is reached, no more workers will be assigned to process the job, even if the fleets assigned to the job's queue has available workers.</p> <p>You can't set the <code>maxWorkerCount</code> to 0. If you set it to -1, there is no maximum number of workers.</p> <p>If you don't specify the <code>maxWorkerCount</code>, the default is -1.</p> <p>The maximum number of workers that can process tasks in the job.</p>"
                    }
                },
                "name": {
                    "target": "com.amazonaws.deadline#JobName",
                    "traits": {
                        "smithy.api#documentation": "<p>The updated job name.</p>"
                    }
                },
                "description": {
                    "target": "com.amazonaws.deadline#JobDescriptionOverride",
                    "traits": {
                        "smithy.api#documentation": "<p>The updated job description.</p>"
                    }
                },
                "farmId": {
                    "target": "com.amazonaws.deadline#FarmId",
                    "traits": {
+408 −0
Original line number Diff line number Diff line
@@ -81235,6 +81235,414 @@
                    "traits": {
                        "smithy.api#enumValue": "c8a.metal-48xl"
                    }
                },
                "c8gb_12xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "c8gb.12xlarge"
                    }
                },
                "c8gb_16xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "c8gb.16xlarge"
                    }
                },
                "c8gb_24xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "c8gb.24xlarge"
                    }
                },
                "c8gb_2xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "c8gb.2xlarge"
                    }
                },
                "c8gb_4xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "c8gb.4xlarge"
                    }
                },
                "c8gb_8xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "c8gb.8xlarge"
                    }
                },
                "c8gb_large": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "c8gb.large"
                    }
                },
                "c8gb_medium": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "c8gb.medium"
                    }
                },
                "c8gb_metal_24xl": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "c8gb.metal-24xl"
                    }
                },
                "c8gb_xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "c8gb.xlarge"
                    }
                },
                "c8gb_48xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "c8gb.48xlarge"
                    }
                },
                "c8gb_metal_48xl": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "c8gb.metal-48xl"
                    }
                },
                "m8gb_12xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gb.12xlarge"
                    }
                },
                "m8gb_16xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gb.16xlarge"
                    }
                },
                "m8gb_24xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gb.24xlarge"
                    }
                },
                "m8gb_2xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gb.2xlarge"
                    }
                },
                "m8gb_4xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gb.4xlarge"
                    }
                },
                "m8gb_8xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gb.8xlarge"
                    }
                },
                "m8gb_large": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gb.large"
                    }
                },
                "m8gb_medium": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gb.medium"
                    }
                },
                "m8gb_xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gb.xlarge"
                    }
                },
                "m8gb_48xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gb.48xlarge"
                    }
                },
                "m8gb_metal_24xl": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gb.metal-24xl"
                    }
                },
                "m8gb_metal_48xl": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gb.metal-48xl"
                    }
                },
                "m8gn_12xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gn.12xlarge"
                    }
                },
                "m8gn_16xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gn.16xlarge"
                    }
                },
                "m8gn_24xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gn.24xlarge"
                    }
                },
                "m8gn_2xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gn.2xlarge"
                    }
                },
                "m8gn_48xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gn.48xlarge"
                    }
                },
                "m8gn_4xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gn.4xlarge"
                    }
                },
                "m8gn_8xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gn.8xlarge"
                    }
                },
                "m8gn_large": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gn.large"
                    }
                },
                "m8gn_medium": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gn.medium"
                    }
                },
                "m8gn_xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gn.xlarge"
                    }
                },
                "m8gn_metal_24xl": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gn.metal-24xl"
                    }
                },
                "m8gn_metal_48xl": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8gn.metal-48xl"
                    }
                },
                "x8aedz_12xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8aedz.12xlarge"
                    }
                },
                "x8aedz_24xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8aedz.24xlarge"
                    }
                },
                "x8aedz_3xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8aedz.3xlarge"
                    }
                },
                "x8aedz_6xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8aedz.6xlarge"
                    }
                },
                "x8aedz_large": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8aedz.large"
                    }
                },
                "x8aedz_metal_12xl": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8aedz.metal-12xl"
                    }
                },
                "x8aedz_metal_24xl": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8aedz.metal-24xl"
                    }
                },
                "x8aedz_xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8aedz.xlarge"
                    }
                },
                "m8azn_medium": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8azn.medium"
                    }
                },
                "m8azn_large": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8azn.large"
                    }
                },
                "m8azn_xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8azn.xlarge"
                    }
                },
                "m8azn_3xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8azn.3xlarge"
                    }
                },
                "m8azn_6xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8azn.6xlarge"
                    }
                },
                "m8azn_12xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8azn.12xlarge"
                    }
                },
                "m8azn_24xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8azn.24xlarge"
                    }
                },
                "m8azn_metal_12xl": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8azn.metal-12xl"
                    }
                },
                "m8azn_metal_24xl": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "m8azn.metal-24xl"
                    }
                },
                "x8i_large": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8i.large"
                    }
                },
                "x8i_xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8i.xlarge"
                    }
                },
                "x8i_2xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8i.2xlarge"
                    }
                },
                "x8i_4xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8i.4xlarge"
                    }
                },
                "x8i_8xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8i.8xlarge"
                    }
                },
                "x8i_12xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8i.12xlarge"
                    }
                },
                "x8i_16xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8i.16xlarge"
                    }
                },
                "x8i_24xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8i.24xlarge"
                    }
                },
                "x8i_32xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8i.32xlarge"
                    }
                },
                "x8i_48xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8i.48xlarge"
                    }
                },
                "x8i_64xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8i.64xlarge"
                    }
                },
                "x8i_96xlarge": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8i.96xlarge"
                    }
                },
                "x8i_metal_48xl": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8i.metal-48xl"
                    }
                },
                "x8i_metal_96xl": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "x8i.metal-96xl"
                    }
                },
                "mac_m4max_metal": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "mac-m4max.metal"
                    }
                }
            }
        },
+55 −0

File changed.

Preview size limit exceeded, changes collapsed.

Loading