@aws-sdk/client-lambda 3.54.1 → 3.58.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.
Files changed (91) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/LambdaClient.js +13 -13
  3. package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +3 -3
  4. package/dist-cjs/commands/AddPermissionCommand.js +3 -3
  5. package/dist-cjs/commands/CreateAliasCommand.js +3 -3
  6. package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +3 -3
  7. package/dist-cjs/commands/CreateEventSourceMappingCommand.js +3 -3
  8. package/dist-cjs/commands/CreateFunctionCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteAliasCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteFunctionCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteLayerVersionCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +3 -3
  18. package/dist-cjs/commands/GetAccountSettingsCommand.js +3 -3
  19. package/dist-cjs/commands/GetAliasCommand.js +3 -3
  20. package/dist-cjs/commands/GetCodeSigningConfigCommand.js +3 -3
  21. package/dist-cjs/commands/GetEventSourceMappingCommand.js +3 -3
  22. package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +3 -3
  23. package/dist-cjs/commands/GetFunctionCommand.js +3 -3
  24. package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +3 -3
  25. package/dist-cjs/commands/GetFunctionConfigurationCommand.js +3 -3
  26. package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +3 -3
  27. package/dist-cjs/commands/GetLayerVersionByArnCommand.js +3 -3
  28. package/dist-cjs/commands/GetLayerVersionCommand.js +3 -3
  29. package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +3 -3
  30. package/dist-cjs/commands/GetPolicyCommand.js +3 -3
  31. package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +3 -3
  32. package/dist-cjs/commands/InvokeAsyncCommand.js +3 -3
  33. package/dist-cjs/commands/InvokeCommand.js +3 -3
  34. package/dist-cjs/commands/ListAliasesCommand.js +3 -3
  35. package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +3 -3
  36. package/dist-cjs/commands/ListEventSourceMappingsCommand.js +3 -3
  37. package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +3 -3
  38. package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +3 -3
  39. package/dist-cjs/commands/ListFunctionsCommand.js +3 -3
  40. package/dist-cjs/commands/ListLayerVersionsCommand.js +3 -3
  41. package/dist-cjs/commands/ListLayersCommand.js +3 -3
  42. package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +3 -3
  43. package/dist-cjs/commands/ListTagsCommand.js +3 -3
  44. package/dist-cjs/commands/ListVersionsByFunctionCommand.js +3 -3
  45. package/dist-cjs/commands/PublishLayerVersionCommand.js +3 -3
  46. package/dist-cjs/commands/PublishVersionCommand.js +3 -3
  47. package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +3 -3
  48. package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +3 -3
  49. package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +3 -3
  50. package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +3 -3
  51. package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +3 -3
  52. package/dist-cjs/commands/RemovePermissionCommand.js +3 -3
  53. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  54. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  55. package/dist-cjs/commands/UpdateAliasCommand.js +3 -3
  56. package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +3 -3
  57. package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +3 -3
  58. package/dist-cjs/commands/UpdateFunctionCodeCommand.js +3 -3
  59. package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +3 -3
  60. package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +3 -3
  61. package/dist-cjs/endpoints.js +1 -1
  62. package/dist-cjs/models/models_0.js +10 -4
  63. package/dist-cjs/protocols/Aws_restJson1.js +692 -649
  64. package/dist-cjs/runtimeConfig.browser.js +4 -4
  65. package/dist-cjs/runtimeConfig.js +9 -9
  66. package/dist-cjs/runtimeConfig.native.js +1 -1
  67. package/dist-cjs/waiters/waitForFunctionActive.js +3 -3
  68. package/dist-cjs/waiters/waitForFunctionActiveV2.js +3 -3
  69. package/dist-cjs/waiters/waitForFunctionExists.js +3 -3
  70. package/dist-cjs/waiters/waitForFunctionUpdated.js +3 -3
  71. package/dist-cjs/waiters/waitForFunctionUpdatedV2.js +3 -3
  72. package/dist-es/Lambda.js +58 -58
  73. package/dist-es/models/models_0.js +4 -0
  74. package/dist-es/pagination/ListAliasesPaginator.js +4 -4
  75. package/dist-es/pagination/ListCodeSigningConfigsPaginator.js +4 -4
  76. package/dist-es/pagination/ListEventSourceMappingsPaginator.js +4 -4
  77. package/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +4 -4
  78. package/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +4 -4
  79. package/dist-es/pagination/ListFunctionsPaginator.js +4 -4
  80. package/dist-es/pagination/ListLayerVersionsPaginator.js +4 -4
  81. package/dist-es/pagination/ListLayersPaginator.js +4 -4
  82. package/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +4 -4
  83. package/dist-es/pagination/ListVersionsByFunctionPaginator.js +4 -4
  84. package/dist-es/protocols/Aws_restJson1.js +102 -64
  85. package/dist-types/Lambda.d.ts +9 -7
  86. package/dist-types/commands/AddPermissionCommand.d.ts +9 -7
  87. package/dist-types/models/models_0.d.ts +32 -0
  88. package/dist-types/runtimeConfig.native.d.ts +2 -2
  89. package/dist-types/ts3.4/models/models_0.d.ts +17 -0
  90. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  91. package/package.json +35 -35
@@ -139,16 +139,18 @@ export declare class Lambda extends LambdaClient {
139
139
  addLayerVersionPermission(args: AddLayerVersionPermissionCommandInput, cb: (err: any, data?: AddLayerVersionPermissionCommandOutput) => void): void;
140
140
  addLayerVersionPermission(args: AddLayerVersionPermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddLayerVersionPermissionCommandOutput) => void): void;
141
141
  /**
142
- * <p>Grants an Amazon Web Services service or another account permission to use a function. You can apply the policy at the
143
- * function level, or specify a qualifier to restrict access to a single version or alias. If you use a qualifier,
142
+ * <p>Grants an Amazon Web Services service, account, or organization permission to use a function. You can apply the
143
+ * policy at the function level, or specify a qualifier to restrict access to a single version or alias. If you use a qualifier,
144
144
  * the invoker must use the full Amazon Resource Name (ARN) of that version or alias to invoke the function.
145
145
  * Note: Lambda does not support adding policies to version $LATEST.</p>
146
146
  *
147
- * <p>To grant permission to another account, specify the account ID as the <code>Principal</code>. For Amazon Web Services
148
- * services, the principal is a domain-style identifier defined by the service, like <code>s3.amazonaws.com</code> or
149
- * <code>sns.amazonaws.com</code>. For Amazon Web Services services, you can also specify the ARN of the associated resource as the
150
- * <code>SourceArn</code>. If you grant permission to a service principal without specifying the source, other
151
- * accounts could potentially configure resources in their account to invoke your Lambda function.</p>
147
+ * <p>To grant permission to another account, specify the account ID as the <code>Principal</code>. To grant permission to an
148
+ * organization defined in Organizations, specify the organization ID as the <code>PrincipalOrgID</code>.
149
+ * For Amazon Web Services services, the principal is a domain-style identifier defined by the service,
150
+ * like <code>s3.amazonaws.com</code> or <code>sns.amazonaws.com</code>. For Amazon Web Services services, you can also specify
151
+ * the ARN of the associated resource as the <code>SourceArn</code>. If you grant permission to a service principal without
152
+ * specifying the source, other accounts could potentially configure resources in their account to invoke your
153
+ * Lambda function.</p>
152
154
  *
153
155
  * <p>This action adds a statement to a resource-based permissions policy for the function. For more information
154
156
  * about function policies, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html">Lambda Function Policies</a>. </p>
@@ -7,16 +7,18 @@ export interface AddPermissionCommandInput extends AddPermissionRequest {
7
7
  export interface AddPermissionCommandOutput extends AddPermissionResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Grants an Amazon Web Services service or another account permission to use a function. You can apply the policy at the
11
- * function level, or specify a qualifier to restrict access to a single version or alias. If you use a qualifier,
10
+ * <p>Grants an Amazon Web Services service, account, or organization permission to use a function. You can apply the
11
+ * policy at the function level, or specify a qualifier to restrict access to a single version or alias. If you use a qualifier,
12
12
  * the invoker must use the full Amazon Resource Name (ARN) of that version or alias to invoke the function.
13
13
  * Note: Lambda does not support adding policies to version $LATEST.</p>
14
14
  *
15
- * <p>To grant permission to another account, specify the account ID as the <code>Principal</code>. For Amazon Web Services
16
- * services, the principal is a domain-style identifier defined by the service, like <code>s3.amazonaws.com</code> or
17
- * <code>sns.amazonaws.com</code>. For Amazon Web Services services, you can also specify the ARN of the associated resource as the
18
- * <code>SourceArn</code>. If you grant permission to a service principal without specifying the source, other
19
- * accounts could potentially configure resources in their account to invoke your Lambda function.</p>
15
+ * <p>To grant permission to another account, specify the account ID as the <code>Principal</code>. To grant permission to an
16
+ * organization defined in Organizations, specify the organization ID as the <code>PrincipalOrgID</code>.
17
+ * For Amazon Web Services services, the principal is a domain-style identifier defined by the service,
18
+ * like <code>s3.amazonaws.com</code> or <code>sns.amazonaws.com</code>. For Amazon Web Services services, you can also specify
19
+ * the ARN of the associated resource as the <code>SourceArn</code>. If you grant permission to a service principal without
20
+ * specifying the source, other accounts could potentially configure resources in their account to invoke your
21
+ * Lambda function.</p>
20
22
  *
21
23
  * <p>This action adds a statement to a resource-based permissions policy for the function. For more information
22
24
  * about function policies, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html">Lambda Function Policies</a>. </p>
@@ -284,6 +284,11 @@ export interface AddPermissionRequest {
284
284
  * policy that has changed since you last read it.</p>
285
285
  */
286
286
  RevisionId?: string;
287
+ /**
288
+ * <p>The identifier for your organization in Organizations. Use this to grant permissions to all the Amazon Web Services
289
+ * accounts under this organization.</p>
290
+ */
291
+ PrincipalOrgID?: string;
287
292
  }
288
293
  export declare namespace AddPermissionRequest {
289
294
  /**
@@ -1087,6 +1092,21 @@ export declare namespace Environment {
1087
1092
  */
1088
1093
  const filterSensitiveLog: (obj: Environment) => any;
1089
1094
  }
1095
+ /**
1096
+ * <p>The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10240 MB.</p>
1097
+ */
1098
+ export interface EphemeralStorage {
1099
+ /**
1100
+ * <p>The size of the function’s /tmp directory.</p>
1101
+ */
1102
+ Size: number | undefined;
1103
+ }
1104
+ export declare namespace EphemeralStorage {
1105
+ /**
1106
+ * @internal
1107
+ */
1108
+ const filterSensitiveLog: (obj: EphemeralStorage) => any;
1109
+ }
1090
1110
  /**
1091
1111
  * <p>Details about the connection between a Lambda function and an
1092
1112
  * <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html">Amazon EFS file system</a>.</p>
@@ -1325,6 +1345,10 @@ export interface CreateFunctionRequest {
1325
1345
  * The default value is <code>x86_64</code>.</p>
1326
1346
  */
1327
1347
  Architectures?: (Architecture | string)[];
1348
+ /**
1349
+ * <p>The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10240 MB.</p>
1350
+ */
1351
+ EphemeralStorage?: EphemeralStorage;
1328
1352
  }
1329
1353
  export declare namespace CreateFunctionRequest {
1330
1354
  /**
@@ -1653,6 +1677,10 @@ export interface FunctionConfiguration {
1653
1677
  * valid values. The default architecture value is <code>x86_64</code>.</p>
1654
1678
  */
1655
1679
  Architectures?: (Architecture | string)[];
1680
+ /**
1681
+ * <p>The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10240 MB.</p>
1682
+ */
1683
+ EphemeralStorage?: EphemeralStorage;
1656
1684
  }
1657
1685
  export declare namespace FunctionConfiguration {
1658
1686
  /**
@@ -4622,6 +4650,10 @@ export interface UpdateFunctionConfigurationRequest {
4622
4650
  * values</a> that override the values in the container image Docker file.</p>
4623
4651
  */
4624
4652
  ImageConfig?: ImageConfig;
4653
+ /**
4654
+ * <p>The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10240 MB.</p>
4655
+ */
4656
+ EphemeralStorage?: EphemeralStorage;
4625
4657
  }
4626
4658
  export declare namespace UpdateFunctionConfigurationRequest {
4627
4659
  /**
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: LambdaClientConfig) => {
21
21
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
23
23
  serviceId: string;
24
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
24
+ region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
@@ -150,6 +150,8 @@ export interface AddPermissionRequest {
150
150
  Qualifier?: string;
151
151
 
152
152
  RevisionId?: string;
153
+
154
+ PrincipalOrgID?: string;
153
155
  }
154
156
  export declare namespace AddPermissionRequest {
155
157
 
@@ -526,6 +528,15 @@ export declare namespace Environment {
526
528
  const filterSensitiveLog: (obj: Environment) => any;
527
529
  }
528
530
 
531
+ export interface EphemeralStorage {
532
+
533
+ Size: number | undefined;
534
+ }
535
+ export declare namespace EphemeralStorage {
536
+
537
+ const filterSensitiveLog: (obj: EphemeralStorage) => any;
538
+ }
539
+
529
540
  export interface FileSystemConfig {
530
541
 
531
542
  Arn: string | undefined;
@@ -650,6 +661,8 @@ export interface CreateFunctionRequest {
650
661
  CodeSigningConfigArn?: string;
651
662
 
652
663
  Architectures?: (Architecture | string)[];
664
+
665
+ EphemeralStorage?: EphemeralStorage;
653
666
  }
654
667
  export declare namespace CreateFunctionRequest {
655
668
 
@@ -842,6 +855,8 @@ export interface FunctionConfiguration {
842
855
  SigningJobArn?: string;
843
856
 
844
857
  Architectures?: (Architecture | string)[];
858
+
859
+ EphemeralStorage?: EphemeralStorage;
845
860
  }
846
861
  export declare namespace FunctionConfiguration {
847
862
 
@@ -2149,6 +2164,8 @@ export interface UpdateFunctionConfigurationRequest {
2149
2164
  FileSystemConfigs?: FileSystemConfig[];
2150
2165
 
2151
2166
  ImageConfig?: ImageConfig;
2167
+
2168
+ EphemeralStorage?: EphemeralStorage;
2152
2169
  }
2153
2170
  export declare namespace UpdateFunctionConfigurationRequest {
2154
2171
 
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: LambdaClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
21
  serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
22
+ region: string | import("@aws-sdk/types").Provider<any>;
23
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
24
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
25
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
27
27
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
28
  tls?: boolean | undefined;
29
29
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lambda",
3
3
  "description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
4
- "version": "3.54.1",
4
+ "version": "3.58.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",
@@ -18,48 +18,48 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.54.1",
22
- "@aws-sdk/config-resolver": "3.54.1",
23
- "@aws-sdk/credential-provider-node": "3.54.1",
24
- "@aws-sdk/fetch-http-handler": "3.54.1",
25
- "@aws-sdk/hash-node": "3.54.1",
26
- "@aws-sdk/invalid-dependency": "3.54.1",
27
- "@aws-sdk/middleware-content-length": "3.54.1",
28
- "@aws-sdk/middleware-host-header": "3.54.1",
29
- "@aws-sdk/middleware-logger": "3.54.1",
30
- "@aws-sdk/middleware-retry": "3.54.1",
31
- "@aws-sdk/middleware-serde": "3.54.1",
32
- "@aws-sdk/middleware-signing": "3.54.1",
33
- "@aws-sdk/middleware-stack": "3.54.1",
34
- "@aws-sdk/middleware-user-agent": "3.54.1",
35
- "@aws-sdk/node-config-provider": "3.54.1",
36
- "@aws-sdk/node-http-handler": "3.54.1",
37
- "@aws-sdk/protocol-http": "3.54.1",
38
- "@aws-sdk/smithy-client": "3.54.1",
39
- "@aws-sdk/types": "3.54.1",
40
- "@aws-sdk/url-parser": "3.54.1",
41
- "@aws-sdk/util-base64-browser": "3.52.0",
42
- "@aws-sdk/util-base64-node": "3.52.0",
43
- "@aws-sdk/util-body-length-browser": "3.54.0",
44
- "@aws-sdk/util-body-length-node": "3.54.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.54.1",
46
- "@aws-sdk/util-defaults-mode-node": "3.54.1",
47
- "@aws-sdk/util-user-agent-browser": "3.54.1",
48
- "@aws-sdk/util-user-agent-node": "3.54.1",
49
- "@aws-sdk/util-utf8-browser": "3.52.0",
50
- "@aws-sdk/util-utf8-node": "3.52.0",
51
- "@aws-sdk/util-waiter": "3.54.1",
52
- "tslib": "^2.3.0"
21
+ "@aws-sdk/client-sts": "3.58.0",
22
+ "@aws-sdk/config-resolver": "3.58.0",
23
+ "@aws-sdk/credential-provider-node": "3.58.0",
24
+ "@aws-sdk/fetch-http-handler": "3.58.0",
25
+ "@aws-sdk/hash-node": "3.55.0",
26
+ "@aws-sdk/invalid-dependency": "3.55.0",
27
+ "@aws-sdk/middleware-content-length": "3.58.0",
28
+ "@aws-sdk/middleware-host-header": "3.58.0",
29
+ "@aws-sdk/middleware-logger": "3.55.0",
30
+ "@aws-sdk/middleware-retry": "3.58.0",
31
+ "@aws-sdk/middleware-serde": "3.55.0",
32
+ "@aws-sdk/middleware-signing": "3.58.0",
33
+ "@aws-sdk/middleware-stack": "3.55.0",
34
+ "@aws-sdk/middleware-user-agent": "3.58.0",
35
+ "@aws-sdk/node-config-provider": "3.58.0",
36
+ "@aws-sdk/node-http-handler": "3.58.0",
37
+ "@aws-sdk/protocol-http": "3.58.0",
38
+ "@aws-sdk/smithy-client": "3.55.0",
39
+ "@aws-sdk/types": "3.55.0",
40
+ "@aws-sdk/url-parser": "3.55.0",
41
+ "@aws-sdk/util-base64-browser": "3.58.0",
42
+ "@aws-sdk/util-base64-node": "3.55.0",
43
+ "@aws-sdk/util-body-length-browser": "3.55.0",
44
+ "@aws-sdk/util-body-length-node": "3.55.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.55.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.58.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.58.0",
48
+ "@aws-sdk/util-user-agent-node": "3.58.0",
49
+ "@aws-sdk/util-utf8-browser": "3.55.0",
50
+ "@aws-sdk/util-utf8-node": "3.55.0",
51
+ "@aws-sdk/util-waiter": "3.55.0",
52
+ "tslib": "^2.3.1"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/service-client-documentation-generator": "3.52.0",
55
+ "@aws-sdk/service-client-documentation-generator": "3.58.0",
56
56
  "@tsconfig/recommended": "1.0.1",
57
57
  "@types/node": "^12.7.5",
58
58
  "concurrently": "7.0.0",
59
59
  "downlevel-dts": "0.7.0",
60
60
  "rimraf": "3.0.2",
61
61
  "typedoc": "0.19.2",
62
- "typescript": "~4.3.5"
62
+ "typescript": "~4.6.2"
63
63
  },
64
64
  "engines": {
65
65
  "node": ">=12.0.0"