@aws-sdk/client-rbin 3.588.0 → 3.592.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 (29) hide show
  1. package/dist-cjs/index.js +0 -10
  2. package/dist-types/RbinClient.d.ts +4 -4
  3. package/dist-types/commands/CreateRuleCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
  5. package/dist-types/commands/GetRuleCommand.d.ts +2 -1
  6. package/dist-types/commands/ListRulesCommand.d.ts +2 -1
  7. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  8. package/dist-types/commands/LockRuleCommand.d.ts +2 -1
  9. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  10. package/dist-types/commands/UnlockRuleCommand.d.ts +2 -1
  11. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  12. package/dist-types/commands/UpdateRuleCommand.d.ts +2 -1
  13. package/dist-types/index.d.ts +2 -2
  14. package/dist-types/models/RbinServiceException.d.ts +2 -1
  15. package/dist-types/runtimeConfig.native.d.ts +1 -1
  16. package/dist-types/ts3.4/RbinClient.d.ts +1 -1
  17. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +2 -1
  18. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -1
  19. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +2 -1
  20. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/LockRuleCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/UnlockRuleCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/models/RbinServiceException.d.ts +2 -1
  28. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  29. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -203,7 +203,6 @@ var RbinClient = _RbinClient;
203
203
 
204
204
  var import_middleware_serde = require("@smithy/middleware-serde");
205
205
 
206
- var import_types = require("@smithy/types");
207
206
 
208
207
  // src/protocols/Aws_restJson1.ts
209
208
  var import_core2 = require("@aws-sdk/core");
@@ -793,7 +792,6 @@ var CreateRuleCommand = _CreateRuleCommand;
793
792
 
794
793
 
795
794
 
796
-
797
795
  var _DeleteRuleCommand = class _DeleteRuleCommand extends import_smithy_client.Command.classBuilder().ep({
798
796
  ...commonParams
799
797
  }).m(function(Command, cs, config, o) {
@@ -810,7 +808,6 @@ var DeleteRuleCommand = _DeleteRuleCommand;
810
808
 
811
809
 
812
810
 
813
-
814
811
  var _GetRuleCommand = class _GetRuleCommand extends import_smithy_client.Command.classBuilder().ep({
815
812
  ...commonParams
816
813
  }).m(function(Command, cs, config, o) {
@@ -827,7 +824,6 @@ var GetRuleCommand = _GetRuleCommand;
827
824
 
828
825
 
829
826
 
830
-
831
827
  var _ListRulesCommand = class _ListRulesCommand extends import_smithy_client.Command.classBuilder().ep({
832
828
  ...commonParams
833
829
  }).m(function(Command, cs, config, o) {
@@ -844,7 +840,6 @@ var ListRulesCommand = _ListRulesCommand;
844
840
 
845
841
 
846
842
 
847
-
848
843
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
849
844
  ...commonParams
850
845
  }).m(function(Command, cs, config, o) {
@@ -861,7 +856,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
861
856
 
862
857
 
863
858
 
864
-
865
859
  var _LockRuleCommand = class _LockRuleCommand extends import_smithy_client.Command.classBuilder().ep({
866
860
  ...commonParams
867
861
  }).m(function(Command, cs, config, o) {
@@ -878,7 +872,6 @@ var LockRuleCommand = _LockRuleCommand;
878
872
 
879
873
 
880
874
 
881
-
882
875
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
883
876
  ...commonParams
884
877
  }).m(function(Command, cs, config, o) {
@@ -895,7 +888,6 @@ var TagResourceCommand = _TagResourceCommand;
895
888
 
896
889
 
897
890
 
898
-
899
891
  var _UnlockRuleCommand = class _UnlockRuleCommand extends import_smithy_client.Command.classBuilder().ep({
900
892
  ...commonParams
901
893
  }).m(function(Command, cs, config, o) {
@@ -912,7 +904,6 @@ var UnlockRuleCommand = _UnlockRuleCommand;
912
904
 
913
905
 
914
906
 
915
-
916
907
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
917
908
  ...commonParams
918
909
  }).m(function(Command, cs, config, o) {
@@ -929,7 +920,6 @@ var UntagResourceCommand = _UntagResourceCommand;
929
920
 
930
921
 
931
922
 
932
-
933
923
  var _UpdateRuleCommand = class _UpdateRuleCommand extends import_smithy_client.Command.classBuilder().ep({
934
924
  ...commonParams
935
925
  }).m(function(Command, cs, config, o) {
@@ -100,15 +100,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
100
100
  * Enables FIPS compatible endpoints.
101
101
  */
102
102
  useFipsEndpoint?: boolean | __Provider<boolean>;
103
+ /**
104
+ * The AWS region to which this client will send requests
105
+ */
106
+ region?: string | __Provider<string>;
103
107
  /**
104
108
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
105
109
  * @internal
106
110
  */
107
111
  defaultUserAgentProvider?: Provider<__UserAgent>;
108
- /**
109
- * The AWS region to which this client will send requests
110
- */
111
- region?: string | __Provider<string>;
112
112
  /**
113
113
  * Default credentials provider; Not available in browser runtime.
114
114
  * @deprecated
@@ -5,7 +5,8 @@ import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -17,8 +17,8 @@
17
17
  export * from "./RbinClient";
18
18
  export * from "./Rbin";
19
19
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
20
- export { RuntimeExtension } from "./runtimeExtensions";
21
- export { RbinExtensionConfiguration } from "./extensionConfiguration";
20
+ export type { RuntimeExtension } from "./runtimeExtensions";
21
+ export type { RbinExtensionConfiguration } from "./extensionConfiguration";
22
22
  export * from "./commands";
23
23
  export * from "./pagination";
24
24
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: RbinClientConfig) => {
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -130,8 +130,8 @@ export interface ClientDefaults
130
130
  serviceId?: string;
131
131
  useDualstackEndpoint?: boolean | __Provider<boolean>;
132
132
  useFipsEndpoint?: boolean | __Provider<boolean>;
133
- defaultUserAgentProvider?: Provider<__UserAgent>;
134
133
  region?: string | __Provider<string>;
134
+ defaultUserAgentProvider?: Provider<__UserAgent>;
135
135
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
136
136
  maxAttempts?: number | __Provider<number>;
137
137
  retryMode?: string | __Provider<string>;
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RbinClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateRuleCommandInput extends CreateRuleRequest {}
11
12
  export interface CreateRuleCommandOutput
12
13
  extends CreateRuleResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RbinClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteRuleCommandInput extends DeleteRuleRequest {}
11
12
  export interface DeleteRuleCommandOutput
12
13
  extends DeleteRuleResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RbinClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetRuleCommandInput extends GetRuleRequest {}
11
12
  export interface GetRuleCommandOutput
12
13
  extends GetRuleResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RbinClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListRulesCommandInput extends ListRulesRequest {}
11
12
  export interface ListRulesCommandOutput
12
13
  extends ListRulesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RbinClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RbinClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface LockRuleCommandInput extends LockRuleRequest {}
11
12
  export interface LockRuleCommandOutput
12
13
  extends LockRuleResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RbinClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RbinClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UnlockRuleCommandInput extends UnlockRuleRequest {}
11
12
  export interface UnlockRuleCommandOutput
12
13
  extends UnlockRuleResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RbinClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RbinClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateRuleCommandInput extends UpdateRuleRequest {}
11
12
  export interface UpdateRuleCommandOutput
12
13
  extends UpdateRuleResponse,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class RbinServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: RbinClientConfig) => {
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
+ region: string | import("@smithy/types").Provider<any>;
23
24
  defaultUserAgentProvider: import("@smithy/types").Provider<
24
25
  import("@smithy/types").UserAgent
25
26
  >;
26
- region: string | import("@smithy/types").Provider<any>;
27
27
  credentialDefaultProvider: (
28
28
  input: any
29
29
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rbin",
3
3
  "description": "AWS SDK for JavaScript Rbin Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.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-rbin",
@@ -20,10 +20,10 @@
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-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",