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

Update SDK models

parent 7e41a090
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
[workspace]
resolver = "2"
exclude = [
    "tests/webassembly",
    "tests/telemetry",
    "tests/no-default-features",
    "tests/webassembly"
    "tests/no-default-features"
]
members = [
    "sdk/accessanalyzer",
+492 −1

File changed.

Preview size limit exceeded, changes collapsed.

+223 −0
Original line number Diff line number Diff line
@@ -7214,6 +7214,15 @@
                        "smithy.api#documentation": "<p>The description of the Amazon DataZone project.</p>"
                    }
                },
                "resourceTags": {
                    "target": "com.amazonaws.datazone#Tags",
                    "traits": {
                        "smithy.api#documentation": "<p>The resource tags of the project.</p>",
                        "smithy.api#length": {
                            "max": 25
                        }
                    }
                },
                "glossaryTerms": {
                    "target": "com.amazonaws.datazone#GlossaryTerms",
                    "traits": {
@@ -7382,6 +7391,12 @@
                        "smithy.api#timestampFormat": "date-time"
                    }
                },
                "resourceTags": {
                    "target": "com.amazonaws.datazone#ResourceTags",
                    "traits": {
                        "smithy.api#documentation": "<p>The resource tags of the project.</p>"
                    }
                },
                "glossaryTerms": {
                    "target": "com.amazonaws.datazone#GlossaryTerms",
                    "traits": {
@@ -7501,6 +7516,24 @@
                        "smithy.api#documentation": "<p>Project profile status.</p>"
                    }
                },
                "projectResourceTags": {
                    "target": "com.amazonaws.datazone#ProjectResourceTagParameters",
                    "traits": {
                        "smithy.api#documentation": "<p>The resource tags of the project profile.</p>"
                    }
                },
                "allowCustomProjectResourceTags": {
                    "target": "smithy.api#Boolean",
                    "traits": {
                        "smithy.api#documentation": "<p>Specifies whether custom project resource tags are supported.</p>"
                    }
                },
                "projectResourceTagsDescription": {
                    "target": "com.amazonaws.datazone#Description",
                    "traits": {
                        "smithy.api#documentation": "<p>Field viewable through the UI that provides a project user with the allowed resource tag specifications.</p>"
                    }
                },
                "environmentConfigurations": {
                    "target": "com.amazonaws.datazone#EnvironmentConfigurationsList",
                    "traits": {
@@ -7554,6 +7587,24 @@
                        "smithy.api#documentation": "<p>Project profile status.</p>"
                    }
                },
                "projectResourceTags": {
                    "target": "com.amazonaws.datazone#ProjectResourceTagParameters",
                    "traits": {
                        "smithy.api#documentation": "<p>The resource tags of the project profile.</p>"
                    }
                },
                "allowCustomProjectResourceTags": {
                    "target": "smithy.api#Boolean",
                    "traits": {
                        "smithy.api#documentation": "<p>Specifies whether custom project resource tags are supported.</p>"
                    }
                },
                "projectResourceTagsDescription": {
                    "target": "com.amazonaws.datazone#Description",
                    "traits": {
                        "smithy.api#documentation": "<p>Field viewable through the UI that provides a project user with the allowed resource tag specifications.</p>"
                    }
                },
                "environmentConfigurations": {
                    "target": "com.amazonaws.datazone#EnvironmentConfigurationsList",
                    "traits": {
@@ -19049,6 +19100,12 @@
                        "smithy.api#timestampFormat": "date-time"
                    }
                },
                "resourceTags": {
                    "target": "com.amazonaws.datazone#ResourceTags",
                    "traits": {
                        "smithy.api#documentation": "<p>The resource tags of the project.</p>"
                    }
                },
                "glossaryTerms": {
                    "target": "com.amazonaws.datazone#GlossaryTerms",
                    "traits": {
@@ -19179,6 +19236,24 @@
                        "smithy.api#documentation": "<p>The status of the project profile.</p>"
                    }
                },
                "projectResourceTags": {
                    "target": "com.amazonaws.datazone#ProjectResourceTagParameters",
                    "traits": {
                        "smithy.api#documentation": "<p>The resource tags of the project profile.</p>"
                    }
                },
                "allowCustomProjectResourceTags": {
                    "target": "smithy.api#Boolean",
                    "traits": {
                        "smithy.api#documentation": "<p>Specifies whether custom project resource tags are supported.</p>"
                    }
                },
                "projectResourceTagsDescription": {
                    "target": "com.amazonaws.datazone#Description",
                    "traits": {
                        "smithy.api#documentation": "<p>Field viewable through the UI that provides a project user with the allowed resource tag specifications.</p>"
                    }
                },
                "environmentConfigurations": {
                    "target": "com.amazonaws.datazone#EnvironmentConfigurationsList",
                    "traits": {
@@ -28505,6 +28580,17 @@
                "smithy.api#documentation": "<p>The summary of a project profile.</p>"
            }
        },
        "com.amazonaws.datazone#ProjectResourceTagParameters": {
            "type": "list",
            "member": {
                "target": "com.amazonaws.datazone#ResourceTagParameter"
            },
            "traits": {
                "smithy.api#length": {
                    "max": 25
                }
            }
        },
        "com.amazonaws.datazone#ProjectStatus": {
            "type": "enum",
            "members": {
@@ -30103,6 +30189,92 @@
                "smithy.api#httpError": 404
            }
        },
        "com.amazonaws.datazone#ResourceTag": {
            "type": "structure",
            "members": {
                "key": {
                    "target": "com.amazonaws.datazone#TagKey",
                    "traits": {
                        "smithy.api#documentation": "<p>The key of the resource tag of the project.</p>",
                        "smithy.api#required": {}
                    }
                },
                "value": {
                    "target": "com.amazonaws.datazone#TagValue",
                    "traits": {
                        "smithy.api#documentation": "<p>The value of the resource tag of the project.</p>",
                        "smithy.api#required": {}
                    }
                },
                "source": {
                    "target": "com.amazonaws.datazone#ResourceTagSource",
                    "traits": {
                        "smithy.api#documentation": "<p>The source of the resource tag of the project.</p>",
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>The resource tag of the project.</p>"
            }
        },
        "com.amazonaws.datazone#ResourceTagParameter": {
            "type": "structure",
            "members": {
                "key": {
                    "target": "com.amazonaws.datazone#TagKey",
                    "traits": {
                        "smithy.api#documentation": "<p>The key of the resource tag parameter of the project profile.</p>",
                        "smithy.api#required": {}
                    }
                },
                "value": {
                    "target": "com.amazonaws.datazone#TagValue",
                    "traits": {
                        "smithy.api#documentation": "<p>The value of the resource tag parameter key of the project profile.</p>",
                        "smithy.api#required": {}
                    }
                },
                "isValueEditable": {
                    "target": "smithy.api#Boolean",
                    "traits": {
                        "smithy.api#documentation": "<p>Specifies whether the value of the resource tag parameter of the project profile is editable at the project level.</p>",
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>The resource tag parameter of the project profile.</p>"
            }
        },
        "com.amazonaws.datazone#ResourceTagSource": {
            "type": "enum",
            "members": {
                "PROJECT": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "PROJECT"
                    }
                },
                "PROJECT_PROFILE": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "PROJECT_PROFILE"
                    }
                }
            }
        },
        "com.amazonaws.datazone#ResourceTags": {
            "type": "list",
            "member": {
                "target": "com.amazonaws.datazone#ResourceTag"
            },
            "traits": {
                "smithy.api#length": {
                    "max": 25
                }
            }
        },
        "com.amazonaws.datazone#Revision": {
            "type": "string",
            "traits": {
@@ -36989,6 +37161,15 @@
                        "smithy.api#documentation": "<p>The description to be updated as part of the <code>UpdateProject</code> action.</p>"
                    }
                },
                "resourceTags": {
                    "target": "com.amazonaws.datazone#Tags",
                    "traits": {
                        "smithy.api#documentation": "<p>The resource tags of the project.</p>",
                        "smithy.api#length": {
                            "max": 25
                        }
                    }
                },
                "glossaryTerms": {
                    "target": "com.amazonaws.datazone#GlossaryTerms",
                    "traits": {
@@ -37087,6 +37268,12 @@
                        "smithy.api#timestampFormat": "date-time"
                    }
                },
                "resourceTags": {
                    "target": "com.amazonaws.datazone#ResourceTags",
                    "traits": {
                        "smithy.api#documentation": "<p>The resource tags of the project.</p>"
                    }
                },
                "glossaryTerms": {
                    "target": "com.amazonaws.datazone#GlossaryTerms",
                    "traits": {
@@ -37200,6 +37387,24 @@
                        "smithy.api#documentation": "<p>The status of a project profile.</p>"
                    }
                },
                "projectResourceTags": {
                    "target": "com.amazonaws.datazone#ProjectResourceTagParameters",
                    "traits": {
                        "smithy.api#documentation": "<p>The resource tags of the project profile.</p>"
                    }
                },
                "allowCustomProjectResourceTags": {
                    "target": "smithy.api#Boolean",
                    "traits": {
                        "smithy.api#documentation": "<p>Specifies whether custom project resource tags are supported.</p>"
                    }
                },
                "projectResourceTagsDescription": {
                    "target": "com.amazonaws.datazone#Description",
                    "traits": {
                        "smithy.api#documentation": "<p>Field viewable through the UI that provides a project user with the allowed resource tag specifications.</p>"
                    }
                },
                "environmentConfigurations": {
                    "target": "com.amazonaws.datazone#EnvironmentConfigurationsList",
                    "traits": {
@@ -37253,6 +37458,24 @@
                        "smithy.api#documentation": "<p>The status of the project profile.</p>"
                    }
                },
                "projectResourceTags": {
                    "target": "com.amazonaws.datazone#ProjectResourceTagParameters",
                    "traits": {
                        "smithy.api#documentation": "<p>The resource tags of the project profile.</p>"
                    }
                },
                "allowCustomProjectResourceTags": {
                    "target": "smithy.api#Boolean",
                    "traits": {
                        "smithy.api#documentation": "<p>Specifies whether custom project resource tags are supported.</p>"
                    }
                },
                "projectResourceTagsDescription": {
                    "target": "com.amazonaws.datazone#Description",
                    "traits": {
                        "smithy.api#documentation": "<p>Field viewable through the UI that provides a project user with the allowed resource tag specifications.</p>"
                    }
                },
                "environmentConfigurations": {
                    "target": "com.amazonaws.datazone#EnvironmentConfigurationsList",
                    "traits": {
+69 −10

File changed.

Preview size limit exceeded, changes collapsed.

+30 −6
Original line number Diff line number Diff line
@@ -4406,6 +4406,16 @@
                "smithy.api#documentation": "<p>The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z),\n            also known as Unix time.</p>"
            }
        },
        "com.amazonaws.fsx#CustomerSecretsManagerARN": {
            "type": "string",
            "traits": {
                "smithy.api#length": {
                    "min": 64,
                    "max": 1024
                },
                "smithy.api#pattern": "^arn:[^:]{1,63}:secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+-[a-zA-Z0-9]{6}$"
            }
        },
        "com.amazonaws.fsx#DNSName": {
            "type": "string",
            "traits": {
@@ -10654,6 +10664,12 @@
                    "traits": {
                        "smithy.api#documentation": "<p>A list of up to three IP addresses of DNS servers or domain controllers in the\n            self-managed AD directory.</p>"
                    }
                },
                "DomainJoinServiceAccountSecret": {
                    "target": "com.amazonaws.fsx#CustomerSecretsManagerARN",
                    "traits": {
                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the service account credentials used to join the file system to your self-managed Active Directory domain.</p>"
                    }
                }
            },
            "traits": {
@@ -10686,17 +10702,13 @@
                "UserName": {
                    "target": "com.amazonaws.fsx#DirectoryUserName",
                    "traits": {
                        "smithy.api#clientOptional": {},
                        "smithy.api#documentation": "<p>The user name for the service account on your self-managed AD domain that Amazon FSx\n            will use to join to your AD domain. This account must have the permission to join\n            computers to the domain in the organizational unit provided in\n                <code>OrganizationalUnitDistinguishedName</code>, or in the default location of your\n            AD domain.</p>",
                        "smithy.api#required": {}
                        "smithy.api#documentation": "<p>The user name for the service account on your self-managed AD domain that Amazon FSx\n            will use to join to your AD domain. This account must have the permission to join\n            computers to the domain in the organizational unit provided in\n                <code>OrganizationalUnitDistinguishedName</code>, or in the default location of your\n            AD domain.</p>"
                    }
                },
                "Password": {
                    "target": "com.amazonaws.fsx#DirectoryPassword",
                    "traits": {
                        "smithy.api#clientOptional": {},
                        "smithy.api#documentation": "<p>The password for the service account on your self-managed AD domain that Amazon FSx\n            will use to join to your AD domain.</p>",
                        "smithy.api#required": {}
                        "smithy.api#documentation": "<p>The password for the service account on your self-managed AD domain that Amazon FSx\n            will use to join to your AD domain.</p>"
                    }
                },
                "DnsIps": {
@@ -10706,6 +10718,12 @@
                        "smithy.api#documentation": "<p>A list of up to three IP addresses of DNS servers or domain controllers in the\n            self-managed AD directory. </p>",
                        "smithy.api#required": {}
                    }
                },
                "DomainJoinServiceAccountSecret": {
                    "target": "com.amazonaws.fsx#CustomerSecretsManagerARN",
                    "traits": {
                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the self-managed Active Directory domain join service account credentials. \n            When provided, Amazon FSx uses the credentials stored in this secret to join the file system to your self-managed Active Directory domain.</p>\n         <p>The secret must contain two key-value pairs:</p>\n         <ul>\n            <li>\n               <p>\n                  <code>CUSTOMER_MANAGED_ACTIVE_DIRECTORY_USERNAME</code> - The username for the service account</p>\n            </li>\n            <li>\n               <p>\n                  <code>CUSTOMER_MANAGED_ACTIVE_DIRECTORY_PASSWORD</code> - The password for the service account</p>\n            </li>\n         </ul>\n         <p>For more information, see \n            <a href=\"https://docs.aws.amazon.com/fsx/latest/WindowsGuide/self-manage-prereqs.html\">\n                Using Amazon FSx for Windows with your self-managed Microsoft Active Directory</a> or \n            <a href=\"https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/self-manage-prereqs.html\">\n                Using Amazon FSx for ONTAP with your self-managed Microsoft Active Directory</a>.</p>"
                    }
                }
            },
            "traits": {
@@ -10750,6 +10768,12 @@
                    "traits": {
                        "smithy.api#documentation": "<p>For FSx for ONTAP file systems only - Specifies the updated name of the self-managed Active Directory domain group whose members are granted administrative privileges\n            for the Amazon FSx resource.</p>"
                    }
                },
                "DomainJoinServiceAccountSecret": {
                    "target": "com.amazonaws.fsx#CustomerSecretsManagerARN",
                    "traits": {
                        "smithy.api#documentation": "<p>Specifies the updated Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the self-managed Active Directory domain join service account credentials. \n            Amazon FSx uses this account to join to your self-managed Active Directory domain.</p>"
                    }
                }
            },
            "traits": {
Loading