@aws-sdk/client-resource-groups-tagging-api 3.33.0 → 3.36.1

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 (199) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/ResourceGroupsTaggingAPI.js +1 -5
  3. package/{dist/cjs → dist-cjs}/ResourceGroupsTaggingAPIClient.js +8 -17
  4. package/{dist/cjs → dist-cjs}/commands/DescribeReportCreationCommand.js +2 -29
  5. package/dist-cjs/commands/GetComplianceSummaryCommand.js +36 -0
  6. package/dist-cjs/commands/GetResourcesCommand.js +36 -0
  7. package/dist-cjs/commands/GetTagKeysCommand.js +36 -0
  8. package/dist-cjs/commands/GetTagValuesCommand.js +36 -0
  9. package/dist-cjs/commands/StartReportCreationCommand.js +36 -0
  10. package/dist-cjs/commands/TagResourcesCommand.js +36 -0
  11. package/dist-cjs/commands/UntagResourcesCommand.js +36 -0
  12. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  13. package/{dist/cjs → dist-cjs}/index.js +0 -1
  14. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  15. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -85
  16. package/{dist/cjs → dist-cjs}/pagination/GetComplianceSummaryPaginator.js +1 -12
  17. package/{dist/cjs → dist-cjs}/pagination/GetResourcesPaginator.js +1 -12
  18. package/{dist/cjs → dist-cjs}/pagination/GetTagKeysPaginator.js +1 -12
  19. package/{dist/cjs → dist-cjs}/pagination/GetTagValuesPaginator.js +1 -12
  20. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  21. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  22. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  23. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  24. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  25. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  26. package/{dist/es → dist-es}/ResourceGroupsTaggingAPI.js +2 -6
  27. package/{dist/es → dist-es}/ResourceGroupsTaggingAPIClient.js +2 -11
  28. package/{dist/es → dist-es}/commands/DescribeReportCreationCommand.js +4 -32
  29. package/dist-es/commands/GetComplianceSummaryCommand.js +39 -0
  30. package/dist-es/commands/GetResourcesCommand.js +39 -0
  31. package/dist-es/commands/GetTagKeysCommand.js +39 -0
  32. package/dist-es/commands/GetTagValuesCommand.js +39 -0
  33. package/{dist/es → dist-es}/commands/StartReportCreationCommand.js +4 -38
  34. package/dist-es/commands/TagResourcesCommand.js +39 -0
  35. package/dist-es/commands/UntagResourcesCommand.js +39 -0
  36. package/{dist/es → dist-es}/endpoints.js +1 -2
  37. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  38. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  39. package/{dist/es → dist-es}/models/models_0.js +0 -85
  40. package/{dist/es → dist-es}/pagination/GetComplianceSummaryPaginator.js +17 -30
  41. package/{dist/es → dist-es}/pagination/GetResourcesPaginator.js +17 -30
  42. package/{dist/es → dist-es}/pagination/GetTagKeysPaginator.js +17 -30
  43. package/{dist/es → dist-es}/pagination/GetTagValuesPaginator.js +17 -30
  44. package/dist-es/pagination/Interfaces.js +1 -0
  45. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +188 -194
  46. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  47. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  48. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  49. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  50. package/{dist/types → dist-types}/ResourceGroupsTaggingAPI.d.ts +2 -2
  51. package/{dist/types → dist-types}/ResourceGroupsTaggingAPIClient.d.ts +8 -8
  52. package/{dist/types → dist-types}/commands/DescribeReportCreationCommand.d.ts +3 -3
  53. package/{dist/types → dist-types}/commands/GetComplianceSummaryCommand.d.ts +3 -3
  54. package/{dist/types → dist-types}/commands/GetResourcesCommand.d.ts +3 -3
  55. package/{dist/types → dist-types}/commands/GetTagKeysCommand.d.ts +3 -3
  56. package/{dist/types → dist-types}/commands/GetTagValuesCommand.d.ts +3 -3
  57. package/{dist/types → dist-types}/commands/StartReportCreationCommand.d.ts +3 -3
  58. package/{dist/types → dist-types}/commands/TagResourcesCommand.d.ts +3 -3
  59. package/{dist/types → dist-types}/commands/UntagResourcesCommand.d.ts +3 -3
  60. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  61. package/{index.ts → dist-types/index.d.ts} +0 -0
  62. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  63. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  64. package/{dist/types → dist-types}/pagination/GetComplianceSummaryPaginator.d.ts +1 -1
  65. package/{dist/types → dist-types}/pagination/GetResourcesPaginator.d.ts +1 -1
  66. package/{dist/types → dist-types}/pagination/GetTagKeysPaginator.d.ts +1 -1
  67. package/{dist/types → dist-types}/pagination/GetTagValuesPaginator.d.ts +1 -1
  68. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  69. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  70. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  71. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  72. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  73. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  74. package/dist-types/ts3.4/ResourceGroupsTaggingAPI.d.ts +45 -0
  75. package/{dist/types → dist-types}/ts3.4/ResourceGroupsTaggingAPIClient.d.ts +32 -97
  76. package/dist-types/ts3.4/commands/DescribeReportCreationCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/GetComplianceSummaryCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/GetTagKeysCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/GetTagValuesCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/StartReportCreationCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/TagResourcesCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/UntagResourcesCommand.d.ts +17 -0
  84. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  85. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  86. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  87. package/dist-types/ts3.4/models/models_0.d.ts +331 -0
  88. package/{dist/types → dist-types}/ts3.4/pagination/GetComplianceSummaryPaginator.d.ts +1 -1
  89. package/{dist/types → dist-types}/ts3.4/pagination/GetResourcesPaginator.d.ts +1 -1
  90. package/{dist/types → dist-types}/ts3.4/pagination/GetTagKeysPaginator.d.ts +1 -1
  91. package/{dist/types → dist-types}/ts3.4/pagination/GetTagValuesPaginator.d.ts +1 -1
  92. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  93. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  94. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  95. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  96. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  97. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  98. package/package.json +52 -49
  99. package/ResourceGroupsTaggingAPI.ts +0 -385
  100. package/ResourceGroupsTaggingAPIClient.ts +0 -269
  101. package/commands/DescribeReportCreationCommand.ts +0 -100
  102. package/commands/GetComplianceSummaryCommand.ts +0 -110
  103. package/commands/GetResourcesCommand.ts +0 -121
  104. package/commands/GetTagKeysCommand.ts +0 -105
  105. package/commands/GetTagValuesCommand.ts +0 -105
  106. package/commands/StartReportCreationCommand.ts +0 -106
  107. package/commands/TagResourcesCommand.ts +0 -125
  108. package/commands/UntagResourcesCommand.ts +0 -113
  109. package/dist/cjs/ResourceGroupsTaggingAPI.js.map +0 -1
  110. package/dist/cjs/ResourceGroupsTaggingAPIClient.js.map +0 -1
  111. package/dist/cjs/commands/DescribeReportCreationCommand.js.map +0 -1
  112. package/dist/cjs/commands/GetComplianceSummaryCommand.js +0 -73
  113. package/dist/cjs/commands/GetComplianceSummaryCommand.js.map +0 -1
  114. package/dist/cjs/commands/GetResourcesCommand.js +0 -84
  115. package/dist/cjs/commands/GetResourcesCommand.js.map +0 -1
  116. package/dist/cjs/commands/GetTagKeysCommand.js +0 -68
  117. package/dist/cjs/commands/GetTagKeysCommand.js.map +0 -1
  118. package/dist/cjs/commands/GetTagValuesCommand.js +0 -68
  119. package/dist/cjs/commands/GetTagValuesCommand.js.map +0 -1
  120. package/dist/cjs/commands/StartReportCreationCommand.js +0 -69
  121. package/dist/cjs/commands/StartReportCreationCommand.js.map +0 -1
  122. package/dist/cjs/commands/TagResourcesCommand.js +0 -88
  123. package/dist/cjs/commands/TagResourcesCommand.js.map +0 -1
  124. package/dist/cjs/commands/UntagResourcesCommand.js +0 -76
  125. package/dist/cjs/commands/UntagResourcesCommand.js.map +0 -1
  126. package/dist/cjs/endpoints.js.map +0 -1
  127. package/dist/cjs/index.js.map +0 -1
  128. package/dist/cjs/models/index.js.map +0 -1
  129. package/dist/cjs/models/models_0.js.map +0 -1
  130. package/dist/cjs/package.json +0 -91
  131. package/dist/cjs/pagination/GetComplianceSummaryPaginator.js.map +0 -1
  132. package/dist/cjs/pagination/GetResourcesPaginator.js.map +0 -1
  133. package/dist/cjs/pagination/GetTagKeysPaginator.js.map +0 -1
  134. package/dist/cjs/pagination/GetTagValuesPaginator.js.map +0 -1
  135. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  136. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  137. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  138. package/dist/cjs/runtimeConfig.js.map +0 -1
  139. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  140. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  141. package/dist/es/ResourceGroupsTaggingAPI.js.map +0 -1
  142. package/dist/es/ResourceGroupsTaggingAPIClient.js.map +0 -1
  143. package/dist/es/commands/DescribeReportCreationCommand.js.map +0 -1
  144. package/dist/es/commands/GetComplianceSummaryCommand.js +0 -77
  145. package/dist/es/commands/GetComplianceSummaryCommand.js.map +0 -1
  146. package/dist/es/commands/GetResourcesCommand.js +0 -88
  147. package/dist/es/commands/GetResourcesCommand.js.map +0 -1
  148. package/dist/es/commands/GetTagKeysCommand.js +0 -72
  149. package/dist/es/commands/GetTagKeysCommand.js.map +0 -1
  150. package/dist/es/commands/GetTagValuesCommand.js +0 -72
  151. package/dist/es/commands/GetTagValuesCommand.js.map +0 -1
  152. package/dist/es/commands/StartReportCreationCommand.js.map +0 -1
  153. package/dist/es/commands/TagResourcesCommand.js +0 -92
  154. package/dist/es/commands/TagResourcesCommand.js.map +0 -1
  155. package/dist/es/commands/UntagResourcesCommand.js +0 -80
  156. package/dist/es/commands/UntagResourcesCommand.js.map +0 -1
  157. package/dist/es/endpoints.js.map +0 -1
  158. package/dist/es/index.js +0 -17
  159. package/dist/es/index.js.map +0 -1
  160. package/dist/es/models/index.js +0 -2
  161. package/dist/es/models/index.js.map +0 -1
  162. package/dist/es/models/models_0.js.map +0 -1
  163. package/dist/es/package.json +0 -91
  164. package/dist/es/pagination/GetComplianceSummaryPaginator.js.map +0 -1
  165. package/dist/es/pagination/GetResourcesPaginator.js.map +0 -1
  166. package/dist/es/pagination/GetTagKeysPaginator.js.map +0 -1
  167. package/dist/es/pagination/GetTagValuesPaginator.js.map +0 -1
  168. package/dist/es/pagination/Interfaces.js +0 -2
  169. package/dist/es/pagination/Interfaces.js.map +0 -1
  170. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  171. package/dist/es/runtimeConfig.browser.js.map +0 -1
  172. package/dist/es/runtimeConfig.js.map +0 -1
  173. package/dist/es/runtimeConfig.native.js.map +0 -1
  174. package/dist/es/runtimeConfig.shared.js.map +0 -1
  175. package/dist/types/ts3.4/ResourceGroupsTaggingAPI.d.ts +0 -164
  176. package/dist/types/ts3.4/commands/DescribeReportCreationCommand.d.ts +0 -37
  177. package/dist/types/ts3.4/commands/GetComplianceSummaryCommand.d.ts +0 -47
  178. package/dist/types/ts3.4/commands/GetResourcesCommand.d.ts +0 -58
  179. package/dist/types/ts3.4/commands/GetTagKeysCommand.d.ts +0 -42
  180. package/dist/types/ts3.4/commands/GetTagValuesCommand.d.ts +0 -42
  181. package/dist/types/ts3.4/commands/StartReportCreationCommand.d.ts +0 -43
  182. package/dist/types/ts3.4/commands/TagResourcesCommand.d.ts +0 -62
  183. package/dist/types/ts3.4/commands/UntagResourcesCommand.d.ts +0 -50
  184. package/dist/types/ts3.4/models/models_0.d.ts +0 -804
  185. package/endpoints.ts +0 -57
  186. package/jest.config.js +0 -4
  187. package/models/models_0.ts +0 -947
  188. package/pagination/GetComplianceSummaryPaginator.ts +0 -58
  189. package/pagination/GetResourcesPaginator.ts +0 -58
  190. package/pagination/GetTagKeysPaginator.ts +0 -53
  191. package/pagination/GetTagValuesPaginator.ts +0 -57
  192. package/pagination/Interfaces.ts +0 -7
  193. package/protocols/Aws_json1_1.ts +0 -1448
  194. package/runtimeConfig.browser.ts +0 -40
  195. package/runtimeConfig.native.ts +0 -16
  196. package/runtimeConfig.shared.ts +0 -16
  197. package/runtimeConfig.ts +0 -45
  198. package/tsconfig.es.json +0 -12
  199. package/tsconfig.json +0 -32
@@ -3,72 +3,48 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UntagResourcesOutput = exports.UntagResourcesInput = exports.TagResourcesOutput = exports.TagResourcesInput = exports.StartReportCreationOutput = exports.StartReportCreationInput = exports.GetTagValuesOutput = exports.GetTagValuesInput = exports.GetTagKeysOutput = exports.GetTagKeysInput = exports.PaginationTokenExpiredException = exports.GetResourcesOutput = exports.ResourceTagMapping = exports.Tag = exports.GetResourcesInput = exports.TagFilter = exports.GetComplianceSummaryOutput = exports.Summary = exports.TargetIdType = exports.GetComplianceSummaryInput = exports.GroupByAttribute = exports.FailureInfo = exports.ErrorCode = exports.ThrottledException = exports.InvalidParameterException = exports.InternalServiceException = exports.DescribeReportCreationOutput = exports.DescribeReportCreationInput = exports.ConstraintViolationException = exports.ConcurrentModificationException = exports.ComplianceDetails = void 0;
4
4
  var ComplianceDetails;
5
5
  (function (ComplianceDetails) {
6
- /**
7
- * @internal
8
- */
9
6
  ComplianceDetails.filterSensitiveLog = (obj) => ({
10
7
  ...obj,
11
8
  });
12
9
  })(ComplianceDetails = exports.ComplianceDetails || (exports.ComplianceDetails = {}));
13
10
  var ConcurrentModificationException;
14
11
  (function (ConcurrentModificationException) {
15
- /**
16
- * @internal
17
- */
18
12
  ConcurrentModificationException.filterSensitiveLog = (obj) => ({
19
13
  ...obj,
20
14
  });
21
15
  })(ConcurrentModificationException = exports.ConcurrentModificationException || (exports.ConcurrentModificationException = {}));
22
16
  var ConstraintViolationException;
23
17
  (function (ConstraintViolationException) {
24
- /**
25
- * @internal
26
- */
27
18
  ConstraintViolationException.filterSensitiveLog = (obj) => ({
28
19
  ...obj,
29
20
  });
30
21
  })(ConstraintViolationException = exports.ConstraintViolationException || (exports.ConstraintViolationException = {}));
31
22
  var DescribeReportCreationInput;
32
23
  (function (DescribeReportCreationInput) {
33
- /**
34
- * @internal
35
- */
36
24
  DescribeReportCreationInput.filterSensitiveLog = (obj) => ({
37
25
  ...obj,
38
26
  });
39
27
  })(DescribeReportCreationInput = exports.DescribeReportCreationInput || (exports.DescribeReportCreationInput = {}));
40
28
  var DescribeReportCreationOutput;
41
29
  (function (DescribeReportCreationOutput) {
42
- /**
43
- * @internal
44
- */
45
30
  DescribeReportCreationOutput.filterSensitiveLog = (obj) => ({
46
31
  ...obj,
47
32
  });
48
33
  })(DescribeReportCreationOutput = exports.DescribeReportCreationOutput || (exports.DescribeReportCreationOutput = {}));
49
34
  var InternalServiceException;
50
35
  (function (InternalServiceException) {
51
- /**
52
- * @internal
53
- */
54
36
  InternalServiceException.filterSensitiveLog = (obj) => ({
55
37
  ...obj,
56
38
  });
57
39
  })(InternalServiceException = exports.InternalServiceException || (exports.InternalServiceException = {}));
58
40
  var InvalidParameterException;
59
41
  (function (InvalidParameterException) {
60
- /**
61
- * @internal
62
- */
63
42
  InvalidParameterException.filterSensitiveLog = (obj) => ({
64
43
  ...obj,
65
44
  });
66
45
  })(InvalidParameterException = exports.InvalidParameterException || (exports.InvalidParameterException = {}));
67
46
  var ThrottledException;
68
47
  (function (ThrottledException) {
69
- /**
70
- * @internal
71
- */
72
48
  ThrottledException.filterSensitiveLog = (obj) => ({
73
49
  ...obj,
74
50
  });
@@ -80,9 +56,6 @@ var ErrorCode;
80
56
  })(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
81
57
  var FailureInfo;
82
58
  (function (FailureInfo) {
83
- /**
84
- * @internal
85
- */
86
59
  FailureInfo.filterSensitiveLog = (obj) => ({
87
60
  ...obj,
88
61
  });
@@ -95,9 +68,6 @@ var GroupByAttribute;
95
68
  })(GroupByAttribute = exports.GroupByAttribute || (exports.GroupByAttribute = {}));
96
69
  var GetComplianceSummaryInput;
97
70
  (function (GetComplianceSummaryInput) {
98
- /**
99
- * @internal
100
- */
101
71
  GetComplianceSummaryInput.filterSensitiveLog = (obj) => ({
102
72
  ...obj,
103
73
  });
@@ -110,164 +80,109 @@ var TargetIdType;
110
80
  })(TargetIdType = exports.TargetIdType || (exports.TargetIdType = {}));
111
81
  var Summary;
112
82
  (function (Summary) {
113
- /**
114
- * @internal
115
- */
116
83
  Summary.filterSensitiveLog = (obj) => ({
117
84
  ...obj,
118
85
  });
119
86
  })(Summary = exports.Summary || (exports.Summary = {}));
120
87
  var GetComplianceSummaryOutput;
121
88
  (function (GetComplianceSummaryOutput) {
122
- /**
123
- * @internal
124
- */
125
89
  GetComplianceSummaryOutput.filterSensitiveLog = (obj) => ({
126
90
  ...obj,
127
91
  });
128
92
  })(GetComplianceSummaryOutput = exports.GetComplianceSummaryOutput || (exports.GetComplianceSummaryOutput = {}));
129
93
  var TagFilter;
130
94
  (function (TagFilter) {
131
- /**
132
- * @internal
133
- */
134
95
  TagFilter.filterSensitiveLog = (obj) => ({
135
96
  ...obj,
136
97
  });
137
98
  })(TagFilter = exports.TagFilter || (exports.TagFilter = {}));
138
99
  var GetResourcesInput;
139
100
  (function (GetResourcesInput) {
140
- /**
141
- * @internal
142
- */
143
101
  GetResourcesInput.filterSensitiveLog = (obj) => ({
144
102
  ...obj,
145
103
  });
146
104
  })(GetResourcesInput = exports.GetResourcesInput || (exports.GetResourcesInput = {}));
147
105
  var Tag;
148
106
  (function (Tag) {
149
- /**
150
- * @internal
151
- */
152
107
  Tag.filterSensitiveLog = (obj) => ({
153
108
  ...obj,
154
109
  });
155
110
  })(Tag = exports.Tag || (exports.Tag = {}));
156
111
  var ResourceTagMapping;
157
112
  (function (ResourceTagMapping) {
158
- /**
159
- * @internal
160
- */
161
113
  ResourceTagMapping.filterSensitiveLog = (obj) => ({
162
114
  ...obj,
163
115
  });
164
116
  })(ResourceTagMapping = exports.ResourceTagMapping || (exports.ResourceTagMapping = {}));
165
117
  var GetResourcesOutput;
166
118
  (function (GetResourcesOutput) {
167
- /**
168
- * @internal
169
- */
170
119
  GetResourcesOutput.filterSensitiveLog = (obj) => ({
171
120
  ...obj,
172
121
  });
173
122
  })(GetResourcesOutput = exports.GetResourcesOutput || (exports.GetResourcesOutput = {}));
174
123
  var PaginationTokenExpiredException;
175
124
  (function (PaginationTokenExpiredException) {
176
- /**
177
- * @internal
178
- */
179
125
  PaginationTokenExpiredException.filterSensitiveLog = (obj) => ({
180
126
  ...obj,
181
127
  });
182
128
  })(PaginationTokenExpiredException = exports.PaginationTokenExpiredException || (exports.PaginationTokenExpiredException = {}));
183
129
  var GetTagKeysInput;
184
130
  (function (GetTagKeysInput) {
185
- /**
186
- * @internal
187
- */
188
131
  GetTagKeysInput.filterSensitiveLog = (obj) => ({
189
132
  ...obj,
190
133
  });
191
134
  })(GetTagKeysInput = exports.GetTagKeysInput || (exports.GetTagKeysInput = {}));
192
135
  var GetTagKeysOutput;
193
136
  (function (GetTagKeysOutput) {
194
- /**
195
- * @internal
196
- */
197
137
  GetTagKeysOutput.filterSensitiveLog = (obj) => ({
198
138
  ...obj,
199
139
  });
200
140
  })(GetTagKeysOutput = exports.GetTagKeysOutput || (exports.GetTagKeysOutput = {}));
201
141
  var GetTagValuesInput;
202
142
  (function (GetTagValuesInput) {
203
- /**
204
- * @internal
205
- */
206
143
  GetTagValuesInput.filterSensitiveLog = (obj) => ({
207
144
  ...obj,
208
145
  });
209
146
  })(GetTagValuesInput = exports.GetTagValuesInput || (exports.GetTagValuesInput = {}));
210
147
  var GetTagValuesOutput;
211
148
  (function (GetTagValuesOutput) {
212
- /**
213
- * @internal
214
- */
215
149
  GetTagValuesOutput.filterSensitiveLog = (obj) => ({
216
150
  ...obj,
217
151
  });
218
152
  })(GetTagValuesOutput = exports.GetTagValuesOutput || (exports.GetTagValuesOutput = {}));
219
153
  var StartReportCreationInput;
220
154
  (function (StartReportCreationInput) {
221
- /**
222
- * @internal
223
- */
224
155
  StartReportCreationInput.filterSensitiveLog = (obj) => ({
225
156
  ...obj,
226
157
  });
227
158
  })(StartReportCreationInput = exports.StartReportCreationInput || (exports.StartReportCreationInput = {}));
228
159
  var StartReportCreationOutput;
229
160
  (function (StartReportCreationOutput) {
230
- /**
231
- * @internal
232
- */
233
161
  StartReportCreationOutput.filterSensitiveLog = (obj) => ({
234
162
  ...obj,
235
163
  });
236
164
  })(StartReportCreationOutput = exports.StartReportCreationOutput || (exports.StartReportCreationOutput = {}));
237
165
  var TagResourcesInput;
238
166
  (function (TagResourcesInput) {
239
- /**
240
- * @internal
241
- */
242
167
  TagResourcesInput.filterSensitiveLog = (obj) => ({
243
168
  ...obj,
244
169
  });
245
170
  })(TagResourcesInput = exports.TagResourcesInput || (exports.TagResourcesInput = {}));
246
171
  var TagResourcesOutput;
247
172
  (function (TagResourcesOutput) {
248
- /**
249
- * @internal
250
- */
251
173
  TagResourcesOutput.filterSensitiveLog = (obj) => ({
252
174
  ...obj,
253
175
  });
254
176
  })(TagResourcesOutput = exports.TagResourcesOutput || (exports.TagResourcesOutput = {}));
255
177
  var UntagResourcesInput;
256
178
  (function (UntagResourcesInput) {
257
- /**
258
- * @internal
259
- */
260
179
  UntagResourcesInput.filterSensitiveLog = (obj) => ({
261
180
  ...obj,
262
181
  });
263
182
  })(UntagResourcesInput = exports.UntagResourcesInput || (exports.UntagResourcesInput = {}));
264
183
  var UntagResourcesOutput;
265
184
  (function (UntagResourcesOutput) {
266
- /**
267
- * @internal
268
- */
269
185
  UntagResourcesOutput.filterSensitiveLog = (obj) => ({
270
186
  ...obj,
271
187
  });
272
188
  })(UntagResourcesOutput = exports.UntagResourcesOutput || (exports.UntagResourcesOutput = {}));
273
- //# sourceMappingURL=models_0.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateGetComplianceSummary = void 0;
4
+ const GetComplianceSummaryCommand_1 = require("../commands/GetComplianceSummaryCommand");
4
5
  const ResourceGroupsTaggingAPI_1 = require("../ResourceGroupsTaggingAPI");
5
6
  const ResourceGroupsTaggingAPIClient_1 = require("../ResourceGroupsTaggingAPIClient");
6
- const GetComplianceSummaryCommand_1 = require("../commands/GetComplianceSummaryCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new GetComplianceSummaryCommand_1.GetComplianceSummaryCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.getComplianceSummary(input, ...args);
20
12
  };
21
13
  async function* paginateGetComplianceSummary(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.PaginationToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateGetComplianceSummary(config, input, ...additionalArgumen
39
30
  token = page.PaginationToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateGetComplianceSummary = paginateGetComplianceSummary;
46
- //# sourceMappingURL=GetComplianceSummaryPaginator.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateGetResources = void 0;
4
+ const GetResourcesCommand_1 = require("../commands/GetResourcesCommand");
4
5
  const ResourceGroupsTaggingAPI_1 = require("../ResourceGroupsTaggingAPI");
5
6
  const ResourceGroupsTaggingAPIClient_1 = require("../ResourceGroupsTaggingAPIClient");
6
- const GetResourcesCommand_1 = require("../commands/GetResourcesCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new GetResourcesCommand_1.GetResourcesCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.getResources(input, ...args);
20
12
  };
21
13
  async function* paginateGetResources(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.PaginationToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateGetResources(config, input, ...additionalArguments) {
39
30
  token = page.PaginationToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateGetResources = paginateGetResources;
46
- //# sourceMappingURL=GetResourcesPaginator.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateGetTagKeys = void 0;
4
+ const GetTagKeysCommand_1 = require("../commands/GetTagKeysCommand");
4
5
  const ResourceGroupsTaggingAPI_1 = require("../ResourceGroupsTaggingAPI");
5
6
  const ResourceGroupsTaggingAPIClient_1 = require("../ResourceGroupsTaggingAPIClient");
6
- const GetTagKeysCommand_1 = require("../commands/GetTagKeysCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new GetTagKeysCommand_1.GetTagKeysCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.getTagKeys(input, ...args);
20
12
  };
21
13
  async function* paginateGetTagKeys(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.PaginationToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -38,8 +29,6 @@ async function* paginateGetTagKeys(config, input, ...additionalArguments) {
38
29
  token = page.PaginationToken;
39
30
  hasNext = !!token;
40
31
  }
41
- // @ts-ignore
42
32
  return undefined;
43
33
  }
44
34
  exports.paginateGetTagKeys = paginateGetTagKeys;
45
- //# sourceMappingURL=GetTagKeysPaginator.js.map
@@ -1,25 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateGetTagValues = void 0;
4
+ const GetTagValuesCommand_1 = require("../commands/GetTagValuesCommand");
4
5
  const ResourceGroupsTaggingAPI_1 = require("../ResourceGroupsTaggingAPI");
5
6
  const ResourceGroupsTaggingAPIClient_1 = require("../ResourceGroupsTaggingAPIClient");
6
- const GetTagValuesCommand_1 = require("../commands/GetTagValuesCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new GetTagValuesCommand_1.GetTagValuesCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.getTagValues(input, ...args);
20
12
  };
21
13
  async function* paginateGetTagValues(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.PaginationToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -38,8 +29,6 @@ async function* paginateGetTagValues(config, input, ...additionalArguments) {
38
29
  token = page.PaginationToken;
39
30
  hasNext = !!token;
40
31
  }
41
- // @ts-ignore
42
32
  return undefined;
43
33
  }
44
34
  exports.paginateGetTagValues = paginateGetTagValues;
45
- //# sourceMappingURL=GetTagValuesPaginator.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Interfaces.js.map
@@ -1117,14 +1117,12 @@ const deserializeMetadata = (output) => {
1117
1117
  cfId: output.headers["x-amz-cf-id"],
1118
1118
  });
1119
1119
  };
1120
- // Collect low-level response body stream to Uint8Array.
1121
1120
  const collectBody = (streamBody = new Uint8Array(), context) => {
1122
1121
  if (streamBody instanceof Uint8Array) {
1123
1122
  return Promise.resolve(streamBody);
1124
1123
  }
1125
1124
  return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
1126
1125
  };
1127
- // Encode Uint8Array data into string with utf-8.
1128
1126
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
1129
1127
  const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
1130
1128
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
@@ -1150,9 +1148,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
1150
1148
  }
1151
1149
  return {};
1152
1150
  });
1153
- /**
1154
- * Load an error code for the aws.rest-json-1.1 protocol.
1155
- */
1156
1151
  const loadRestJsonErrorCode = (output, data) => {
1157
1152
  const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
1158
1153
  const sanitizeErrorCode = (rawValue) => {
@@ -1177,4 +1172,3 @@ const loadRestJsonErrorCode = (output, data) => {
1177
1172
  }
1178
1173
  return "";
1179
1174
  };
1180
- //# sourceMappingURL=Aws_json1_1.js.map
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
7
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
8
8
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
12
12
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
13
13
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
14
14
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
15
- /**
16
- * @internal
17
- */
18
15
  const getRuntimeConfig = (config) => {
19
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
20
17
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
38
35
  };
39
36
  };
40
37
  exports.getRuntimeConfig = getRuntimeConfig;
41
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const client_sts_1 = require("@aws-sdk/client-sts");
7
7
  const config_resolver_1 = require("@aws-sdk/config-resolver");
8
8
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
16
16
  const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
17
17
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
18
18
  const smithy_client_1 = require("@aws-sdk/smithy-client");
19
- /**
20
- * @internal
21
- */
22
19
  const getRuntimeConfig = (config) => {
23
20
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
24
21
  smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
43
40
  };
44
41
  };
45
42
  exports.getRuntimeConfig = getRuntimeConfig;
46
- //# sourceMappingURL=runtimeConfig.js.map
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const sha256_js_1 = require("@aws-crypto/sha256-js");
5
5
  const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
6
- /**
7
- * @internal
8
- */
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a;
11
8
  const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
17
14
  };
18
15
  };
19
16
  exports.getRuntimeConfig = getRuntimeConfig;
20
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,11 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const endpoints_1 = require("./endpoints");
5
4
  const url_parser_1 = require("@aws-sdk/url-parser");
6
- /**
7
- * @internal
8
- */
5
+ const endpoints_1 = require("./endpoints");
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a, _b, _c, _d, _e;
11
8
  return ({
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
18
15
  });
19
16
  };
20
17
  exports.getRuntimeConfig = getRuntimeConfig;
21
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,5 +1,4 @@
1
1
  import { __extends } from "tslib";
2
- import { ResourceGroupsTaggingAPIClient } from "./ResourceGroupsTaggingAPIClient";
3
2
  import { DescribeReportCreationCommand, } from "./commands/DescribeReportCreationCommand";
4
3
  import { GetComplianceSummaryCommand, } from "./commands/GetComplianceSummaryCommand";
5
4
  import { GetResourcesCommand, } from "./commands/GetResourcesCommand";
@@ -8,10 +7,8 @@ import { GetTagValuesCommand, } from "./commands/GetTagValuesCommand";
8
7
  import { StartReportCreationCommand, } from "./commands/StartReportCreationCommand";
9
8
  import { TagResourcesCommand, } from "./commands/TagResourcesCommand";
10
9
  import { UntagResourcesCommand, } from "./commands/UntagResourcesCommand";
11
- /**
12
- * <fullname>Resource Groups Tagging API</fullname>
13
- */
14
- var ResourceGroupsTaggingAPI = /** @class */ (function (_super) {
10
+ import { ResourceGroupsTaggingAPIClient } from "./ResourceGroupsTaggingAPIClient";
11
+ var ResourceGroupsTaggingAPI = (function (_super) {
15
12
  __extends(ResourceGroupsTaggingAPI, _super);
16
13
  function ResourceGroupsTaggingAPI() {
17
14
  return _super !== null && _super.apply(this, arguments) || this;
@@ -131,4 +128,3 @@ var ResourceGroupsTaggingAPI = /** @class */ (function (_super) {
131
128
  return ResourceGroupsTaggingAPI;
132
129
  }(ResourceGroupsTaggingAPIClient));
133
130
  export { ResourceGroupsTaggingAPI };
134
- //# sourceMappingURL=ResourceGroupsTaggingAPI.js.map
@@ -1,5 +1,4 @@
1
1
  import { __extends } from "tslib";
2
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
3
2
  import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
4
3
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
5
4
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
@@ -8,10 +7,8 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
8
7
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
9
8
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
10
9
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
- /**
12
- * <fullname>Resource Groups Tagging API</fullname>
13
- */
14
- var ResourceGroupsTaggingAPIClient = /** @class */ (function (_super) {
10
+ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
11
+ var ResourceGroupsTaggingAPIClient = (function (_super) {
15
12
  __extends(ResourceGroupsTaggingAPIClient, _super);
16
13
  function ResourceGroupsTaggingAPIClient(configuration) {
17
14
  var _this = this;
@@ -32,15 +29,9 @@ var ResourceGroupsTaggingAPIClient = /** @class */ (function (_super) {
32
29
  _this.middlewareStack.use(getUserAgentPlugin(_this.config));
33
30
  return _this;
34
31
  }
35
- /**
36
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
37
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
38
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
39
- */
40
32
  ResourceGroupsTaggingAPIClient.prototype.destroy = function () {
41
33
  _super.prototype.destroy.call(this);
42
34
  };
43
35
  return ResourceGroupsTaggingAPIClient;
44
36
  }(__Client));
45
37
  export { ResourceGroupsTaggingAPIClient };
46
- //# sourceMappingURL=ResourceGroupsTaggingAPIClient.js.map
@@ -1,42 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeReportCreationInput, DescribeReportCreationOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeReportCreationCommand, serializeAws_json1_1DescribeReportCreationCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Describes the status of the <code>StartReportCreation</code> operation. </p>
8
- * <p>You can call this operation only from the organization's
9
- * management account and from the us-east-1 Region.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { ResourceGroupsTaggingAPIClient, DescribeReportCreationCommand } from "@aws-sdk/client-resource-groups-tagging-api"; // ES Modules import
14
- * // const { ResourceGroupsTaggingAPIClient, DescribeReportCreationCommand } = require("@aws-sdk/client-resource-groups-tagging-api"); // CommonJS import
15
- * const client = new ResourceGroupsTaggingAPIClient(config);
16
- * const command = new DescribeReportCreationCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeReportCreationCommandInput} for command's `input` shape.
21
- * @see {@link DescribeReportCreationCommandOutput} for command's `response` shape.
22
- * @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
- var DescribeReportCreationCommand = /** @class */ (function (_super) {
4
+ import { DescribeReportCreationInput, DescribeReportCreationOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeReportCreationCommand, serializeAws_json1_1DescribeReportCreationCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeReportCreationCommand = (function (_super) {
26
7
  __extends(DescribeReportCreationCommand, _super);
27
- // Start section: command_properties
28
- // End section: command_properties
29
8
  function DescribeReportCreationCommand(input) {
30
- var _this =
31
- // Start section: command_constructor
32
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
33
10
  _this.input = input;
34
11
  return _this;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  DescribeReportCreationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
41
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -64,4 +37,3 @@ var DescribeReportCreationCommand = /** @class */ (function (_super) {
64
37
  return DescribeReportCreationCommand;
65
38
  }($Command));
66
39
  export { DescribeReportCreationCommand };
67
- //# sourceMappingURL=DescribeReportCreationCommand.js.map
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { GetComplianceSummaryInput, GetComplianceSummaryOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1GetComplianceSummaryCommand, serializeAws_json1_1GetComplianceSummaryCommand, } from "../protocols/Aws_json1_1";
6
+ var GetComplianceSummaryCommand = (function (_super) {
7
+ __extends(GetComplianceSummaryCommand, _super);
8
+ function GetComplianceSummaryCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ GetComplianceSummaryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "ResourceGroupsTaggingAPIClient";
18
+ var commandName = "GetComplianceSummaryCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: GetComplianceSummaryInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: GetComplianceSummaryOutput.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ GetComplianceSummaryCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1GetComplianceSummaryCommand(input, context);
33
+ };
34
+ GetComplianceSummaryCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1GetComplianceSummaryCommand(output, context);
36
+ };
37
+ return GetComplianceSummaryCommand;
38
+ }($Command));
39
+ export { GetComplianceSummaryCommand };