@aws-sdk/client-resource-explorer-2 3.606.0 → 3.608.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 +4 -16
- package/dist-es/protocols/Aws_restJson1.js +4 -16
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -594,45 +594,33 @@ var se_DeleteViewCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
594
594
|
}, "se_DeleteViewCommand");
|
|
595
595
|
var se_DisassociateDefaultViewCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
596
596
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
597
|
-
const headers = {
|
|
598
|
-
"content-type": "application/json"
|
|
599
|
-
};
|
|
597
|
+
const headers = {};
|
|
600
598
|
b.bp("/DisassociateDefaultView");
|
|
601
599
|
let body;
|
|
602
|
-
body = "";
|
|
603
600
|
b.m("POST").h(headers).b(body);
|
|
604
601
|
return b.build();
|
|
605
602
|
}, "se_DisassociateDefaultViewCommand");
|
|
606
603
|
var se_GetAccountLevelServiceConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
607
604
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
608
|
-
const headers = {
|
|
609
|
-
"content-type": "application/json"
|
|
610
|
-
};
|
|
605
|
+
const headers = {};
|
|
611
606
|
b.bp("/GetAccountLevelServiceConfiguration");
|
|
612
607
|
let body;
|
|
613
|
-
body = "";
|
|
614
608
|
b.m("POST").h(headers).b(body);
|
|
615
609
|
return b.build();
|
|
616
610
|
}, "se_GetAccountLevelServiceConfigurationCommand");
|
|
617
611
|
var se_GetDefaultViewCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
618
612
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
619
|
-
const headers = {
|
|
620
|
-
"content-type": "application/json"
|
|
621
|
-
};
|
|
613
|
+
const headers = {};
|
|
622
614
|
b.bp("/GetDefaultView");
|
|
623
615
|
let body;
|
|
624
|
-
body = "";
|
|
625
616
|
b.m("POST").h(headers).b(body);
|
|
626
617
|
return b.build();
|
|
627
618
|
}, "se_GetDefaultViewCommand");
|
|
628
619
|
var se_GetIndexCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
629
620
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
630
|
-
const headers = {
|
|
631
|
-
"content-type": "application/json"
|
|
632
|
-
};
|
|
621
|
+
const headers = {};
|
|
633
622
|
b.bp("/GetIndex");
|
|
634
623
|
let body;
|
|
635
|
-
body = "";
|
|
636
624
|
b.m("POST").h(headers).b(body);
|
|
637
625
|
return b.build();
|
|
638
626
|
}, "se_GetIndexCommand");
|
|
@@ -90,45 +90,33 @@ export const se_DeleteViewCommand = async (input, context) => {
|
|
|
90
90
|
};
|
|
91
91
|
export const se_DisassociateDefaultViewCommand = async (input, context) => {
|
|
92
92
|
const b = rb(input, context);
|
|
93
|
-
const headers = {
|
|
94
|
-
"content-type": "application/json",
|
|
95
|
-
};
|
|
93
|
+
const headers = {};
|
|
96
94
|
b.bp("/DisassociateDefaultView");
|
|
97
95
|
let body;
|
|
98
|
-
body = "";
|
|
99
96
|
b.m("POST").h(headers).b(body);
|
|
100
97
|
return b.build();
|
|
101
98
|
};
|
|
102
99
|
export const se_GetAccountLevelServiceConfigurationCommand = async (input, context) => {
|
|
103
100
|
const b = rb(input, context);
|
|
104
|
-
const headers = {
|
|
105
|
-
"content-type": "application/json",
|
|
106
|
-
};
|
|
101
|
+
const headers = {};
|
|
107
102
|
b.bp("/GetAccountLevelServiceConfiguration");
|
|
108
103
|
let body;
|
|
109
|
-
body = "";
|
|
110
104
|
b.m("POST").h(headers).b(body);
|
|
111
105
|
return b.build();
|
|
112
106
|
};
|
|
113
107
|
export const se_GetDefaultViewCommand = async (input, context) => {
|
|
114
108
|
const b = rb(input, context);
|
|
115
|
-
const headers = {
|
|
116
|
-
"content-type": "application/json",
|
|
117
|
-
};
|
|
109
|
+
const headers = {};
|
|
118
110
|
b.bp("/GetDefaultView");
|
|
119
111
|
let body;
|
|
120
|
-
body = "";
|
|
121
112
|
b.m("POST").h(headers).b(body);
|
|
122
113
|
return b.build();
|
|
123
114
|
};
|
|
124
115
|
export const se_GetIndexCommand = async (input, context) => {
|
|
125
116
|
const b = rb(input, context);
|
|
126
|
-
const headers = {
|
|
127
|
-
"content-type": "application/json",
|
|
128
|
-
};
|
|
117
|
+
const headers = {};
|
|
129
118
|
b.bp("/GetIndex");
|
|
130
119
|
let body;
|
|
131
|
-
body = "";
|
|
132
120
|
b.m("POST").h(headers).b(body);
|
|
133
121
|
return b.build();
|
|
134
122
|
};
|
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.
|
|
4
|
+
"version": "3.608.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-resource-explorer-2",
|