@aws-sdk/client-schemas 3.32.0 → 3.36.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 +44 -0
- package/{dist/cjs → dist-cjs}/Schemas.js +2 -3
- package/{dist/cjs → dist-cjs}/SchemasClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/CreateDiscovererCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateRegistryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateSchemaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDiscovererCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteRegistryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteResourcePolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteSchemaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteSchemaVersionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeCodeBindingCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDiscovererCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeRegistryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeSchemaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ExportSchemaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetCodeBindingSourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDiscoveredSchemaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetResourcePolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListDiscoverersCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListRegistriesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListSchemaVersionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListSchemasCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutCodeBindingCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutResourcePolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/SearchSchemasCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StartDiscovererCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StopDiscovererCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateDiscovererCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateRegistryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateSchemaCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- 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 -1
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListDiscoverersPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListRegistriesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListSchemaVersionsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListSchemasPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/SearchSchemasPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +7 -8
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/cjs → dist-cjs}/waiters/waitForCodeBindingExists.js +5 -6
- package/{dist/es → dist-es}/Schemas.js +3 -7
- package/{dist/es → dist-es}/SchemasClient.js +2 -11
- package/{dist/es → dist-es}/commands/CreateDiscovererCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateRegistryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateSchemaCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteDiscovererCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteRegistryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteResourcePolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteSchemaCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteSchemaVersionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeCodeBindingCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeDiscovererCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeRegistryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeSchemaCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ExportSchemaCommand.js +4 -13
- package/{dist/es → dist-es}/commands/GetCodeBindingSourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetDiscoveredSchemaCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetResourcePolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListDiscoverersCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListRegistriesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListSchemaVersionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListSchemasCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PutCodeBindingCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PutResourcePolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/SearchSchemasCommand.js +4 -30
- package/{dist/es → dist-es}/commands/StartDiscovererCommand.js +4 -30
- package/{dist/es → dist-es}/commands/StopDiscovererCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateDiscovererCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateRegistryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateSchemaCommand.js +4 -30
- 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 -214
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListDiscoverersPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListRegistriesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListSchemaVersionsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListSchemasPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/SearchSchemasPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +990 -996
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/waiters/waitForCodeBindingExists.js +12 -22
- 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 +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/Schemas.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/SchemasClient.d.ts +9 -9
- package/{dist/types → dist-types}/ts3.4/commands/CreateDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeCodeBindingCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ExportSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListDiscoverersCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListRegistriesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListSchemaVersionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListSchemasCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutCodeBindingCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutResourcePolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/SearchSchemasCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/StartDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/StopDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDiscovererCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateRegistryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateSchemaCommand.d.ts +3 -3
- 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 +0 -0
- 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 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/waiters/waitForCodeBindingExists.d.ts +2 -2
- package/{dist/types → dist-types}/waiters/waitForCodeBindingExists.d.ts +2 -2
- package/package.json +53 -50
- 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/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 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForCodeBindingExists.ts +0 -65
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateDiscovererCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Updates the discoverer</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class UpdateDiscovererCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UpdateDiscovererCommand = UpdateDiscovererCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateDiscovererCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateRegistryCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Updates a registry.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class UpdateRegistryCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UpdateRegistryCommand = UpdateRegistryCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateRegistryCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateSchemaCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Updates the schema definition</p> <note><p>Inactive schemas will be deleted after two years.</p></note>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class UpdateSchemaCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UpdateSchemaCommand = UpdateSchemaCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateSchemaCommand.js.map
|
|
@@ -42,4 +42,3 @@ tslib_1.__exportStar(require("./commands/UpdateRegistryCommand"), exports);
|
|
|
42
42
|
tslib_1.__exportStar(require("./commands/UpdateSchemaCommand"), exports);
|
|
43
43
|
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
44
44
|
tslib_1.__exportStar(require("./models/index"), exports);
|
|
45
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListDiscoverers = void 0;
|
|
4
|
+
const ListDiscoverersCommand_1 = require("../commands/ListDiscoverersCommand");
|
|
4
5
|
const Schemas_1 = require("../Schemas");
|
|
5
6
|
const SchemasClient_1 = require("../SchemasClient");
|
|
6
|
-
const ListDiscoverersCommand_1 = require("../commands/ListDiscoverersCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListDiscoverers(config, input, ...additionalArguments) {
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListDiscoverers = paginateListDiscoverers;
|
|
46
|
-
//# sourceMappingURL=ListDiscoverersPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListRegistries = void 0;
|
|
4
|
+
const ListRegistriesCommand_1 = require("../commands/ListRegistriesCommand");
|
|
4
5
|
const Schemas_1 = require("../Schemas");
|
|
5
6
|
const SchemasClient_1 = require("../SchemasClient");
|
|
6
|
-
const ListRegistriesCommand_1 = require("../commands/ListRegistriesCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListRegistries(config, input, ...additionalArguments) {
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListRegistries = paginateListRegistries;
|
|
46
|
-
//# sourceMappingURL=ListRegistriesPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListSchemaVersions = void 0;
|
|
4
|
+
const ListSchemaVersionsCommand_1 = require("../commands/ListSchemaVersionsCommand");
|
|
4
5
|
const Schemas_1 = require("../Schemas");
|
|
5
6
|
const SchemasClient_1 = require("../SchemasClient");
|
|
6
|
-
const ListSchemaVersionsCommand_1 = require("../commands/ListSchemaVersionsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListSchemaVersions(config, input, ...additionalArguments
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListSchemaVersions = paginateListSchemaVersions;
|
|
46
|
-
//# sourceMappingURL=ListSchemaVersionsPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListSchemas = void 0;
|
|
4
|
+
const ListSchemasCommand_1 = require("../commands/ListSchemasCommand");
|
|
4
5
|
const Schemas_1 = require("../Schemas");
|
|
5
6
|
const SchemasClient_1 = require("../SchemasClient");
|
|
6
|
-
const ListSchemasCommand_1 = require("../commands/ListSchemasCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListSchemas(config, input, ...additionalArguments) {
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListSchemas = paginateListSchemas;
|
|
46
|
-
//# sourceMappingURL=ListSchemasPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateSearchSchemas = void 0;
|
|
4
|
+
const SearchSchemasCommand_1 = require("../commands/SearchSchemasCommand");
|
|
4
5
|
const Schemas_1 = require("../Schemas");
|
|
5
6
|
const SchemasClient_1 = require("../SchemasClient");
|
|
6
|
-
const SearchSchemasCommand_1 = require("../commands/SearchSchemasCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateSearchSchemas(config, input, ...additionalArguments) {
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateSearchSchemas = paginateSearchSchemas;
|
|
46
|
-
//# sourceMappingURL=SearchSchemasPaginator.js.map
|
|
@@ -10,7 +10,7 @@ const serializeAws_restJson1CreateDiscovererCommand = async (input, context) =>
|
|
|
10
10
|
const headers = {
|
|
11
11
|
"content-type": "application/json",
|
|
12
12
|
};
|
|
13
|
-
|
|
13
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/discoverers";
|
|
14
14
|
let body;
|
|
15
15
|
body = JSON.stringify({
|
|
16
16
|
...(input.CrossAccount !== undefined && input.CrossAccount !== null && { CrossAccount: input.CrossAccount }),
|
|
@@ -161,7 +161,7 @@ exports.serializeAws_restJson1DeleteRegistryCommand = serializeAws_restJson1Dele
|
|
|
161
161
|
const serializeAws_restJson1DeleteResourcePolicyCommand = async (input, context) => {
|
|
162
162
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
163
163
|
const headers = {};
|
|
164
|
-
|
|
164
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/policy";
|
|
165
165
|
const query = {
|
|
166
166
|
...(input.RegistryName !== undefined && { registryName: input.RegistryName }),
|
|
167
167
|
};
|
|
@@ -504,7 +504,7 @@ const serializeAws_restJson1GetDiscoveredSchemaCommand = async (input, context)
|
|
|
504
504
|
const headers = {
|
|
505
505
|
"content-type": "application/json",
|
|
506
506
|
};
|
|
507
|
-
|
|
507
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/discover";
|
|
508
508
|
let body;
|
|
509
509
|
body = JSON.stringify({
|
|
510
510
|
...(input.Events !== undefined &&
|
|
@@ -527,7 +527,7 @@ exports.serializeAws_restJson1GetDiscoveredSchemaCommand = serializeAws_restJson
|
|
|
527
527
|
const serializeAws_restJson1GetResourcePolicyCommand = async (input, context) => {
|
|
528
528
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
529
529
|
const headers = {};
|
|
530
|
-
|
|
530
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/policy";
|
|
531
531
|
const query = {
|
|
532
532
|
...(input.RegistryName !== undefined && { registryName: input.RegistryName }),
|
|
533
533
|
};
|
|
@@ -547,7 +547,7 @@ exports.serializeAws_restJson1GetResourcePolicyCommand = serializeAws_restJson1G
|
|
|
547
547
|
const serializeAws_restJson1ListDiscoverersCommand = async (input, context) => {
|
|
548
548
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
549
549
|
const headers = {};
|
|
550
|
-
|
|
550
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/discoverers";
|
|
551
551
|
const query = {
|
|
552
552
|
...(input.DiscovererIdPrefix !== undefined && { discovererIdPrefix: input.DiscovererIdPrefix }),
|
|
553
553
|
...(input.Limit !== undefined && { limit: input.Limit.toString() }),
|
|
@@ -570,7 +570,7 @@ exports.serializeAws_restJson1ListDiscoverersCommand = serializeAws_restJson1Lis
|
|
|
570
570
|
const serializeAws_restJson1ListRegistriesCommand = async (input, context) => {
|
|
571
571
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
572
572
|
const headers = {};
|
|
573
|
-
|
|
573
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/registries";
|
|
574
574
|
const query = {
|
|
575
575
|
...(input.Limit !== undefined && { limit: input.Limit.toString() }),
|
|
576
576
|
...(input.NextToken !== undefined && { nextToken: input.NextToken }),
|
|
@@ -747,7 +747,7 @@ const serializeAws_restJson1PutResourcePolicyCommand = async (input, context) =>
|
|
|
747
747
|
const headers = {
|
|
748
748
|
"content-type": "application/json",
|
|
749
749
|
};
|
|
750
|
-
|
|
750
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/v1/policy";
|
|
751
751
|
const query = {
|
|
752
752
|
...(input.RegistryName !== undefined && { registryName: input.RegistryName }),
|
|
753
753
|
};
|
|
@@ -4284,4 +4284,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
4284
4284
|
}
|
|
4285
4285
|
return "";
|
|
4286
4286
|
};
|
|
4287
|
-
//# sourceMappingURL=Aws_restJson1.js.map
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
5
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
6
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
6
7
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -38,4 +39,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
39
|
};
|
|
39
40
|
};
|
|
40
41
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
5
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
6
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
6
7
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
8
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
9
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -43,4 +44,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
44
|
};
|
|
44
45
|
};
|
|
45
46
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
6
6
|
/**
|
|
7
7
|
* @internal
|
|
8
8
|
*/
|
|
@@ -18,4 +18,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.waitUntilCodeBindingExists = exports.waitForCodeBindingExists = void 0;
|
|
4
|
-
const DescribeCodeBindingCommand_1 = require("../commands/DescribeCodeBindingCommand");
|
|
5
4
|
const util_waiter_1 = require("@aws-sdk/util-waiter");
|
|
5
|
+
const DescribeCodeBindingCommand_1 = require("../commands/DescribeCodeBindingCommand");
|
|
6
6
|
const checkState = async (client, input) => {
|
|
7
7
|
let reason;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const result = await client.send(new DescribeCodeBindingCommand_1.DescribeCodeBindingCommand(input));
|
|
10
10
|
reason = result;
|
|
11
11
|
try {
|
|
12
|
-
|
|
12
|
+
const returnComparator = () => {
|
|
13
13
|
return result.Status;
|
|
14
14
|
};
|
|
15
15
|
if (returnComparator() === "CREATE_COMPLETE") {
|
|
@@ -18,7 +18,7 @@ const checkState = async (client, input) => {
|
|
|
18
18
|
}
|
|
19
19
|
catch (e) { }
|
|
20
20
|
try {
|
|
21
|
-
|
|
21
|
+
const returnComparator = () => {
|
|
22
22
|
return result.Status;
|
|
23
23
|
};
|
|
24
24
|
if (returnComparator() === "CREATE_IN_PROGRESS") {
|
|
@@ -27,7 +27,7 @@ const checkState = async (client, input) => {
|
|
|
27
27
|
}
|
|
28
28
|
catch (e) { }
|
|
29
29
|
try {
|
|
30
|
-
|
|
30
|
+
const returnComparator = () => {
|
|
31
31
|
return result.Status;
|
|
32
32
|
};
|
|
33
33
|
if (returnComparator() === "CREATE_FAILED") {
|
|
@@ -64,4 +64,3 @@ const waitUntilCodeBindingExists = async (params, input) => {
|
|
|
64
64
|
return util_waiter_1.checkExceptions(result);
|
|
65
65
|
};
|
|
66
66
|
exports.waitUntilCodeBindingExists = waitUntilCodeBindingExists;
|
|
67
|
-
//# sourceMappingURL=waitForCodeBindingExists.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { SchemasClient } from "./SchemasClient";
|
|
3
2
|
import { CreateDiscovererCommand, } from "./commands/CreateDiscovererCommand";
|
|
4
3
|
import { CreateRegistryCommand, } from "./commands/CreateRegistryCommand";
|
|
5
4
|
import { CreateSchemaCommand, } from "./commands/CreateSchemaCommand";
|
|
@@ -18,8 +17,8 @@ import { GetDiscoveredSchemaCommand, } from "./commands/GetDiscoveredSchemaComma
|
|
|
18
17
|
import { GetResourcePolicyCommand, } from "./commands/GetResourcePolicyCommand";
|
|
19
18
|
import { ListDiscoverersCommand, } from "./commands/ListDiscoverersCommand";
|
|
20
19
|
import { ListRegistriesCommand, } from "./commands/ListRegistriesCommand";
|
|
21
|
-
import { ListSchemaVersionsCommand, } from "./commands/ListSchemaVersionsCommand";
|
|
22
20
|
import { ListSchemasCommand } from "./commands/ListSchemasCommand";
|
|
21
|
+
import { ListSchemaVersionsCommand, } from "./commands/ListSchemaVersionsCommand";
|
|
23
22
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
24
23
|
import { PutCodeBindingCommand, } from "./commands/PutCodeBindingCommand";
|
|
25
24
|
import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand";
|
|
@@ -31,10 +30,8 @@ import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
|
31
30
|
import { UpdateDiscovererCommand, } from "./commands/UpdateDiscovererCommand";
|
|
32
31
|
import { UpdateRegistryCommand, } from "./commands/UpdateRegistryCommand";
|
|
33
32
|
import { UpdateSchemaCommand, } from "./commands/UpdateSchemaCommand";
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
*/
|
|
37
|
-
var Schemas = /** @class */ (function (_super) {
|
|
33
|
+
import { SchemasClient } from "./SchemasClient";
|
|
34
|
+
var Schemas = (function (_super) {
|
|
38
35
|
__extends(Schemas, _super);
|
|
39
36
|
function Schemas() {
|
|
40
37
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -476,4 +473,3 @@ var Schemas = /** @class */ (function (_super) {
|
|
|
476
473
|
return Schemas;
|
|
477
474
|
}(SchemasClient));
|
|
478
475
|
export { Schemas };
|
|
479
|
-
//# sourceMappingURL=Schemas.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
3
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
4
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
5
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,10 +7,8 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
|
8
7
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
8
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
9
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
*/
|
|
14
|
-
var SchemasClient = /** @class */ (function (_super) {
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
|
+
var SchemasClient = (function (_super) {
|
|
15
12
|
__extends(SchemasClient, _super);
|
|
16
13
|
function SchemasClient(configuration) {
|
|
17
14
|
var _this = this;
|
|
@@ -32,15 +29,9 @@ var SchemasClient = /** @class */ (function (_super) {
|
|
|
32
29
|
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
33
30
|
return _this;
|
|
34
31
|
}
|
|
35
|
-
/**
|
|
36
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
37
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
38
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
39
|
-
*/
|
|
40
32
|
SchemasClient.prototype.destroy = function () {
|
|
41
33
|
_super.prototype.destroy.call(this);
|
|
42
34
|
};
|
|
43
35
|
return SchemasClient;
|
|
44
36
|
}(__Client));
|
|
45
37
|
export { SchemasClient };
|
|
46
|
-
//# sourceMappingURL=SchemasClient.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateDiscovererRequest, CreateDiscovererResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1CreateDiscovererCommand, serializeAws_restJson1CreateDiscovererCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { SchemasClient, CreateDiscovererCommand } from "@aws-sdk/client-schemas"; // ES Modules import
|
|
12
|
-
* // const { SchemasClient, CreateDiscovererCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
|
|
13
|
-
* const client = new SchemasClient(config);
|
|
14
|
-
* const command = new CreateDiscovererCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link CreateDiscovererCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link CreateDiscovererCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var CreateDiscovererCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { CreateDiscovererRequest, CreateDiscovererResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CreateDiscovererCommand, serializeAws_restJson1CreateDiscovererCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var CreateDiscovererCommand = (function (_super) {
|
|
24
7
|
__extends(CreateDiscovererCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function CreateDiscovererCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
CreateDiscovererCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var CreateDiscovererCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return CreateDiscovererCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { CreateDiscovererCommand };
|
|
65
|
-
//# sourceMappingURL=CreateDiscovererCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateRegistryRequest, CreateRegistryResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1CreateRegistryCommand, serializeAws_restJson1CreateRegistryCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { SchemasClient, CreateRegistryCommand } from "@aws-sdk/client-schemas"; // ES Modules import
|
|
12
|
-
* // const { SchemasClient, CreateRegistryCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
|
|
13
|
-
* const client = new SchemasClient(config);
|
|
14
|
-
* const command = new CreateRegistryCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link CreateRegistryCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link CreateRegistryCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var CreateRegistryCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { CreateRegistryRequest, CreateRegistryResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CreateRegistryCommand, serializeAws_restJson1CreateRegistryCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var CreateRegistryCommand = (function (_super) {
|
|
24
7
|
__extends(CreateRegistryCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function CreateRegistryCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
CreateRegistryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var CreateRegistryCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return CreateRegistryCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { CreateRegistryCommand };
|
|
65
|
-
//# sourceMappingURL=CreateRegistryCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1CreateSchemaCommand, serializeAws_restJson1CreateSchemaCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { SchemasClient, CreateSchemaCommand } from "@aws-sdk/client-schemas"; // ES Modules import
|
|
12
|
-
* // const { SchemasClient, CreateSchemaCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
|
|
13
|
-
* const client = new SchemasClient(config);
|
|
14
|
-
* const command = new CreateSchemaCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link CreateSchemaCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link CreateSchemaCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var CreateSchemaCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CreateSchemaCommand, serializeAws_restJson1CreateSchemaCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var CreateSchemaCommand = (function (_super) {
|
|
24
7
|
__extends(CreateSchemaCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function CreateSchemaCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
CreateSchemaCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var CreateSchemaCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return CreateSchemaCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { CreateSchemaCommand };
|
|
65
|
-
//# sourceMappingURL=CreateSchemaCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteDiscovererRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteDiscovererCommand, serializeAws_restJson1DeleteDiscovererCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { SchemasClient, DeleteDiscovererCommand } from "@aws-sdk/client-schemas"; // ES Modules import
|
|
12
|
-
* // const { SchemasClient, DeleteDiscovererCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
|
|
13
|
-
* const client = new SchemasClient(config);
|
|
14
|
-
* const command = new DeleteDiscovererCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DeleteDiscovererCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DeleteDiscovererCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DeleteDiscovererCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DeleteDiscovererRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DeleteDiscovererCommand, serializeAws_restJson1DeleteDiscovererCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteDiscovererCommand = (function (_super) {
|
|
24
7
|
__extends(DeleteDiscovererCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DeleteDiscovererCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DeleteDiscovererCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var DeleteDiscovererCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return DeleteDiscovererCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { DeleteDiscovererCommand };
|
|
65
|
-
//# sourceMappingURL=DeleteDiscovererCommand.js.map
|