@aws-sdk/client-odb 3.913.0 → 3.916.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.
@@ -552,7 +552,7 @@ export interface CloudAutonomousVmCluster {
552
552
  */
553
553
  isMtlsEnabledVmCluster?: boolean | undefined;
554
554
  /**
555
- * <p>The Oracle license model that applies to the Autonomous VM cluster. Valid values are <code>LICENSE_INCLUDED</code> or <code>BRING_YOUR_OWN_LICENSE</code>.</p>
555
+ * <p>The Oracle license model that applies to the Autonomous VM cluster.</p>
556
556
  * @public
557
557
  */
558
558
  licenseModel?: LicenseModel | undefined;
@@ -3026,7 +3026,7 @@ export interface CreateOdbPeeringConnectionOutput {
3026
3026
  */
3027
3027
  displayName?: string | undefined;
3028
3028
  /**
3029
- * <p>The status of the ODB peering connection.</p> <p>Valid Values: <code>provisioning | active | terminating | terminated | failed</code> </p>
3029
+ * <p>The status of the ODB peering connection.</p>
3030
3030
  * @public
3031
3031
  */
3032
3032
  status?: ResourceStatus | undefined;
@@ -3770,7 +3770,7 @@ export type ManagedResourceStatus = (typeof ManagedResourceStatus)[keyof typeof
3770
3770
  */
3771
3771
  export interface ManagedS3BackupAccess {
3772
3772
  /**
3773
- * <p>The status of the managed Amazon S3 backup access.</p> <p>Valid Values: <code>enabled | disabled</code> </p>
3773
+ * <p>The status of the managed Amazon S3 backup access.</p>
3774
3774
  * @public
3775
3775
  */
3776
3776
  status?: ManagedResourceStatus | undefined;
@@ -3786,7 +3786,7 @@ export interface ManagedS3BackupAccess {
3786
3786
  */
3787
3787
  export interface S3Access {
3788
3788
  /**
3789
- * <p>The status of the Amazon S3 access.</p> <p>Valid Values: <code>enabled | disabled</code> </p>
3789
+ * <p>The status of the Amazon S3 access.</p>
3790
3790
  * @public
3791
3791
  */
3792
3792
  status?: ManagedResourceStatus | undefined;
@@ -3828,7 +3828,7 @@ export interface ServiceNetworkEndpoint {
3828
3828
  */
3829
3829
  vpcEndpointId?: string | undefined;
3830
3830
  /**
3831
- * <p>The type of the VPC endpoint.</p> <p>Valid Values: <code>Interface | Gateway</code> </p>
3831
+ * <p>The type of the VPC endpoint.</p>
3832
3832
  * @public
3833
3833
  */
3834
3834
  vpcEndpointType?: VpcEndpointType | undefined;
@@ -3839,7 +3839,7 @@ export interface ServiceNetworkEndpoint {
3839
3839
  */
3840
3840
  export interface ZeroEtlAccess {
3841
3841
  /**
3842
- * <p>The status of the Zero-ETL access.</p> <p>Valid Values: <code>enabled | disabled</code> </p>
3842
+ * <p>The status of the Zero-ETL access.</p>
3843
3843
  * @public
3844
3844
  */
3845
3845
  status?: ManagedResourceStatus | undefined;
@@ -4053,7 +4053,7 @@ export interface OdbPeeringConnection {
4053
4053
  */
4054
4054
  displayName?: string | undefined;
4055
4055
  /**
4056
- * <p>The status of the ODB peering connection.</p> <p>Valid Values: <code>provisioning | active | terminating | terminated | failed</code> </p>
4056
+ * <p>The status of the ODB peering connection.</p>
4057
4057
  * @public
4058
4058
  */
4059
4059
  status?: ResourceStatus | undefined;
@@ -4381,7 +4381,7 @@ export interface OdbPeeringConnectionSummary {
4381
4381
  */
4382
4382
  displayName?: string | undefined;
4383
4383
  /**
4384
- * <p>The status of the ODB peering connection.</p> <p>Valid Values: <code>provisioning | active | terminating | terminated | failed</code> </p>
4384
+ * <p>The status of the ODB peering connection.</p>
4385
4385
  * @public
4386
4386
  */
4387
4387
  status?: ResourceStatus | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-odb",
3
3
  "description": "AWS SDK for JavaScript Odb Client for Node.js, Browser and React Native",
4
- "version": "3.913.0",
4
+ "version": "3.916.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-odb",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.911.0",
24
- "@aws-sdk/credential-provider-node": "3.913.0",
25
- "@aws-sdk/middleware-host-header": "3.910.0",
26
- "@aws-sdk/middleware-logger": "3.910.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.910.0",
28
- "@aws-sdk/middleware-user-agent": "3.911.0",
29
- "@aws-sdk/region-config-resolver": "3.910.0",
30
- "@aws-sdk/types": "3.910.0",
31
- "@aws-sdk/util-endpoints": "3.910.0",
32
- "@aws-sdk/util-user-agent-browser": "3.910.0",
33
- "@aws-sdk/util-user-agent-node": "3.911.0",
34
- "@smithy/config-resolver": "^4.3.2",
35
- "@smithy/core": "^3.16.1",
36
- "@smithy/fetch-http-handler": "^5.3.3",
37
- "@smithy/hash-node": "^4.2.2",
38
- "@smithy/invalid-dependency": "^4.2.2",
39
- "@smithy/middleware-content-length": "^4.2.2",
40
- "@smithy/middleware-endpoint": "^4.3.3",
41
- "@smithy/middleware-retry": "^4.4.3",
42
- "@smithy/middleware-serde": "^4.2.2",
43
- "@smithy/middleware-stack": "^4.2.2",
44
- "@smithy/node-config-provider": "^4.3.2",
45
- "@smithy/node-http-handler": "^4.4.1",
46
- "@smithy/protocol-http": "^5.3.2",
47
- "@smithy/smithy-client": "^4.8.1",
48
- "@smithy/types": "^4.7.1",
49
- "@smithy/url-parser": "^4.2.2",
23
+ "@aws-sdk/core": "3.916.0",
24
+ "@aws-sdk/credential-provider-node": "3.916.0",
25
+ "@aws-sdk/middleware-host-header": "3.914.0",
26
+ "@aws-sdk/middleware-logger": "3.914.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.914.0",
28
+ "@aws-sdk/middleware-user-agent": "3.916.0",
29
+ "@aws-sdk/region-config-resolver": "3.914.0",
30
+ "@aws-sdk/types": "3.914.0",
31
+ "@aws-sdk/util-endpoints": "3.916.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.914.0",
33
+ "@aws-sdk/util-user-agent-node": "3.916.0",
34
+ "@smithy/config-resolver": "^4.4.0",
35
+ "@smithy/core": "^3.17.1",
36
+ "@smithy/fetch-http-handler": "^5.3.4",
37
+ "@smithy/hash-node": "^4.2.3",
38
+ "@smithy/invalid-dependency": "^4.2.3",
39
+ "@smithy/middleware-content-length": "^4.2.3",
40
+ "@smithy/middleware-endpoint": "^4.3.5",
41
+ "@smithy/middleware-retry": "^4.4.5",
42
+ "@smithy/middleware-serde": "^4.2.3",
43
+ "@smithy/middleware-stack": "^4.2.3",
44
+ "@smithy/node-config-provider": "^4.3.3",
45
+ "@smithy/node-http-handler": "^4.4.3",
46
+ "@smithy/protocol-http": "^5.3.3",
47
+ "@smithy/smithy-client": "^4.9.1",
48
+ "@smithy/types": "^4.8.0",
49
+ "@smithy/url-parser": "^4.2.3",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.2",
54
- "@smithy/util-defaults-mode-node": "^4.2.3",
55
- "@smithy/util-endpoints": "^3.2.2",
56
- "@smithy/util-middleware": "^4.2.2",
57
- "@smithy/util-retry": "^4.2.2",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.4",
54
+ "@smithy/util-defaults-mode-node": "^4.2.6",
55
+ "@smithy/util-endpoints": "^3.2.3",
56
+ "@smithy/util-middleware": "^4.2.3",
57
+ "@smithy/util-retry": "^4.2.3",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
59
  "@smithy/uuid": "^1.1.0",
60
60
  "tslib": "^2.6.2"