@aws-sdk/client-lambda 3.36.0 → 3.39.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 (167) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/Lambda.js +0 -9
  3. package/dist-cjs/LambdaClient.js +0 -14
  4. package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +0 -29
  5. package/dist-cjs/commands/AddPermissionCommand.js +0 -36
  6. package/dist-cjs/commands/CreateAliasCommand.js +0 -29
  7. package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +0 -26
  8. package/dist-cjs/commands/CreateEventSourceMappingCommand.js +0 -88
  9. package/dist-cjs/commands/CreateFunctionCommand.js +0 -70
  10. package/dist-cjs/commands/DeleteAliasCommand.js +0 -24
  11. package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +0 -25
  12. package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +0 -27
  13. package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -24
  14. package/dist-cjs/commands/DeleteFunctionCommand.js +0 -29
  15. package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +0 -24
  16. package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -25
  17. package/dist-cjs/commands/DeleteLayerVersionCommand.js +0 -26
  18. package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -24
  19. package/dist-cjs/commands/GetAccountSettingsCommand.js +0 -24
  20. package/dist-cjs/commands/GetAliasCommand.js +0 -24
  21. package/dist-cjs/commands/GetCodeSigningConfigCommand.js +0 -24
  22. package/dist-cjs/commands/GetEventSourceMappingCommand.js +0 -25
  23. package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +0 -24
  24. package/dist-cjs/commands/GetFunctionCommand.js +0 -26
  25. package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +0 -25
  26. package/dist-cjs/commands/GetFunctionConfigurationCommand.js +0 -26
  27. package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +0 -25
  28. package/dist-cjs/commands/GetLayerVersionByArnCommand.js +0 -26
  29. package/dist-cjs/commands/GetLayerVersionCommand.js +0 -26
  30. package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +0 -25
  31. package/dist-cjs/commands/GetPolicyCommand.js +0 -24
  32. package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +0 -24
  33. package/dist-cjs/commands/InvokeAsyncCommand.js +0 -29
  34. package/dist-cjs/commands/InvokeCommand.js +0 -50
  35. package/dist-cjs/commands/ListAliasesCommand.js +0 -25
  36. package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +0 -26
  37. package/dist-cjs/commands/ListEventSourceMappingsCommand.js +0 -25
  38. package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +0 -25
  39. package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -25
  40. package/dist-cjs/commands/ListFunctionsCommand.js +0 -32
  41. package/dist-cjs/commands/ListLayerVersionsCommand.js +0 -27
  42. package/dist-cjs/commands/ListLayersCommand.js +0 -29
  43. package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -24
  44. package/dist-cjs/commands/ListTagsCommand.js +0 -25
  45. package/dist-cjs/commands/ListVersionsByFunctionCommand.js +0 -25
  46. package/dist-cjs/commands/PublishLayerVersionCommand.js +0 -27
  47. package/dist-cjs/commands/PublishVersionCommand.js +0 -32
  48. package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +0 -25
  49. package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +0 -32
  50. package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +0 -34
  51. package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +0 -24
  52. package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +0 -26
  53. package/dist-cjs/commands/RemovePermissionCommand.js +0 -25
  54. package/dist-cjs/commands/TagResourceCommand.js +0 -24
  55. package/dist-cjs/commands/UntagResourceCommand.js +0 -24
  56. package/dist-cjs/commands/UpdateAliasCommand.js +0 -24
  57. package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +0 -25
  58. package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +0 -49
  59. package/dist-cjs/commands/UpdateFunctionCodeCommand.js +0 -32
  60. package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +0 -38
  61. package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -25
  62. package/dist-cjs/commands/index.js +61 -0
  63. package/dist-cjs/endpoints.js +6 -1
  64. package/dist-cjs/index.js +5 -74
  65. package/dist-cjs/models/models_0.js +0 -474
  66. package/dist-cjs/pagination/ListAliasesPaginator.js +0 -10
  67. package/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +0 -10
  68. package/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +0 -10
  69. package/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -10
  70. package/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -10
  71. package/dist-cjs/pagination/ListFunctionsPaginator.js +0 -10
  72. package/dist-cjs/pagination/ListLayerVersionsPaginator.js +0 -10
  73. package/dist-cjs/pagination/ListLayersPaginator.js +0 -10
  74. package/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -10
  75. package/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +0 -10
  76. package/dist-cjs/pagination/index.js +14 -0
  77. package/dist-cjs/protocols/Aws_restJson1.js +0 -5
  78. package/dist-cjs/runtimeConfig.browser.js +1 -5
  79. package/dist-cjs/runtimeConfig.js +1 -5
  80. package/dist-cjs/runtimeConfig.native.js +0 -3
  81. package/dist-cjs/runtimeConfig.shared.js +0 -3
  82. package/dist-cjs/waiters/index.js +6 -0
  83. package/dist-cjs/waiters/waitForFunctionActive.js +0 -9
  84. package/dist-cjs/waiters/waitForFunctionExists.js +0 -9
  85. package/dist-cjs/waiters/waitForFunctionUpdated.js +0 -9
  86. package/dist-es/commands/index.js +58 -0
  87. package/dist-es/endpoints.js +6 -1
  88. package/dist-es/index.js +5 -74
  89. package/dist-es/pagination/index.js +11 -0
  90. package/dist-es/waiters/index.js +3 -0
  91. package/dist-types/commands/index.d.ts +58 -0
  92. package/dist-types/index.d.ts +5 -74
  93. package/dist-types/pagination/index.d.ts +11 -0
  94. package/dist-types/ts3.4/Lambda.d.ts +59 -478
  95. package/dist-types/ts3.4/LambdaClient.d.ts +24 -95
  96. package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +2 -25
  97. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -32
  98. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +2 -25
  99. package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +2 -22
  100. package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +2 -84
  101. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +2 -66
  102. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -20
  103. package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +2 -21
  104. package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +2 -23
  105. package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +2 -20
  106. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +2 -25
  107. package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +2 -20
  108. package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +2 -21
  109. package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +2 -22
  110. package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +2 -20
  111. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -20
  112. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +2 -20
  113. package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +2 -20
  114. package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +2 -21
  115. package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +2 -20
  116. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +2 -22
  117. package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +2 -21
  118. package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +2 -22
  119. package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +2 -21
  120. package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +2 -22
  121. package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +2 -22
  122. package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +2 -21
  123. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -20
  124. package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +2 -20
  125. package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +5 -32
  126. package/dist-types/ts3.4/commands/InvokeCommand.d.ts +2 -46
  127. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -21
  128. package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +2 -22
  129. package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +2 -21
  130. package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +2 -21
  131. package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +2 -21
  132. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +2 -28
  133. package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +2 -23
  134. package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +2 -25
  135. package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +2 -20
  136. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -21
  137. package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +2 -21
  138. package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +2 -23
  139. package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +2 -28
  140. package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +2 -21
  141. package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +2 -28
  142. package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +2 -30
  143. package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +2 -20
  144. package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +2 -22
  145. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -21
  146. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
  147. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  148. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +2 -20
  149. package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +2 -21
  150. package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +2 -45
  151. package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +2 -28
  152. package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +2 -34
  153. package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +2 -21
  154. package/dist-types/ts3.4/commands/index.d.ts +58 -0
  155. package/dist-types/ts3.4/index.d.ts +5 -74
  156. package/dist-types/ts3.4/models/models_0.d.ts +699 -3177
  157. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  158. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  159. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  160. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  161. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  162. package/dist-types/ts3.4/waiters/index.d.ts +3 -0
  163. package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +2 -9
  164. package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +2 -9
  165. package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +2 -9
  166. package/dist-types/waiters/index.d.ts +3 -0
  167. package/package.json +33 -33
@@ -7,90 +7,60 @@ exports.UpdateFunctionEventInvokeConfigRequest = exports.UpdateFunctionConfigura
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  var AccountLimit;
9
9
  (function (AccountLimit) {
10
- /**
11
- * @internal
12
- */
13
10
  AccountLimit.filterSensitiveLog = (obj) => ({
14
11
  ...obj,
15
12
  });
16
13
  })(AccountLimit = exports.AccountLimit || (exports.AccountLimit = {}));
17
14
  var AccountUsage;
18
15
  (function (AccountUsage) {
19
- /**
20
- * @internal
21
- */
22
16
  AccountUsage.filterSensitiveLog = (obj) => ({
23
17
  ...obj,
24
18
  });
25
19
  })(AccountUsage = exports.AccountUsage || (exports.AccountUsage = {}));
26
20
  var AddLayerVersionPermissionRequest;
27
21
  (function (AddLayerVersionPermissionRequest) {
28
- /**
29
- * @internal
30
- */
31
22
  AddLayerVersionPermissionRequest.filterSensitiveLog = (obj) => ({
32
23
  ...obj,
33
24
  });
34
25
  })(AddLayerVersionPermissionRequest = exports.AddLayerVersionPermissionRequest || (exports.AddLayerVersionPermissionRequest = {}));
35
26
  var AddLayerVersionPermissionResponse;
36
27
  (function (AddLayerVersionPermissionResponse) {
37
- /**
38
- * @internal
39
- */
40
28
  AddLayerVersionPermissionResponse.filterSensitiveLog = (obj) => ({
41
29
  ...obj,
42
30
  });
43
31
  })(AddLayerVersionPermissionResponse = exports.AddLayerVersionPermissionResponse || (exports.AddLayerVersionPermissionResponse = {}));
44
32
  var InvalidParameterValueException;
45
33
  (function (InvalidParameterValueException) {
46
- /**
47
- * @internal
48
- */
49
34
  InvalidParameterValueException.filterSensitiveLog = (obj) => ({
50
35
  ...obj,
51
36
  });
52
37
  })(InvalidParameterValueException = exports.InvalidParameterValueException || (exports.InvalidParameterValueException = {}));
53
38
  var PolicyLengthExceededException;
54
39
  (function (PolicyLengthExceededException) {
55
- /**
56
- * @internal
57
- */
58
40
  PolicyLengthExceededException.filterSensitiveLog = (obj) => ({
59
41
  ...obj,
60
42
  });
61
43
  })(PolicyLengthExceededException = exports.PolicyLengthExceededException || (exports.PolicyLengthExceededException = {}));
62
44
  var PreconditionFailedException;
63
45
  (function (PreconditionFailedException) {
64
- /**
65
- * @internal
66
- */
67
46
  PreconditionFailedException.filterSensitiveLog = (obj) => ({
68
47
  ...obj,
69
48
  });
70
49
  })(PreconditionFailedException = exports.PreconditionFailedException || (exports.PreconditionFailedException = {}));
71
50
  var ResourceConflictException;
72
51
  (function (ResourceConflictException) {
73
- /**
74
- * @internal
75
- */
76
52
  ResourceConflictException.filterSensitiveLog = (obj) => ({
77
53
  ...obj,
78
54
  });
79
55
  })(ResourceConflictException = exports.ResourceConflictException || (exports.ResourceConflictException = {}));
80
56
  var ResourceNotFoundException;
81
57
  (function (ResourceNotFoundException) {
82
- /**
83
- * @internal
84
- */
85
58
  ResourceNotFoundException.filterSensitiveLog = (obj) => ({
86
59
  ...obj,
87
60
  });
88
61
  })(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
89
62
  var ServiceException;
90
63
  (function (ServiceException) {
91
- /**
92
- * @internal
93
- */
94
64
  ServiceException.filterSensitiveLog = (obj) => ({
95
65
  ...obj,
96
66
  });
@@ -105,54 +75,36 @@ var ThrottleReason;
105
75
  })(ThrottleReason = exports.ThrottleReason || (exports.ThrottleReason = {}));
106
76
  var TooManyRequestsException;
107
77
  (function (TooManyRequestsException) {
108
- /**
109
- * @internal
110
- */
111
78
  TooManyRequestsException.filterSensitiveLog = (obj) => ({
112
79
  ...obj,
113
80
  });
114
81
  })(TooManyRequestsException = exports.TooManyRequestsException || (exports.TooManyRequestsException = {}));
115
82
  var AddPermissionRequest;
116
83
  (function (AddPermissionRequest) {
117
- /**
118
- * @internal
119
- */
120
84
  AddPermissionRequest.filterSensitiveLog = (obj) => ({
121
85
  ...obj,
122
86
  });
123
87
  })(AddPermissionRequest = exports.AddPermissionRequest || (exports.AddPermissionRequest = {}));
124
88
  var AddPermissionResponse;
125
89
  (function (AddPermissionResponse) {
126
- /**
127
- * @internal
128
- */
129
90
  AddPermissionResponse.filterSensitiveLog = (obj) => ({
130
91
  ...obj,
131
92
  });
132
93
  })(AddPermissionResponse = exports.AddPermissionResponse || (exports.AddPermissionResponse = {}));
133
94
  var AliasRoutingConfiguration;
134
95
  (function (AliasRoutingConfiguration) {
135
- /**
136
- * @internal
137
- */
138
96
  AliasRoutingConfiguration.filterSensitiveLog = (obj) => ({
139
97
  ...obj,
140
98
  });
141
99
  })(AliasRoutingConfiguration = exports.AliasRoutingConfiguration || (exports.AliasRoutingConfiguration = {}));
142
100
  var AliasConfiguration;
143
101
  (function (AliasConfiguration) {
144
- /**
145
- * @internal
146
- */
147
102
  AliasConfiguration.filterSensitiveLog = (obj) => ({
148
103
  ...obj,
149
104
  });
150
105
  })(AliasConfiguration = exports.AliasConfiguration || (exports.AliasConfiguration = {}));
151
106
  var AllowedPublishers;
152
107
  (function (AllowedPublishers) {
153
- /**
154
- * @internal
155
- */
156
108
  AllowedPublishers.filterSensitiveLog = (obj) => ({
157
109
  ...obj,
158
110
  });
@@ -164,9 +116,6 @@ var Architecture;
164
116
  })(Architecture = exports.Architecture || (exports.Architecture = {}));
165
117
  var CreateAliasRequest;
166
118
  (function (CreateAliasRequest) {
167
- /**
168
- * @internal
169
- */
170
119
  CreateAliasRequest.filterSensitiveLog = (obj) => ({
171
120
  ...obj,
172
121
  });
@@ -178,63 +127,42 @@ var CodeSigningPolicy;
178
127
  })(CodeSigningPolicy = exports.CodeSigningPolicy || (exports.CodeSigningPolicy = {}));
179
128
  var CodeSigningPolicies;
180
129
  (function (CodeSigningPolicies) {
181
- /**
182
- * @internal
183
- */
184
130
  CodeSigningPolicies.filterSensitiveLog = (obj) => ({
185
131
  ...obj,
186
132
  });
187
133
  })(CodeSigningPolicies = exports.CodeSigningPolicies || (exports.CodeSigningPolicies = {}));
188
134
  var CreateCodeSigningConfigRequest;
189
135
  (function (CreateCodeSigningConfigRequest) {
190
- /**
191
- * @internal
192
- */
193
136
  CreateCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
194
137
  ...obj,
195
138
  });
196
139
  })(CreateCodeSigningConfigRequest = exports.CreateCodeSigningConfigRequest || (exports.CreateCodeSigningConfigRequest = {}));
197
140
  var CodeSigningConfig;
198
141
  (function (CodeSigningConfig) {
199
- /**
200
- * @internal
201
- */
202
142
  CodeSigningConfig.filterSensitiveLog = (obj) => ({
203
143
  ...obj,
204
144
  });
205
145
  })(CodeSigningConfig = exports.CodeSigningConfig || (exports.CodeSigningConfig = {}));
206
146
  var CreateCodeSigningConfigResponse;
207
147
  (function (CreateCodeSigningConfigResponse) {
208
- /**
209
- * @internal
210
- */
211
148
  CreateCodeSigningConfigResponse.filterSensitiveLog = (obj) => ({
212
149
  ...obj,
213
150
  });
214
151
  })(CreateCodeSigningConfigResponse = exports.CreateCodeSigningConfigResponse || (exports.CreateCodeSigningConfigResponse = {}));
215
152
  var OnFailure;
216
153
  (function (OnFailure) {
217
- /**
218
- * @internal
219
- */
220
154
  OnFailure.filterSensitiveLog = (obj) => ({
221
155
  ...obj,
222
156
  });
223
157
  })(OnFailure = exports.OnFailure || (exports.OnFailure = {}));
224
158
  var OnSuccess;
225
159
  (function (OnSuccess) {
226
- /**
227
- * @internal
228
- */
229
160
  OnSuccess.filterSensitiveLog = (obj) => ({
230
161
  ...obj,
231
162
  });
232
163
  })(OnSuccess = exports.OnSuccess || (exports.OnSuccess = {}));
233
164
  var DestinationConfig;
234
165
  (function (DestinationConfig) {
235
- /**
236
- * @internal
237
- */
238
166
  DestinationConfig.filterSensitiveLog = (obj) => ({
239
167
  ...obj,
240
168
  });
@@ -249,9 +177,6 @@ var EndPointType;
249
177
  })(EndPointType = exports.EndPointType || (exports.EndPointType = {}));
250
178
  var SelfManagedEventSource;
251
179
  (function (SelfManagedEventSource) {
252
- /**
253
- * @internal
254
- */
255
180
  SelfManagedEventSource.filterSensitiveLog = (obj) => ({
256
181
  ...obj,
257
182
  });
@@ -267,9 +192,6 @@ var SourceAccessType;
267
192
  })(SourceAccessType = exports.SourceAccessType || (exports.SourceAccessType = {}));
268
193
  var SourceAccessConfiguration;
269
194
  (function (SourceAccessConfiguration) {
270
- /**
271
- * @internal
272
- */
273
195
  SourceAccessConfiguration.filterSensitiveLog = (obj) => ({
274
196
  ...obj,
275
197
  });
@@ -282,54 +204,36 @@ var EventSourcePosition;
282
204
  })(EventSourcePosition = exports.EventSourcePosition || (exports.EventSourcePosition = {}));
283
205
  var CreateEventSourceMappingRequest;
284
206
  (function (CreateEventSourceMappingRequest) {
285
- /**
286
- * @internal
287
- */
288
207
  CreateEventSourceMappingRequest.filterSensitiveLog = (obj) => ({
289
208
  ...obj,
290
209
  });
291
210
  })(CreateEventSourceMappingRequest = exports.CreateEventSourceMappingRequest || (exports.CreateEventSourceMappingRequest = {}));
292
211
  var EventSourceMappingConfiguration;
293
212
  (function (EventSourceMappingConfiguration) {
294
- /**
295
- * @internal
296
- */
297
213
  EventSourceMappingConfiguration.filterSensitiveLog = (obj) => ({
298
214
  ...obj,
299
215
  });
300
216
  })(EventSourceMappingConfiguration = exports.EventSourceMappingConfiguration || (exports.EventSourceMappingConfiguration = {}));
301
217
  var CodeSigningConfigNotFoundException;
302
218
  (function (CodeSigningConfigNotFoundException) {
303
- /**
304
- * @internal
305
- */
306
219
  CodeSigningConfigNotFoundException.filterSensitiveLog = (obj) => ({
307
220
  ...obj,
308
221
  });
309
222
  })(CodeSigningConfigNotFoundException = exports.CodeSigningConfigNotFoundException || (exports.CodeSigningConfigNotFoundException = {}));
310
223
  var CodeStorageExceededException;
311
224
  (function (CodeStorageExceededException) {
312
- /**
313
- * @internal
314
- */
315
225
  CodeStorageExceededException.filterSensitiveLog = (obj) => ({
316
226
  ...obj,
317
227
  });
318
228
  })(CodeStorageExceededException = exports.CodeStorageExceededException || (exports.CodeStorageExceededException = {}));
319
229
  var CodeVerificationFailedException;
320
230
  (function (CodeVerificationFailedException) {
321
- /**
322
- * @internal
323
- */
324
231
  CodeVerificationFailedException.filterSensitiveLog = (obj) => ({
325
232
  ...obj,
326
233
  });
327
234
  })(CodeVerificationFailedException = exports.CodeVerificationFailedException || (exports.CodeVerificationFailedException = {}));
328
235
  var FunctionCode;
329
236
  (function (FunctionCode) {
330
- /**
331
- * @internal
332
- */
333
237
  FunctionCode.filterSensitiveLog = (obj) => ({
334
238
  ...obj,
335
239
  ...(obj.ZipFile && { ZipFile: smithy_client_1.SENSITIVE_STRING }),
@@ -337,18 +241,12 @@ var FunctionCode;
337
241
  })(FunctionCode = exports.FunctionCode || (exports.FunctionCode = {}));
338
242
  var DeadLetterConfig;
339
243
  (function (DeadLetterConfig) {
340
- /**
341
- * @internal
342
- */
343
244
  DeadLetterConfig.filterSensitiveLog = (obj) => ({
344
245
  ...obj,
345
246
  });
346
247
  })(DeadLetterConfig = exports.DeadLetterConfig || (exports.DeadLetterConfig = {}));
347
248
  var Environment;
348
249
  (function (Environment) {
349
- /**
350
- * @internal
351
- */
352
250
  Environment.filterSensitiveLog = (obj) => ({
353
251
  ...obj,
354
252
  ...(obj.Variables && { Variables: smithy_client_1.SENSITIVE_STRING }),
@@ -356,18 +254,12 @@ var Environment;
356
254
  })(Environment = exports.Environment || (exports.Environment = {}));
357
255
  var FileSystemConfig;
358
256
  (function (FileSystemConfig) {
359
- /**
360
- * @internal
361
- */
362
257
  FileSystemConfig.filterSensitiveLog = (obj) => ({
363
258
  ...obj,
364
259
  });
365
260
  })(FileSystemConfig = exports.FileSystemConfig || (exports.FileSystemConfig = {}));
366
261
  var ImageConfig;
367
262
  (function (ImageConfig) {
368
- /**
369
- * @internal
370
- */
371
263
  ImageConfig.filterSensitiveLog = (obj) => ({
372
264
  ...obj,
373
265
  });
@@ -412,27 +304,18 @@ var TracingMode;
412
304
  })(TracingMode = exports.TracingMode || (exports.TracingMode = {}));
413
305
  var TracingConfig;
414
306
  (function (TracingConfig) {
415
- /**
416
- * @internal
417
- */
418
307
  TracingConfig.filterSensitiveLog = (obj) => ({
419
308
  ...obj,
420
309
  });
421
310
  })(TracingConfig = exports.TracingConfig || (exports.TracingConfig = {}));
422
311
  var VpcConfig;
423
312
  (function (VpcConfig) {
424
- /**
425
- * @internal
426
- */
427
313
  VpcConfig.filterSensitiveLog = (obj) => ({
428
314
  ...obj,
429
315
  });
430
316
  })(VpcConfig = exports.VpcConfig || (exports.VpcConfig = {}));
431
317
  var CreateFunctionRequest;
432
318
  (function (CreateFunctionRequest) {
433
- /**
434
- * @internal
435
- */
436
319
  CreateFunctionRequest.filterSensitiveLog = (obj) => ({
437
320
  ...obj,
438
321
  ...(obj.Code && { Code: FunctionCode.filterSensitiveLog(obj.Code) }),
@@ -441,9 +324,6 @@ var CreateFunctionRequest;
441
324
  })(CreateFunctionRequest = exports.CreateFunctionRequest || (exports.CreateFunctionRequest = {}));
442
325
  var EnvironmentError;
443
326
  (function (EnvironmentError) {
444
- /**
445
- * @internal
446
- */
447
327
  EnvironmentError.filterSensitiveLog = (obj) => ({
448
328
  ...obj,
449
329
  ...(obj.Message && { Message: smithy_client_1.SENSITIVE_STRING }),
@@ -451,9 +331,6 @@ var EnvironmentError;
451
331
  })(EnvironmentError = exports.EnvironmentError || (exports.EnvironmentError = {}));
452
332
  var EnvironmentResponse;
453
333
  (function (EnvironmentResponse) {
454
- /**
455
- * @internal
456
- */
457
334
  EnvironmentResponse.filterSensitiveLog = (obj) => ({
458
335
  ...obj,
459
336
  ...(obj.Variables && { Variables: smithy_client_1.SENSITIVE_STRING }),
@@ -462,9 +339,6 @@ var EnvironmentResponse;
462
339
  })(EnvironmentResponse = exports.EnvironmentResponse || (exports.EnvironmentResponse = {}));
463
340
  var ImageConfigError;
464
341
  (function (ImageConfigError) {
465
- /**
466
- * @internal
467
- */
468
342
  ImageConfigError.filterSensitiveLog = (obj) => ({
469
343
  ...obj,
470
344
  ...(obj.Message && { Message: smithy_client_1.SENSITIVE_STRING }),
@@ -472,9 +346,6 @@ var ImageConfigError;
472
346
  })(ImageConfigError = exports.ImageConfigError || (exports.ImageConfigError = {}));
473
347
  var ImageConfigResponse;
474
348
  (function (ImageConfigResponse) {
475
- /**
476
- * @internal
477
- */
478
349
  ImageConfigResponse.filterSensitiveLog = (obj) => ({
479
350
  ...obj,
480
351
  ...(obj.Error && { Error: ImageConfigError.filterSensitiveLog(obj.Error) }),
@@ -501,9 +372,6 @@ var LastUpdateStatusReasonCode;
501
372
  })(LastUpdateStatusReasonCode = exports.LastUpdateStatusReasonCode || (exports.LastUpdateStatusReasonCode = {}));
502
373
  var Layer;
503
374
  (function (Layer) {
504
- /**
505
- * @internal
506
- */
507
375
  Layer.filterSensitiveLog = (obj) => ({
508
376
  ...obj,
509
377
  });
@@ -533,27 +401,18 @@ var StateReasonCode;
533
401
  })(StateReasonCode = exports.StateReasonCode || (exports.StateReasonCode = {}));
534
402
  var TracingConfigResponse;
535
403
  (function (TracingConfigResponse) {
536
- /**
537
- * @internal
538
- */
539
404
  TracingConfigResponse.filterSensitiveLog = (obj) => ({
540
405
  ...obj,
541
406
  });
542
407
  })(TracingConfigResponse = exports.TracingConfigResponse || (exports.TracingConfigResponse = {}));
543
408
  var VpcConfigResponse;
544
409
  (function (VpcConfigResponse) {
545
- /**
546
- * @internal
547
- */
548
410
  VpcConfigResponse.filterSensitiveLog = (obj) => ({
549
411
  ...obj,
550
412
  });
551
413
  })(VpcConfigResponse = exports.VpcConfigResponse || (exports.VpcConfigResponse = {}));
552
414
  var FunctionConfiguration;
553
415
  (function (FunctionConfiguration) {
554
- /**
555
- * @internal
556
- */
557
416
  FunctionConfiguration.filterSensitiveLog = (obj) => ({
558
417
  ...obj,
559
418
  ...(obj.Environment && { Environment: EnvironmentResponse.filterSensitiveLog(obj.Environment) }),
@@ -564,198 +423,132 @@ var FunctionConfiguration;
564
423
  })(FunctionConfiguration = exports.FunctionConfiguration || (exports.FunctionConfiguration = {}));
565
424
  var InvalidCodeSignatureException;
566
425
  (function (InvalidCodeSignatureException) {
567
- /**
568
- * @internal
569
- */
570
426
  InvalidCodeSignatureException.filterSensitiveLog = (obj) => ({
571
427
  ...obj,
572
428
  });
573
429
  })(InvalidCodeSignatureException = exports.InvalidCodeSignatureException || (exports.InvalidCodeSignatureException = {}));
574
430
  var DeleteAliasRequest;
575
431
  (function (DeleteAliasRequest) {
576
- /**
577
- * @internal
578
- */
579
432
  DeleteAliasRequest.filterSensitiveLog = (obj) => ({
580
433
  ...obj,
581
434
  });
582
435
  })(DeleteAliasRequest = exports.DeleteAliasRequest || (exports.DeleteAliasRequest = {}));
583
436
  var DeleteCodeSigningConfigRequest;
584
437
  (function (DeleteCodeSigningConfigRequest) {
585
- /**
586
- * @internal
587
- */
588
438
  DeleteCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
589
439
  ...obj,
590
440
  });
591
441
  })(DeleteCodeSigningConfigRequest = exports.DeleteCodeSigningConfigRequest || (exports.DeleteCodeSigningConfigRequest = {}));
592
442
  var DeleteCodeSigningConfigResponse;
593
443
  (function (DeleteCodeSigningConfigResponse) {
594
- /**
595
- * @internal
596
- */
597
444
  DeleteCodeSigningConfigResponse.filterSensitiveLog = (obj) => ({
598
445
  ...obj,
599
446
  });
600
447
  })(DeleteCodeSigningConfigResponse = exports.DeleteCodeSigningConfigResponse || (exports.DeleteCodeSigningConfigResponse = {}));
601
448
  var DeleteEventSourceMappingRequest;
602
449
  (function (DeleteEventSourceMappingRequest) {
603
- /**
604
- * @internal
605
- */
606
450
  DeleteEventSourceMappingRequest.filterSensitiveLog = (obj) => ({
607
451
  ...obj,
608
452
  });
609
453
  })(DeleteEventSourceMappingRequest = exports.DeleteEventSourceMappingRequest || (exports.DeleteEventSourceMappingRequest = {}));
610
454
  var ResourceInUseException;
611
455
  (function (ResourceInUseException) {
612
- /**
613
- * @internal
614
- */
615
456
  ResourceInUseException.filterSensitiveLog = (obj) => ({
616
457
  ...obj,
617
458
  });
618
459
  })(ResourceInUseException = exports.ResourceInUseException || (exports.ResourceInUseException = {}));
619
460
  var DeleteFunctionRequest;
620
461
  (function (DeleteFunctionRequest) {
621
- /**
622
- * @internal
623
- */
624
462
  DeleteFunctionRequest.filterSensitiveLog = (obj) => ({
625
463
  ...obj,
626
464
  });
627
465
  })(DeleteFunctionRequest = exports.DeleteFunctionRequest || (exports.DeleteFunctionRequest = {}));
628
466
  var DeleteFunctionCodeSigningConfigRequest;
629
467
  (function (DeleteFunctionCodeSigningConfigRequest) {
630
- /**
631
- * @internal
632
- */
633
468
  DeleteFunctionCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
634
469
  ...obj,
635
470
  });
636
471
  })(DeleteFunctionCodeSigningConfigRequest = exports.DeleteFunctionCodeSigningConfigRequest || (exports.DeleteFunctionCodeSigningConfigRequest = {}));
637
472
  var DeleteFunctionConcurrencyRequest;
638
473
  (function (DeleteFunctionConcurrencyRequest) {
639
- /**
640
- * @internal
641
- */
642
474
  DeleteFunctionConcurrencyRequest.filterSensitiveLog = (obj) => ({
643
475
  ...obj,
644
476
  });
645
477
  })(DeleteFunctionConcurrencyRequest = exports.DeleteFunctionConcurrencyRequest || (exports.DeleteFunctionConcurrencyRequest = {}));
646
478
  var DeleteFunctionEventInvokeConfigRequest;
647
479
  (function (DeleteFunctionEventInvokeConfigRequest) {
648
- /**
649
- * @internal
650
- */
651
480
  DeleteFunctionEventInvokeConfigRequest.filterSensitiveLog = (obj) => ({
652
481
  ...obj,
653
482
  });
654
483
  })(DeleteFunctionEventInvokeConfigRequest = exports.DeleteFunctionEventInvokeConfigRequest || (exports.DeleteFunctionEventInvokeConfigRequest = {}));
655
484
  var DeleteLayerVersionRequest;
656
485
  (function (DeleteLayerVersionRequest) {
657
- /**
658
- * @internal
659
- */
660
486
  DeleteLayerVersionRequest.filterSensitiveLog = (obj) => ({
661
487
  ...obj,
662
488
  });
663
489
  })(DeleteLayerVersionRequest = exports.DeleteLayerVersionRequest || (exports.DeleteLayerVersionRequest = {}));
664
490
  var DeleteProvisionedConcurrencyConfigRequest;
665
491
  (function (DeleteProvisionedConcurrencyConfigRequest) {
666
- /**
667
- * @internal
668
- */
669
492
  DeleteProvisionedConcurrencyConfigRequest.filterSensitiveLog = (obj) => ({
670
493
  ...obj,
671
494
  });
672
495
  })(DeleteProvisionedConcurrencyConfigRequest = exports.DeleteProvisionedConcurrencyConfigRequest || (exports.DeleteProvisionedConcurrencyConfigRequest = {}));
673
496
  var GetAccountSettingsRequest;
674
497
  (function (GetAccountSettingsRequest) {
675
- /**
676
- * @internal
677
- */
678
498
  GetAccountSettingsRequest.filterSensitiveLog = (obj) => ({
679
499
  ...obj,
680
500
  });
681
501
  })(GetAccountSettingsRequest = exports.GetAccountSettingsRequest || (exports.GetAccountSettingsRequest = {}));
682
502
  var GetAccountSettingsResponse;
683
503
  (function (GetAccountSettingsResponse) {
684
- /**
685
- * @internal
686
- */
687
504
  GetAccountSettingsResponse.filterSensitiveLog = (obj) => ({
688
505
  ...obj,
689
506
  });
690
507
  })(GetAccountSettingsResponse = exports.GetAccountSettingsResponse || (exports.GetAccountSettingsResponse = {}));
691
508
  var GetAliasRequest;
692
509
  (function (GetAliasRequest) {
693
- /**
694
- * @internal
695
- */
696
510
  GetAliasRequest.filterSensitiveLog = (obj) => ({
697
511
  ...obj,
698
512
  });
699
513
  })(GetAliasRequest = exports.GetAliasRequest || (exports.GetAliasRequest = {}));
700
514
  var GetCodeSigningConfigRequest;
701
515
  (function (GetCodeSigningConfigRequest) {
702
- /**
703
- * @internal
704
- */
705
516
  GetCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
706
517
  ...obj,
707
518
  });
708
519
  })(GetCodeSigningConfigRequest = exports.GetCodeSigningConfigRequest || (exports.GetCodeSigningConfigRequest = {}));
709
520
  var GetCodeSigningConfigResponse;
710
521
  (function (GetCodeSigningConfigResponse) {
711
- /**
712
- * @internal
713
- */
714
522
  GetCodeSigningConfigResponse.filterSensitiveLog = (obj) => ({
715
523
  ...obj,
716
524
  });
717
525
  })(GetCodeSigningConfigResponse = exports.GetCodeSigningConfigResponse || (exports.GetCodeSigningConfigResponse = {}));
718
526
  var GetEventSourceMappingRequest;
719
527
  (function (GetEventSourceMappingRequest) {
720
- /**
721
- * @internal
722
- */
723
528
  GetEventSourceMappingRequest.filterSensitiveLog = (obj) => ({
724
529
  ...obj,
725
530
  });
726
531
  })(GetEventSourceMappingRequest = exports.GetEventSourceMappingRequest || (exports.GetEventSourceMappingRequest = {}));
727
532
  var GetFunctionRequest;
728
533
  (function (GetFunctionRequest) {
729
- /**
730
- * @internal
731
- */
732
534
  GetFunctionRequest.filterSensitiveLog = (obj) => ({
733
535
  ...obj,
734
536
  });
735
537
  })(GetFunctionRequest = exports.GetFunctionRequest || (exports.GetFunctionRequest = {}));
736
538
  var FunctionCodeLocation;
737
539
  (function (FunctionCodeLocation) {
738
- /**
739
- * @internal
740
- */
741
540
  FunctionCodeLocation.filterSensitiveLog = (obj) => ({
742
541
  ...obj,
743
542
  });
744
543
  })(FunctionCodeLocation = exports.FunctionCodeLocation || (exports.FunctionCodeLocation = {}));
745
544
  var Concurrency;
746
545
  (function (Concurrency) {
747
- /**
748
- * @internal
749
- */
750
546
  Concurrency.filterSensitiveLog = (obj) => ({
751
547
  ...obj,
752
548
  });
753
549
  })(Concurrency = exports.Concurrency || (exports.Concurrency = {}));
754
550
  var GetFunctionResponse;
755
551
  (function (GetFunctionResponse) {
756
- /**
757
- * @internal
758
- */
759
552
  GetFunctionResponse.filterSensitiveLog = (obj) => ({
760
553
  ...obj,
761
554
  ...(obj.Configuration && { Configuration: FunctionConfiguration.filterSensitiveLog(obj.Configuration) }),
@@ -763,144 +556,96 @@ var GetFunctionResponse;
763
556
  })(GetFunctionResponse = exports.GetFunctionResponse || (exports.GetFunctionResponse = {}));
764
557
  var GetFunctionCodeSigningConfigRequest;
765
558
  (function (GetFunctionCodeSigningConfigRequest) {
766
- /**
767
- * @internal
768
- */
769
559
  GetFunctionCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
770
560
  ...obj,
771
561
  });
772
562
  })(GetFunctionCodeSigningConfigRequest = exports.GetFunctionCodeSigningConfigRequest || (exports.GetFunctionCodeSigningConfigRequest = {}));
773
563
  var GetFunctionCodeSigningConfigResponse;
774
564
  (function (GetFunctionCodeSigningConfigResponse) {
775
- /**
776
- * @internal
777
- */
778
565
  GetFunctionCodeSigningConfigResponse.filterSensitiveLog = (obj) => ({
779
566
  ...obj,
780
567
  });
781
568
  })(GetFunctionCodeSigningConfigResponse = exports.GetFunctionCodeSigningConfigResponse || (exports.GetFunctionCodeSigningConfigResponse = {}));
782
569
  var GetFunctionConcurrencyRequest;
783
570
  (function (GetFunctionConcurrencyRequest) {
784
- /**
785
- * @internal
786
- */
787
571
  GetFunctionConcurrencyRequest.filterSensitiveLog = (obj) => ({
788
572
  ...obj,
789
573
  });
790
574
  })(GetFunctionConcurrencyRequest = exports.GetFunctionConcurrencyRequest || (exports.GetFunctionConcurrencyRequest = {}));
791
575
  var GetFunctionConcurrencyResponse;
792
576
  (function (GetFunctionConcurrencyResponse) {
793
- /**
794
- * @internal
795
- */
796
577
  GetFunctionConcurrencyResponse.filterSensitiveLog = (obj) => ({
797
578
  ...obj,
798
579
  });
799
580
  })(GetFunctionConcurrencyResponse = exports.GetFunctionConcurrencyResponse || (exports.GetFunctionConcurrencyResponse = {}));
800
581
  var GetFunctionConfigurationRequest;
801
582
  (function (GetFunctionConfigurationRequest) {
802
- /**
803
- * @internal
804
- */
805
583
  GetFunctionConfigurationRequest.filterSensitiveLog = (obj) => ({
806
584
  ...obj,
807
585
  });
808
586
  })(GetFunctionConfigurationRequest = exports.GetFunctionConfigurationRequest || (exports.GetFunctionConfigurationRequest = {}));
809
587
  var FunctionEventInvokeConfig;
810
588
  (function (FunctionEventInvokeConfig) {
811
- /**
812
- * @internal
813
- */
814
589
  FunctionEventInvokeConfig.filterSensitiveLog = (obj) => ({
815
590
  ...obj,
816
591
  });
817
592
  })(FunctionEventInvokeConfig = exports.FunctionEventInvokeConfig || (exports.FunctionEventInvokeConfig = {}));
818
593
  var GetFunctionEventInvokeConfigRequest;
819
594
  (function (GetFunctionEventInvokeConfigRequest) {
820
- /**
821
- * @internal
822
- */
823
595
  GetFunctionEventInvokeConfigRequest.filterSensitiveLog = (obj) => ({
824
596
  ...obj,
825
597
  });
826
598
  })(GetFunctionEventInvokeConfigRequest = exports.GetFunctionEventInvokeConfigRequest || (exports.GetFunctionEventInvokeConfigRequest = {}));
827
599
  var GetLayerVersionRequest;
828
600
  (function (GetLayerVersionRequest) {
829
- /**
830
- * @internal
831
- */
832
601
  GetLayerVersionRequest.filterSensitiveLog = (obj) => ({
833
602
  ...obj,
834
603
  });
835
604
  })(GetLayerVersionRequest = exports.GetLayerVersionRequest || (exports.GetLayerVersionRequest = {}));
836
605
  var LayerVersionContentOutput;
837
606
  (function (LayerVersionContentOutput) {
838
- /**
839
- * @internal
840
- */
841
607
  LayerVersionContentOutput.filterSensitiveLog = (obj) => ({
842
608
  ...obj,
843
609
  });
844
610
  })(LayerVersionContentOutput = exports.LayerVersionContentOutput || (exports.LayerVersionContentOutput = {}));
845
611
  var GetLayerVersionResponse;
846
612
  (function (GetLayerVersionResponse) {
847
- /**
848
- * @internal
849
- */
850
613
  GetLayerVersionResponse.filterSensitiveLog = (obj) => ({
851
614
  ...obj,
852
615
  });
853
616
  })(GetLayerVersionResponse = exports.GetLayerVersionResponse || (exports.GetLayerVersionResponse = {}));
854
617
  var GetLayerVersionByArnRequest;
855
618
  (function (GetLayerVersionByArnRequest) {
856
- /**
857
- * @internal
858
- */
859
619
  GetLayerVersionByArnRequest.filterSensitiveLog = (obj) => ({
860
620
  ...obj,
861
621
  });
862
622
  })(GetLayerVersionByArnRequest = exports.GetLayerVersionByArnRequest || (exports.GetLayerVersionByArnRequest = {}));
863
623
  var GetLayerVersionPolicyRequest;
864
624
  (function (GetLayerVersionPolicyRequest) {
865
- /**
866
- * @internal
867
- */
868
625
  GetLayerVersionPolicyRequest.filterSensitiveLog = (obj) => ({
869
626
  ...obj,
870
627
  });
871
628
  })(GetLayerVersionPolicyRequest = exports.GetLayerVersionPolicyRequest || (exports.GetLayerVersionPolicyRequest = {}));
872
629
  var GetLayerVersionPolicyResponse;
873
630
  (function (GetLayerVersionPolicyResponse) {
874
- /**
875
- * @internal
876
- */
877
631
  GetLayerVersionPolicyResponse.filterSensitiveLog = (obj) => ({
878
632
  ...obj,
879
633
  });
880
634
  })(GetLayerVersionPolicyResponse = exports.GetLayerVersionPolicyResponse || (exports.GetLayerVersionPolicyResponse = {}));
881
635
  var GetPolicyRequest;
882
636
  (function (GetPolicyRequest) {
883
- /**
884
- * @internal
885
- */
886
637
  GetPolicyRequest.filterSensitiveLog = (obj) => ({
887
638
  ...obj,
888
639
  });
889
640
  })(GetPolicyRequest = exports.GetPolicyRequest || (exports.GetPolicyRequest = {}));
890
641
  var GetPolicyResponse;
891
642
  (function (GetPolicyResponse) {
892
- /**
893
- * @internal
894
- */
895
643
  GetPolicyResponse.filterSensitiveLog = (obj) => ({
896
644
  ...obj,
897
645
  });
898
646
  })(GetPolicyResponse = exports.GetPolicyResponse || (exports.GetPolicyResponse = {}));
899
647
  var GetProvisionedConcurrencyConfigRequest;
900
648
  (function (GetProvisionedConcurrencyConfigRequest) {
901
- /**
902
- * @internal
903
- */
904
649
  GetProvisionedConcurrencyConfigRequest.filterSensitiveLog = (obj) => ({
905
650
  ...obj,
906
651
  });
@@ -913,135 +658,90 @@ var ProvisionedConcurrencyStatusEnum;
913
658
  })(ProvisionedConcurrencyStatusEnum = exports.ProvisionedConcurrencyStatusEnum || (exports.ProvisionedConcurrencyStatusEnum = {}));
914
659
  var GetProvisionedConcurrencyConfigResponse;
915
660
  (function (GetProvisionedConcurrencyConfigResponse) {
916
- /**
917
- * @internal
918
- */
919
661
  GetProvisionedConcurrencyConfigResponse.filterSensitiveLog = (obj) => ({
920
662
  ...obj,
921
663
  });
922
664
  })(GetProvisionedConcurrencyConfigResponse = exports.GetProvisionedConcurrencyConfigResponse || (exports.GetProvisionedConcurrencyConfigResponse = {}));
923
665
  var ProvisionedConcurrencyConfigNotFoundException;
924
666
  (function (ProvisionedConcurrencyConfigNotFoundException) {
925
- /**
926
- * @internal
927
- */
928
667
  ProvisionedConcurrencyConfigNotFoundException.filterSensitiveLog = (obj) => ({
929
668
  ...obj,
930
669
  });
931
670
  })(ProvisionedConcurrencyConfigNotFoundException = exports.ProvisionedConcurrencyConfigNotFoundException || (exports.ProvisionedConcurrencyConfigNotFoundException = {}));
932
671
  var EC2AccessDeniedException;
933
672
  (function (EC2AccessDeniedException) {
934
- /**
935
- * @internal
936
- */
937
673
  EC2AccessDeniedException.filterSensitiveLog = (obj) => ({
938
674
  ...obj,
939
675
  });
940
676
  })(EC2AccessDeniedException = exports.EC2AccessDeniedException || (exports.EC2AccessDeniedException = {}));
941
677
  var EC2ThrottledException;
942
678
  (function (EC2ThrottledException) {
943
- /**
944
- * @internal
945
- */
946
679
  EC2ThrottledException.filterSensitiveLog = (obj) => ({
947
680
  ...obj,
948
681
  });
949
682
  })(EC2ThrottledException = exports.EC2ThrottledException || (exports.EC2ThrottledException = {}));
950
683
  var EC2UnexpectedException;
951
684
  (function (EC2UnexpectedException) {
952
- /**
953
- * @internal
954
- */
955
685
  EC2UnexpectedException.filterSensitiveLog = (obj) => ({
956
686
  ...obj,
957
687
  });
958
688
  })(EC2UnexpectedException = exports.EC2UnexpectedException || (exports.EC2UnexpectedException = {}));
959
689
  var EFSIOException;
960
690
  (function (EFSIOException) {
961
- /**
962
- * @internal
963
- */
964
691
  EFSIOException.filterSensitiveLog = (obj) => ({
965
692
  ...obj,
966
693
  });
967
694
  })(EFSIOException = exports.EFSIOException || (exports.EFSIOException = {}));
968
695
  var EFSMountConnectivityException;
969
696
  (function (EFSMountConnectivityException) {
970
- /**
971
- * @internal
972
- */
973
697
  EFSMountConnectivityException.filterSensitiveLog = (obj) => ({
974
698
  ...obj,
975
699
  });
976
700
  })(EFSMountConnectivityException = exports.EFSMountConnectivityException || (exports.EFSMountConnectivityException = {}));
977
701
  var EFSMountFailureException;
978
702
  (function (EFSMountFailureException) {
979
- /**
980
- * @internal
981
- */
982
703
  EFSMountFailureException.filterSensitiveLog = (obj) => ({
983
704
  ...obj,
984
705
  });
985
706
  })(EFSMountFailureException = exports.EFSMountFailureException || (exports.EFSMountFailureException = {}));
986
707
  var EFSMountTimeoutException;
987
708
  (function (EFSMountTimeoutException) {
988
- /**
989
- * @internal
990
- */
991
709
  EFSMountTimeoutException.filterSensitiveLog = (obj) => ({
992
710
  ...obj,
993
711
  });
994
712
  })(EFSMountTimeoutException = exports.EFSMountTimeoutException || (exports.EFSMountTimeoutException = {}));
995
713
  var ENILimitReachedException;
996
714
  (function (ENILimitReachedException) {
997
- /**
998
- * @internal
999
- */
1000
715
  ENILimitReachedException.filterSensitiveLog = (obj) => ({
1001
716
  ...obj,
1002
717
  });
1003
718
  })(ENILimitReachedException = exports.ENILimitReachedException || (exports.ENILimitReachedException = {}));
1004
719
  var InvalidRequestContentException;
1005
720
  (function (InvalidRequestContentException) {
1006
- /**
1007
- * @internal
1008
- */
1009
721
  InvalidRequestContentException.filterSensitiveLog = (obj) => ({
1010
722
  ...obj,
1011
723
  });
1012
724
  })(InvalidRequestContentException = exports.InvalidRequestContentException || (exports.InvalidRequestContentException = {}));
1013
725
  var InvalidRuntimeException;
1014
726
  (function (InvalidRuntimeException) {
1015
- /**
1016
- * @internal
1017
- */
1018
727
  InvalidRuntimeException.filterSensitiveLog = (obj) => ({
1019
728
  ...obj,
1020
729
  });
1021
730
  })(InvalidRuntimeException = exports.InvalidRuntimeException || (exports.InvalidRuntimeException = {}));
1022
731
  var InvalidSecurityGroupIDException;
1023
732
  (function (InvalidSecurityGroupIDException) {
1024
- /**
1025
- * @internal
1026
- */
1027
733
  InvalidSecurityGroupIDException.filterSensitiveLog = (obj) => ({
1028
734
  ...obj,
1029
735
  });
1030
736
  })(InvalidSecurityGroupIDException = exports.InvalidSecurityGroupIDException || (exports.InvalidSecurityGroupIDException = {}));
1031
737
  var InvalidSubnetIDException;
1032
738
  (function (InvalidSubnetIDException) {
1033
- /**
1034
- * @internal
1035
- */
1036
739
  InvalidSubnetIDException.filterSensitiveLog = (obj) => ({
1037
740
  ...obj,
1038
741
  });
1039
742
  })(InvalidSubnetIDException = exports.InvalidSubnetIDException || (exports.InvalidSubnetIDException = {}));
1040
743
  var InvalidZipFileException;
1041
744
  (function (InvalidZipFileException) {
1042
- /**
1043
- * @internal
1044
- */
1045
745
  InvalidZipFileException.filterSensitiveLog = (obj) => ({
1046
746
  ...obj,
1047
747
  });
@@ -1059,9 +759,6 @@ var LogType;
1059
759
  })(LogType = exports.LogType || (exports.LogType = {}));
1060
760
  var InvocationRequest;
1061
761
  (function (InvocationRequest) {
1062
- /**
1063
- * @internal
1064
- */
1065
762
  InvocationRequest.filterSensitiveLog = (obj) => ({
1066
763
  ...obj,
1067
764
  ...(obj.Payload && { Payload: smithy_client_1.SENSITIVE_STRING }),
@@ -1069,9 +766,6 @@ var InvocationRequest;
1069
766
  })(InvocationRequest = exports.InvocationRequest || (exports.InvocationRequest = {}));
1070
767
  var InvocationResponse;
1071
768
  (function (InvocationResponse) {
1072
- /**
1073
- * @internal
1074
- */
1075
769
  InvocationResponse.filterSensitiveLog = (obj) => ({
1076
770
  ...obj,
1077
771
  ...(obj.Payload && { Payload: smithy_client_1.SENSITIVE_STRING }),
@@ -1079,162 +773,108 @@ var InvocationResponse;
1079
773
  })(InvocationResponse = exports.InvocationResponse || (exports.InvocationResponse = {}));
1080
774
  var KMSAccessDeniedException;
1081
775
  (function (KMSAccessDeniedException) {
1082
- /**
1083
- * @internal
1084
- */
1085
776
  KMSAccessDeniedException.filterSensitiveLog = (obj) => ({
1086
777
  ...obj,
1087
778
  });
1088
779
  })(KMSAccessDeniedException = exports.KMSAccessDeniedException || (exports.KMSAccessDeniedException = {}));
1089
780
  var KMSDisabledException;
1090
781
  (function (KMSDisabledException) {
1091
- /**
1092
- * @internal
1093
- */
1094
782
  KMSDisabledException.filterSensitiveLog = (obj) => ({
1095
783
  ...obj,
1096
784
  });
1097
785
  })(KMSDisabledException = exports.KMSDisabledException || (exports.KMSDisabledException = {}));
1098
786
  var KMSInvalidStateException;
1099
787
  (function (KMSInvalidStateException) {
1100
- /**
1101
- * @internal
1102
- */
1103
788
  KMSInvalidStateException.filterSensitiveLog = (obj) => ({
1104
789
  ...obj,
1105
790
  });
1106
791
  })(KMSInvalidStateException = exports.KMSInvalidStateException || (exports.KMSInvalidStateException = {}));
1107
792
  var KMSNotFoundException;
1108
793
  (function (KMSNotFoundException) {
1109
- /**
1110
- * @internal
1111
- */
1112
794
  KMSNotFoundException.filterSensitiveLog = (obj) => ({
1113
795
  ...obj,
1114
796
  });
1115
797
  })(KMSNotFoundException = exports.KMSNotFoundException || (exports.KMSNotFoundException = {}));
1116
798
  var RequestTooLargeException;
1117
799
  (function (RequestTooLargeException) {
1118
- /**
1119
- * @internal
1120
- */
1121
800
  RequestTooLargeException.filterSensitiveLog = (obj) => ({
1122
801
  ...obj,
1123
802
  });
1124
803
  })(RequestTooLargeException = exports.RequestTooLargeException || (exports.RequestTooLargeException = {}));
1125
804
  var ResourceNotReadyException;
1126
805
  (function (ResourceNotReadyException) {
1127
- /**
1128
- * @internal
1129
- */
1130
806
  ResourceNotReadyException.filterSensitiveLog = (obj) => ({
1131
807
  ...obj,
1132
808
  });
1133
809
  })(ResourceNotReadyException = exports.ResourceNotReadyException || (exports.ResourceNotReadyException = {}));
1134
810
  var SubnetIPAddressLimitReachedException;
1135
811
  (function (SubnetIPAddressLimitReachedException) {
1136
- /**
1137
- * @internal
1138
- */
1139
812
  SubnetIPAddressLimitReachedException.filterSensitiveLog = (obj) => ({
1140
813
  ...obj,
1141
814
  });
1142
815
  })(SubnetIPAddressLimitReachedException = exports.SubnetIPAddressLimitReachedException || (exports.SubnetIPAddressLimitReachedException = {}));
1143
816
  var UnsupportedMediaTypeException;
1144
817
  (function (UnsupportedMediaTypeException) {
1145
- /**
1146
- * @internal
1147
- */
1148
818
  UnsupportedMediaTypeException.filterSensitiveLog = (obj) => ({
1149
819
  ...obj,
1150
820
  });
1151
821
  })(UnsupportedMediaTypeException = exports.UnsupportedMediaTypeException || (exports.UnsupportedMediaTypeException = {}));
1152
822
  var InvokeAsyncRequest;
1153
823
  (function (InvokeAsyncRequest) {
1154
- /**
1155
- * @internal
1156
- */
1157
824
  InvokeAsyncRequest.filterSensitiveLog = (obj) => ({
1158
825
  ...obj,
1159
826
  });
1160
827
  })(InvokeAsyncRequest = exports.InvokeAsyncRequest || (exports.InvokeAsyncRequest = {}));
1161
828
  var InvokeAsyncResponse;
1162
829
  (function (InvokeAsyncResponse) {
1163
- /**
1164
- * @internal
1165
- */
1166
830
  InvokeAsyncResponse.filterSensitiveLog = (obj) => ({
1167
831
  ...obj,
1168
832
  });
1169
833
  })(InvokeAsyncResponse = exports.InvokeAsyncResponse || (exports.InvokeAsyncResponse = {}));
1170
834
  var ListAliasesRequest;
1171
835
  (function (ListAliasesRequest) {
1172
- /**
1173
- * @internal
1174
- */
1175
836
  ListAliasesRequest.filterSensitiveLog = (obj) => ({
1176
837
  ...obj,
1177
838
  });
1178
839
  })(ListAliasesRequest = exports.ListAliasesRequest || (exports.ListAliasesRequest = {}));
1179
840
  var ListAliasesResponse;
1180
841
  (function (ListAliasesResponse) {
1181
- /**
1182
- * @internal
1183
- */
1184
842
  ListAliasesResponse.filterSensitiveLog = (obj) => ({
1185
843
  ...obj,
1186
844
  });
1187
845
  })(ListAliasesResponse = exports.ListAliasesResponse || (exports.ListAliasesResponse = {}));
1188
846
  var ListCodeSigningConfigsRequest;
1189
847
  (function (ListCodeSigningConfigsRequest) {
1190
- /**
1191
- * @internal
1192
- */
1193
848
  ListCodeSigningConfigsRequest.filterSensitiveLog = (obj) => ({
1194
849
  ...obj,
1195
850
  });
1196
851
  })(ListCodeSigningConfigsRequest = exports.ListCodeSigningConfigsRequest || (exports.ListCodeSigningConfigsRequest = {}));
1197
852
  var ListCodeSigningConfigsResponse;
1198
853
  (function (ListCodeSigningConfigsResponse) {
1199
- /**
1200
- * @internal
1201
- */
1202
854
  ListCodeSigningConfigsResponse.filterSensitiveLog = (obj) => ({
1203
855
  ...obj,
1204
856
  });
1205
857
  })(ListCodeSigningConfigsResponse = exports.ListCodeSigningConfigsResponse || (exports.ListCodeSigningConfigsResponse = {}));
1206
858
  var ListEventSourceMappingsRequest;
1207
859
  (function (ListEventSourceMappingsRequest) {
1208
- /**
1209
- * @internal
1210
- */
1211
860
  ListEventSourceMappingsRequest.filterSensitiveLog = (obj) => ({
1212
861
  ...obj,
1213
862
  });
1214
863
  })(ListEventSourceMappingsRequest = exports.ListEventSourceMappingsRequest || (exports.ListEventSourceMappingsRequest = {}));
1215
864
  var ListEventSourceMappingsResponse;
1216
865
  (function (ListEventSourceMappingsResponse) {
1217
- /**
1218
- * @internal
1219
- */
1220
866
  ListEventSourceMappingsResponse.filterSensitiveLog = (obj) => ({
1221
867
  ...obj,
1222
868
  });
1223
869
  })(ListEventSourceMappingsResponse = exports.ListEventSourceMappingsResponse || (exports.ListEventSourceMappingsResponse = {}));
1224
870
  var ListFunctionEventInvokeConfigsRequest;
1225
871
  (function (ListFunctionEventInvokeConfigsRequest) {
1226
- /**
1227
- * @internal
1228
- */
1229
872
  ListFunctionEventInvokeConfigsRequest.filterSensitiveLog = (obj) => ({
1230
873
  ...obj,
1231
874
  });
1232
875
  })(ListFunctionEventInvokeConfigsRequest = exports.ListFunctionEventInvokeConfigsRequest || (exports.ListFunctionEventInvokeConfigsRequest = {}));
1233
876
  var ListFunctionEventInvokeConfigsResponse;
1234
877
  (function (ListFunctionEventInvokeConfigsResponse) {
1235
- /**
1236
- * @internal
1237
- */
1238
878
  ListFunctionEventInvokeConfigsResponse.filterSensitiveLog = (obj) => ({
1239
879
  ...obj,
1240
880
  });
@@ -1245,18 +885,12 @@ var FunctionVersion;
1245
885
  })(FunctionVersion = exports.FunctionVersion || (exports.FunctionVersion = {}));
1246
886
  var ListFunctionsRequest;
1247
887
  (function (ListFunctionsRequest) {
1248
- /**
1249
- * @internal
1250
- */
1251
888
  ListFunctionsRequest.filterSensitiveLog = (obj) => ({
1252
889
  ...obj,
1253
890
  });
1254
891
  })(ListFunctionsRequest = exports.ListFunctionsRequest || (exports.ListFunctionsRequest = {}));
1255
892
  var ListFunctionsResponse;
1256
893
  (function (ListFunctionsResponse) {
1257
- /**
1258
- * @internal
1259
- */
1260
894
  ListFunctionsResponse.filterSensitiveLog = (obj) => ({
1261
895
  ...obj,
1262
896
  ...(obj.Functions && { Functions: obj.Functions.map((item) => FunctionConfiguration.filterSensitiveLog(item)) }),
@@ -1264,135 +898,90 @@ var ListFunctionsResponse;
1264
898
  })(ListFunctionsResponse = exports.ListFunctionsResponse || (exports.ListFunctionsResponse = {}));
1265
899
  var ListFunctionsByCodeSigningConfigRequest;
1266
900
  (function (ListFunctionsByCodeSigningConfigRequest) {
1267
- /**
1268
- * @internal
1269
- */
1270
901
  ListFunctionsByCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
1271
902
  ...obj,
1272
903
  });
1273
904
  })(ListFunctionsByCodeSigningConfigRequest = exports.ListFunctionsByCodeSigningConfigRequest || (exports.ListFunctionsByCodeSigningConfigRequest = {}));
1274
905
  var ListFunctionsByCodeSigningConfigResponse;
1275
906
  (function (ListFunctionsByCodeSigningConfigResponse) {
1276
- /**
1277
- * @internal
1278
- */
1279
907
  ListFunctionsByCodeSigningConfigResponse.filterSensitiveLog = (obj) => ({
1280
908
  ...obj,
1281
909
  });
1282
910
  })(ListFunctionsByCodeSigningConfigResponse = exports.ListFunctionsByCodeSigningConfigResponse || (exports.ListFunctionsByCodeSigningConfigResponse = {}));
1283
911
  var ListLayersRequest;
1284
912
  (function (ListLayersRequest) {
1285
- /**
1286
- * @internal
1287
- */
1288
913
  ListLayersRequest.filterSensitiveLog = (obj) => ({
1289
914
  ...obj,
1290
915
  });
1291
916
  })(ListLayersRequest = exports.ListLayersRequest || (exports.ListLayersRequest = {}));
1292
917
  var LayerVersionsListItem;
1293
918
  (function (LayerVersionsListItem) {
1294
- /**
1295
- * @internal
1296
- */
1297
919
  LayerVersionsListItem.filterSensitiveLog = (obj) => ({
1298
920
  ...obj,
1299
921
  });
1300
922
  })(LayerVersionsListItem = exports.LayerVersionsListItem || (exports.LayerVersionsListItem = {}));
1301
923
  var LayersListItem;
1302
924
  (function (LayersListItem) {
1303
- /**
1304
- * @internal
1305
- */
1306
925
  LayersListItem.filterSensitiveLog = (obj) => ({
1307
926
  ...obj,
1308
927
  });
1309
928
  })(LayersListItem = exports.LayersListItem || (exports.LayersListItem = {}));
1310
929
  var ListLayersResponse;
1311
930
  (function (ListLayersResponse) {
1312
- /**
1313
- * @internal
1314
- */
1315
931
  ListLayersResponse.filterSensitiveLog = (obj) => ({
1316
932
  ...obj,
1317
933
  });
1318
934
  })(ListLayersResponse = exports.ListLayersResponse || (exports.ListLayersResponse = {}));
1319
935
  var ListLayerVersionsRequest;
1320
936
  (function (ListLayerVersionsRequest) {
1321
- /**
1322
- * @internal
1323
- */
1324
937
  ListLayerVersionsRequest.filterSensitiveLog = (obj) => ({
1325
938
  ...obj,
1326
939
  });
1327
940
  })(ListLayerVersionsRequest = exports.ListLayerVersionsRequest || (exports.ListLayerVersionsRequest = {}));
1328
941
  var ListLayerVersionsResponse;
1329
942
  (function (ListLayerVersionsResponse) {
1330
- /**
1331
- * @internal
1332
- */
1333
943
  ListLayerVersionsResponse.filterSensitiveLog = (obj) => ({
1334
944
  ...obj,
1335
945
  });
1336
946
  })(ListLayerVersionsResponse = exports.ListLayerVersionsResponse || (exports.ListLayerVersionsResponse = {}));
1337
947
  var ListProvisionedConcurrencyConfigsRequest;
1338
948
  (function (ListProvisionedConcurrencyConfigsRequest) {
1339
- /**
1340
- * @internal
1341
- */
1342
949
  ListProvisionedConcurrencyConfigsRequest.filterSensitiveLog = (obj) => ({
1343
950
  ...obj,
1344
951
  });
1345
952
  })(ListProvisionedConcurrencyConfigsRequest = exports.ListProvisionedConcurrencyConfigsRequest || (exports.ListProvisionedConcurrencyConfigsRequest = {}));
1346
953
  var ProvisionedConcurrencyConfigListItem;
1347
954
  (function (ProvisionedConcurrencyConfigListItem) {
1348
- /**
1349
- * @internal
1350
- */
1351
955
  ProvisionedConcurrencyConfigListItem.filterSensitiveLog = (obj) => ({
1352
956
  ...obj,
1353
957
  });
1354
958
  })(ProvisionedConcurrencyConfigListItem = exports.ProvisionedConcurrencyConfigListItem || (exports.ProvisionedConcurrencyConfigListItem = {}));
1355
959
  var ListProvisionedConcurrencyConfigsResponse;
1356
960
  (function (ListProvisionedConcurrencyConfigsResponse) {
1357
- /**
1358
- * @internal
1359
- */
1360
961
  ListProvisionedConcurrencyConfigsResponse.filterSensitiveLog = (obj) => ({
1361
962
  ...obj,
1362
963
  });
1363
964
  })(ListProvisionedConcurrencyConfigsResponse = exports.ListProvisionedConcurrencyConfigsResponse || (exports.ListProvisionedConcurrencyConfigsResponse = {}));
1364
965
  var ListTagsRequest;
1365
966
  (function (ListTagsRequest) {
1366
- /**
1367
- * @internal
1368
- */
1369
967
  ListTagsRequest.filterSensitiveLog = (obj) => ({
1370
968
  ...obj,
1371
969
  });
1372
970
  })(ListTagsRequest = exports.ListTagsRequest || (exports.ListTagsRequest = {}));
1373
971
  var ListTagsResponse;
1374
972
  (function (ListTagsResponse) {
1375
- /**
1376
- * @internal
1377
- */
1378
973
  ListTagsResponse.filterSensitiveLog = (obj) => ({
1379
974
  ...obj,
1380
975
  });
1381
976
  })(ListTagsResponse = exports.ListTagsResponse || (exports.ListTagsResponse = {}));
1382
977
  var ListVersionsByFunctionRequest;
1383
978
  (function (ListVersionsByFunctionRequest) {
1384
- /**
1385
- * @internal
1386
- */
1387
979
  ListVersionsByFunctionRequest.filterSensitiveLog = (obj) => ({
1388
980
  ...obj,
1389
981
  });
1390
982
  })(ListVersionsByFunctionRequest = exports.ListVersionsByFunctionRequest || (exports.ListVersionsByFunctionRequest = {}));
1391
983
  var ListVersionsByFunctionResponse;
1392
984
  (function (ListVersionsByFunctionResponse) {
1393
- /**
1394
- * @internal
1395
- */
1396
985
  ListVersionsByFunctionResponse.filterSensitiveLog = (obj) => ({
1397
986
  ...obj,
1398
987
  ...(obj.Versions && { Versions: obj.Versions.map((item) => FunctionConfiguration.filterSensitiveLog(item)) }),
@@ -1400,9 +989,6 @@ var ListVersionsByFunctionResponse;
1400
989
  })(ListVersionsByFunctionResponse = exports.ListVersionsByFunctionResponse || (exports.ListVersionsByFunctionResponse = {}));
1401
990
  var LayerVersionContentInput;
1402
991
  (function (LayerVersionContentInput) {
1403
- /**
1404
- * @internal
1405
- */
1406
992
  LayerVersionContentInput.filterSensitiveLog = (obj) => ({
1407
993
  ...obj,
1408
994
  ...(obj.ZipFile && { ZipFile: smithy_client_1.SENSITIVE_STRING }),
@@ -1410,9 +996,6 @@ var LayerVersionContentInput;
1410
996
  })(LayerVersionContentInput = exports.LayerVersionContentInput || (exports.LayerVersionContentInput = {}));
1411
997
  var PublishLayerVersionRequest;
1412
998
  (function (PublishLayerVersionRequest) {
1413
- /**
1414
- * @internal
1415
- */
1416
999
  PublishLayerVersionRequest.filterSensitiveLog = (obj) => ({
1417
1000
  ...obj,
1418
1001
  ...(obj.Content && { Content: LayerVersionContentInput.filterSensitiveLog(obj.Content) }),
@@ -1420,153 +1003,102 @@ var PublishLayerVersionRequest;
1420
1003
  })(PublishLayerVersionRequest = exports.PublishLayerVersionRequest || (exports.PublishLayerVersionRequest = {}));
1421
1004
  var PublishLayerVersionResponse;
1422
1005
  (function (PublishLayerVersionResponse) {
1423
- /**
1424
- * @internal
1425
- */
1426
1006
  PublishLayerVersionResponse.filterSensitiveLog = (obj) => ({
1427
1007
  ...obj,
1428
1008
  });
1429
1009
  })(PublishLayerVersionResponse = exports.PublishLayerVersionResponse || (exports.PublishLayerVersionResponse = {}));
1430
1010
  var PublishVersionRequest;
1431
1011
  (function (PublishVersionRequest) {
1432
- /**
1433
- * @internal
1434
- */
1435
1012
  PublishVersionRequest.filterSensitiveLog = (obj) => ({
1436
1013
  ...obj,
1437
1014
  });
1438
1015
  })(PublishVersionRequest = exports.PublishVersionRequest || (exports.PublishVersionRequest = {}));
1439
1016
  var PutFunctionCodeSigningConfigRequest;
1440
1017
  (function (PutFunctionCodeSigningConfigRequest) {
1441
- /**
1442
- * @internal
1443
- */
1444
1018
  PutFunctionCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
1445
1019
  ...obj,
1446
1020
  });
1447
1021
  })(PutFunctionCodeSigningConfigRequest = exports.PutFunctionCodeSigningConfigRequest || (exports.PutFunctionCodeSigningConfigRequest = {}));
1448
1022
  var PutFunctionCodeSigningConfigResponse;
1449
1023
  (function (PutFunctionCodeSigningConfigResponse) {
1450
- /**
1451
- * @internal
1452
- */
1453
1024
  PutFunctionCodeSigningConfigResponse.filterSensitiveLog = (obj) => ({
1454
1025
  ...obj,
1455
1026
  });
1456
1027
  })(PutFunctionCodeSigningConfigResponse = exports.PutFunctionCodeSigningConfigResponse || (exports.PutFunctionCodeSigningConfigResponse = {}));
1457
1028
  var PutFunctionConcurrencyRequest;
1458
1029
  (function (PutFunctionConcurrencyRequest) {
1459
- /**
1460
- * @internal
1461
- */
1462
1030
  PutFunctionConcurrencyRequest.filterSensitiveLog = (obj) => ({
1463
1031
  ...obj,
1464
1032
  });
1465
1033
  })(PutFunctionConcurrencyRequest = exports.PutFunctionConcurrencyRequest || (exports.PutFunctionConcurrencyRequest = {}));
1466
1034
  var PutFunctionEventInvokeConfigRequest;
1467
1035
  (function (PutFunctionEventInvokeConfigRequest) {
1468
- /**
1469
- * @internal
1470
- */
1471
1036
  PutFunctionEventInvokeConfigRequest.filterSensitiveLog = (obj) => ({
1472
1037
  ...obj,
1473
1038
  });
1474
1039
  })(PutFunctionEventInvokeConfigRequest = exports.PutFunctionEventInvokeConfigRequest || (exports.PutFunctionEventInvokeConfigRequest = {}));
1475
1040
  var PutProvisionedConcurrencyConfigRequest;
1476
1041
  (function (PutProvisionedConcurrencyConfigRequest) {
1477
- /**
1478
- * @internal
1479
- */
1480
1042
  PutProvisionedConcurrencyConfigRequest.filterSensitiveLog = (obj) => ({
1481
1043
  ...obj,
1482
1044
  });
1483
1045
  })(PutProvisionedConcurrencyConfigRequest = exports.PutProvisionedConcurrencyConfigRequest || (exports.PutProvisionedConcurrencyConfigRequest = {}));
1484
1046
  var PutProvisionedConcurrencyConfigResponse;
1485
1047
  (function (PutProvisionedConcurrencyConfigResponse) {
1486
- /**
1487
- * @internal
1488
- */
1489
1048
  PutProvisionedConcurrencyConfigResponse.filterSensitiveLog = (obj) => ({
1490
1049
  ...obj,
1491
1050
  });
1492
1051
  })(PutProvisionedConcurrencyConfigResponse = exports.PutProvisionedConcurrencyConfigResponse || (exports.PutProvisionedConcurrencyConfigResponse = {}));
1493
1052
  var RemoveLayerVersionPermissionRequest;
1494
1053
  (function (RemoveLayerVersionPermissionRequest) {
1495
- /**
1496
- * @internal
1497
- */
1498
1054
  RemoveLayerVersionPermissionRequest.filterSensitiveLog = (obj) => ({
1499
1055
  ...obj,
1500
1056
  });
1501
1057
  })(RemoveLayerVersionPermissionRequest = exports.RemoveLayerVersionPermissionRequest || (exports.RemoveLayerVersionPermissionRequest = {}));
1502
1058
  var RemovePermissionRequest;
1503
1059
  (function (RemovePermissionRequest) {
1504
- /**
1505
- * @internal
1506
- */
1507
1060
  RemovePermissionRequest.filterSensitiveLog = (obj) => ({
1508
1061
  ...obj,
1509
1062
  });
1510
1063
  })(RemovePermissionRequest = exports.RemovePermissionRequest || (exports.RemovePermissionRequest = {}));
1511
1064
  var TagResourceRequest;
1512
1065
  (function (TagResourceRequest) {
1513
- /**
1514
- * @internal
1515
- */
1516
1066
  TagResourceRequest.filterSensitiveLog = (obj) => ({
1517
1067
  ...obj,
1518
1068
  });
1519
1069
  })(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
1520
1070
  var UntagResourceRequest;
1521
1071
  (function (UntagResourceRequest) {
1522
- /**
1523
- * @internal
1524
- */
1525
1072
  UntagResourceRequest.filterSensitiveLog = (obj) => ({
1526
1073
  ...obj,
1527
1074
  });
1528
1075
  })(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
1529
1076
  var UpdateAliasRequest;
1530
1077
  (function (UpdateAliasRequest) {
1531
- /**
1532
- * @internal
1533
- */
1534
1078
  UpdateAliasRequest.filterSensitiveLog = (obj) => ({
1535
1079
  ...obj,
1536
1080
  });
1537
1081
  })(UpdateAliasRequest = exports.UpdateAliasRequest || (exports.UpdateAliasRequest = {}));
1538
1082
  var UpdateCodeSigningConfigRequest;
1539
1083
  (function (UpdateCodeSigningConfigRequest) {
1540
- /**
1541
- * @internal
1542
- */
1543
1084
  UpdateCodeSigningConfigRequest.filterSensitiveLog = (obj) => ({
1544
1085
  ...obj,
1545
1086
  });
1546
1087
  })(UpdateCodeSigningConfigRequest = exports.UpdateCodeSigningConfigRequest || (exports.UpdateCodeSigningConfigRequest = {}));
1547
1088
  var UpdateCodeSigningConfigResponse;
1548
1089
  (function (UpdateCodeSigningConfigResponse) {
1549
- /**
1550
- * @internal
1551
- */
1552
1090
  UpdateCodeSigningConfigResponse.filterSensitiveLog = (obj) => ({
1553
1091
  ...obj,
1554
1092
  });
1555
1093
  })(UpdateCodeSigningConfigResponse = exports.UpdateCodeSigningConfigResponse || (exports.UpdateCodeSigningConfigResponse = {}));
1556
1094
  var UpdateEventSourceMappingRequest;
1557
1095
  (function (UpdateEventSourceMappingRequest) {
1558
- /**
1559
- * @internal
1560
- */
1561
1096
  UpdateEventSourceMappingRequest.filterSensitiveLog = (obj) => ({
1562
1097
  ...obj,
1563
1098
  });
1564
1099
  })(UpdateEventSourceMappingRequest = exports.UpdateEventSourceMappingRequest || (exports.UpdateEventSourceMappingRequest = {}));
1565
1100
  var UpdateFunctionCodeRequest;
1566
1101
  (function (UpdateFunctionCodeRequest) {
1567
- /**
1568
- * @internal
1569
- */
1570
1102
  UpdateFunctionCodeRequest.filterSensitiveLog = (obj) => ({
1571
1103
  ...obj,
1572
1104
  ...(obj.ZipFile && { ZipFile: smithy_client_1.SENSITIVE_STRING }),
@@ -1574,9 +1106,6 @@ var UpdateFunctionCodeRequest;
1574
1106
  })(UpdateFunctionCodeRequest = exports.UpdateFunctionCodeRequest || (exports.UpdateFunctionCodeRequest = {}));
1575
1107
  var UpdateFunctionConfigurationRequest;
1576
1108
  (function (UpdateFunctionConfigurationRequest) {
1577
- /**
1578
- * @internal
1579
- */
1580
1109
  UpdateFunctionConfigurationRequest.filterSensitiveLog = (obj) => ({
1581
1110
  ...obj,
1582
1111
  ...(obj.Environment && { Environment: Environment.filterSensitiveLog(obj.Environment) }),
@@ -1584,9 +1113,6 @@ var UpdateFunctionConfigurationRequest;
1584
1113
  })(UpdateFunctionConfigurationRequest = exports.UpdateFunctionConfigurationRequest || (exports.UpdateFunctionConfigurationRequest = {}));
1585
1114
  var UpdateFunctionEventInvokeConfigRequest;
1586
1115
  (function (UpdateFunctionEventInvokeConfigRequest) {
1587
- /**
1588
- * @internal
1589
- */
1590
1116
  UpdateFunctionEventInvokeConfigRequest.filterSensitiveLog = (obj) => ({
1591
1117
  ...obj,
1592
1118
  });