@aws-sdk/client-resource-explorer-2 3.969.0 → 3.971.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.
package/dist-cjs/index.js CHANGED
@@ -392,6 +392,7 @@ const _SRT = "SupportedResourceType";
392
392
  const _ST = "ScopeType";
393
393
  const _SV = "ServiceViews";
394
394
  const _SVA = "ServiceViewArn";
395
+ const _SVN = "ServiceViewName";
395
396
  const _SVe = "ServiceView";
396
397
  const _Sc = "Scope";
397
398
  const _Se = "Service";
@@ -788,8 +789,8 @@ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
788
789
  schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
789
790
  var ServiceView$ = [3, n0, _SVe,
790
791
  0,
791
- [_SVA, _F, _IP, _SAFSt, _ST],
792
- [0, [() => SearchFilter$, 0], () => IncludedPropertyList, 0, 0], 1
792
+ [_SVA, _SVN, _F, _IP, _SAFSt, _ST],
793
+ [0, 0, [() => SearchFilter$, 0], () => IncludedPropertyList, 0, 0], 1
793
794
  ];
794
795
  var StreamingAccessDetails$ = [3, n0, _SAD,
795
796
  0,
@@ -866,8 +867,8 @@ var ValidationExceptionField$ = [3, n0, _VEF,
866
867
  ];
867
868
  var View$ = [3, n0, _Vi,
868
869
  0,
869
- [_VA, _O, _LUA, _Sc, _IP, _F],
870
- [0, 0, 5, 0, () => IncludedPropertyList, [() => SearchFilter$, 0]]
870
+ [_VA, _VN, _O, _LUA, _Sc, _IP, _F],
871
+ [0, 0, 0, 5, 0, () => IncludedPropertyList, [() => SearchFilter$, 0]]
871
872
  ];
872
873
  var ViewStatus$ = [3, n0, _VS,
873
874
  0,
@@ -154,6 +154,7 @@ const _SRT = "SupportedResourceType";
154
154
  const _ST = "ScopeType";
155
155
  const _SV = "ServiceViews";
156
156
  const _SVA = "ServiceViewArn";
157
+ const _SVN = "ServiceViewName";
157
158
  const _SVe = "ServiceView";
158
159
  const _Sc = "Scope";
159
160
  const _Se = "Service";
@@ -553,8 +554,8 @@ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
553
554
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
554
555
  export var ServiceView$ = [3, n0, _SVe,
555
556
  0,
556
- [_SVA, _F, _IP, _SAFSt, _ST],
557
- [0, [() => SearchFilter$, 0], () => IncludedPropertyList, 0, 0], 1
557
+ [_SVA, _SVN, _F, _IP, _SAFSt, _ST],
558
+ [0, 0, [() => SearchFilter$, 0], () => IncludedPropertyList, 0, 0], 1
558
559
  ];
559
560
  export var StreamingAccessDetails$ = [3, n0, _SAD,
560
561
  0,
@@ -631,8 +632,8 @@ export var ValidationExceptionField$ = [3, n0, _VEF,
631
632
  ];
632
633
  export var View$ = [3, n0, _Vi,
633
634
  0,
634
- [_VA, _O, _LUA, _Sc, _IP, _F],
635
- [0, 0, 5, 0, () => IncludedPropertyList, [() => SearchFilter$, 0]]
635
+ [_VA, _VN, _O, _LUA, _Sc, _IP, _F],
636
+ [0, 0, 0, 5, 0, () => IncludedPropertyList, [() => SearchFilter$, 0]]
636
637
  ];
637
638
  export var ViewStatus$ = [3, n0, _VS,
638
639
  0,
@@ -47,6 +47,7 @@ declare const BatchGetViewCommand_base: {
47
47
  * // Views: [ // ViewList
48
48
  * // { // View
49
49
  * // ViewArn: "STRING_VALUE",
50
+ * // ViewName: "STRING_VALUE",
50
51
  * // Owner: "STRING_VALUE",
51
52
  * // LastUpdatedAt: new Date("TIMESTAMP"),
52
53
  * // Scope: "STRING_VALUE",
@@ -57,6 +57,7 @@ declare const CreateViewCommand_base: {
57
57
  * // { // CreateViewOutput
58
58
  * // View: { // View
59
59
  * // ViewArn: "STRING_VALUE",
60
+ * // ViewName: "STRING_VALUE",
60
61
  * // Owner: "STRING_VALUE",
61
62
  * // LastUpdatedAt: new Date("TIMESTAMP"),
62
63
  * // Scope: "STRING_VALUE",
@@ -63,6 +63,7 @@ declare const GetResourceExplorerSetupCommand_base: {
63
63
  * // Status: "STRING_VALUE",
64
64
  * // View: { // View
65
65
  * // ViewArn: "STRING_VALUE",
66
+ * // ViewName: "STRING_VALUE",
66
67
  * // Owner: "STRING_VALUE",
67
68
  * // LastUpdatedAt: new Date("TIMESTAMP"),
68
69
  * // Scope: "STRING_VALUE",
@@ -44,6 +44,7 @@ declare const GetServiceViewCommand_base: {
44
44
  * // { // GetServiceViewOutput
45
45
  * // View: { // ServiceView
46
46
  * // ServiceViewArn: "STRING_VALUE", // required
47
+ * // ServiceViewName: "STRING_VALUE",
47
48
  * // Filters: { // SearchFilter
48
49
  * // FilterString: "STRING_VALUE", // required
49
50
  * // },
@@ -44,6 +44,7 @@ declare const GetViewCommand_base: {
44
44
  * // { // GetViewOutput
45
45
  * // View: { // View
46
46
  * // ViewArn: "STRING_VALUE",
47
+ * // ViewName: "STRING_VALUE",
47
48
  * // Owner: "STRING_VALUE",
48
49
  * // LastUpdatedAt: new Date("TIMESTAMP"),
49
50
  * // Scope: "STRING_VALUE",
@@ -52,6 +52,7 @@ declare const UpdateViewCommand_base: {
52
52
  * // { // UpdateViewOutput
53
53
  * // View: { // View
54
54
  * // ViewArn: "STRING_VALUE",
55
+ * // ViewName: "STRING_VALUE",
55
56
  * // Owner: "STRING_VALUE",
56
57
  * // LastUpdatedAt: new Date("TIMESTAMP"),
57
58
  * // Scope: "STRING_VALUE",
@@ -94,6 +94,11 @@ export interface View {
94
94
  * @public
95
95
  */
96
96
  ViewArn?: string | undefined;
97
+ /**
98
+ * <p>The name of the view.</p>
99
+ * @public
100
+ */
101
+ ViewName?: string | undefined;
97
102
  /**
98
103
  * <p>The Amazon Web Services account that owns this view.</p>
99
104
  * @public
@@ -812,6 +817,11 @@ export interface ServiceView {
812
817
  * @public
813
818
  */
814
819
  ServiceViewArn: string | undefined;
820
+ /**
821
+ * <p>The name of the service view.</p>
822
+ * @public
823
+ */
824
+ ServiceViewName?: string | undefined;
815
825
  /**
816
826
  * <p>A search filter defines which resources can be part of a search query result set.</p>
817
827
  * @public
@@ -30,6 +30,7 @@ export interface IncludedProperty {
30
30
  }
31
31
  export interface View {
32
32
  ViewArn?: string | undefined;
33
+ ViewName?: string | undefined;
33
34
  Owner?: string | undefined;
34
35
  LastUpdatedAt?: Date | undefined;
35
36
  Scope?: string | undefined;
@@ -212,6 +213,7 @@ export interface GetServiceViewInput {
212
213
  }
213
214
  export interface ServiceView {
214
215
  ServiceViewArn: string | undefined;
216
+ ServiceViewName?: string | undefined;
215
217
  Filters?: SearchFilter | undefined;
216
218
  IncludedProperties?: IncludedProperty[] | undefined;
217
219
  StreamingAccessForService?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-resource-explorer-2",
3
3
  "description": "AWS SDK for JavaScript Resource Explorer 2 Client for Node.js, Browser and React Native",
4
- "version": "3.969.0",
4
+ "version": "3.971.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-resource-explorer-2",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.969.0",
25
- "@aws-sdk/credential-provider-node": "3.969.0",
24
+ "@aws-sdk/core": "3.970.0",
25
+ "@aws-sdk/credential-provider-node": "3.971.0",
26
26
  "@aws-sdk/middleware-host-header": "3.969.0",
27
27
  "@aws-sdk/middleware-logger": "3.969.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.969.0",
29
- "@aws-sdk/middleware-user-agent": "3.969.0",
29
+ "@aws-sdk/middleware-user-agent": "3.970.0",
30
30
  "@aws-sdk/region-config-resolver": "3.969.0",
31
31
  "@aws-sdk/types": "3.969.0",
32
- "@aws-sdk/util-endpoints": "3.969.0",
32
+ "@aws-sdk/util-endpoints": "3.970.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.969.0",
34
- "@aws-sdk/util-user-agent-node": "3.969.0",
34
+ "@aws-sdk/util-user-agent-node": "3.971.0",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.20.5",
36
+ "@smithy/core": "^3.20.6",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.6",
42
- "@smithy/middleware-retry": "^4.4.22",
41
+ "@smithy/middleware-endpoint": "^4.4.7",
42
+ "@smithy/middleware-retry": "^4.4.23",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
46
  "@smithy/node-http-handler": "^4.4.8",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.10.7",
48
+ "@smithy/smithy-client": "^4.10.8",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.21",
55
- "@smithy/util-defaults-mode-node": "^4.2.24",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.22",
55
+ "@smithy/util-defaults-mode-node": "^4.2.25",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",