@aws-sdk/client-schemas 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/Schemas.js +2 -6
- package/{dist/cjs → dist-cjs}/SchemasClient.js +8 -17
- package/{dist/cjs → dist-cjs}/commands/CreateDiscovererCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateRegistryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateSchemaCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteDiscovererCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteRegistryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteResourcePolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteSchemaCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteSchemaVersionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeCodeBindingCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeDiscovererCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeRegistryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeSchemaCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ExportSchemaCommand.js +2 -10
- package/{dist/cjs → dist-cjs}/commands/GetCodeBindingSourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetDiscoveredSchemaCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetResourcePolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListDiscoverersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListRegistriesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListSchemaVersionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListSchemasCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/PutCodeBindingCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/PutResourcePolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/SearchSchemasCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StartDiscovererCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopDiscovererCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateDiscovererCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateRegistryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateSchemaCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -214
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListDiscoverersPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListRegistriesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListSchemaVersionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListSchemasPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/SearchSchemasPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +7 -13
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/cjs → dist-cjs}/waiters/waitForCodeBindingExists.js +5 -15
- package/{dist/es → dist-es}/Schemas.js +2 -3
- package/{dist/es → dist-es}/SchemasClient.js +1 -2
- package/{dist/es → dist-es}/commands/CreateDiscovererCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateRegistryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateSchemaCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteDiscovererCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteRegistryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteResourcePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteSchemaCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteSchemaVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeCodeBindingCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeDiscovererCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeRegistryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeSchemaCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ExportSchemaCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetCodeBindingSourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetDiscoveredSchemaCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetResourcePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListDiscoverersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListRegistriesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListSchemaVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListSchemasCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutCodeBindingCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutResourcePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/SearchSchemasCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartDiscovererCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopDiscovererCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateDiscovererCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateRegistryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateSchemaCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListDiscoverersPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListRegistriesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListSchemaVersionsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListSchemasPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/SearchSchemasPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForCodeBindingExists.js +1 -2
- package/{dist/types → dist-types}/Schemas.d.ts +3 -3
- package/{dist/types → dist-types}/SchemasClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/CreateDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteSchemaVersionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeCodeBindingCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ExportSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetCodeBindingSourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetDiscoveredSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListDiscoverersCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListRegistriesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListSchemaVersionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListSchemasCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutCodeBindingCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/SearchSchemasCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/StartDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/StopDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDiscoverersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListRegistriesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListSchemaVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListSchemasPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/SearchSchemasPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/Schemas.d.ts +34 -96
- package/{dist/types → dist-types}/ts3.4/SchemasClient.d.ts +33 -98
- package/{dist/types → dist-types}/ts3.4/commands/CreateDiscovererCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/CreateRegistryCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDiscovererCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeCodeBindingCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDiscovererCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRegistryCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/DescribeSchemaCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/ExportSchemaCommand.d.ts +4 -6
- package/{dist/types → dist-types}/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/ListDiscoverersCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/ListRegistriesCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/ListSchemaVersionsCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/ListSchemasCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/PutCodeBindingCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/SearchSchemasCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/StartDiscovererCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/StopDiscovererCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDiscovererCommand.d.ts +5 -23
- package/{dist/types → dist-types}/ts3.4/commands/UpdateRegistryCommand.d.ts +5 -23
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +286 -858
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDiscoverersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListRegistriesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListSchemaVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListSchemasPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/SearchSchemasPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/waiters/waitForCodeBindingExists.d.ts +4 -11
- package/{dist/types → dist-types}/waiters/waitForCodeBindingExists.d.ts +2 -2
- package/package.json +46 -43
- package/Schemas.ts +0 -1119
- package/SchemasClient.ts +0 -346
- package/commands/CreateDiscovererCommand.ts +0 -94
- package/commands/CreateRegistryCommand.ts +0 -94
- package/commands/CreateSchemaCommand.ts +0 -94
- package/commands/DeleteDiscovererCommand.ts +0 -94
- package/commands/DeleteRegistryCommand.ts +0 -94
- package/commands/DeleteResourcePolicyCommand.ts +0 -94
- package/commands/DeleteSchemaCommand.ts +0 -94
- package/commands/DeleteSchemaVersionCommand.ts +0 -94
- package/commands/DescribeCodeBindingCommand.ts +0 -94
- package/commands/DescribeDiscovererCommand.ts +0 -94
- package/commands/DescribeRegistryCommand.ts +0 -94
- package/commands/DescribeSchemaCommand.ts +0 -94
- package/commands/ExportSchemaCommand.ts +0 -77
- package/commands/GetCodeBindingSourceCommand.ts +0 -94
- package/commands/GetDiscoveredSchemaCommand.ts +0 -94
- package/commands/GetResourcePolicyCommand.ts +0 -94
- package/commands/ListDiscoverersCommand.ts +0 -94
- package/commands/ListRegistriesCommand.ts +0 -94
- package/commands/ListSchemaVersionsCommand.ts +0 -94
- package/commands/ListSchemasCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PutCodeBindingCommand.ts +0 -94
- package/commands/PutResourcePolicyCommand.ts +0 -94
- package/commands/SearchSchemasCommand.ts +0 -94
- package/commands/StartDiscovererCommand.ts +0 -94
- package/commands/StopDiscovererCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateDiscovererCommand.ts +0 -94
- package/commands/UpdateRegistryCommand.ts +0 -94
- package/commands/UpdateSchemaCommand.ts +0 -94
- package/dist/cjs/Schemas.js.map +0 -1
- package/dist/cjs/SchemasClient.js.map +0 -1
- package/dist/cjs/commands/CreateDiscovererCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRegistryCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSchemaCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDiscovererCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRegistryCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteResourcePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSchemaCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSchemaVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCodeBindingCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDiscovererCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRegistryCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSchemaCommand.js.map +0 -1
- package/dist/cjs/commands/ExportSchemaCommand.js.map +0 -1
- package/dist/cjs/commands/GetCodeBindingSourceCommand.js.map +0 -1
- package/dist/cjs/commands/GetDiscoveredSchemaCommand.js.map +0 -1
- package/dist/cjs/commands/GetResourcePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/ListDiscoverersCommand.js.map +0 -1
- package/dist/cjs/commands/ListRegistriesCommand.js.map +0 -1
- package/dist/cjs/commands/ListSchemaVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSchemasCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutCodeBindingCommand.js.map +0 -1
- package/dist/cjs/commands/PutResourcePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/SearchSchemasCommand.js.map +0 -1
- package/dist/cjs/commands/StartDiscovererCommand.js.map +0 -1
- package/dist/cjs/commands/StopDiscovererCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDiscovererCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRegistryCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSchemaCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -94
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListDiscoverersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRegistriesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSchemaVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSchemasPaginator.js.map +0 -1
- package/dist/cjs/pagination/SearchSchemasPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForCodeBindingExists.js.map +0 -1
- package/dist/es/Schemas.js.map +0 -1
- package/dist/es/SchemasClient.js.map +0 -1
- package/dist/es/commands/CreateDiscovererCommand.js.map +0 -1
- package/dist/es/commands/CreateRegistryCommand.js.map +0 -1
- package/dist/es/commands/CreateSchemaCommand.js.map +0 -1
- package/dist/es/commands/DeleteDiscovererCommand.js.map +0 -1
- package/dist/es/commands/DeleteRegistryCommand.js.map +0 -1
- package/dist/es/commands/DeleteResourcePolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteSchemaCommand.js.map +0 -1
- package/dist/es/commands/DeleteSchemaVersionCommand.js.map +0 -1
- package/dist/es/commands/DescribeCodeBindingCommand.js.map +0 -1
- package/dist/es/commands/DescribeDiscovererCommand.js.map +0 -1
- package/dist/es/commands/DescribeRegistryCommand.js.map +0 -1
- package/dist/es/commands/DescribeSchemaCommand.js.map +0 -1
- package/dist/es/commands/ExportSchemaCommand.js.map +0 -1
- package/dist/es/commands/GetCodeBindingSourceCommand.js.map +0 -1
- package/dist/es/commands/GetDiscoveredSchemaCommand.js.map +0 -1
- package/dist/es/commands/GetResourcePolicyCommand.js.map +0 -1
- package/dist/es/commands/ListDiscoverersCommand.js.map +0 -1
- package/dist/es/commands/ListRegistriesCommand.js.map +0 -1
- package/dist/es/commands/ListSchemaVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListSchemasCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutCodeBindingCommand.js.map +0 -1
- package/dist/es/commands/PutResourcePolicyCommand.js.map +0 -1
- package/dist/es/commands/SearchSchemasCommand.js.map +0 -1
- package/dist/es/commands/StartDiscovererCommand.js.map +0 -1
- package/dist/es/commands/StopDiscovererCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateDiscovererCommand.js.map +0 -1
- package/dist/es/commands/UpdateRegistryCommand.js.map +0 -1
- package/dist/es/commands/UpdateSchemaCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -42
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -94
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListDiscoverersPaginator.js.map +0 -1
- package/dist/es/pagination/ListRegistriesPaginator.js.map +0 -1
- package/dist/es/pagination/ListSchemaVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListSchemasPaginator.js.map +0 -1
- package/dist/es/pagination/SearchSchemasPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForCodeBindingExists.js.map +0 -1
- package/dist/types/ts3.4/commands/CreateSchemaCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDiscovererCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRegistryCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteSchemaCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateSchemaCommand.d.ts +0 -35
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -1901
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListDiscoverersPaginator.ts +0 -58
- package/pagination/ListRegistriesPaginator.ts +0 -58
- package/pagination/ListSchemaVersionsPaginator.ts +0 -58
- package/pagination/ListSchemasPaginator.ts +0 -54
- package/pagination/SearchSchemasPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -4747
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
- package/waiters/waitForCodeBindingExists.ts +0 -65
|
@@ -5,92 +5,56 @@ export declare enum DiscovererState {
|
|
|
5
5
|
STOPPED = "STOPPED"
|
|
6
6
|
}
|
|
7
7
|
export interface DiscovererSummary {
|
|
8
|
-
|
|
9
|
-
* <p>The ARN of the discoverer.</p>
|
|
10
|
-
*/
|
|
8
|
+
|
|
11
9
|
DiscovererArn?: string;
|
|
12
|
-
|
|
13
|
-
* <p>The ID of the discoverer.</p>
|
|
14
|
-
*/
|
|
10
|
+
|
|
15
11
|
DiscovererId?: string;
|
|
16
|
-
|
|
17
|
-
* <p>The ARN of the event bus.</p>
|
|
18
|
-
*/
|
|
12
|
+
|
|
19
13
|
SourceArn?: string;
|
|
20
|
-
|
|
21
|
-
* <p>The state of the discoverer.</p>
|
|
22
|
-
*/
|
|
14
|
+
|
|
23
15
|
State?: DiscovererState | string;
|
|
24
|
-
|
|
25
|
-
* <p>The Status if the discoverer will discover schemas from events sent from another account.</p>
|
|
26
|
-
*/
|
|
16
|
+
|
|
27
17
|
CrossAccount?: boolean;
|
|
28
|
-
|
|
29
|
-
* <p>Tags associated with the resource.</p>
|
|
30
|
-
*/
|
|
18
|
+
|
|
31
19
|
Tags?: {
|
|
32
20
|
[key: string]: string;
|
|
33
21
|
};
|
|
34
22
|
}
|
|
35
23
|
export declare namespace DiscovererSummary {
|
|
36
|
-
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
24
|
+
|
|
39
25
|
const filterSensitiveLog: (obj: DiscovererSummary) => any;
|
|
40
26
|
}
|
|
41
27
|
export interface RegistrySummary {
|
|
42
|
-
|
|
43
|
-
* <p>The ARN of the registry.</p>
|
|
44
|
-
*/
|
|
28
|
+
|
|
45
29
|
RegistryArn?: string;
|
|
46
|
-
|
|
47
|
-
* <p>The name of the registry.</p>
|
|
48
|
-
*/
|
|
30
|
+
|
|
49
31
|
RegistryName?: string;
|
|
50
|
-
|
|
51
|
-
* <p>Tags associated with the registry.</p>
|
|
52
|
-
*/
|
|
32
|
+
|
|
53
33
|
Tags?: {
|
|
54
34
|
[key: string]: string;
|
|
55
35
|
};
|
|
56
36
|
}
|
|
57
37
|
export declare namespace RegistrySummary {
|
|
58
|
-
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
38
|
+
|
|
61
39
|
const filterSensitiveLog: (obj: RegistrySummary) => any;
|
|
62
40
|
}
|
|
63
|
-
|
|
64
|
-
* <p>A summary of schema details.</p>
|
|
65
|
-
*/
|
|
41
|
+
|
|
66
42
|
export interface SchemaSummary {
|
|
67
|
-
|
|
68
|
-
* <p>The date and time that schema was modified.</p>
|
|
69
|
-
*/
|
|
43
|
+
|
|
70
44
|
LastModified?: Date;
|
|
71
|
-
|
|
72
|
-
* <p>The ARN of the schema.</p>
|
|
73
|
-
*/
|
|
45
|
+
|
|
74
46
|
SchemaArn?: string;
|
|
75
|
-
|
|
76
|
-
* <p>The name of the schema.</p>
|
|
77
|
-
*/
|
|
47
|
+
|
|
78
48
|
SchemaName?: string;
|
|
79
|
-
|
|
80
|
-
* <p>Tags associated with the schema.</p>
|
|
81
|
-
*/
|
|
49
|
+
|
|
82
50
|
Tags?: {
|
|
83
51
|
[key: string]: string;
|
|
84
52
|
};
|
|
85
|
-
|
|
86
|
-
* <p>The number of versions available for the schema.</p>
|
|
87
|
-
*/
|
|
53
|
+
|
|
88
54
|
VersionCount?: number;
|
|
89
55
|
}
|
|
90
56
|
export declare namespace SchemaSummary {
|
|
91
|
-
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
57
|
+
|
|
94
58
|
const filterSensitiveLog: (obj: SchemaSummary) => any;
|
|
95
59
|
}
|
|
96
60
|
export declare enum Type {
|
|
@@ -98,89 +62,55 @@ export declare enum Type {
|
|
|
98
62
|
OpenApi3 = "OpenApi3"
|
|
99
63
|
}
|
|
100
64
|
export interface SchemaVersionSummary {
|
|
101
|
-
|
|
102
|
-
* <p>The ARN of the schema version.</p>
|
|
103
|
-
*/
|
|
65
|
+
|
|
104
66
|
SchemaArn?: string;
|
|
105
|
-
|
|
106
|
-
* <p>The name of the schema.</p>
|
|
107
|
-
*/
|
|
67
|
+
|
|
108
68
|
SchemaName?: string;
|
|
109
|
-
|
|
110
|
-
* <p>The version number of the schema.</p>
|
|
111
|
-
*/
|
|
69
|
+
|
|
112
70
|
SchemaVersion?: string;
|
|
113
|
-
|
|
114
|
-
* <p>The type of schema.</p>
|
|
115
|
-
*/
|
|
71
|
+
|
|
116
72
|
Type?: Type | string;
|
|
117
73
|
}
|
|
118
74
|
export declare namespace SchemaVersionSummary {
|
|
119
|
-
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
75
|
+
|
|
122
76
|
const filterSensitiveLog: (obj: SchemaVersionSummary) => any;
|
|
123
77
|
}
|
|
124
78
|
export interface SearchSchemaVersionSummary {
|
|
125
|
-
|
|
126
|
-
* <p>The date the schema version was created.</p>
|
|
127
|
-
*/
|
|
79
|
+
|
|
128
80
|
CreatedDate?: Date;
|
|
129
|
-
|
|
130
|
-
* <p>The version number of the schema</p>
|
|
131
|
-
*/
|
|
81
|
+
|
|
132
82
|
SchemaVersion?: string;
|
|
133
|
-
|
|
134
|
-
* <p>The type of schema.</p>
|
|
135
|
-
*/
|
|
83
|
+
|
|
136
84
|
Type?: Type | string;
|
|
137
85
|
}
|
|
138
86
|
export declare namespace SearchSchemaVersionSummary {
|
|
139
|
-
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
87
|
+
|
|
142
88
|
const filterSensitiveLog: (obj: SearchSchemaVersionSummary) => any;
|
|
143
89
|
}
|
|
144
90
|
export interface SearchSchemaSummary {
|
|
145
|
-
|
|
146
|
-
* <p>The name of the registry.</p>
|
|
147
|
-
*/
|
|
91
|
+
|
|
148
92
|
RegistryName?: string;
|
|
149
|
-
|
|
150
|
-
* <p>The ARN of the schema.</p>
|
|
151
|
-
*/
|
|
93
|
+
|
|
152
94
|
SchemaArn?: string;
|
|
153
|
-
|
|
154
|
-
* <p>The name of the schema.</p>
|
|
155
|
-
*/
|
|
95
|
+
|
|
156
96
|
SchemaName?: string;
|
|
157
|
-
|
|
158
|
-
* <p>An array of schema version summaries.</p>
|
|
159
|
-
*/
|
|
97
|
+
|
|
160
98
|
SchemaVersions?: SearchSchemaVersionSummary[];
|
|
161
99
|
}
|
|
162
100
|
export declare namespace SearchSchemaSummary {
|
|
163
|
-
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
101
|
+
|
|
166
102
|
const filterSensitiveLog: (obj: SearchSchemaSummary) => any;
|
|
167
103
|
}
|
|
168
104
|
export interface BadRequestException extends __SmithyException, $MetadataBearer {
|
|
169
105
|
name: "BadRequestException";
|
|
170
106
|
$fault: "client";
|
|
171
|
-
|
|
172
|
-
* <p>The error code.</p>
|
|
173
|
-
*/
|
|
107
|
+
|
|
174
108
|
Code: string | undefined;
|
|
175
|
-
|
|
176
|
-
* <p>The message string of the error output.</p>
|
|
177
|
-
*/
|
|
109
|
+
|
|
178
110
|
Message: string | undefined;
|
|
179
111
|
}
|
|
180
112
|
export declare namespace BadRequestException {
|
|
181
|
-
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
113
|
+
|
|
184
114
|
const filterSensitiveLog: (obj: BadRequestException) => any;
|
|
185
115
|
}
|
|
186
116
|
export declare enum CodeGenerationStatus {
|
|
@@ -191,610 +121,376 @@ export declare enum CodeGenerationStatus {
|
|
|
191
121
|
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
192
122
|
name: "ConflictException";
|
|
193
123
|
$fault: "client";
|
|
194
|
-
|
|
195
|
-
* <p>The error code.</p>
|
|
196
|
-
*/
|
|
124
|
+
|
|
197
125
|
Code: string | undefined;
|
|
198
|
-
|
|
199
|
-
* <p>The message string of the error output.</p>
|
|
200
|
-
*/
|
|
126
|
+
|
|
201
127
|
Message: string | undefined;
|
|
202
128
|
}
|
|
203
129
|
export declare namespace ConflictException {
|
|
204
|
-
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
130
|
+
|
|
207
131
|
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
208
132
|
}
|
|
209
133
|
export interface CreateDiscovererRequest {
|
|
210
|
-
|
|
211
|
-
* <p>A description for the discoverer.</p>
|
|
212
|
-
*/
|
|
134
|
+
|
|
213
135
|
Description?: string;
|
|
214
|
-
|
|
215
|
-
* <p>The ARN of the event bus.</p>
|
|
216
|
-
*/
|
|
136
|
+
|
|
217
137
|
SourceArn: string | undefined;
|
|
218
|
-
|
|
219
|
-
* <p>Support discovery of schemas in events sent to the bus from another account. (default: true).</p>
|
|
220
|
-
*/
|
|
138
|
+
|
|
221
139
|
CrossAccount?: boolean;
|
|
222
|
-
|
|
223
|
-
* <p>Tags associated with the resource.</p>
|
|
224
|
-
*/
|
|
140
|
+
|
|
225
141
|
Tags?: {
|
|
226
142
|
[key: string]: string;
|
|
227
143
|
};
|
|
228
144
|
}
|
|
229
145
|
export declare namespace CreateDiscovererRequest {
|
|
230
|
-
|
|
231
|
-
* @internal
|
|
232
|
-
*/
|
|
146
|
+
|
|
233
147
|
const filterSensitiveLog: (obj: CreateDiscovererRequest) => any;
|
|
234
148
|
}
|
|
235
149
|
export interface CreateDiscovererResponse {
|
|
236
|
-
|
|
237
|
-
* <p>The description of the discoverer.</p>
|
|
238
|
-
*/
|
|
150
|
+
|
|
239
151
|
Description?: string;
|
|
240
|
-
|
|
241
|
-
* <p>The ARN of the discoverer.</p>
|
|
242
|
-
*/
|
|
152
|
+
|
|
243
153
|
DiscovererArn?: string;
|
|
244
|
-
|
|
245
|
-
* <p>The ID of the discoverer.</p>
|
|
246
|
-
*/
|
|
154
|
+
|
|
247
155
|
DiscovererId?: string;
|
|
248
|
-
|
|
249
|
-
* <p>The ARN of the event bus.</p>
|
|
250
|
-
*/
|
|
156
|
+
|
|
251
157
|
SourceArn?: string;
|
|
252
|
-
|
|
253
|
-
* <p>The state of the discoverer.</p>
|
|
254
|
-
*/
|
|
158
|
+
|
|
255
159
|
State?: DiscovererState | string;
|
|
256
|
-
|
|
257
|
-
* <p>The Status if the discoverer will discover schemas from events sent from another account.</p>
|
|
258
|
-
*/
|
|
160
|
+
|
|
259
161
|
CrossAccount?: boolean;
|
|
260
|
-
|
|
261
|
-
* <p>Tags associated with the resource.</p>
|
|
262
|
-
*/
|
|
162
|
+
|
|
263
163
|
Tags?: {
|
|
264
164
|
[key: string]: string;
|
|
265
165
|
};
|
|
266
166
|
}
|
|
267
167
|
export declare namespace CreateDiscovererResponse {
|
|
268
|
-
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
168
|
+
|
|
271
169
|
const filterSensitiveLog: (obj: CreateDiscovererResponse) => any;
|
|
272
170
|
}
|
|
273
171
|
export interface ForbiddenException extends __SmithyException, $MetadataBearer {
|
|
274
172
|
name: "ForbiddenException";
|
|
275
173
|
$fault: "client";
|
|
276
|
-
|
|
277
|
-
* <p>The error code.</p>
|
|
278
|
-
*/
|
|
174
|
+
|
|
279
175
|
Code: string | undefined;
|
|
280
|
-
|
|
281
|
-
* <p>The message string of the error output.</p>
|
|
282
|
-
*/
|
|
176
|
+
|
|
283
177
|
Message: string | undefined;
|
|
284
178
|
}
|
|
285
179
|
export declare namespace ForbiddenException {
|
|
286
|
-
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
180
|
+
|
|
289
181
|
const filterSensitiveLog: (obj: ForbiddenException) => any;
|
|
290
182
|
}
|
|
291
183
|
export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
|
|
292
184
|
name: "InternalServerErrorException";
|
|
293
185
|
$fault: "server";
|
|
294
|
-
|
|
295
|
-
* <p>The error code.</p>
|
|
296
|
-
*/
|
|
186
|
+
|
|
297
187
|
Code: string | undefined;
|
|
298
|
-
|
|
299
|
-
* <p>The message string of the error output.</p>
|
|
300
|
-
*/
|
|
188
|
+
|
|
301
189
|
Message: string | undefined;
|
|
302
190
|
}
|
|
303
191
|
export declare namespace InternalServerErrorException {
|
|
304
|
-
|
|
305
|
-
* @internal
|
|
306
|
-
*/
|
|
192
|
+
|
|
307
193
|
const filterSensitiveLog: (obj: InternalServerErrorException) => any;
|
|
308
194
|
}
|
|
309
195
|
export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
|
|
310
196
|
name: "ServiceUnavailableException";
|
|
311
197
|
$fault: "server";
|
|
312
|
-
|
|
313
|
-
* <p>The error code.</p>
|
|
314
|
-
*/
|
|
198
|
+
|
|
315
199
|
Code: string | undefined;
|
|
316
|
-
|
|
317
|
-
* <p>The message string of the error output.</p>
|
|
318
|
-
*/
|
|
200
|
+
|
|
319
201
|
Message: string | undefined;
|
|
320
202
|
}
|
|
321
203
|
export declare namespace ServiceUnavailableException {
|
|
322
|
-
|
|
323
|
-
* @internal
|
|
324
|
-
*/
|
|
204
|
+
|
|
325
205
|
const filterSensitiveLog: (obj: ServiceUnavailableException) => any;
|
|
326
206
|
}
|
|
327
207
|
export interface UnauthorizedException extends __SmithyException, $MetadataBearer {
|
|
328
208
|
name: "UnauthorizedException";
|
|
329
209
|
$fault: "client";
|
|
330
|
-
|
|
331
|
-
* <p>The error code.</p>
|
|
332
|
-
*/
|
|
210
|
+
|
|
333
211
|
Code: string | undefined;
|
|
334
|
-
|
|
335
|
-
* <p>The message string of the error output.</p>
|
|
336
|
-
*/
|
|
212
|
+
|
|
337
213
|
Message: string | undefined;
|
|
338
214
|
}
|
|
339
215
|
export declare namespace UnauthorizedException {
|
|
340
|
-
|
|
341
|
-
* @internal
|
|
342
|
-
*/
|
|
216
|
+
|
|
343
217
|
const filterSensitiveLog: (obj: UnauthorizedException) => any;
|
|
344
218
|
}
|
|
345
219
|
export interface CreateRegistryRequest {
|
|
346
|
-
|
|
347
|
-
* <p>A description of the registry to be created.</p>
|
|
348
|
-
*/
|
|
220
|
+
|
|
349
221
|
Description?: string;
|
|
350
|
-
|
|
351
|
-
* <p>The name of the registry.</p>
|
|
352
|
-
*/
|
|
222
|
+
|
|
353
223
|
RegistryName: string | undefined;
|
|
354
|
-
|
|
355
|
-
* <p>Tags to associate with the registry.</p>
|
|
356
|
-
*/
|
|
224
|
+
|
|
357
225
|
Tags?: {
|
|
358
226
|
[key: string]: string;
|
|
359
227
|
};
|
|
360
228
|
}
|
|
361
229
|
export declare namespace CreateRegistryRequest {
|
|
362
|
-
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
230
|
+
|
|
365
231
|
const filterSensitiveLog: (obj: CreateRegistryRequest) => any;
|
|
366
232
|
}
|
|
367
233
|
export interface CreateRegistryResponse {
|
|
368
|
-
|
|
369
|
-
* <p>The description of the registry.</p>
|
|
370
|
-
*/
|
|
234
|
+
|
|
371
235
|
Description?: string;
|
|
372
|
-
|
|
373
|
-
* <p>The ARN of the registry.</p>
|
|
374
|
-
*/
|
|
236
|
+
|
|
375
237
|
RegistryArn?: string;
|
|
376
|
-
|
|
377
|
-
* <p>The name of the registry.</p>
|
|
378
|
-
*/
|
|
238
|
+
|
|
379
239
|
RegistryName?: string;
|
|
380
|
-
|
|
381
|
-
* <p>Tags associated with the registry.</p>
|
|
382
|
-
*/
|
|
240
|
+
|
|
383
241
|
Tags?: {
|
|
384
242
|
[key: string]: string;
|
|
385
243
|
};
|
|
386
244
|
}
|
|
387
245
|
export declare namespace CreateRegistryResponse {
|
|
388
|
-
|
|
389
|
-
* @internal
|
|
390
|
-
*/
|
|
246
|
+
|
|
391
247
|
const filterSensitiveLog: (obj: CreateRegistryResponse) => any;
|
|
392
248
|
}
|
|
393
249
|
export interface CreateSchemaRequest {
|
|
394
|
-
|
|
395
|
-
* <p>The source of the schema definition.</p>
|
|
396
|
-
*/
|
|
250
|
+
|
|
397
251
|
Content: string | undefined;
|
|
398
|
-
|
|
399
|
-
* <p>A description of the schema.</p>
|
|
400
|
-
*/
|
|
252
|
+
|
|
401
253
|
Description?: string;
|
|
402
|
-
|
|
403
|
-
* <p>The name of the registry.</p>
|
|
404
|
-
*/
|
|
254
|
+
|
|
405
255
|
RegistryName: string | undefined;
|
|
406
|
-
|
|
407
|
-
* <p>The name of the schema.</p>
|
|
408
|
-
*/
|
|
256
|
+
|
|
409
257
|
SchemaName: string | undefined;
|
|
410
|
-
|
|
411
|
-
* <p>Tags associated with the schema.</p>
|
|
412
|
-
*/
|
|
258
|
+
|
|
413
259
|
Tags?: {
|
|
414
260
|
[key: string]: string;
|
|
415
261
|
};
|
|
416
|
-
|
|
417
|
-
* <p>The type of schema.</p>
|
|
418
|
-
*/
|
|
262
|
+
|
|
419
263
|
Type: Type | string | undefined;
|
|
420
264
|
}
|
|
421
265
|
export declare namespace CreateSchemaRequest {
|
|
422
|
-
|
|
423
|
-
* @internal
|
|
424
|
-
*/
|
|
266
|
+
|
|
425
267
|
const filterSensitiveLog: (obj: CreateSchemaRequest) => any;
|
|
426
268
|
}
|
|
427
269
|
export interface CreateSchemaResponse {
|
|
428
|
-
|
|
429
|
-
* <p>The description of the schema.</p>
|
|
430
|
-
*/
|
|
270
|
+
|
|
431
271
|
Description?: string;
|
|
432
|
-
|
|
433
|
-
* <p>The date and time that schema was modified.</p>
|
|
434
|
-
*/
|
|
272
|
+
|
|
435
273
|
LastModified?: Date;
|
|
436
|
-
|
|
437
|
-
* <p>The ARN of the schema.</p>
|
|
438
|
-
*/
|
|
274
|
+
|
|
439
275
|
SchemaArn?: string;
|
|
440
|
-
|
|
441
|
-
* <p>The name of the schema.</p>
|
|
442
|
-
*/
|
|
276
|
+
|
|
443
277
|
SchemaName?: string;
|
|
444
|
-
|
|
445
|
-
* <p>The version number of the schema</p>
|
|
446
|
-
*/
|
|
278
|
+
|
|
447
279
|
SchemaVersion?: string;
|
|
448
|
-
|
|
449
|
-
* <p>Key-value pairs associated with a resource.</p>
|
|
450
|
-
*/
|
|
280
|
+
|
|
451
281
|
Tags?: {
|
|
452
282
|
[key: string]: string;
|
|
453
283
|
};
|
|
454
|
-
|
|
455
|
-
* <p>The type of the schema.</p>
|
|
456
|
-
*/
|
|
284
|
+
|
|
457
285
|
Type?: string;
|
|
458
|
-
|
|
459
|
-
* <p>The date the schema version was created.</p>
|
|
460
|
-
*/
|
|
286
|
+
|
|
461
287
|
VersionCreatedDate?: Date;
|
|
462
288
|
}
|
|
463
289
|
export declare namespace CreateSchemaResponse {
|
|
464
|
-
|
|
465
|
-
* @internal
|
|
466
|
-
*/
|
|
290
|
+
|
|
467
291
|
const filterSensitiveLog: (obj: CreateSchemaResponse) => any;
|
|
468
292
|
}
|
|
469
293
|
export interface DeleteDiscovererRequest {
|
|
470
|
-
|
|
471
|
-
* <p>The ID of the discoverer.</p>
|
|
472
|
-
*/
|
|
294
|
+
|
|
473
295
|
DiscovererId: string | undefined;
|
|
474
296
|
}
|
|
475
297
|
export declare namespace DeleteDiscovererRequest {
|
|
476
|
-
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
298
|
+
|
|
479
299
|
const filterSensitiveLog: (obj: DeleteDiscovererRequest) => any;
|
|
480
300
|
}
|
|
481
301
|
export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
482
302
|
name: "NotFoundException";
|
|
483
303
|
$fault: "client";
|
|
484
|
-
|
|
485
|
-
* <p>The error code.</p>
|
|
486
|
-
*/
|
|
304
|
+
|
|
487
305
|
Code: string | undefined;
|
|
488
|
-
|
|
489
|
-
* <p>The message string of the error output.</p>
|
|
490
|
-
*/
|
|
306
|
+
|
|
491
307
|
Message: string | undefined;
|
|
492
308
|
}
|
|
493
309
|
export declare namespace NotFoundException {
|
|
494
|
-
|
|
495
|
-
* @internal
|
|
496
|
-
*/
|
|
310
|
+
|
|
497
311
|
const filterSensitiveLog: (obj: NotFoundException) => any;
|
|
498
312
|
}
|
|
499
313
|
export interface DeleteRegistryRequest {
|
|
500
|
-
|
|
501
|
-
* <p>The name of the registry.</p>
|
|
502
|
-
*/
|
|
314
|
+
|
|
503
315
|
RegistryName: string | undefined;
|
|
504
316
|
}
|
|
505
317
|
export declare namespace DeleteRegistryRequest {
|
|
506
|
-
|
|
507
|
-
* @internal
|
|
508
|
-
*/
|
|
318
|
+
|
|
509
319
|
const filterSensitiveLog: (obj: DeleteRegistryRequest) => any;
|
|
510
320
|
}
|
|
511
321
|
export interface DeleteResourcePolicyRequest {
|
|
512
|
-
|
|
513
|
-
* <p>The name of the registry.</p>
|
|
514
|
-
*/
|
|
322
|
+
|
|
515
323
|
RegistryName?: string;
|
|
516
324
|
}
|
|
517
325
|
export declare namespace DeleteResourcePolicyRequest {
|
|
518
|
-
|
|
519
|
-
* @internal
|
|
520
|
-
*/
|
|
326
|
+
|
|
521
327
|
const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
522
328
|
}
|
|
523
329
|
export interface DeleteSchemaRequest {
|
|
524
|
-
|
|
525
|
-
* <p>The name of the registry.</p>
|
|
526
|
-
*/
|
|
330
|
+
|
|
527
331
|
RegistryName: string | undefined;
|
|
528
|
-
|
|
529
|
-
* <p>The name of the schema.</p>
|
|
530
|
-
*/
|
|
332
|
+
|
|
531
333
|
SchemaName: string | undefined;
|
|
532
334
|
}
|
|
533
335
|
export declare namespace DeleteSchemaRequest {
|
|
534
|
-
|
|
535
|
-
* @internal
|
|
536
|
-
*/
|
|
336
|
+
|
|
537
337
|
const filterSensitiveLog: (obj: DeleteSchemaRequest) => any;
|
|
538
338
|
}
|
|
539
339
|
export interface DeleteSchemaVersionRequest {
|
|
540
|
-
|
|
541
|
-
* <p>The name of the registry.</p>
|
|
542
|
-
*/
|
|
340
|
+
|
|
543
341
|
RegistryName: string | undefined;
|
|
544
|
-
|
|
545
|
-
* <p>The name of the schema.</p>
|
|
546
|
-
*/
|
|
342
|
+
|
|
547
343
|
SchemaName: string | undefined;
|
|
548
|
-
|
|
549
|
-
* The version number of the schema
|
|
550
|
-
*/
|
|
344
|
+
|
|
551
345
|
SchemaVersion: string | undefined;
|
|
552
346
|
}
|
|
553
347
|
export declare namespace DeleteSchemaVersionRequest {
|
|
554
|
-
|
|
555
|
-
* @internal
|
|
556
|
-
*/
|
|
348
|
+
|
|
557
349
|
const filterSensitiveLog: (obj: DeleteSchemaVersionRequest) => any;
|
|
558
350
|
}
|
|
559
351
|
export interface DescribeCodeBindingRequest {
|
|
560
|
-
|
|
561
|
-
* <p>The language of the code binding.</p>
|
|
562
|
-
*/
|
|
352
|
+
|
|
563
353
|
Language: string | undefined;
|
|
564
|
-
|
|
565
|
-
* <p>The name of the registry.</p>
|
|
566
|
-
*/
|
|
354
|
+
|
|
567
355
|
RegistryName: string | undefined;
|
|
568
|
-
|
|
569
|
-
* <p>The name of the schema.</p>
|
|
570
|
-
*/
|
|
356
|
+
|
|
571
357
|
SchemaName: string | undefined;
|
|
572
|
-
|
|
573
|
-
* <p>Specifying this limits the results to only this schema version.</p>
|
|
574
|
-
*/
|
|
358
|
+
|
|
575
359
|
SchemaVersion?: string;
|
|
576
360
|
}
|
|
577
361
|
export declare namespace DescribeCodeBindingRequest {
|
|
578
|
-
|
|
579
|
-
* @internal
|
|
580
|
-
*/
|
|
362
|
+
|
|
581
363
|
const filterSensitiveLog: (obj: DescribeCodeBindingRequest) => any;
|
|
582
364
|
}
|
|
583
365
|
export interface DescribeCodeBindingResponse {
|
|
584
|
-
|
|
585
|
-
* <p>The time and date that the code binding was created.</p>
|
|
586
|
-
*/
|
|
366
|
+
|
|
587
367
|
CreationDate?: Date;
|
|
588
|
-
|
|
589
|
-
* <p>The date and time that code bindings were modified.</p>
|
|
590
|
-
*/
|
|
368
|
+
|
|
591
369
|
LastModified?: Date;
|
|
592
|
-
|
|
593
|
-
* <p>The version number of the schema.</p>
|
|
594
|
-
*/
|
|
370
|
+
|
|
595
371
|
SchemaVersion?: string;
|
|
596
|
-
|
|
597
|
-
* <p>The current status of code binding generation.</p>
|
|
598
|
-
*/
|
|
372
|
+
|
|
599
373
|
Status?: CodeGenerationStatus | string;
|
|
600
374
|
}
|
|
601
375
|
export declare namespace DescribeCodeBindingResponse {
|
|
602
|
-
|
|
603
|
-
* @internal
|
|
604
|
-
*/
|
|
376
|
+
|
|
605
377
|
const filterSensitiveLog: (obj: DescribeCodeBindingResponse) => any;
|
|
606
378
|
}
|
|
607
379
|
export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
|
|
608
380
|
name: "TooManyRequestsException";
|
|
609
381
|
$fault: "client";
|
|
610
|
-
|
|
611
|
-
* <p>The error code.</p>
|
|
612
|
-
*/
|
|
382
|
+
|
|
613
383
|
Code: string | undefined;
|
|
614
|
-
|
|
615
|
-
* <p>The message string of the error output.</p>
|
|
616
|
-
*/
|
|
384
|
+
|
|
617
385
|
Message: string | undefined;
|
|
618
386
|
}
|
|
619
387
|
export declare namespace TooManyRequestsException {
|
|
620
|
-
|
|
621
|
-
* @internal
|
|
622
|
-
*/
|
|
388
|
+
|
|
623
389
|
const filterSensitiveLog: (obj: TooManyRequestsException) => any;
|
|
624
390
|
}
|
|
625
391
|
export interface DescribeDiscovererRequest {
|
|
626
|
-
|
|
627
|
-
* <p>The ID of the discoverer.</p>
|
|
628
|
-
*/
|
|
392
|
+
|
|
629
393
|
DiscovererId: string | undefined;
|
|
630
394
|
}
|
|
631
395
|
export declare namespace DescribeDiscovererRequest {
|
|
632
|
-
|
|
633
|
-
* @internal
|
|
634
|
-
*/
|
|
396
|
+
|
|
635
397
|
const filterSensitiveLog: (obj: DescribeDiscovererRequest) => any;
|
|
636
398
|
}
|
|
637
399
|
export interface DescribeDiscovererResponse {
|
|
638
|
-
|
|
639
|
-
* <p>The description of the discoverer.</p>
|
|
640
|
-
*/
|
|
400
|
+
|
|
641
401
|
Description?: string;
|
|
642
|
-
|
|
643
|
-
* <p>The ARN of the discoverer.</p>
|
|
644
|
-
*/
|
|
402
|
+
|
|
645
403
|
DiscovererArn?: string;
|
|
646
|
-
|
|
647
|
-
* <p>The ID of the discoverer.</p>
|
|
648
|
-
*/
|
|
404
|
+
|
|
649
405
|
DiscovererId?: string;
|
|
650
|
-
|
|
651
|
-
* <p>The ARN of the event bus.</p>
|
|
652
|
-
*/
|
|
406
|
+
|
|
653
407
|
SourceArn?: string;
|
|
654
|
-
|
|
655
|
-
* <p>The state of the discoverer.</p>
|
|
656
|
-
*/
|
|
408
|
+
|
|
657
409
|
State?: DiscovererState | string;
|
|
658
|
-
|
|
659
|
-
* <p>The Status if the discoverer will discover schemas from events sent from another account.</p>
|
|
660
|
-
*/
|
|
410
|
+
|
|
661
411
|
CrossAccount?: boolean;
|
|
662
|
-
|
|
663
|
-
* <p>Tags associated with the resource.</p>
|
|
664
|
-
*/
|
|
412
|
+
|
|
665
413
|
Tags?: {
|
|
666
414
|
[key: string]: string;
|
|
667
415
|
};
|
|
668
416
|
}
|
|
669
417
|
export declare namespace DescribeDiscovererResponse {
|
|
670
|
-
|
|
671
|
-
* @internal
|
|
672
|
-
*/
|
|
418
|
+
|
|
673
419
|
const filterSensitiveLog: (obj: DescribeDiscovererResponse) => any;
|
|
674
420
|
}
|
|
675
421
|
export interface DescribeRegistryRequest {
|
|
676
|
-
|
|
677
|
-
* <p>The name of the registry.</p>
|
|
678
|
-
*/
|
|
422
|
+
|
|
679
423
|
RegistryName: string | undefined;
|
|
680
424
|
}
|
|
681
425
|
export declare namespace DescribeRegistryRequest {
|
|
682
|
-
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
426
|
+
|
|
685
427
|
const filterSensitiveLog: (obj: DescribeRegistryRequest) => any;
|
|
686
428
|
}
|
|
687
429
|
export interface DescribeRegistryResponse {
|
|
688
|
-
|
|
689
|
-
* <p>The description of the registry.</p>
|
|
690
|
-
*/
|
|
430
|
+
|
|
691
431
|
Description?: string;
|
|
692
|
-
|
|
693
|
-
* <p>The ARN of the registry.</p>
|
|
694
|
-
*/
|
|
432
|
+
|
|
695
433
|
RegistryArn?: string;
|
|
696
|
-
|
|
697
|
-
* <p>The name of the registry.</p>
|
|
698
|
-
*/
|
|
434
|
+
|
|
699
435
|
RegistryName?: string;
|
|
700
|
-
|
|
701
|
-
* <p>Tags associated with the registry.</p>
|
|
702
|
-
*/
|
|
436
|
+
|
|
703
437
|
Tags?: {
|
|
704
438
|
[key: string]: string;
|
|
705
439
|
};
|
|
706
440
|
}
|
|
707
441
|
export declare namespace DescribeRegistryResponse {
|
|
708
|
-
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
442
|
+
|
|
711
443
|
const filterSensitiveLog: (obj: DescribeRegistryResponse) => any;
|
|
712
444
|
}
|
|
713
445
|
export interface DescribeSchemaRequest {
|
|
714
|
-
|
|
715
|
-
* <p>The name of the registry.</p>
|
|
716
|
-
*/
|
|
446
|
+
|
|
717
447
|
RegistryName: string | undefined;
|
|
718
|
-
|
|
719
|
-
* <p>The name of the schema.</p>
|
|
720
|
-
*/
|
|
448
|
+
|
|
721
449
|
SchemaName: string | undefined;
|
|
722
|
-
|
|
723
|
-
* <p>Specifying this limits the results to only this schema version.</p>
|
|
724
|
-
*/
|
|
450
|
+
|
|
725
451
|
SchemaVersion?: string;
|
|
726
452
|
}
|
|
727
453
|
export declare namespace DescribeSchemaRequest {
|
|
728
|
-
|
|
729
|
-
* @internal
|
|
730
|
-
*/
|
|
454
|
+
|
|
731
455
|
const filterSensitiveLog: (obj: DescribeSchemaRequest) => any;
|
|
732
456
|
}
|
|
733
457
|
export interface DescribeSchemaResponse {
|
|
734
|
-
|
|
735
|
-
* <p>The source of the schema definition.</p>
|
|
736
|
-
*/
|
|
458
|
+
|
|
737
459
|
Content?: string;
|
|
738
|
-
|
|
739
|
-
* <p>The description of the schema.</p>
|
|
740
|
-
*/
|
|
460
|
+
|
|
741
461
|
Description?: string;
|
|
742
|
-
|
|
743
|
-
* <p>The date and time that schema was modified.</p>
|
|
744
|
-
*/
|
|
462
|
+
|
|
745
463
|
LastModified?: Date;
|
|
746
|
-
|
|
747
|
-
* <p>The ARN of the schema.</p>
|
|
748
|
-
*/
|
|
464
|
+
|
|
749
465
|
SchemaArn?: string;
|
|
750
|
-
|
|
751
|
-
* <p>The name of the schema.</p>
|
|
752
|
-
*/
|
|
466
|
+
|
|
753
467
|
SchemaName?: string;
|
|
754
|
-
|
|
755
|
-
* <p>The version number of the schema</p>
|
|
756
|
-
*/
|
|
468
|
+
|
|
757
469
|
SchemaVersion?: string;
|
|
758
|
-
|
|
759
|
-
* <p>Tags associated with the resource.</p>
|
|
760
|
-
*/
|
|
470
|
+
|
|
761
471
|
Tags?: {
|
|
762
472
|
[key: string]: string;
|
|
763
473
|
};
|
|
764
|
-
|
|
765
|
-
* <p>The type of the schema.</p>
|
|
766
|
-
*/
|
|
474
|
+
|
|
767
475
|
Type?: string;
|
|
768
|
-
|
|
769
|
-
* <p>The date the schema version was created.</p>
|
|
770
|
-
*/
|
|
476
|
+
|
|
771
477
|
VersionCreatedDate?: Date;
|
|
772
478
|
}
|
|
773
479
|
export declare namespace DescribeSchemaResponse {
|
|
774
|
-
|
|
775
|
-
* @internal
|
|
776
|
-
*/
|
|
480
|
+
|
|
777
481
|
const filterSensitiveLog: (obj: DescribeSchemaResponse) => any;
|
|
778
482
|
}
|
|
779
483
|
export interface ExportSchemaRequest {
|
|
780
|
-
|
|
781
|
-
* <p>The name of the registry.</p>
|
|
782
|
-
*/
|
|
484
|
+
|
|
783
485
|
RegistryName: string | undefined;
|
|
784
|
-
|
|
785
|
-
* <p>The name of the schema.</p>
|
|
786
|
-
*/
|
|
486
|
+
|
|
787
487
|
SchemaName: string | undefined;
|
|
788
|
-
|
|
789
|
-
* <p>Specifying this limits the results to only this schema version.</p>
|
|
790
|
-
*/
|
|
488
|
+
|
|
791
489
|
SchemaVersion?: string;
|
|
792
490
|
Type: string | undefined;
|
|
793
491
|
}
|
|
794
492
|
export declare namespace ExportSchemaRequest {
|
|
795
|
-
|
|
796
|
-
* @internal
|
|
797
|
-
*/
|
|
493
|
+
|
|
798
494
|
const filterSensitiveLog: (obj: ExportSchemaRequest) => any;
|
|
799
495
|
}
|
|
800
496
|
export interface ExportSchemaResponse {
|
|
@@ -805,701 +501,433 @@ export interface ExportSchemaResponse {
|
|
|
805
501
|
Type?: string;
|
|
806
502
|
}
|
|
807
503
|
export declare namespace ExportSchemaResponse {
|
|
808
|
-
|
|
809
|
-
* @internal
|
|
810
|
-
*/
|
|
504
|
+
|
|
811
505
|
const filterSensitiveLog: (obj: ExportSchemaResponse) => any;
|
|
812
506
|
}
|
|
813
507
|
export interface GetCodeBindingSourceRequest {
|
|
814
|
-
|
|
815
|
-
* <p>The language of the code binding.</p>
|
|
816
|
-
*/
|
|
508
|
+
|
|
817
509
|
Language: string | undefined;
|
|
818
|
-
|
|
819
|
-
* <p>The name of the registry.</p>
|
|
820
|
-
*/
|
|
510
|
+
|
|
821
511
|
RegistryName: string | undefined;
|
|
822
|
-
|
|
823
|
-
* <p>The name of the schema.</p>
|
|
824
|
-
*/
|
|
512
|
+
|
|
825
513
|
SchemaName: string | undefined;
|
|
826
|
-
|
|
827
|
-
* <p>Specifying this limits the results to only this schema version.</p>
|
|
828
|
-
*/
|
|
514
|
+
|
|
829
515
|
SchemaVersion?: string;
|
|
830
516
|
}
|
|
831
517
|
export declare namespace GetCodeBindingSourceRequest {
|
|
832
|
-
|
|
833
|
-
* @internal
|
|
834
|
-
*/
|
|
518
|
+
|
|
835
519
|
const filterSensitiveLog: (obj: GetCodeBindingSourceRequest) => any;
|
|
836
520
|
}
|
|
837
521
|
export interface GetCodeBindingSourceResponse {
|
|
838
522
|
Body?: Uint8Array;
|
|
839
523
|
}
|
|
840
524
|
export declare namespace GetCodeBindingSourceResponse {
|
|
841
|
-
|
|
842
|
-
* @internal
|
|
843
|
-
*/
|
|
525
|
+
|
|
844
526
|
const filterSensitiveLog: (obj: GetCodeBindingSourceResponse) => any;
|
|
845
527
|
}
|
|
846
528
|
export interface GetDiscoveredSchemaRequest {
|
|
847
|
-
|
|
848
|
-
* <p>An array of strings where each string is a JSON event. These are the events that were used to generate the schema. The array includes a single type of event and has a maximum size of 10 events.</p>
|
|
849
|
-
*/
|
|
529
|
+
|
|
850
530
|
Events: string[] | undefined;
|
|
851
|
-
|
|
852
|
-
* <p>The type of event.</p>
|
|
853
|
-
*/
|
|
531
|
+
|
|
854
532
|
Type: Type | string | undefined;
|
|
855
533
|
}
|
|
856
534
|
export declare namespace GetDiscoveredSchemaRequest {
|
|
857
|
-
|
|
858
|
-
* @internal
|
|
859
|
-
*/
|
|
535
|
+
|
|
860
536
|
const filterSensitiveLog: (obj: GetDiscoveredSchemaRequest) => any;
|
|
861
537
|
}
|
|
862
538
|
export interface GetDiscoveredSchemaResponse {
|
|
863
|
-
|
|
864
|
-
* <p>The source of the schema definition.</p>
|
|
865
|
-
*/
|
|
539
|
+
|
|
866
540
|
Content?: string;
|
|
867
541
|
}
|
|
868
542
|
export declare namespace GetDiscoveredSchemaResponse {
|
|
869
|
-
|
|
870
|
-
* @internal
|
|
871
|
-
*/
|
|
543
|
+
|
|
872
544
|
const filterSensitiveLog: (obj: GetDiscoveredSchemaResponse) => any;
|
|
873
545
|
}
|
|
874
546
|
export interface GetResourcePolicyRequest {
|
|
875
|
-
|
|
876
|
-
* <p>The name of the registry.</p>
|
|
877
|
-
*/
|
|
547
|
+
|
|
878
548
|
RegistryName?: string;
|
|
879
549
|
}
|
|
880
550
|
export declare namespace GetResourcePolicyRequest {
|
|
881
|
-
|
|
882
|
-
* @internal
|
|
883
|
-
*/
|
|
551
|
+
|
|
884
552
|
const filterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
|
|
885
553
|
}
|
|
886
554
|
export interface GetResourcePolicyResponse {
|
|
887
|
-
|
|
888
|
-
* <p>The resource-based policy.</p>
|
|
889
|
-
*/
|
|
555
|
+
|
|
890
556
|
Policy?: __LazyJsonString | string;
|
|
891
|
-
|
|
892
|
-
* <p>The revision ID.</p>
|
|
893
|
-
*/
|
|
557
|
+
|
|
894
558
|
RevisionId?: string;
|
|
895
559
|
}
|
|
896
560
|
export declare namespace GetResourcePolicyResponse {
|
|
897
|
-
|
|
898
|
-
* @internal
|
|
899
|
-
*/
|
|
561
|
+
|
|
900
562
|
const filterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
|
|
901
563
|
}
|
|
902
564
|
export interface GoneException extends __SmithyException, $MetadataBearer {
|
|
903
565
|
name: "GoneException";
|
|
904
566
|
$fault: "client";
|
|
905
|
-
|
|
906
|
-
* <p>The error code.</p>
|
|
907
|
-
*/
|
|
567
|
+
|
|
908
568
|
Code: string | undefined;
|
|
909
|
-
|
|
910
|
-
* <p>The message string of the error output.</p>
|
|
911
|
-
*/
|
|
569
|
+
|
|
912
570
|
Message: string | undefined;
|
|
913
571
|
}
|
|
914
572
|
export declare namespace GoneException {
|
|
915
|
-
|
|
916
|
-
* @internal
|
|
917
|
-
*/
|
|
573
|
+
|
|
918
574
|
const filterSensitiveLog: (obj: GoneException) => any;
|
|
919
575
|
}
|
|
920
576
|
export interface ListDiscoverersRequest {
|
|
921
|
-
|
|
922
|
-
* <p>Specifying this limits the results to only those discoverer IDs that start with the specified prefix.</p>
|
|
923
|
-
*/
|
|
577
|
+
|
|
924
578
|
DiscovererIdPrefix?: string;
|
|
925
579
|
Limit?: number;
|
|
926
|
-
|
|
927
|
-
* <p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>
|
|
928
|
-
*/
|
|
580
|
+
|
|
929
581
|
NextToken?: string;
|
|
930
|
-
|
|
931
|
-
* <p>Specifying this limits the results to only those ARNs that start with the specified prefix.</p>
|
|
932
|
-
*/
|
|
582
|
+
|
|
933
583
|
SourceArnPrefix?: string;
|
|
934
584
|
}
|
|
935
585
|
export declare namespace ListDiscoverersRequest {
|
|
936
|
-
|
|
937
|
-
* @internal
|
|
938
|
-
*/
|
|
586
|
+
|
|
939
587
|
const filterSensitiveLog: (obj: ListDiscoverersRequest) => any;
|
|
940
588
|
}
|
|
941
589
|
export interface ListDiscoverersResponse {
|
|
942
|
-
|
|
943
|
-
* <p>An array of DiscovererSummary information.</p>
|
|
944
|
-
*/
|
|
590
|
+
|
|
945
591
|
Discoverers?: DiscovererSummary[];
|
|
946
|
-
|
|
947
|
-
* <p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>
|
|
948
|
-
*/
|
|
592
|
+
|
|
949
593
|
NextToken?: string;
|
|
950
594
|
}
|
|
951
595
|
export declare namespace ListDiscoverersResponse {
|
|
952
|
-
|
|
953
|
-
* @internal
|
|
954
|
-
*/
|
|
596
|
+
|
|
955
597
|
const filterSensitiveLog: (obj: ListDiscoverersResponse) => any;
|
|
956
598
|
}
|
|
957
599
|
export interface ListRegistriesRequest {
|
|
958
600
|
Limit?: number;
|
|
959
|
-
|
|
960
|
-
* <p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>
|
|
961
|
-
*/
|
|
601
|
+
|
|
962
602
|
NextToken?: string;
|
|
963
|
-
|
|
964
|
-
* <p>Specifying this limits the results to only those registry names that start with the specified prefix.</p>
|
|
965
|
-
*/
|
|
603
|
+
|
|
966
604
|
RegistryNamePrefix?: string;
|
|
967
|
-
|
|
968
|
-
* <p>Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.</p>
|
|
969
|
-
*/
|
|
605
|
+
|
|
970
606
|
Scope?: string;
|
|
971
607
|
}
|
|
972
608
|
export declare namespace ListRegistriesRequest {
|
|
973
|
-
|
|
974
|
-
* @internal
|
|
975
|
-
*/
|
|
609
|
+
|
|
976
610
|
const filterSensitiveLog: (obj: ListRegistriesRequest) => any;
|
|
977
611
|
}
|
|
978
612
|
export interface ListRegistriesResponse {
|
|
979
|
-
|
|
980
|
-
* <p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>
|
|
981
|
-
*/
|
|
613
|
+
|
|
982
614
|
NextToken?: string;
|
|
983
|
-
|
|
984
|
-
* <p>An array of registry summaries.</p>
|
|
985
|
-
*/
|
|
615
|
+
|
|
986
616
|
Registries?: RegistrySummary[];
|
|
987
617
|
}
|
|
988
618
|
export declare namespace ListRegistriesResponse {
|
|
989
|
-
|
|
990
|
-
* @internal
|
|
991
|
-
*/
|
|
619
|
+
|
|
992
620
|
const filterSensitiveLog: (obj: ListRegistriesResponse) => any;
|
|
993
621
|
}
|
|
994
622
|
export interface ListSchemasRequest {
|
|
995
623
|
Limit?: number;
|
|
996
|
-
|
|
997
|
-
* <p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>
|
|
998
|
-
*/
|
|
624
|
+
|
|
999
625
|
NextToken?: string;
|
|
1000
|
-
|
|
1001
|
-
* <p>The name of the registry.</p>
|
|
1002
|
-
*/
|
|
626
|
+
|
|
1003
627
|
RegistryName: string | undefined;
|
|
1004
|
-
|
|
1005
|
-
* <p>Specifying this limits the results to only those schema names that start with the specified prefix.</p>
|
|
1006
|
-
*/
|
|
628
|
+
|
|
1007
629
|
SchemaNamePrefix?: string;
|
|
1008
630
|
}
|
|
1009
631
|
export declare namespace ListSchemasRequest {
|
|
1010
|
-
|
|
1011
|
-
* @internal
|
|
1012
|
-
*/
|
|
632
|
+
|
|
1013
633
|
const filterSensitiveLog: (obj: ListSchemasRequest) => any;
|
|
1014
634
|
}
|
|
1015
635
|
export interface ListSchemasResponse {
|
|
1016
|
-
|
|
1017
|
-
* <p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>
|
|
1018
|
-
*/
|
|
636
|
+
|
|
1019
637
|
NextToken?: string;
|
|
1020
|
-
|
|
1021
|
-
* <p>An array of schema summaries.</p>
|
|
1022
|
-
*/
|
|
638
|
+
|
|
1023
639
|
Schemas?: SchemaSummary[];
|
|
1024
640
|
}
|
|
1025
641
|
export declare namespace ListSchemasResponse {
|
|
1026
|
-
|
|
1027
|
-
* @internal
|
|
1028
|
-
*/
|
|
642
|
+
|
|
1029
643
|
const filterSensitiveLog: (obj: ListSchemasResponse) => any;
|
|
1030
644
|
}
|
|
1031
645
|
export interface ListSchemaVersionsRequest {
|
|
1032
646
|
Limit?: number;
|
|
1033
|
-
|
|
1034
|
-
* <p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>
|
|
1035
|
-
*/
|
|
647
|
+
|
|
1036
648
|
NextToken?: string;
|
|
1037
|
-
|
|
1038
|
-
* <p>The name of the registry.</p>
|
|
1039
|
-
*/
|
|
649
|
+
|
|
1040
650
|
RegistryName: string | undefined;
|
|
1041
|
-
|
|
1042
|
-
* <p>The name of the schema.</p>
|
|
1043
|
-
*/
|
|
651
|
+
|
|
1044
652
|
SchemaName: string | undefined;
|
|
1045
653
|
}
|
|
1046
654
|
export declare namespace ListSchemaVersionsRequest {
|
|
1047
|
-
|
|
1048
|
-
* @internal
|
|
1049
|
-
*/
|
|
655
|
+
|
|
1050
656
|
const filterSensitiveLog: (obj: ListSchemaVersionsRequest) => any;
|
|
1051
657
|
}
|
|
1052
658
|
export interface ListSchemaVersionsResponse {
|
|
1053
|
-
|
|
1054
|
-
* <p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>
|
|
1055
|
-
*/
|
|
659
|
+
|
|
1056
660
|
NextToken?: string;
|
|
1057
|
-
|
|
1058
|
-
* <p>An array of schema version summaries.</p>
|
|
1059
|
-
*/
|
|
661
|
+
|
|
1060
662
|
SchemaVersions?: SchemaVersionSummary[];
|
|
1061
663
|
}
|
|
1062
664
|
export declare namespace ListSchemaVersionsResponse {
|
|
1063
|
-
|
|
1064
|
-
* @internal
|
|
1065
|
-
*/
|
|
665
|
+
|
|
1066
666
|
const filterSensitiveLog: (obj: ListSchemaVersionsResponse) => any;
|
|
1067
667
|
}
|
|
1068
668
|
export interface ListTagsForResourceRequest {
|
|
1069
|
-
|
|
1070
|
-
* <p>The ARN of the resource.</p>
|
|
1071
|
-
*/
|
|
669
|
+
|
|
1072
670
|
ResourceArn: string | undefined;
|
|
1073
671
|
}
|
|
1074
672
|
export declare namespace ListTagsForResourceRequest {
|
|
1075
|
-
|
|
1076
|
-
* @internal
|
|
1077
|
-
*/
|
|
673
|
+
|
|
1078
674
|
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1079
675
|
}
|
|
1080
676
|
export interface ListTagsForResourceResponse {
|
|
1081
|
-
|
|
1082
|
-
* <p>Key-value pairs associated with a resource.</p>
|
|
1083
|
-
*/
|
|
677
|
+
|
|
1084
678
|
Tags?: {
|
|
1085
679
|
[key: string]: string;
|
|
1086
680
|
};
|
|
1087
681
|
}
|
|
1088
682
|
export declare namespace ListTagsForResourceResponse {
|
|
1089
|
-
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
683
|
+
|
|
1092
684
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1093
685
|
}
|
|
1094
686
|
export interface PreconditionFailedException extends __SmithyException, $MetadataBearer {
|
|
1095
687
|
name: "PreconditionFailedException";
|
|
1096
688
|
$fault: "client";
|
|
1097
|
-
|
|
1098
|
-
* <p>The error code.</p>
|
|
1099
|
-
*/
|
|
689
|
+
|
|
1100
690
|
Code: string | undefined;
|
|
1101
|
-
|
|
1102
|
-
* <p>The message string of the error output.</p>
|
|
1103
|
-
*/
|
|
691
|
+
|
|
1104
692
|
Message: string | undefined;
|
|
1105
693
|
}
|
|
1106
694
|
export declare namespace PreconditionFailedException {
|
|
1107
|
-
|
|
1108
|
-
* @internal
|
|
1109
|
-
*/
|
|
695
|
+
|
|
1110
696
|
const filterSensitiveLog: (obj: PreconditionFailedException) => any;
|
|
1111
697
|
}
|
|
1112
698
|
export interface PutCodeBindingRequest {
|
|
1113
|
-
|
|
1114
|
-
* <p>The language of the code binding.</p>
|
|
1115
|
-
*/
|
|
699
|
+
|
|
1116
700
|
Language: string | undefined;
|
|
1117
|
-
|
|
1118
|
-
* <p>The name of the registry.</p>
|
|
1119
|
-
*/
|
|
701
|
+
|
|
1120
702
|
RegistryName: string | undefined;
|
|
1121
|
-
|
|
1122
|
-
* <p>The name of the schema.</p>
|
|
1123
|
-
*/
|
|
703
|
+
|
|
1124
704
|
SchemaName: string | undefined;
|
|
1125
|
-
|
|
1126
|
-
* <p>Specifying this limits the results to only this schema version.</p>
|
|
1127
|
-
*/
|
|
705
|
+
|
|
1128
706
|
SchemaVersion?: string;
|
|
1129
707
|
}
|
|
1130
708
|
export declare namespace PutCodeBindingRequest {
|
|
1131
|
-
|
|
1132
|
-
* @internal
|
|
1133
|
-
*/
|
|
709
|
+
|
|
1134
710
|
const filterSensitiveLog: (obj: PutCodeBindingRequest) => any;
|
|
1135
711
|
}
|
|
1136
712
|
export interface PutCodeBindingResponse {
|
|
1137
|
-
|
|
1138
|
-
* <p>The time and date that the code binding was created.</p>
|
|
1139
|
-
*/
|
|
713
|
+
|
|
1140
714
|
CreationDate?: Date;
|
|
1141
|
-
|
|
1142
|
-
* <p>The date and time that code bindings were modified.</p>
|
|
1143
|
-
*/
|
|
715
|
+
|
|
1144
716
|
LastModified?: Date;
|
|
1145
|
-
|
|
1146
|
-
* <p>The version number of the schema.</p>
|
|
1147
|
-
*/
|
|
717
|
+
|
|
1148
718
|
SchemaVersion?: string;
|
|
1149
|
-
|
|
1150
|
-
* <p>The current status of code binding generation.</p>
|
|
1151
|
-
*/
|
|
719
|
+
|
|
1152
720
|
Status?: CodeGenerationStatus | string;
|
|
1153
721
|
}
|
|
1154
722
|
export declare namespace PutCodeBindingResponse {
|
|
1155
|
-
|
|
1156
|
-
* @internal
|
|
1157
|
-
*/
|
|
723
|
+
|
|
1158
724
|
const filterSensitiveLog: (obj: PutCodeBindingResponse) => any;
|
|
1159
725
|
}
|
|
1160
|
-
|
|
1161
|
-
* <p>The name of the policy.</p>
|
|
1162
|
-
*/
|
|
726
|
+
|
|
1163
727
|
export interface PutResourcePolicyRequest {
|
|
1164
|
-
|
|
1165
|
-
* <p>The resource-based policy.</p>
|
|
1166
|
-
*/
|
|
728
|
+
|
|
1167
729
|
Policy: __LazyJsonString | string | undefined;
|
|
1168
|
-
|
|
1169
|
-
* <p>The name of the registry.</p>
|
|
1170
|
-
*/
|
|
730
|
+
|
|
1171
731
|
RegistryName?: string;
|
|
1172
|
-
|
|
1173
|
-
* <p>The revision ID of the policy.</p>
|
|
1174
|
-
*/
|
|
732
|
+
|
|
1175
733
|
RevisionId?: string;
|
|
1176
734
|
}
|
|
1177
735
|
export declare namespace PutResourcePolicyRequest {
|
|
1178
|
-
|
|
1179
|
-
* @internal
|
|
1180
|
-
*/
|
|
736
|
+
|
|
1181
737
|
const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
1182
738
|
}
|
|
1183
739
|
export interface PutResourcePolicyResponse {
|
|
1184
|
-
|
|
1185
|
-
* <p>The resource-based policy.</p>
|
|
1186
|
-
*/
|
|
740
|
+
|
|
1187
741
|
Policy?: __LazyJsonString | string;
|
|
1188
|
-
|
|
1189
|
-
* <p>The revision ID of the policy.</p>
|
|
1190
|
-
*/
|
|
742
|
+
|
|
1191
743
|
RevisionId?: string;
|
|
1192
744
|
}
|
|
1193
745
|
export declare namespace PutResourcePolicyResponse {
|
|
1194
|
-
|
|
1195
|
-
* @internal
|
|
1196
|
-
*/
|
|
746
|
+
|
|
1197
747
|
const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
1198
748
|
}
|
|
1199
749
|
export interface SearchSchemasRequest {
|
|
1200
|
-
|
|
1201
|
-
* <p>Specifying this limits the results to only schemas that include the provided keywords.</p>
|
|
1202
|
-
*/
|
|
750
|
+
|
|
1203
751
|
Keywords: string | undefined;
|
|
1204
752
|
Limit?: number;
|
|
1205
|
-
|
|
1206
|
-
* <p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>
|
|
1207
|
-
*/
|
|
753
|
+
|
|
1208
754
|
NextToken?: string;
|
|
1209
|
-
|
|
1210
|
-
* <p>The name of the registry.</p>
|
|
1211
|
-
*/
|
|
755
|
+
|
|
1212
756
|
RegistryName: string | undefined;
|
|
1213
757
|
}
|
|
1214
758
|
export declare namespace SearchSchemasRequest {
|
|
1215
|
-
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
759
|
+
|
|
1218
760
|
const filterSensitiveLog: (obj: SearchSchemasRequest) => any;
|
|
1219
761
|
}
|
|
1220
762
|
export interface SearchSchemasResponse {
|
|
1221
|
-
|
|
1222
|
-
* <p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>
|
|
1223
|
-
*/
|
|
763
|
+
|
|
1224
764
|
NextToken?: string;
|
|
1225
|
-
|
|
1226
|
-
* <p>An array of SearchSchemaSummary information.</p>
|
|
1227
|
-
*/
|
|
765
|
+
|
|
1228
766
|
Schemas?: SearchSchemaSummary[];
|
|
1229
767
|
}
|
|
1230
768
|
export declare namespace SearchSchemasResponse {
|
|
1231
|
-
|
|
1232
|
-
* @internal
|
|
1233
|
-
*/
|
|
769
|
+
|
|
1234
770
|
const filterSensitiveLog: (obj: SearchSchemasResponse) => any;
|
|
1235
771
|
}
|
|
1236
772
|
export interface StartDiscovererRequest {
|
|
1237
|
-
|
|
1238
|
-
* <p>The ID of the discoverer.</p>
|
|
1239
|
-
*/
|
|
773
|
+
|
|
1240
774
|
DiscovererId: string | undefined;
|
|
1241
775
|
}
|
|
1242
776
|
export declare namespace StartDiscovererRequest {
|
|
1243
|
-
|
|
1244
|
-
* @internal
|
|
1245
|
-
*/
|
|
777
|
+
|
|
1246
778
|
const filterSensitiveLog: (obj: StartDiscovererRequest) => any;
|
|
1247
779
|
}
|
|
1248
780
|
export interface StartDiscovererResponse {
|
|
1249
|
-
|
|
1250
|
-
* <p>The ID of the discoverer.</p>
|
|
1251
|
-
*/
|
|
781
|
+
|
|
1252
782
|
DiscovererId?: string;
|
|
1253
|
-
|
|
1254
|
-
* <p>The state of the discoverer.</p>
|
|
1255
|
-
*/
|
|
783
|
+
|
|
1256
784
|
State?: DiscovererState | string;
|
|
1257
785
|
}
|
|
1258
786
|
export declare namespace StartDiscovererResponse {
|
|
1259
|
-
|
|
1260
|
-
* @internal
|
|
1261
|
-
*/
|
|
787
|
+
|
|
1262
788
|
const filterSensitiveLog: (obj: StartDiscovererResponse) => any;
|
|
1263
789
|
}
|
|
1264
790
|
export interface StopDiscovererRequest {
|
|
1265
|
-
|
|
1266
|
-
* <p>The ID of the discoverer.</p>
|
|
1267
|
-
*/
|
|
791
|
+
|
|
1268
792
|
DiscovererId: string | undefined;
|
|
1269
793
|
}
|
|
1270
794
|
export declare namespace StopDiscovererRequest {
|
|
1271
|
-
|
|
1272
|
-
* @internal
|
|
1273
|
-
*/
|
|
795
|
+
|
|
1274
796
|
const filterSensitiveLog: (obj: StopDiscovererRequest) => any;
|
|
1275
797
|
}
|
|
1276
798
|
export interface StopDiscovererResponse {
|
|
1277
|
-
|
|
1278
|
-
* <p>The ID of the discoverer.</p>
|
|
1279
|
-
*/
|
|
799
|
+
|
|
1280
800
|
DiscovererId?: string;
|
|
1281
|
-
|
|
1282
|
-
* <p>The state of the discoverer.</p>
|
|
1283
|
-
*/
|
|
801
|
+
|
|
1284
802
|
State?: DiscovererState | string;
|
|
1285
803
|
}
|
|
1286
804
|
export declare namespace StopDiscovererResponse {
|
|
1287
|
-
|
|
1288
|
-
* @internal
|
|
1289
|
-
*/
|
|
805
|
+
|
|
1290
806
|
const filterSensitiveLog: (obj: StopDiscovererResponse) => any;
|
|
1291
807
|
}
|
|
1292
|
-
|
|
1293
|
-
* <p></p>
|
|
1294
|
-
*/
|
|
808
|
+
|
|
1295
809
|
export interface TagResourceRequest {
|
|
1296
|
-
|
|
1297
|
-
* <p>The ARN of the resource.</p>
|
|
1298
|
-
*/
|
|
810
|
+
|
|
1299
811
|
ResourceArn: string | undefined;
|
|
1300
|
-
|
|
1301
|
-
* <p>Tags associated with the resource.</p>
|
|
1302
|
-
*/
|
|
812
|
+
|
|
1303
813
|
Tags: {
|
|
1304
814
|
[key: string]: string;
|
|
1305
815
|
} | undefined;
|
|
1306
816
|
}
|
|
1307
817
|
export declare namespace TagResourceRequest {
|
|
1308
|
-
|
|
1309
|
-
* @internal
|
|
1310
|
-
*/
|
|
818
|
+
|
|
1311
819
|
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1312
820
|
}
|
|
1313
821
|
export interface UntagResourceRequest {
|
|
1314
|
-
|
|
1315
|
-
* <p>The ARN of the resource.</p>
|
|
1316
|
-
*/
|
|
822
|
+
|
|
1317
823
|
ResourceArn: string | undefined;
|
|
1318
|
-
|
|
1319
|
-
* <p>Keys of key-value pairs.</p>
|
|
1320
|
-
*/
|
|
824
|
+
|
|
1321
825
|
TagKeys: string[] | undefined;
|
|
1322
826
|
}
|
|
1323
827
|
export declare namespace UntagResourceRequest {
|
|
1324
|
-
|
|
1325
|
-
* @internal
|
|
1326
|
-
*/
|
|
828
|
+
|
|
1327
829
|
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1328
830
|
}
|
|
1329
831
|
export interface UpdateDiscovererRequest {
|
|
1330
|
-
|
|
1331
|
-
* <p>The description of the discoverer to update.</p>
|
|
1332
|
-
*/
|
|
832
|
+
|
|
1333
833
|
Description?: string;
|
|
1334
|
-
|
|
1335
|
-
* <p>The ID of the discoverer.</p>
|
|
1336
|
-
*/
|
|
834
|
+
|
|
1337
835
|
DiscovererId: string | undefined;
|
|
1338
|
-
|
|
1339
|
-
* <p>Support discovery of schemas in events sent to the bus from another account. (default: true)</p>
|
|
1340
|
-
*/
|
|
836
|
+
|
|
1341
837
|
CrossAccount?: boolean;
|
|
1342
838
|
}
|
|
1343
839
|
export declare namespace UpdateDiscovererRequest {
|
|
1344
|
-
|
|
1345
|
-
* @internal
|
|
1346
|
-
*/
|
|
840
|
+
|
|
1347
841
|
const filterSensitiveLog: (obj: UpdateDiscovererRequest) => any;
|
|
1348
842
|
}
|
|
1349
843
|
export interface UpdateDiscovererResponse {
|
|
1350
|
-
|
|
1351
|
-
* <p>The description of the discoverer.</p>
|
|
1352
|
-
*/
|
|
844
|
+
|
|
1353
845
|
Description?: string;
|
|
1354
|
-
|
|
1355
|
-
* <p>The ARN of the discoverer.</p>
|
|
1356
|
-
*/
|
|
846
|
+
|
|
1357
847
|
DiscovererArn?: string;
|
|
1358
|
-
|
|
1359
|
-
* <p>The ID of the discoverer.</p>
|
|
1360
|
-
*/
|
|
848
|
+
|
|
1361
849
|
DiscovererId?: string;
|
|
1362
|
-
|
|
1363
|
-
* <p>The ARN of the event bus.</p>
|
|
1364
|
-
*/
|
|
850
|
+
|
|
1365
851
|
SourceArn?: string;
|
|
1366
|
-
|
|
1367
|
-
* <p>The state of the discoverer.</p>
|
|
1368
|
-
*/
|
|
852
|
+
|
|
1369
853
|
State?: DiscovererState | string;
|
|
1370
|
-
|
|
1371
|
-
* <p>The Status if the discoverer will discover schemas from events sent from another account.</p>
|
|
1372
|
-
*/
|
|
854
|
+
|
|
1373
855
|
CrossAccount?: boolean;
|
|
1374
|
-
|
|
1375
|
-
* <p>Tags associated with the resource.</p>
|
|
1376
|
-
*/
|
|
856
|
+
|
|
1377
857
|
Tags?: {
|
|
1378
858
|
[key: string]: string;
|
|
1379
859
|
};
|
|
1380
860
|
}
|
|
1381
861
|
export declare namespace UpdateDiscovererResponse {
|
|
1382
|
-
|
|
1383
|
-
* @internal
|
|
1384
|
-
*/
|
|
862
|
+
|
|
1385
863
|
const filterSensitiveLog: (obj: UpdateDiscovererResponse) => any;
|
|
1386
864
|
}
|
|
1387
|
-
|
|
1388
|
-
* <p>Updates the registry.</p>
|
|
1389
|
-
*/
|
|
865
|
+
|
|
1390
866
|
export interface UpdateRegistryRequest {
|
|
1391
|
-
|
|
1392
|
-
* <p>The description of the registry to update.</p>
|
|
1393
|
-
*/
|
|
867
|
+
|
|
1394
868
|
Description?: string;
|
|
1395
|
-
|
|
1396
|
-
* <p>The name of the registry.</p>
|
|
1397
|
-
*/
|
|
869
|
+
|
|
1398
870
|
RegistryName: string | undefined;
|
|
1399
871
|
}
|
|
1400
872
|
export declare namespace UpdateRegistryRequest {
|
|
1401
|
-
|
|
1402
|
-
* @internal
|
|
1403
|
-
*/
|
|
873
|
+
|
|
1404
874
|
const filterSensitiveLog: (obj: UpdateRegistryRequest) => any;
|
|
1405
875
|
}
|
|
1406
876
|
export interface UpdateRegistryResponse {
|
|
1407
|
-
|
|
1408
|
-
* <p>The description of the registry.</p>
|
|
1409
|
-
*/
|
|
877
|
+
|
|
1410
878
|
Description?: string;
|
|
1411
|
-
|
|
1412
|
-
* <p>The ARN of the registry.</p>
|
|
1413
|
-
*/
|
|
879
|
+
|
|
1414
880
|
RegistryArn?: string;
|
|
1415
|
-
|
|
1416
|
-
* <p>The name of the registry.</p>
|
|
1417
|
-
*/
|
|
881
|
+
|
|
1418
882
|
RegistryName?: string;
|
|
1419
|
-
|
|
1420
|
-
* <p>Tags associated with the registry.</p>
|
|
1421
|
-
*/
|
|
883
|
+
|
|
1422
884
|
Tags?: {
|
|
1423
885
|
[key: string]: string;
|
|
1424
886
|
};
|
|
1425
887
|
}
|
|
1426
888
|
export declare namespace UpdateRegistryResponse {
|
|
1427
|
-
|
|
1428
|
-
* @internal
|
|
1429
|
-
*/
|
|
889
|
+
|
|
1430
890
|
const filterSensitiveLog: (obj: UpdateRegistryResponse) => any;
|
|
1431
891
|
}
|
|
1432
892
|
export interface UpdateSchemaRequest {
|
|
1433
|
-
|
|
1434
|
-
* <p>The ID of the client token.</p>
|
|
1435
|
-
*/
|
|
893
|
+
|
|
1436
894
|
ClientTokenId?: string;
|
|
1437
|
-
|
|
1438
|
-
* <p>The source of the schema definition.</p>
|
|
1439
|
-
*/
|
|
895
|
+
|
|
1440
896
|
Content?: string;
|
|
1441
|
-
|
|
1442
|
-
* <p>The description of the schema.</p>
|
|
1443
|
-
*/
|
|
897
|
+
|
|
1444
898
|
Description?: string;
|
|
1445
|
-
|
|
1446
|
-
* <p>The name of the registry.</p>
|
|
1447
|
-
*/
|
|
899
|
+
|
|
1448
900
|
RegistryName: string | undefined;
|
|
1449
|
-
|
|
1450
|
-
* <p>The name of the schema.</p>
|
|
1451
|
-
*/
|
|
901
|
+
|
|
1452
902
|
SchemaName: string | undefined;
|
|
1453
|
-
|
|
1454
|
-
* <p>The schema type for the events schema.</p>
|
|
1455
|
-
*/
|
|
903
|
+
|
|
1456
904
|
Type?: Type | string;
|
|
1457
905
|
}
|
|
1458
906
|
export declare namespace UpdateSchemaRequest {
|
|
1459
|
-
|
|
1460
|
-
* @internal
|
|
1461
|
-
*/
|
|
907
|
+
|
|
1462
908
|
const filterSensitiveLog: (obj: UpdateSchemaRequest) => any;
|
|
1463
909
|
}
|
|
1464
910
|
export interface UpdateSchemaResponse {
|
|
1465
|
-
|
|
1466
|
-
* <p>The description of the schema.</p>
|
|
1467
|
-
*/
|
|
911
|
+
|
|
1468
912
|
Description?: string;
|
|
1469
|
-
|
|
1470
|
-
* <p>The date and time that schema was modified.</p>
|
|
1471
|
-
*/
|
|
913
|
+
|
|
1472
914
|
LastModified?: Date;
|
|
1473
|
-
|
|
1474
|
-
* <p>The ARN of the schema.</p>
|
|
1475
|
-
*/
|
|
915
|
+
|
|
1476
916
|
SchemaArn?: string;
|
|
1477
|
-
|
|
1478
|
-
* <p>The name of the schema.</p>
|
|
1479
|
-
*/
|
|
917
|
+
|
|
1480
918
|
SchemaName?: string;
|
|
1481
|
-
|
|
1482
|
-
* <p>The version number of the schema</p>
|
|
1483
|
-
*/
|
|
919
|
+
|
|
1484
920
|
SchemaVersion?: string;
|
|
1485
|
-
|
|
1486
|
-
* <p>Key-value pairs associated with a resource.</p>
|
|
1487
|
-
*/
|
|
921
|
+
|
|
1488
922
|
Tags?: {
|
|
1489
923
|
[key: string]: string;
|
|
1490
924
|
};
|
|
1491
|
-
|
|
1492
|
-
* <p>The type of the schema.</p>
|
|
1493
|
-
*/
|
|
925
|
+
|
|
1494
926
|
Type?: string;
|
|
1495
|
-
|
|
1496
|
-
* <p>The date the schema version was created.</p>
|
|
1497
|
-
*/
|
|
927
|
+
|
|
1498
928
|
VersionCreatedDate?: Date;
|
|
1499
929
|
}
|
|
1500
930
|
export declare namespace UpdateSchemaResponse {
|
|
1501
|
-
|
|
1502
|
-
* @internal
|
|
1503
|
-
*/
|
|
931
|
+
|
|
1504
932
|
const filterSensitiveLog: (obj: UpdateSchemaResponse) => any;
|
|
1505
933
|
}
|