@aws-sdk/client-redshift 3.262.0 → 3.264.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 (54) hide show
  1. package/README.md +0 -1
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-es/endpoint/ruleset.js +3 -3
  4. package/dist-types/Redshift.d.ts +104 -105
  5. package/dist-types/RedshiftClient.d.ts +6 -7
  6. package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +3 -3
  7. package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +1 -1
  8. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +2 -2
  9. package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +2 -2
  11. package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +2 -2
  15. package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateTagsCommand.d.ts +2 -2
  19. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -2
  20. package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +2 -2
  21. package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +3 -3
  24. package/dist-types/commands/DescribeClusterParametersCommand.d.ts +2 -2
  25. package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +3 -3
  26. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +2 -2
  27. package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +2 -2
  28. package/dist-types/commands/DescribeClustersCommand.d.ts +2 -2
  29. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +2 -2
  31. package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +2 -2
  32. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +2 -2
  33. package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeResizeCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeTagsCommand.d.ts +7 -7
  37. package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +1 -1
  38. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +1 -1
  39. package/dist-types/commands/GetClusterCredentialsCommand.d.ts +4 -4
  40. package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +1 -1
  41. package/dist-types/commands/ModifyClusterCommand.d.ts +2 -2
  42. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +1 -1
  43. package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +1 -1
  44. package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +1 -1
  45. package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +1 -1
  46. package/dist-types/commands/ResizeClusterCommand.d.ts +23 -23
  47. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +2 -2
  48. package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +1 -1
  49. package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +1 -1
  50. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  51. package/dist-types/models/models_0.d.ts +392 -398
  52. package/dist-types/models/models_1.d.ts +218 -223
  53. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  54. package/package.json +4 -4
@@ -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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-redshift",
3
3
  "description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native",
4
- "version": "3.262.0",
4
+ "version": "3.264.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",
@@ -20,14 +20,14 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.262.0",
23
+ "@aws-sdk/client-sts": "3.264.0",
24
24
  "@aws-sdk/config-resolver": "3.259.0",
25
- "@aws-sdk/credential-provider-node": "3.261.0",
25
+ "@aws-sdk/credential-provider-node": "3.264.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.257.0",
27
27
  "@aws-sdk/hash-node": "3.257.0",
28
28
  "@aws-sdk/invalid-dependency": "3.257.0",
29
29
  "@aws-sdk/middleware-content-length": "3.257.0",
30
- "@aws-sdk/middleware-endpoint": "3.257.0",
30
+ "@aws-sdk/middleware-endpoint": "3.264.0",
31
31
  "@aws-sdk/middleware-host-header": "3.257.0",
32
32
  "@aws-sdk/middleware-logger": "3.257.0",
33
33
  "@aws-sdk/middleware-recursion-detection": "3.257.0",