@aws-sdk/client-sagemaker-geospatial 3.299.0 → 3.300.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.
@@ -26,6 +26,9 @@ export interface DeleteEarthObservationJobCommandOutput extends DeleteEarthObser
26
26
  * import { SageMakerGeospatialClient, DeleteEarthObservationJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, DeleteEarthObservationJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * Arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteEarthObservationJobCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface DeleteVectorEnrichmentJobCommandOutput extends DeleteVectorEnri
26
26
  * import { SageMakerGeospatialClient, DeleteVectorEnrichmentJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, DeleteVectorEnrichmentJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * Arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new DeleteVectorEnrichmentJobCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,17 @@ export interface ExportEarthObservationJobCommandOutput extends ExportEarthObser
26
26
  * import { SageMakerGeospatialClient, ExportEarthObservationJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, ExportEarthObservationJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * Arn: "STRING_VALUE", // required
31
+ * ExecutionRoleArn: "STRING_VALUE", // required
32
+ * OutputConfig: {
33
+ * S3Data: {
34
+ * S3Uri: "STRING_VALUE", // required
35
+ * KmsKeyId: "STRING_VALUE",
36
+ * },
37
+ * },
38
+ * ExportSourceImages: true || false,
39
+ * };
29
40
  * const command = new ExportEarthObservationJobCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -26,6 +26,16 @@ export interface ExportVectorEnrichmentJobCommandOutput extends ExportVectorEnri
26
26
  * import { SageMakerGeospatialClient, ExportVectorEnrichmentJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, ExportVectorEnrichmentJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * Arn: "STRING_VALUE", // required
31
+ * ExecutionRoleArn: "STRING_VALUE", // required
32
+ * OutputConfig: {
33
+ * S3Data: {
34
+ * S3Uri: "STRING_VALUE", // required
35
+ * KmsKeyId: "STRING_VALUE",
36
+ * },
37
+ * },
38
+ * };
29
39
  * const command = new ExportVectorEnrichmentJobCommand(input);
30
40
  * const response = await client.send(command);
31
41
  * ```
@@ -26,6 +26,9 @@ export interface GetEarthObservationJobCommandOutput extends GetEarthObservation
26
26
  * import { SageMakerGeospatialClient, GetEarthObservationJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, GetEarthObservationJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * Arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetEarthObservationJobCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface GetRasterDataCollectionCommandOutput extends GetRasterDataColle
26
26
  * import { SageMakerGeospatialClient, GetRasterDataCollectionCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, GetRasterDataCollectionCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * Arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetRasterDataCollectionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,21 @@ export interface GetTileCommandOutput extends __WithSdkStreamMixin<GetTileOutput
26
26
  * import { SageMakerGeospatialClient, GetTileCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, GetTileCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * x: Number("int"), // required
31
+ * y: Number("int"), // required
32
+ * z: Number("int"), // required
33
+ * ImageAssets: [ // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * Target: "STRING_VALUE", // required
37
+ * Arn: "STRING_VALUE", // required
38
+ * ImageMask: true || false,
39
+ * OutputFormat: "STRING_VALUE",
40
+ * TimeRangeFilter: "STRING_VALUE",
41
+ * PropertyFilters: "STRING_VALUE",
42
+ * OutputDataType: "STRING_VALUE",
43
+ * };
29
44
  * const command = new GetTileCommand(input);
30
45
  * const response = await client.send(command);
31
46
  * ```
@@ -26,6 +26,9 @@ export interface GetVectorEnrichmentJobCommandOutput extends GetVectorEnrichment
26
26
  * import { SageMakerGeospatialClient, GetVectorEnrichmentJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, GetVectorEnrichmentJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * Arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetVectorEnrichmentJobCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,13 @@ export interface ListEarthObservationJobsCommandOutput extends ListEarthObservat
26
26
  * import { SageMakerGeospatialClient, ListEarthObservationJobsCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, ListEarthObservationJobsCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * StatusEquals: "STRING_VALUE",
31
+ * SortOrder: "STRING_VALUE",
32
+ * SortBy: "STRING_VALUE",
33
+ * NextToken: "STRING_VALUE",
34
+ * MaxResults: Number("int"),
35
+ * };
29
36
  * const command = new ListEarthObservationJobsCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -26,6 +26,10 @@ export interface ListRasterDataCollectionsCommandOutput extends ListRasterDataCo
26
26
  * import { SageMakerGeospatialClient, ListRasterDataCollectionsCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, ListRasterDataCollectionsCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * NextToken: "STRING_VALUE",
31
+ * MaxResults: Number("int"),
32
+ * };
29
33
  * const command = new ListRasterDataCollectionsCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,9 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { SageMakerGeospatialClient, ListTagsForResourceCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, ListTagsForResourceCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * ResourceArn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new ListTagsForResourceCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,13 @@ export interface ListVectorEnrichmentJobsCommandOutput extends ListVectorEnrichm
26
26
  * import { SageMakerGeospatialClient, ListVectorEnrichmentJobsCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, ListVectorEnrichmentJobsCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * StatusEquals: "STRING_VALUE",
31
+ * SortOrder: "STRING_VALUE",
32
+ * SortBy: "STRING_VALUE",
33
+ * NextToken: "STRING_VALUE",
34
+ * MaxResults: Number("int"),
35
+ * };
29
36
  * const command = new ListVectorEnrichmentJobsCommand(input);
30
37
  * const response = await client.send(command);
31
38
  * ```
@@ -26,6 +26,76 @@ export interface SearchRasterDataCollectionCommandOutput extends SearchRasterDat
26
26
  * import { SageMakerGeospatialClient, SearchRasterDataCollectionCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, SearchRasterDataCollectionCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * Arn: "STRING_VALUE", // required
31
+ * RasterDataCollectionQuery: {
32
+ * TimeRangeFilter: {
33
+ * StartTime: new Date("TIMESTAMP"), // required
34
+ * EndTime: new Date("TIMESTAMP"), // required
35
+ * },
36
+ * AreaOfInterest: { // Union: only one key present
37
+ * AreaOfInterestGeometry: { // Union: only one key present
38
+ * PolygonGeometry: {
39
+ * Coordinates: [ // required
40
+ * [
41
+ * [
42
+ * Number("double"),
43
+ * ],
44
+ * ],
45
+ * ],
46
+ * },
47
+ * MultiPolygonGeometry: {
48
+ * Coordinates: [ // required
49
+ * [
50
+ * [
51
+ * [
52
+ * Number("double"),
53
+ * ],
54
+ * ],
55
+ * ],
56
+ * ],
57
+ * },
58
+ * },
59
+ * },
60
+ * PropertyFilters: {
61
+ * Properties: [
62
+ * {
63
+ * Property: { // Union: only one key present
64
+ * EoCloudCover: {
65
+ * LowerBound: Number("float"), // required
66
+ * UpperBound: Number("float"), // required
67
+ * },
68
+ * ViewOffNadir: {
69
+ * LowerBound: Number("float"), // required
70
+ * UpperBound: Number("float"), // required
71
+ * },
72
+ * ViewSunAzimuth: {
73
+ * LowerBound: Number("float"), // required
74
+ * UpperBound: Number("float"), // required
75
+ * },
76
+ * ViewSunElevation: {
77
+ * LowerBound: Number("float"), // required
78
+ * UpperBound: Number("float"), // required
79
+ * },
80
+ * Platform: {
81
+ * Value: "STRING_VALUE", // required
82
+ * ComparisonOperator: "STRING_VALUE",
83
+ * },
84
+ * LandsatCloudCoverLand: {
85
+ * LowerBound: Number("float"), // required
86
+ * UpperBound: Number("float"), // required
87
+ * },
88
+ * },
89
+ * },
90
+ * ],
91
+ * LogicalOperator: "STRING_VALUE",
92
+ * },
93
+ * BandFilter: [
94
+ * "STRING_VALUE",
95
+ * ],
96
+ * },
97
+ * NextToken: "STRING_VALUE",
98
+ * };
29
99
  * const command = new SearchRasterDataCollectionCommand(input);
30
100
  * const response = await client.send(command);
31
101
  * ```
@@ -26,6 +26,162 @@ export interface StartEarthObservationJobCommandOutput extends StartEarthObserva
26
26
  * import { SageMakerGeospatialClient, StartEarthObservationJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, StartEarthObservationJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * Name: "STRING_VALUE", // required
31
+ * ClientToken: "STRING_VALUE",
32
+ * KmsKeyId: "STRING_VALUE",
33
+ * InputConfig: {
34
+ * PreviousEarthObservationJobArn: "STRING_VALUE",
35
+ * DataSourceConfig: { // Union: only one key present
36
+ * S3Data: {
37
+ * S3Uri: "STRING_VALUE", // required
38
+ * MetadataProvider: "STRING_VALUE", // required
39
+ * KmsKeyId: "STRING_VALUE",
40
+ * },
41
+ * },
42
+ * RasterDataCollectionQuery: {
43
+ * RasterDataCollectionArn: "STRING_VALUE", // required
44
+ * TimeRangeFilter: {
45
+ * StartTime: new Date("TIMESTAMP"), // required
46
+ * EndTime: new Date("TIMESTAMP"), // required
47
+ * },
48
+ * AreaOfInterest: { // Union: only one key present
49
+ * AreaOfInterestGeometry: { // Union: only one key present
50
+ * PolygonGeometry: {
51
+ * Coordinates: [ // required
52
+ * [
53
+ * [
54
+ * Number("double"),
55
+ * ],
56
+ * ],
57
+ * ],
58
+ * },
59
+ * MultiPolygonGeometry: {
60
+ * Coordinates: [ // required
61
+ * [
62
+ * [
63
+ * [
64
+ * Number("double"),
65
+ * ],
66
+ * ],
67
+ * ],
68
+ * ],
69
+ * },
70
+ * },
71
+ * },
72
+ * PropertyFilters: {
73
+ * Properties: [
74
+ * {
75
+ * Property: { // Union: only one key present
76
+ * EoCloudCover: {
77
+ * LowerBound: Number("float"), // required
78
+ * UpperBound: Number("float"), // required
79
+ * },
80
+ * ViewOffNadir: {
81
+ * LowerBound: Number("float"), // required
82
+ * UpperBound: Number("float"), // required
83
+ * },
84
+ * ViewSunAzimuth: {
85
+ * LowerBound: Number("float"), // required
86
+ * UpperBound: Number("float"), // required
87
+ * },
88
+ * ViewSunElevation: {
89
+ * LowerBound: Number("float"), // required
90
+ * UpperBound: Number("float"), // required
91
+ * },
92
+ * Platform: {
93
+ * Value: "STRING_VALUE", // required
94
+ * ComparisonOperator: "STRING_VALUE",
95
+ * },
96
+ * LandsatCloudCoverLand: {
97
+ * LowerBound: Number("float"), // required
98
+ * UpperBound: Number("float"), // required
99
+ * },
100
+ * },
101
+ * },
102
+ * ],
103
+ * LogicalOperator: "STRING_VALUE",
104
+ * },
105
+ * },
106
+ * },
107
+ * JobConfig: { // Union: only one key present
108
+ * BandMathConfig: {
109
+ * PredefinedIndices: [
110
+ * "STRING_VALUE",
111
+ * ],
112
+ * CustomIndices: {
113
+ * Operations: [
114
+ * {
115
+ * Name: "STRING_VALUE", // required
116
+ * Equation: "STRING_VALUE", // required
117
+ * OutputType: "STRING_VALUE",
118
+ * },
119
+ * ],
120
+ * },
121
+ * },
122
+ * ResamplingConfig: {
123
+ * OutputResolution: {
124
+ * UserDefined: {
125
+ * Value: Number("float"), // required
126
+ * Unit: "STRING_VALUE", // required
127
+ * },
128
+ * },
129
+ * AlgorithmName: "STRING_VALUE",
130
+ * TargetBands: [
131
+ * "STRING_VALUE",
132
+ * ],
133
+ * },
134
+ * TemporalStatisticsConfig: {
135
+ * GroupBy: "STRING_VALUE",
136
+ * Statistics: [ // required
137
+ * "STRING_VALUE",
138
+ * ],
139
+ * TargetBands: [
140
+ * "STRING_VALUE",
141
+ * ],
142
+ * },
143
+ * CloudRemovalConfig: {
144
+ * AlgorithmName: "STRING_VALUE",
145
+ * InterpolationValue: "STRING_VALUE",
146
+ * TargetBands: [
147
+ * "STRING_VALUE",
148
+ * ],
149
+ * },
150
+ * ZonalStatisticsConfig: {
151
+ * ZoneS3Path: "STRING_VALUE", // required
152
+ * Statistics: [ // required
153
+ * "STRING_VALUE",
154
+ * ],
155
+ * TargetBands: [
156
+ * "STRING_VALUE",
157
+ * ],
158
+ * },
159
+ * GeoMosaicConfig: {
160
+ * AlgorithmName: "STRING_VALUE",
161
+ * TargetBands: [
162
+ * "STRING_VALUE",
163
+ * ],
164
+ * },
165
+ * StackConfig: {
166
+ * OutputResolution: {
167
+ * Predefined: "STRING_VALUE",
168
+ * UserDefined: {
169
+ * Value: Number("float"), // required
170
+ * Unit: "STRING_VALUE", // required
171
+ * },
172
+ * },
173
+ * TargetBands: [
174
+ * "STRING_VALUE",
175
+ * ],
176
+ * },
177
+ * CloudMaskingConfig: {},
178
+ * LandCoverSegmentationConfig: {},
179
+ * },
180
+ * ExecutionRoleArn: "STRING_VALUE",
181
+ * Tags: {
182
+ * "<keys>": "STRING_VALUE",
183
+ * },
184
+ * };
29
185
  * const command = new StartEarthObservationJobCommand(input);
30
186
  * const response = await client.send(command);
31
187
  * ```
@@ -26,6 +26,36 @@ export interface StartVectorEnrichmentJobCommandOutput extends StartVectorEnrich
26
26
  * import { SageMakerGeospatialClient, StartVectorEnrichmentJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, StartVectorEnrichmentJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * Name: "STRING_VALUE", // required
31
+ * ClientToken: "STRING_VALUE",
32
+ * KmsKeyId: "STRING_VALUE",
33
+ * InputConfig: {
34
+ * DocumentType: "STRING_VALUE", // required
35
+ * DataSourceConfig: { // Union: only one key present
36
+ * S3Data: {
37
+ * S3Uri: "STRING_VALUE", // required
38
+ * KmsKeyId: "STRING_VALUE",
39
+ * },
40
+ * },
41
+ * },
42
+ * JobConfig: { // Union: only one key present
43
+ * ReverseGeocodingConfig: {
44
+ * YAttributeName: "STRING_VALUE", // required
45
+ * XAttributeName: "STRING_VALUE", // required
46
+ * },
47
+ * MapMatchingConfig: {
48
+ * IdAttributeName: "STRING_VALUE", // required
49
+ * YAttributeName: "STRING_VALUE", // required
50
+ * XAttributeName: "STRING_VALUE", // required
51
+ * TimestampAttributeName: "STRING_VALUE", // required
52
+ * },
53
+ * },
54
+ * ExecutionRoleArn: "STRING_VALUE", // required
55
+ * Tags: {
56
+ * "<keys>": "STRING_VALUE",
57
+ * },
58
+ * };
29
59
  * const command = new StartVectorEnrichmentJobCommand(input);
30
60
  * const response = await client.send(command);
31
61
  * ```
@@ -26,6 +26,9 @@ export interface StopEarthObservationJobCommandOutput extends StopEarthObservati
26
26
  * import { SageMakerGeospatialClient, StopEarthObservationJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, StopEarthObservationJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * Arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new StopEarthObservationJobCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface StopVectorEnrichmentJobCommandOutput extends StopVectorEnrichme
26
26
  * import { SageMakerGeospatialClient, StopVectorEnrichmentJobCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, StopVectorEnrichmentJobCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * Arn: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new StopVectorEnrichmentJobCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,12 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
26
26
  * import { SageMakerGeospatialClient, TagResourceCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, TagResourceCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * ResourceArn: "STRING_VALUE", // required
31
+ * Tags: { // required
32
+ * "<keys>": "STRING_VALUE",
33
+ * },
34
+ * };
29
35
  * const command = new TagResourceCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -26,6 +26,12 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { SageMakerGeospatialClient, UntagResourceCommand } from "@aws-sdk/client-sagemaker-geospatial"; // ES Modules import
27
27
  * // const { SageMakerGeospatialClient, UntagResourceCommand } = require("@aws-sdk/client-sagemaker-geospatial"); // CommonJS import
28
28
  * const client = new SageMakerGeospatialClient(config);
29
+ * const input = {
30
+ * ResourceArn: "STRING_VALUE", // required
31
+ * TagKeys: [ // required
32
+ * "STRING_VALUE",
33
+ * ],
34
+ * };
29
35
  * const command = new UntagResourceCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker-geospatial",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Geospatial Client for Node.js, Browser and React Native",
4
- "version": "3.299.0",
4
+ "version": "3.300.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.299.0",
25
- "@aws-sdk/config-resolver": "3.299.0",
26
- "@aws-sdk/credential-provider-node": "3.299.0",
24
+ "@aws-sdk/client-sts": "3.300.0",
25
+ "@aws-sdk/config-resolver": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.300.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",
@@ -32,12 +32,12 @@
32
32
  "@aws-sdk/middleware-host-header": "3.296.0",
33
33
  "@aws-sdk/middleware-logger": "3.296.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.300.0",
36
36
  "@aws-sdk/middleware-serde": "3.296.0",
37
37
  "@aws-sdk/middleware-signing": "3.299.0",
38
38
  "@aws-sdk/middleware-stack": "3.296.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.296.0",
40
+ "@aws-sdk/node-config-provider": "3.300.0",
41
41
  "@aws-sdk/node-http-handler": "3.296.0",
42
42
  "@aws-sdk/protocol-http": "3.296.0",
43
43
  "@aws-sdk/smithy-client": "3.296.0",
@@ -47,13 +47,13 @@
47
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
48
48
  "@aws-sdk/util-body-length-node": "3.295.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.299.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
51
  "@aws-sdk/util-endpoints": "3.296.0",
52
52
  "@aws-sdk/util-retry": "3.296.0",
53
53
  "@aws-sdk/util-stream-browser": "3.296.0",
54
54
  "@aws-sdk/util-stream-node": "3.296.0",
55
55
  "@aws-sdk/util-user-agent-browser": "3.299.0",
56
- "@aws-sdk/util-user-agent-node": "3.299.0",
56
+ "@aws-sdk/util-user-agent-node": "3.300.0",
57
57
  "@aws-sdk/util-utf8": "3.295.0",
58
58
  "tslib": "^2.5.0",
59
59
  "uuid": "^8.3.2"