@aws-sdk/client-datasync 3.231.0 → 3.234.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.
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
27
27
  defaultSigningName: string;
28
28
  };
29
29
  export interface EndpointParameters extends __EndpointParameters {
30
- Region?: string;
30
+ Region: string;
31
31
  UseDualStack?: boolean;
32
32
  UseFIPS?: boolean;
33
33
  Endpoint?: string;
@@ -218,6 +218,7 @@ export interface S3Config {
218
218
  export declare enum S3StorageClass {
219
219
  DEEP_ARCHIVE = "DEEP_ARCHIVE",
220
220
  GLACIER = "GLACIER",
221
+ GLACIER_INSTANT_RETRIEVAL = "GLACIER_INSTANT_RETRIEVAL",
221
222
  INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
222
223
  ONEZONE_IA = "ONEZONE_IA",
223
224
  OUTPOSTS = "OUTPOSTS",
@@ -664,6 +665,7 @@ export interface StartTaskExecutionRequest {
664
665
  OverrideOptions?: Options;
665
666
  Includes?: FilterRule[];
666
667
  Excludes?: FilterRule[];
668
+ Tags?: TagListEntry[];
667
669
  }
668
670
  export interface StartTaskExecutionResponse {
669
671
  TaskExecutionArn?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-datasync",
3
3
  "description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
4
- "version": "3.231.0",
4
+ "version": "3.234.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",
@@ -19,9 +19,9 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.231.0",
23
- "@aws-sdk/config-resolver": "3.231.0",
24
- "@aws-sdk/credential-provider-node": "3.231.0",
22
+ "@aws-sdk/client-sts": "3.234.0",
23
+ "@aws-sdk/config-resolver": "3.234.0",
24
+ "@aws-sdk/credential-provider-node": "3.234.0",
25
25
  "@aws-sdk/fetch-http-handler": "3.226.0",
26
26
  "@aws-sdk/hash-node": "3.226.0",
27
27
  "@aws-sdk/invalid-dependency": "3.226.0",
@@ -38,14 +38,14 @@
38
38
  "@aws-sdk/node-config-provider": "3.226.0",
39
39
  "@aws-sdk/node-http-handler": "3.226.0",
40
40
  "@aws-sdk/protocol-http": "3.226.0",
41
- "@aws-sdk/smithy-client": "3.226.0",
41
+ "@aws-sdk/smithy-client": "3.234.0",
42
42
  "@aws-sdk/types": "3.226.0",
43
43
  "@aws-sdk/url-parser": "3.226.0",
44
44
  "@aws-sdk/util-base64": "3.208.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.188.0",
46
46
  "@aws-sdk/util-body-length-node": "3.208.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.226.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.231.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.234.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.234.0",
49
49
  "@aws-sdk/util-endpoints": "3.226.0",
50
50
  "@aws-sdk/util-retry": "3.229.0",
51
51
  "@aws-sdk/util-user-agent-browser": "3.226.0",