@aws-sdk/client-sagemaker-geospatial 3.221.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/LICENSE +201 -0
- package/README.md +205 -0
- package/dist-cjs/SageMakerGeospatial.js +292 -0
- package/dist-cjs/SageMakerGeospatialClient.js +40 -0
- package/dist-cjs/commands/DeleteEarthObservationJobCommand.js +46 -0
- package/dist-cjs/commands/DeleteVectorEnrichmentJobCommand.js +46 -0
- package/dist-cjs/commands/ExportEarthObservationJobCommand.js +46 -0
- package/dist-cjs/commands/ExportVectorEnrichmentJobCommand.js +46 -0
- package/dist-cjs/commands/GetEarthObservationJobCommand.js +46 -0
- package/dist-cjs/commands/GetRasterDataCollectionCommand.js +46 -0
- package/dist-cjs/commands/GetTileCommand.js +46 -0
- package/dist-cjs/commands/GetVectorEnrichmentJobCommand.js +46 -0
- package/dist-cjs/commands/ListEarthObservationJobsCommand.js +46 -0
- package/dist-cjs/commands/ListRasterDataCollectionsCommand.js +46 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
- package/dist-cjs/commands/ListVectorEnrichmentJobsCommand.js +46 -0
- package/dist-cjs/commands/SearchRasterDataCollectionCommand.js +46 -0
- package/dist-cjs/commands/StartEarthObservationJobCommand.js +46 -0
- package/dist-cjs/commands/StartVectorEnrichmentJobCommand.js +46 -0
- package/dist-cjs/commands/StopEarthObservationJobCommand.js +46 -0
- package/dist-cjs/commands/StopVectorEnrichmentJobCommand.js +46 -0
- package/dist-cjs/commands/TagResourceCommand.js +46 -0
- package/dist-cjs/commands/UntagResourceCommand.js +46 -0
- package/dist-cjs/commands/index.js +22 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +312 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/SageMakerGeospatialServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +857 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListEarthObservationJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListRasterDataCollectionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListVectorEnrichmentJobsPaginator.js +35 -0
- package/dist-cjs/pagination/SearchRasterDataCollectionPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2776 -0
- package/dist-cjs/runtimeConfig.browser.js +44 -0
- package/dist-cjs/runtimeConfig.js +52 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +18 -0
- package/dist-es/SageMakerGeospatial.js +288 -0
- package/dist-es/SageMakerGeospatialClient.js +36 -0
- package/dist-es/commands/DeleteEarthObservationJobCommand.js +42 -0
- package/dist-es/commands/DeleteVectorEnrichmentJobCommand.js +42 -0
- package/dist-es/commands/ExportEarthObservationJobCommand.js +42 -0
- package/dist-es/commands/ExportVectorEnrichmentJobCommand.js +42 -0
- package/dist-es/commands/GetEarthObservationJobCommand.js +42 -0
- package/dist-es/commands/GetRasterDataCollectionCommand.js +42 -0
- package/dist-es/commands/GetTileCommand.js +42 -0
- package/dist-es/commands/GetVectorEnrichmentJobCommand.js +42 -0
- package/dist-es/commands/ListEarthObservationJobsCommand.js +42 -0
- package/dist-es/commands/ListRasterDataCollectionsCommand.js +42 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
- package/dist-es/commands/ListVectorEnrichmentJobsCommand.js +42 -0
- package/dist-es/commands/SearchRasterDataCollectionCommand.js +42 -0
- package/dist-es/commands/StartEarthObservationJobCommand.js +42 -0
- package/dist-es/commands/StartVectorEnrichmentJobCommand.js +42 -0
- package/dist-es/commands/StopEarthObservationJobCommand.js +42 -0
- package/dist-es/commands/StopVectorEnrichmentJobCommand.js +42 -0
- package/dist-es/commands/TagResourceCommand.js +42 -0
- package/dist-es/commands/UntagResourceCommand.js +42 -0
- package/dist-es/commands/index.js +19 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +309 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/SageMakerGeospatialServiceException.js +7 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +748 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListEarthObservationJobsPaginator.js +31 -0
- package/dist-es/pagination/ListRasterDataCollectionsPaginator.js +31 -0
- package/dist-es/pagination/ListVectorEnrichmentJobsPaginator.js +31 -0
- package/dist-es/pagination/SearchRasterDataCollectionPaginator.js +31 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +2735 -0
- package/dist-es/runtimeConfig.browser.js +39 -0
- package/dist-es/runtimeConfig.js +47 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-types/SageMakerGeospatial.d.ts +140 -0
- package/dist-types/SageMakerGeospatialClient.d.ts +165 -0
- package/dist-types/commands/DeleteEarthObservationJobCommand.d.ts +37 -0
- package/dist-types/commands/DeleteVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/ExportEarthObservationJobCommand.d.ts +37 -0
- package/dist-types/commands/ExportVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/GetEarthObservationJobCommand.d.ts +37 -0
- package/dist-types/commands/GetRasterDataCollectionCommand.d.ts +37 -0
- package/dist-types/commands/GetTileCommand.d.ts +37 -0
- package/dist-types/commands/GetVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/ListEarthObservationJobsCommand.d.ts +37 -0
- package/dist-types/commands/ListRasterDataCollectionsCommand.d.ts +37 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
- package/dist-types/commands/ListVectorEnrichmentJobsCommand.d.ts +37 -0
- package/dist-types/commands/SearchRasterDataCollectionCommand.d.ts +37 -0
- package/dist-types/commands/StartEarthObservationJobCommand.d.ts +37 -0
- package/dist-types/commands/StartVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/StopEarthObservationJobCommand.d.ts +37 -0
- package/dist-types/commands/StopVectorEnrichmentJobCommand.d.ts +37 -0
- package/dist-types/commands/TagResourceCommand.d.ts +37 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +19 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/SageMakerGeospatialServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2704 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListEarthObservationJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRasterDataCollectionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVectorEnrichmentJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchRasterDataCollectionPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +59 -0
- package/dist-types/runtimeConfig.browser.d.ts +43 -0
- package/dist-types/runtimeConfig.d.ts +43 -0
- package/dist-types/runtimeConfig.native.d.ts +42 -0
- package/dist-types/runtimeConfig.shared.d.ts +16 -0
- package/dist-types/ts3.4/SageMakerGeospatial.d.ts +327 -0
- package/dist-types/ts3.4/SageMakerGeospatialClient.d.ts +228 -0
- package/dist-types/ts3.4/commands/DeleteEarthObservationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteVectorEnrichmentJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ExportEarthObservationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ExportVectorEnrichmentJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetEarthObservationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetRasterDataCollectionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetTileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetVectorEnrichmentJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListEarthObservationJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListRasterDataCollectionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListVectorEnrichmentJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/SearchRasterDataCollectionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartEarthObservationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartVectorEnrichmentJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StopEarthObservationJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StopVectorEnrichmentJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +19 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/SageMakerGeospatialServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1265 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
- package/dist-types/ts3.4/pagination/ListEarthObservationJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRasterDataCollectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListVectorEnrichmentJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchRasterDataCollectionPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +236 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +80 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
- package/package.json +105 -0
package/package.json
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@aws-sdk/client-sagemaker-geospatial",
|
|
3
|
+
"description": "AWS SDK for JavaScript Sagemaker Geospatial Client for Node.js, Browser and React Native",
|
|
4
|
+
"version": "3.221.0",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
|
+
"build:es": "tsc -p tsconfig.es.json",
|
|
10
|
+
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
11
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
12
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
14
|
+
},
|
|
15
|
+
"main": "./dist-cjs/index.js",
|
|
16
|
+
"types": "./dist-types/index.d.ts",
|
|
17
|
+
"module": "./dist-es/index.js",
|
|
18
|
+
"sideEffects": false,
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
|
+
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
+
"@aws-sdk/client-sts": "3.218.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.215.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.218.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.215.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.215.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.215.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.215.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.215.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.215.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.215.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.215.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.215.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.215.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.215.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.215.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.215.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.215.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.215.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.215.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.215.0",
|
|
42
|
+
"@aws-sdk/types": "3.215.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.215.0",
|
|
44
|
+
"@aws-sdk/util-base64": "3.208.0",
|
|
45
|
+
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
|
+
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.215.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.215.0",
|
|
49
|
+
"@aws-sdk/util-endpoints": "3.216.0",
|
|
50
|
+
"@aws-sdk/util-stream-browser": "3.215.0",
|
|
51
|
+
"@aws-sdk/util-stream-node": "3.215.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.215.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.215.0",
|
|
54
|
+
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
55
|
+
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
56
|
+
"tslib": "^2.3.1",
|
|
57
|
+
"uuid": "^8.3.2"
|
|
58
|
+
},
|
|
59
|
+
"devDependencies": {
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.208.0",
|
|
61
|
+
"@tsconfig/node14": "1.0.3",
|
|
62
|
+
"@types/node": "^14.14.31",
|
|
63
|
+
"@types/uuid": "^8.3.0",
|
|
64
|
+
"concurrently": "7.0.0",
|
|
65
|
+
"downlevel-dts": "0.10.1",
|
|
66
|
+
"rimraf": "3.0.2",
|
|
67
|
+
"typedoc": "0.19.2",
|
|
68
|
+
"typescript": "~4.6.2"
|
|
69
|
+
},
|
|
70
|
+
"overrides": {
|
|
71
|
+
"typedoc": {
|
|
72
|
+
"typescript": "~4.6.2"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"engines": {
|
|
76
|
+
"node": ">=14.0.0"
|
|
77
|
+
},
|
|
78
|
+
"typesVersions": {
|
|
79
|
+
"<4.0": {
|
|
80
|
+
"dist-types/*": [
|
|
81
|
+
"dist-types/ts3.4/*"
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"files": [
|
|
86
|
+
"dist-*"
|
|
87
|
+
],
|
|
88
|
+
"author": {
|
|
89
|
+
"name": "AWS SDK for JavaScript Team",
|
|
90
|
+
"url": "https://aws.amazon.com/javascript/"
|
|
91
|
+
},
|
|
92
|
+
"license": "Apache-2.0",
|
|
93
|
+
"browser": {
|
|
94
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
95
|
+
},
|
|
96
|
+
"react-native": {
|
|
97
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
98
|
+
},
|
|
99
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sagemaker-geospatial",
|
|
100
|
+
"repository": {
|
|
101
|
+
"type": "git",
|
|
102
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
103
|
+
"directory": "clients/client-sagemaker-geospatial"
|
|
104
|
+
}
|
|
105
|
+
}
|