@aws-sdk/client-rbin 3.651.1 → 3.654.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.
@@ -117,4 +117,15 @@ declare const CreateRuleCommand_base: {
117
117
  * @public
118
118
  */
119
119
  export declare class CreateRuleCommand extends CreateRuleCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: CreateRuleRequest;
124
+ output: CreateRuleResponse;
125
+ };
126
+ sdk: {
127
+ input: CreateRuleCommandInput;
128
+ output: CreateRuleCommandOutput;
129
+ };
130
+ };
120
131
  }
@@ -68,4 +68,15 @@ declare const DeleteRuleCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeleteRuleRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeleteRuleCommandInput;
79
+ output: DeleteRuleCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -88,4 +88,15 @@ declare const GetRuleCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class GetRuleCommand extends GetRuleCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: GetRuleRequest;
95
+ output: GetRuleResponse;
96
+ };
97
+ sdk: {
98
+ input: GetRuleCommandInput;
99
+ output: GetRuleCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -84,4 +84,15 @@ declare const ListRulesCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ListRulesCommand extends ListRulesCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ListRulesRequest;
91
+ output: ListRulesResponse;
92
+ };
93
+ sdk: {
94
+ input: ListRulesCommandInput;
95
+ output: ListRulesCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -71,4 +71,15 @@ declare const ListTagsForResourceCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: ListTagsForResourceRequest;
78
+ output: ListTagsForResourceResponse;
79
+ };
80
+ sdk: {
81
+ input: ListTagsForResourceCommandInput;
82
+ output: ListTagsForResourceCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -96,4 +96,15 @@ declare const LockRuleCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class LockRuleCommand extends LockRuleCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: LockRuleRequest;
103
+ output: LockRuleResponse;
104
+ };
105
+ sdk: {
106
+ input: LockRuleCommandInput;
107
+ output: LockRuleCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -73,4 +73,15 @@ declare const TagResourceCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class TagResourceCommand extends TagResourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: TagResourceRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: TagResourceCommandInput;
84
+ output: TagResourceCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -92,4 +92,15 @@ declare const UnlockRuleCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class UnlockRuleCommand extends UnlockRuleCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: UnlockRuleRequest;
99
+ output: UnlockRuleResponse;
100
+ };
101
+ sdk: {
102
+ input: UnlockRuleCommandInput;
103
+ output: UnlockRuleCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: UntagResourceRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: UntagResourceCommandInput;
78
+ output: UntagResourceCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -103,4 +103,15 @@ declare const UpdateRuleCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class UpdateRuleCommand extends UpdateRuleCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: UpdateRuleRequest;
110
+ output: UpdateRuleResponse;
111
+ };
112
+ sdk: {
113
+ input: UpdateRuleCommandInput;
114
+ output: UpdateRuleCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -33,4 +33,15 @@ declare const CreateRuleCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateRuleCommand extends CreateRuleCommand_base {}
36
+ export declare class CreateRuleCommand extends CreateRuleCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateRuleRequest;
40
+ output: CreateRuleResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateRuleCommandInput;
44
+ output: CreateRuleCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteRuleCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteRuleCommand extends DeleteRuleCommand_base {}
36
+ export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteRuleRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteRuleCommandInput;
44
+ output: DeleteRuleCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -29,4 +29,15 @@ declare const GetRuleCommand_base: {
29
29
  >;
30
30
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
31
31
  };
32
- export declare class GetRuleCommand extends GetRuleCommand_base {}
32
+ export declare class GetRuleCommand extends GetRuleCommand_base {
33
+ protected static __types: {
34
+ api: {
35
+ input: GetRuleRequest;
36
+ output: GetRuleResponse;
37
+ };
38
+ sdk: {
39
+ input: GetRuleCommandInput;
40
+ output: GetRuleCommandOutput;
41
+ };
42
+ };
43
+ }
@@ -33,4 +33,15 @@ declare const ListRulesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListRulesCommand extends ListRulesCommand_base {}
36
+ export declare class ListRulesCommand extends ListRulesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListRulesRequest;
40
+ output: ListRulesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListRulesCommandInput;
44
+ output: ListRulesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const LockRuleCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class LockRuleCommand extends LockRuleCommand_base {}
36
+ export declare class LockRuleCommand extends LockRuleCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: LockRuleRequest;
40
+ output: LockRuleResponse;
41
+ };
42
+ sdk: {
43
+ input: LockRuleCommandInput;
44
+ output: LockRuleCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const UnlockRuleCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UnlockRuleCommand extends UnlockRuleCommand_base {}
36
+ export declare class UnlockRuleCommand extends UnlockRuleCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UnlockRuleRequest;
40
+ output: UnlockRuleResponse;
41
+ };
42
+ sdk: {
43
+ input: UnlockRuleCommandInput;
44
+ output: UnlockRuleCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const UpdateRuleCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateRuleCommand extends UpdateRuleCommand_base {}
36
+ export declare class UpdateRuleCommand extends UpdateRuleCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateRuleRequest;
40
+ output: UpdateRuleResponse;
41
+ };
42
+ sdk: {
43
+ input: UpdateRuleCommandInput;
44
+ output: UpdateRuleCommandOutput;
45
+ };
46
+ };
47
+ }
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.651.1",
4
+ "version": "3.654.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,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },