@aws-sdk/client-greengrassv2 3.130.0 → 3.141.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 (65) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +2 -2
  4. package/dist-cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +2 -2
  5. package/dist-cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +2 -2
  6. package/dist-cjs/commands/CancelDeploymentCommand.js +2 -2
  7. package/dist-cjs/commands/CreateComponentVersionCommand.js +2 -2
  8. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteComponentCommand.js +1 -1
  10. package/dist-cjs/commands/DeleteCoreDeviceCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteDeploymentCommand.js +1 -1
  12. package/dist-cjs/commands/DescribeComponentCommand.js +2 -2
  13. package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +2 -2
  14. package/dist-cjs/commands/GetComponentCommand.js +2 -2
  15. package/dist-cjs/commands/GetComponentVersionArtifactCommand.js +2 -2
  16. package/dist-cjs/commands/GetConnectivityInfoCommand.js +2 -2
  17. package/dist-cjs/commands/GetCoreDeviceCommand.js +2 -2
  18. package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
  19. package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +2 -2
  20. package/dist-cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +2 -2
  21. package/dist-cjs/commands/ListComponentVersionsCommand.js +2 -2
  22. package/dist-cjs/commands/ListComponentsCommand.js +2 -2
  23. package/dist-cjs/commands/ListCoreDevicesCommand.js +2 -2
  24. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
  25. package/dist-cjs/commands/ListEffectiveDeploymentsCommand.js +2 -2
  26. package/dist-cjs/commands/ListInstalledComponentsCommand.js +2 -2
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-cjs/commands/ResolveComponentCandidatesCommand.js +2 -2
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  30. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +2 -2
  32. package/dist-cjs/models/models_0.js +383 -573
  33. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +3 -3
  34. package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +3 -3
  35. package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +3 -3
  36. package/dist-es/commands/CancelDeploymentCommand.js +3 -3
  37. package/dist-es/commands/CreateComponentVersionCommand.js +3 -3
  38. package/dist-es/commands/CreateDeploymentCommand.js +3 -3
  39. package/dist-es/commands/DeleteComponentCommand.js +2 -2
  40. package/dist-es/commands/DeleteCoreDeviceCommand.js +2 -2
  41. package/dist-es/commands/DeleteDeploymentCommand.js +2 -2
  42. package/dist-es/commands/DescribeComponentCommand.js +3 -3
  43. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +3 -3
  44. package/dist-es/commands/GetComponentCommand.js +3 -3
  45. package/dist-es/commands/GetComponentVersionArtifactCommand.js +3 -3
  46. package/dist-es/commands/GetConnectivityInfoCommand.js +3 -3
  47. package/dist-es/commands/GetCoreDeviceCommand.js +3 -3
  48. package/dist-es/commands/GetDeploymentCommand.js +3 -3
  49. package/dist-es/commands/GetServiceRoleForAccountCommand.js +3 -3
  50. package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +3 -3
  51. package/dist-es/commands/ListComponentVersionsCommand.js +3 -3
  52. package/dist-es/commands/ListComponentsCommand.js +3 -3
  53. package/dist-es/commands/ListCoreDevicesCommand.js +3 -3
  54. package/dist-es/commands/ListDeploymentsCommand.js +3 -3
  55. package/dist-es/commands/ListEffectiveDeploymentsCommand.js +3 -3
  56. package/dist-es/commands/ListInstalledComponentsCommand.js +3 -3
  57. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  58. package/dist-es/commands/ResolveComponentCandidatesCommand.js +3 -3
  59. package/dist-es/commands/TagResourceCommand.js +3 -3
  60. package/dist-es/commands/UntagResourceCommand.js +3 -3
  61. package/dist-es/commands/UpdateConnectivityInfoCommand.js +3 -3
  62. package/dist-es/models/models_0.js +95 -380
  63. package/dist-types/models/models_0.d.ts +380 -570
  64. package/dist-types/ts3.4/models/models_0.d.ts +190 -380
  65. package/package.json +7 -7
@@ -21,12 +21,6 @@ export interface AssociateClientDeviceWithCoreDeviceEntry {
21
21
  */
22
22
  thingName: string | undefined;
23
23
  }
24
- export declare namespace AssociateClientDeviceWithCoreDeviceEntry {
25
- /**
26
- * @internal
27
- */
28
- const filterSensitiveLog: (obj: AssociateClientDeviceWithCoreDeviceEntry) => any;
29
- }
30
24
  /**
31
25
  * <p>Contains an error that occurs from a request to associate a client device with a core
32
26
  * device. The <a href="https://docs.aws.amazon.com/greengrass/v2/APIReference/API_BatchAssociateClientDeviceWithCoreDevice.html">BatchAssociateClientDeviceWithCoreDevice</a> operation returns a list of these
@@ -46,12 +40,6 @@ export interface AssociateClientDeviceWithCoreDeviceErrorEntry {
46
40
  */
47
41
  message?: string;
48
42
  }
49
- export declare namespace AssociateClientDeviceWithCoreDeviceErrorEntry {
50
- /**
51
- * @internal
52
- */
53
- const filterSensitiveLog: (obj: AssociateClientDeviceWithCoreDeviceErrorEntry) => any;
54
- }
55
43
  /**
56
44
  * <p>Contains information about a client device that is associated to a core device for cloud
57
45
  * discovery.</p>
@@ -66,12 +54,6 @@ export interface AssociatedClientDevice {
66
54
  */
67
55
  associationTimestamp?: Date;
68
56
  }
69
- export declare namespace AssociatedClientDevice {
70
- /**
71
- * @internal
72
- */
73
- const filterSensitiveLog: (obj: AssociatedClientDevice) => any;
74
- }
75
57
  export interface AssociateServiceRoleToAccountRequest {
76
58
  /**
77
59
  * <p>The Amazon Resource Name (ARN) of the service role to associate with IoT Greengrass for your
@@ -79,12 +61,6 @@ export interface AssociateServiceRoleToAccountRequest {
79
61
  */
80
62
  roleArn: string | undefined;
81
63
  }
82
- export declare namespace AssociateServiceRoleToAccountRequest {
83
- /**
84
- * @internal
85
- */
86
- const filterSensitiveLog: (obj: AssociateServiceRoleToAccountRequest) => any;
87
- }
88
64
  export interface AssociateServiceRoleToAccountResponse {
89
65
  /**
90
66
  * <p>The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this
@@ -92,12 +68,6 @@ export interface AssociateServiceRoleToAccountResponse {
92
68
  */
93
69
  associatedAt?: string;
94
70
  }
95
- export declare namespace AssociateServiceRoleToAccountResponse {
96
- /**
97
- * @internal
98
- */
99
- const filterSensitiveLog: (obj: AssociateServiceRoleToAccountResponse) => any;
100
- }
101
71
  /**
102
72
  * <p>IoT Greengrass can't process your request right now. Try again later.</p>
103
73
  */
@@ -126,12 +96,6 @@ export interface ValidationExceptionField {
126
96
  */
127
97
  message: string | undefined;
128
98
  }
129
- export declare namespace ValidationExceptionField {
130
- /**
131
- * @internal
132
- */
133
- const filterSensitiveLog: (obj: ValidationExceptionField) => any;
134
- }
135
99
  export declare enum ValidationExceptionReason {
136
100
  CANNOT_PARSE = "CANNOT_PARSE",
137
101
  FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
@@ -168,12 +132,6 @@ export interface BatchAssociateClientDeviceWithCoreDeviceRequest {
168
132
  */
169
133
  coreDeviceThingName: string | undefined;
170
134
  }
171
- export declare namespace BatchAssociateClientDeviceWithCoreDeviceRequest {
172
- /**
173
- * @internal
174
- */
175
- const filterSensitiveLog: (obj: BatchAssociateClientDeviceWithCoreDeviceRequest) => any;
176
- }
177
135
  export interface BatchAssociateClientDeviceWithCoreDeviceResponse {
178
136
  /**
179
137
  * <p>The list of any errors for the entries in the request. Each error entry contains the name
@@ -181,12 +139,6 @@ export interface BatchAssociateClientDeviceWithCoreDeviceResponse {
181
139
  */
182
140
  errorEntries?: AssociateClientDeviceWithCoreDeviceErrorEntry[];
183
141
  }
184
- export declare namespace BatchAssociateClientDeviceWithCoreDeviceResponse {
185
- /**
186
- * @internal
187
- */
188
- const filterSensitiveLog: (obj: BatchAssociateClientDeviceWithCoreDeviceResponse) => any;
189
- }
190
142
  /**
191
143
  * <p>The requested resource can't be found.</p>
192
144
  */
@@ -240,12 +192,6 @@ export interface DisassociateClientDeviceFromCoreDeviceEntry {
240
192
  */
241
193
  thingName: string | undefined;
242
194
  }
243
- export declare namespace DisassociateClientDeviceFromCoreDeviceEntry {
244
- /**
245
- * @internal
246
- */
247
- const filterSensitiveLog: (obj: DisassociateClientDeviceFromCoreDeviceEntry) => any;
248
- }
249
195
  export interface BatchDisassociateClientDeviceFromCoreDeviceRequest {
250
196
  /**
251
197
  * <p>The list of client devices to disassociate.</p>
@@ -256,12 +202,6 @@ export interface BatchDisassociateClientDeviceFromCoreDeviceRequest {
256
202
  */
257
203
  coreDeviceThingName: string | undefined;
258
204
  }
259
- export declare namespace BatchDisassociateClientDeviceFromCoreDeviceRequest {
260
- /**
261
- * @internal
262
- */
263
- const filterSensitiveLog: (obj: BatchDisassociateClientDeviceFromCoreDeviceRequest) => any;
264
- }
265
205
  /**
266
206
  * <p>Contains an error that occurs from a request to disassociate a client device from a core
267
207
  * device. The <a href="https://docs.aws.amazon.com/greengrass/v2/APIReference/API_BatchDisassociateClientDeviceWithCoreDevice.html">BatchDisassociateClientDeviceWithCoreDevice</a> operation returns a list of these
@@ -281,12 +221,6 @@ export interface DisassociateClientDeviceFromCoreDeviceErrorEntry {
281
221
  */
282
222
  message?: string;
283
223
  }
284
- export declare namespace DisassociateClientDeviceFromCoreDeviceErrorEntry {
285
- /**
286
- * @internal
287
- */
288
- const filterSensitiveLog: (obj: DisassociateClientDeviceFromCoreDeviceErrorEntry) => any;
289
- }
290
224
  export interface BatchDisassociateClientDeviceFromCoreDeviceResponse {
291
225
  /**
292
226
  * <p>The list of any errors for the entries in the request. Each error entry contains the name
@@ -294,36 +228,18 @@ export interface BatchDisassociateClientDeviceFromCoreDeviceResponse {
294
228
  */
295
229
  errorEntries?: DisassociateClientDeviceFromCoreDeviceErrorEntry[];
296
230
  }
297
- export declare namespace BatchDisassociateClientDeviceFromCoreDeviceResponse {
298
- /**
299
- * @internal
300
- */
301
- const filterSensitiveLog: (obj: BatchDisassociateClientDeviceFromCoreDeviceResponse) => any;
302
- }
303
231
  export interface CancelDeploymentRequest {
304
232
  /**
305
233
  * <p>The ID of the deployment.</p>
306
234
  */
307
235
  deploymentId: string | undefined;
308
236
  }
309
- export declare namespace CancelDeploymentRequest {
310
- /**
311
- * @internal
312
- */
313
- const filterSensitiveLog: (obj: CancelDeploymentRequest) => any;
314
- }
315
237
  export interface CancelDeploymentResponse {
316
238
  /**
317
239
  * <p>A message that communicates if the cancel was successful.</p>
318
240
  */
319
241
  message?: string;
320
242
  }
321
- export declare namespace CancelDeploymentResponse {
322
- /**
323
- * @internal
324
- */
325
- const filterSensitiveLog: (obj: CancelDeploymentResponse) => any;
326
- }
327
243
  /**
328
244
  * <p>Your request has conflicting operations. This can occur if you're trying to perform more
329
245
  * than one operation on the same resource at the same time.</p>
@@ -403,12 +319,6 @@ export interface CloudComponentStatus {
403
319
  */
404
320
  vendorGuidanceMessage?: string;
405
321
  }
406
- export declare namespace CloudComponentStatus {
407
- /**
408
- * @internal
409
- */
410
- const filterSensitiveLog: (obj: CloudComponentStatus) => any;
411
- }
412
322
  /**
413
323
  * <p>Contains information about a platform that a component supports.</p>
414
324
  */
@@ -428,12 +338,6 @@ export interface ComponentPlatform {
428
338
  */
429
339
  attributes?: Record<string, string>;
430
340
  }
431
- export declare namespace ComponentPlatform {
432
- /**
433
- * @internal
434
- */
435
- const filterSensitiveLog: (obj: ComponentPlatform) => any;
436
- }
437
341
  /**
438
342
  * <p>Contains information about the latest version of a component.</p>
439
343
  */
@@ -463,12 +367,6 @@ export interface ComponentLatestVersion {
463
367
  */
464
368
  platforms?: ComponentPlatform[];
465
369
  }
466
- export declare namespace ComponentLatestVersion {
467
- /**
468
- * @internal
469
- */
470
- const filterSensitiveLog: (obj: ComponentLatestVersion) => any;
471
- }
472
370
  /**
473
371
  * <p>Contains information about a component.</p>
474
372
  */
@@ -486,12 +384,6 @@ export interface Component {
486
384
  */
487
385
  latestVersion?: ComponentLatestVersion;
488
386
  }
489
- export declare namespace Component {
490
- /**
491
- * @internal
492
- */
493
- const filterSensitiveLog: (obj: Component) => any;
494
- }
495
387
  /**
496
388
  * <p>Contains information about a component that is a candidate to deploy to a Greengrass core
497
389
  * device.</p>
@@ -512,12 +404,6 @@ export interface ComponentCandidate {
512
404
  */
513
405
  versionRequirements?: Record<string, string>;
514
406
  }
515
- export declare namespace ComponentCandidate {
516
- /**
517
- * @internal
518
- */
519
- const filterSensitiveLog: (obj: ComponentCandidate) => any;
520
- }
521
407
  /**
522
408
  * <p>Contains information about a deployment's update to a component's configuration on
523
409
  * Greengrass core devices. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/update-component-configurations.html">Update component
@@ -544,12 +430,6 @@ export interface ComponentConfigurationUpdate {
544
430
  */
545
431
  reset?: string[];
546
432
  }
547
- export declare namespace ComponentConfigurationUpdate {
548
- /**
549
- * @internal
550
- */
551
- const filterSensitiveLog: (obj: ComponentConfigurationUpdate) => any;
552
- }
553
433
  export declare enum ComponentDependencyType {
554
434
  HARD = "HARD",
555
435
  SOFT = "SOFT"
@@ -582,12 +462,6 @@ export interface ComponentDependencyRequirement {
582
462
  */
583
463
  dependencyType?: ComponentDependencyType | string;
584
464
  }
585
- export declare namespace ComponentDependencyRequirement {
586
- /**
587
- * @internal
588
- */
589
- const filterSensitiveLog: (obj: ComponentDependencyRequirement) => any;
590
- }
591
465
  /**
592
466
  * <p>Contains information about system resource limits that the IoT Greengrass Core software applies to a
593
467
  * component's processes. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/configure-greengrass-core-v2.html#configure-component-system-resource-limits">Configure system resource limits for components</a>.</p>
@@ -609,12 +483,6 @@ export interface SystemResourceLimits {
609
483
  */
610
484
  cpus?: number;
611
485
  }
612
- export declare namespace SystemResourceLimits {
613
- /**
614
- * @internal
615
- */
616
- const filterSensitiveLog: (obj: SystemResourceLimits) => any;
617
- }
618
486
  /**
619
487
  * <p>Contains information system user and group that the IoT Greengrass Core software uses to run component
620
488
  * processes on the core device. For more information, see <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/configure-greengrass-core-v2.html#configure-component-user">Configure the user and group that run components</a> in the <i>IoT Greengrass V2 Developer
@@ -647,12 +515,6 @@ export interface ComponentRunWith {
647
515
  */
648
516
  windowsUser?: string;
649
517
  }
650
- export declare namespace ComponentRunWith {
651
- /**
652
- * @internal
653
- */
654
- const filterSensitiveLog: (obj: ComponentRunWith) => any;
655
- }
656
518
  /**
657
519
  * <p>Contains information about a component to deploy.</p>
658
520
  */
@@ -679,12 +541,6 @@ export interface ComponentDeploymentSpecification {
679
541
  */
680
542
  runWith?: ComponentRunWith;
681
543
  }
682
- export declare namespace ComponentDeploymentSpecification {
683
- /**
684
- * @internal
685
- */
686
- const filterSensitiveLog: (obj: ComponentDeploymentSpecification) => any;
687
- }
688
544
  /**
689
545
  * <p>Contains information about a component version in a list.</p>
690
546
  */
@@ -702,12 +558,6 @@ export interface ComponentVersionListItem {
702
558
  */
703
559
  arn?: string;
704
560
  }
705
- export declare namespace ComponentVersionListItem {
706
- /**
707
- * @internal
708
- */
709
- const filterSensitiveLog: (obj: ComponentVersionListItem) => any;
710
- }
711
561
  export declare enum ComponentVisibilityScope {
712
562
  PRIVATE = "PRIVATE",
713
563
  PUBLIC = "PUBLIC"
@@ -736,12 +586,6 @@ export interface ConnectivityInfo {
736
586
  */
737
587
  metadata?: string;
738
588
  }
739
- export declare namespace ConnectivityInfo {
740
- /**
741
- * @internal
742
- */
743
- const filterSensitiveLog: (obj: ConnectivityInfo) => any;
744
- }
745
589
  export declare enum CoreDeviceStatus {
746
590
  HEALTHY = "HEALTHY",
747
591
  UNHEALTHY = "UNHEALTHY"
@@ -777,12 +621,6 @@ export interface CoreDevice {
777
621
  */
778
622
  lastStatusUpdateTimestamp?: Date;
779
623
  }
780
- export declare namespace CoreDevice {
781
- /**
782
- * @internal
783
- */
784
- const filterSensitiveLog: (obj: CoreDevice) => any;
785
- }
786
624
  export declare enum LambdaEventSourceType {
787
625
  IOT_CORE = "IOT_CORE",
788
626
  PUB_SUB = "PUB_SUB"
@@ -816,12 +654,6 @@ export interface LambdaEventSource {
816
654
  */
817
655
  type: LambdaEventSourceType | string | undefined;
818
656
  }
819
- export declare namespace LambdaEventSource {
820
- /**
821
- * @internal
822
- */
823
- const filterSensitiveLog: (obj: LambdaEventSource) => any;
824
- }
825
657
  export declare enum LambdaInputPayloadEncodingType {
826
658
  BINARY = "binary",
827
659
  JSON = "json"
@@ -852,12 +684,6 @@ export interface LambdaDeviceMount {
852
684
  */
853
685
  addGroupOwner?: boolean;
854
686
  }
855
- export declare namespace LambdaDeviceMount {
856
- /**
857
- * @internal
858
- */
859
- const filterSensitiveLog: (obj: LambdaDeviceMount) => any;
860
- }
861
687
  /**
862
688
  * <p>Contains information about a volume that Linux processes in a container can access. When
863
689
  * you define a volume, the IoT Greengrass Core software mounts the source files to the destination inside the
@@ -886,12 +712,6 @@ export interface LambdaVolumeMount {
886
712
  */
887
713
  addGroupOwner?: boolean;
888
714
  }
889
- export declare namespace LambdaVolumeMount {
890
- /**
891
- * @internal
892
- */
893
- const filterSensitiveLog: (obj: LambdaVolumeMount) => any;
894
- }
895
715
  /**
896
716
  * <p>Contains information about a container in which Lambda functions run on Greengrass core
897
717
  * devices.</p>
@@ -918,12 +738,6 @@ export interface LambdaContainerParams {
918
738
  */
919
739
  devices?: LambdaDeviceMount[];
920
740
  }
921
- export declare namespace LambdaContainerParams {
922
- /**
923
- * @internal
924
- */
925
- const filterSensitiveLog: (obj: LambdaContainerParams) => any;
926
- }
927
741
  export declare enum LambdaIsolationMode {
928
742
  GREENGRASS_CONTAINER = "GreengrassContainer",
929
743
  NO_CONTAINER = "NoContainer"
@@ -945,12 +759,6 @@ export interface LambdaLinuxProcessParams {
945
759
  */
946
760
  containerParams?: LambdaContainerParams;
947
761
  }
948
- export declare namespace LambdaLinuxProcessParams {
949
- /**
950
- * @internal
951
- */
952
- const filterSensitiveLog: (obj: LambdaLinuxProcessParams) => any;
953
- }
954
762
  /**
955
763
  * <p>Contains parameters for a Lambda function that runs on IoT Greengrass.</p>
956
764
  */
@@ -1023,12 +831,6 @@ export interface LambdaExecutionParameters {
1023
831
  */
1024
832
  linuxProcessParams?: LambdaLinuxProcessParams;
1025
833
  }
1026
- export declare namespace LambdaExecutionParameters {
1027
- /**
1028
- * @internal
1029
- */
1030
- const filterSensitiveLog: (obj: LambdaExecutionParameters) => any;
1031
- }
1032
834
  /**
1033
835
  * <p>Contains information about an Lambda function to import to create a component.</p>
1034
836
  */
@@ -1063,12 +865,6 @@ export interface LambdaFunctionRecipeSource {
1063
865
  */
1064
866
  componentLambdaParameters?: LambdaExecutionParameters;
1065
867
  }
1066
- export declare namespace LambdaFunctionRecipeSource {
1067
- /**
1068
- * @internal
1069
- */
1070
- const filterSensitiveLog: (obj: LambdaFunctionRecipeSource) => any;
1071
- }
1072
868
  export interface CreateComponentVersionRequest {
1073
869
  /**
1074
870
  * <p>The recipe to use to create the component. The recipe defines the component's metadata,
@@ -1096,12 +892,6 @@ export interface CreateComponentVersionRequest {
1096
892
  */
1097
893
  clientToken?: string;
1098
894
  }
1099
- export declare namespace CreateComponentVersionRequest {
1100
- /**
1101
- * @internal
1102
- */
1103
- const filterSensitiveLog: (obj: CreateComponentVersionRequest) => any;
1104
- }
1105
895
  export interface CreateComponentVersionResponse {
1106
896
  /**
1107
897
  * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the component version.</p>
@@ -1125,12 +915,6 @@ export interface CreateComponentVersionResponse {
1125
915
  */
1126
916
  status: CloudComponentStatus | undefined;
1127
917
  }
1128
- export declare namespace CreateComponentVersionResponse {
1129
- /**
1130
- * @internal
1131
- */
1132
- const filterSensitiveLog: (obj: CreateComponentVersionResponse) => any;
1133
- }
1134
918
  /**
1135
919
  * <p>The request is already in progress. This exception occurs when you use a client token for
1136
920
  * multiple requests while IoT Greengrass is still processing an earlier request that uses the same client
@@ -1215,12 +999,6 @@ export interface DeploymentComponentUpdatePolicy {
1215
999
  */
1216
1000
  action?: DeploymentComponentUpdatePolicyAction | string;
1217
1001
  }
1218
- export declare namespace DeploymentComponentUpdatePolicy {
1219
- /**
1220
- * @internal
1221
- */
1222
- const filterSensitiveLog: (obj: DeploymentComponentUpdatePolicy) => any;
1223
- }
1224
1002
  /**
1225
1003
  * <p>Contains information about how long a component on a core device can validate its
1226
1004
  * configuration updates before it times out. Components can use the <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/interprocess-communication.html#ipc-operation-subscribetovalidateconfigurationupdates">SubscribeToValidateConfigurationUpdates</a> IPC operation to receive notifications when
@@ -1235,12 +1013,6 @@ export interface DeploymentConfigurationValidationPolicy {
1235
1013
  */
1236
1014
  timeoutInSeconds?: number;
1237
1015
  }
1238
- export declare namespace DeploymentConfigurationValidationPolicy {
1239
- /**
1240
- * @internal
1241
- */
1242
- const filterSensitiveLog: (obj: DeploymentConfigurationValidationPolicy) => any;
1243
- }
1244
1016
  export declare enum DeploymentFailureHandlingPolicy {
1245
1017
  DO_NOTHING = "DO_NOTHING",
1246
1018
  ROLLBACK = "ROLLBACK"
@@ -1268,12 +1040,6 @@ export interface DeploymentPolicies {
1268
1040
  */
1269
1041
  configurationValidationPolicy?: DeploymentConfigurationValidationPolicy;
1270
1042
  }
1271
- export declare namespace DeploymentPolicies {
1272
- /**
1273
- * @internal
1274
- */
1275
- const filterSensitiveLog: (obj: DeploymentPolicies) => any;
1276
- }
1277
1043
  export declare enum IoTJobAbortAction {
1278
1044
  CANCEL = "CANCEL"
1279
1045
  }
@@ -1319,12 +1085,6 @@ export interface IoTJobAbortCriteria {
1319
1085
  */
1320
1086
  minNumberOfExecutedThings: number | undefined;
1321
1087
  }
1322
- export declare namespace IoTJobAbortCriteria {
1323
- /**
1324
- * @internal
1325
- */
1326
- const filterSensitiveLog: (obj: IoTJobAbortCriteria) => any;
1327
- }
1328
1088
  /**
1329
1089
  * <p>Contains a list of criteria that define when and how to cancel a configuration
1330
1090
  * deployment.</p>
@@ -1335,12 +1095,6 @@ export interface IoTJobAbortConfig {
1335
1095
  */
1336
1096
  criteriaList: IoTJobAbortCriteria[] | undefined;
1337
1097
  }
1338
- export declare namespace IoTJobAbortConfig {
1339
- /**
1340
- * @internal
1341
- */
1342
- const filterSensitiveLog: (obj: IoTJobAbortConfig) => any;
1343
- }
1344
1098
  /**
1345
1099
  * <p>Contains information about criteria to meet before a job increases its rollout rate.
1346
1100
  * Specify either <code>numberOfNotifiedThings</code> or
@@ -1358,12 +1112,6 @@ export interface IoTJobRateIncreaseCriteria {
1358
1112
  */
1359
1113
  numberOfSucceededThings?: number;
1360
1114
  }
1361
- export declare namespace IoTJobRateIncreaseCriteria {
1362
- /**
1363
- * @internal
1364
- */
1365
- const filterSensitiveLog: (obj: IoTJobRateIncreaseCriteria) => any;
1366
- }
1367
1115
  /**
1368
1116
  * <p>Contains information about an exponential rollout rate for a configuration deployment
1369
1117
  * job.</p>
@@ -1385,12 +1133,6 @@ export interface IoTJobExponentialRolloutRate {
1385
1133
  */
1386
1134
  rateIncreaseCriteria: IoTJobRateIncreaseCriteria | undefined;
1387
1135
  }
1388
- export declare namespace IoTJobExponentialRolloutRate {
1389
- /**
1390
- * @internal
1391
- */
1392
- const filterSensitiveLog: (obj: IoTJobExponentialRolloutRate) => any;
1393
- }
1394
1136
  /**
1395
1137
  * <p>Contains information about the rollout configuration for a job. This configuration defines
1396
1138
  * the rate at which the job deploys a configuration to a fleet of target devices.</p>
@@ -1405,12 +1147,6 @@ export interface IoTJobExecutionsRolloutConfig {
1405
1147
  */
1406
1148
  maximumPerMinute?: number;
1407
1149
  }
1408
- export declare namespace IoTJobExecutionsRolloutConfig {
1409
- /**
1410
- * @internal
1411
- */
1412
- const filterSensitiveLog: (obj: IoTJobExecutionsRolloutConfig) => any;
1413
- }
1414
1150
  /**
1415
1151
  * <p>Contains information about the timeout configuration for a job.</p>
1416
1152
  */
@@ -1424,12 +1160,6 @@ export interface IoTJobTimeoutConfig {
1424
1160
  */
1425
1161
  inProgressTimeoutInMinutes?: number;
1426
1162
  }
1427
- export declare namespace IoTJobTimeoutConfig {
1428
- /**
1429
- * @internal
1430
- */
1431
- const filterSensitiveLog: (obj: IoTJobTimeoutConfig) => any;
1432
- }
1433
1163
  /**
1434
1164
  * <p>Contains information about an IoT job configuration.</p>
1435
1165
  */
@@ -1450,12 +1180,6 @@ export interface DeploymentIoTJobConfiguration {
1450
1180
  */
1451
1181
  timeoutConfig?: IoTJobTimeoutConfig;
1452
1182
  }
1453
- export declare namespace DeploymentIoTJobConfiguration {
1454
- /**
1455
- * @internal
1456
- */
1457
- const filterSensitiveLog: (obj: DeploymentIoTJobConfiguration) => any;
1458
- }
1459
1183
  export interface CreateDeploymentRequest {
1460
1184
  /**
1461
1185
  * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the target IoT thing or thing group.</p>
@@ -1495,12 +1219,6 @@ export interface CreateDeploymentRequest {
1495
1219
  */
1496
1220
  clientToken?: string;
1497
1221
  }
1498
- export declare namespace CreateDeploymentRequest {
1499
- /**
1500
- * @internal
1501
- */
1502
- const filterSensitiveLog: (obj: CreateDeploymentRequest) => any;
1503
- }
1504
1222
  export interface CreateDeploymentResponse {
1505
1223
  /**
1506
1224
  * <p>The ID of the deployment.</p>
@@ -1515,48 +1233,24 @@ export interface CreateDeploymentResponse {
1515
1233
  */
1516
1234
  iotJobArn?: string;
1517
1235
  }
1518
- export declare namespace CreateDeploymentResponse {
1519
- /**
1520
- * @internal
1521
- */
1522
- const filterSensitiveLog: (obj: CreateDeploymentResponse) => any;
1523
- }
1524
1236
  export interface DeleteComponentRequest {
1525
1237
  /**
1526
1238
  * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the component version.</p>
1527
1239
  */
1528
1240
  arn: string | undefined;
1529
1241
  }
1530
- export declare namespace DeleteComponentRequest {
1531
- /**
1532
- * @internal
1533
- */
1534
- const filterSensitiveLog: (obj: DeleteComponentRequest) => any;
1535
- }
1536
1242
  export interface DeleteCoreDeviceRequest {
1537
1243
  /**
1538
1244
  * <p>The name of the core device. This is also the name of the IoT thing.</p>
1539
1245
  */
1540
1246
  coreDeviceThingName: string | undefined;
1541
1247
  }
1542
- export declare namespace DeleteCoreDeviceRequest {
1543
- /**
1544
- * @internal
1545
- */
1546
- const filterSensitiveLog: (obj: DeleteCoreDeviceRequest) => any;
1547
- }
1548
1248
  export interface DeleteDeploymentRequest {
1549
1249
  /**
1550
1250
  * <p>The ID of the deployment.</p>
1551
1251
  */
1552
1252
  deploymentId: string | undefined;
1553
1253
  }
1554
- export declare namespace DeleteDeploymentRequest {
1555
- /**
1556
- * @internal
1557
- */
1558
- const filterSensitiveLog: (obj: DeleteDeploymentRequest) => any;
1559
- }
1560
1254
  export declare enum DeploymentStatus {
1561
1255
  ACTIVE = "ACTIVE",
1562
1256
  CANCELED = "CANCELED",
@@ -1597,12 +1291,6 @@ export interface Deployment {
1597
1291
  */
1598
1292
  isLatestForTarget?: boolean;
1599
1293
  }
1600
- export declare namespace Deployment {
1601
- /**
1602
- * @internal
1603
- */
1604
- const filterSensitiveLog: (obj: Deployment) => any;
1605
- }
1606
1294
  export declare enum DeploymentHistoryFilter {
1607
1295
  ALL = "ALL",
1608
1296
  LATEST_ONLY = "LATEST_ONLY"
@@ -1613,12 +1301,6 @@ export interface DescribeComponentRequest {
1613
1301
  */
1614
1302
  arn: string | undefined;
1615
1303
  }
1616
- export declare namespace DescribeComponentRequest {
1617
- /**
1618
- * @internal
1619
- */
1620
- const filterSensitiveLog: (obj: DescribeComponentRequest) => any;
1621
- }
1622
1304
  export interface DescribeComponentResponse {
1623
1305
  /**
1624
1306
  * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the component version.</p>
@@ -1660,20 +1342,8 @@ export interface DescribeComponentResponse {
1660
1342
  */
1661
1343
  tags?: Record<string, string>;
1662
1344
  }
1663
- export declare namespace DescribeComponentResponse {
1664
- /**
1665
- * @internal
1666
- */
1667
- const filterSensitiveLog: (obj: DescribeComponentResponse) => any;
1668
- }
1669
1345
  export interface DisassociateServiceRoleFromAccountRequest {
1670
1346
  }
1671
- export declare namespace DisassociateServiceRoleFromAccountRequest {
1672
- /**
1673
- * @internal
1674
- */
1675
- const filterSensitiveLog: (obj: DisassociateServiceRoleFromAccountRequest) => any;
1676
- }
1677
1347
  export interface DisassociateServiceRoleFromAccountResponse {
1678
1348
  /**
1679
1349
  * <p>The time when the service role was disassociated from IoT Greengrass for your Amazon Web Services account in this
@@ -1681,12 +1351,6 @@ export interface DisassociateServiceRoleFromAccountResponse {
1681
1351
  */
1682
1352
  disassociatedAt?: string;
1683
1353
  }
1684
- export declare namespace DisassociateServiceRoleFromAccountResponse {
1685
- /**
1686
- * @internal
1687
- */
1688
- const filterSensitiveLog: (obj: DisassociateServiceRoleFromAccountResponse) => any;
1689
- }
1690
1354
  export declare enum EffectiveDeploymentExecutionStatus {
1691
1355
  CANCELED = "CANCELED",
1692
1356
  COMPLETED = "COMPLETED",
@@ -1742,12 +1406,6 @@ export interface EffectiveDeployment {
1742
1406
  */
1743
1407
  modifiedTimestamp: Date | undefined;
1744
1408
  }
1745
- export declare namespace EffectiveDeployment {
1746
- /**
1747
- * @internal
1748
- */
1749
- const filterSensitiveLog: (obj: EffectiveDeployment) => any;
1750
- }
1751
1409
  export declare enum RecipeOutputFormat {
1752
1410
  JSON = "JSON",
1753
1411
  YAML = "YAML"
@@ -1762,12 +1420,6 @@ export interface GetComponentRequest {
1762
1420
  */
1763
1421
  arn: string | undefined;
1764
1422
  }
1765
- export declare namespace GetComponentRequest {
1766
- /**
1767
- * @internal
1768
- */
1769
- const filterSensitiveLog: (obj: GetComponentRequest) => any;
1770
- }
1771
1423
  export interface GetComponentResponse {
1772
1424
  /**
1773
1425
  * <p>The format of the recipe.</p>
@@ -1784,12 +1436,6 @@ export interface GetComponentResponse {
1784
1436
  */
1785
1437
  tags?: Record<string, string>;
1786
1438
  }
1787
- export declare namespace GetComponentResponse {
1788
- /**
1789
- * @internal
1790
- */
1791
- const filterSensitiveLog: (obj: GetComponentResponse) => any;
1792
- }
1793
1439
  export interface GetComponentVersionArtifactRequest {
1794
1440
  /**
1795
1441
  * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the component version. Specify the ARN of a public or a Lambda component version.</p>
@@ -1805,36 +1451,18 @@ export interface GetComponentVersionArtifactRequest {
1805
1451
  */
1806
1452
  artifactName: string | undefined;
1807
1453
  }
1808
- export declare namespace GetComponentVersionArtifactRequest {
1809
- /**
1810
- * @internal
1811
- */
1812
- const filterSensitiveLog: (obj: GetComponentVersionArtifactRequest) => any;
1813
- }
1814
1454
  export interface GetComponentVersionArtifactResponse {
1815
1455
  /**
1816
1456
  * <p>The URL of the artifact.</p>
1817
1457
  */
1818
1458
  preSignedUrl: string | undefined;
1819
1459
  }
1820
- export declare namespace GetComponentVersionArtifactResponse {
1821
- /**
1822
- * @internal
1823
- */
1824
- const filterSensitiveLog: (obj: GetComponentVersionArtifactResponse) => any;
1825
- }
1826
1460
  export interface GetConnectivityInfoRequest {
1827
1461
  /**
1828
1462
  * <p>The name of the core device. This is also the name of the IoT thing.</p>
1829
1463
  */
1830
1464
  thingName: string | undefined;
1831
1465
  }
1832
- export declare namespace GetConnectivityInfoRequest {
1833
- /**
1834
- * @internal
1835
- */
1836
- const filterSensitiveLog: (obj: GetConnectivityInfoRequest) => any;
1837
- }
1838
1466
  export interface GetConnectivityInfoResponse {
1839
1467
  /**
1840
1468
  * <p>The connectivity information for the core device.</p>
@@ -1845,24 +1473,12 @@ export interface GetConnectivityInfoResponse {
1845
1473
  */
1846
1474
  message?: string;
1847
1475
  }
1848
- export declare namespace GetConnectivityInfoResponse {
1849
- /**
1850
- * @internal
1851
- */
1852
- const filterSensitiveLog: (obj: GetConnectivityInfoResponse) => any;
1853
- }
1854
1476
  export interface GetCoreDeviceRequest {
1855
1477
  /**
1856
1478
  * <p>The name of the core device. This is also the name of the IoT thing.</p>
1857
1479
  */
1858
1480
  coreDeviceThingName: string | undefined;
1859
1481
  }
1860
- export declare namespace GetCoreDeviceRequest {
1861
- /**
1862
- * @internal
1863
- */
1864
- const filterSensitiveLog: (obj: GetCoreDeviceRequest) => any;
1865
- }
1866
1482
  export interface GetCoreDeviceResponse {
1867
1483
  /**
1868
1484
  * <p>The name of the core device. This is also the name of the IoT thing.</p>
@@ -1910,24 +1526,12 @@ export interface GetCoreDeviceResponse {
1910
1526
  */
1911
1527
  tags?: Record<string, string>;
1912
1528
  }
1913
- export declare namespace GetCoreDeviceResponse {
1914
- /**
1915
- * @internal
1916
- */
1917
- const filterSensitiveLog: (obj: GetCoreDeviceResponse) => any;
1918
- }
1919
1529
  export interface GetDeploymentRequest {
1920
1530
  /**
1921
1531
  * <p>The ID of the deployment.</p>
1922
1532
  */
1923
1533
  deploymentId: string | undefined;
1924
1534
  }
1925
- export declare namespace GetDeploymentRequest {
1926
- /**
1927
- * @internal
1928
- */
1929
- const filterSensitiveLog: (obj: GetDeploymentRequest) => any;
1930
- }
1931
1535
  export interface GetDeploymentResponse {
1932
1536
  /**
1933
1537
  * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the target IoT thing or thing group.</p>
@@ -1987,20 +1591,8 @@ export interface GetDeploymentResponse {
1987
1591
  */
1988
1592
  tags?: Record<string, string>;
1989
1593
  }
1990
- export declare namespace GetDeploymentResponse {
1991
- /**
1992
- * @internal
1993
- */
1994
- const filterSensitiveLog: (obj: GetDeploymentResponse) => any;
1995
- }
1996
1594
  export interface GetServiceRoleForAccountRequest {
1997
1595
  }
1998
- export declare namespace GetServiceRoleForAccountRequest {
1999
- /**
2000
- * @internal
2001
- */
2002
- const filterSensitiveLog: (obj: GetServiceRoleForAccountRequest) => any;
2003
- }
2004
1596
  export interface GetServiceRoleForAccountResponse {
2005
1597
  /**
2006
1598
  * <p>The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this
@@ -2013,12 +1605,6 @@ export interface GetServiceRoleForAccountResponse {
2013
1605
  */
2014
1606
  roleArn?: string;
2015
1607
  }
2016
- export declare namespace GetServiceRoleForAccountResponse {
2017
- /**
2018
- * @internal
2019
- */
2020
- const filterSensitiveLog: (obj: GetServiceRoleForAccountResponse) => any;
2021
- }
2022
1608
  export interface ListClientDevicesAssociatedWithCoreDeviceRequest {
2023
1609
  /**
2024
1610
  * <p>The name of the core device. This is also the name of the IoT thing.</p>
@@ -2033,12 +1619,6 @@ export interface ListClientDevicesAssociatedWithCoreDeviceRequest {
2033
1619
  */
2034
1620
  nextToken?: string;
2035
1621
  }
2036
- export declare namespace ListClientDevicesAssociatedWithCoreDeviceRequest {
2037
- /**
2038
- * @internal
2039
- */
2040
- const filterSensitiveLog: (obj: ListClientDevicesAssociatedWithCoreDeviceRequest) => any;
2041
- }
2042
1622
  export interface ListClientDevicesAssociatedWithCoreDeviceResponse {
2043
1623
  /**
2044
1624
  * <p>A list that describes the client devices that are associated with the core device.</p>
@@ -2049,12 +1629,6 @@ export interface ListClientDevicesAssociatedWithCoreDeviceResponse {
2049
1629
  */
2050
1630
  nextToken?: string;
2051
1631
  }
2052
- export declare namespace ListClientDevicesAssociatedWithCoreDeviceResponse {
2053
- /**
2054
- * @internal
2055
- */
2056
- const filterSensitiveLog: (obj: ListClientDevicesAssociatedWithCoreDeviceResponse) => any;
2057
- }
2058
1632
  export interface ListComponentsRequest {
2059
1633
  /**
2060
1634
  * <p>The scope of the components to list.</p>
@@ -2071,12 +1645,6 @@ export interface ListComponentsRequest {
2071
1645
  */
2072
1646
  nextToken?: string;
2073
1647
  }
2074
- export declare namespace ListComponentsRequest {
2075
- /**
2076
- * @internal
2077
- */
2078
- const filterSensitiveLog: (obj: ListComponentsRequest) => any;
2079
- }
2080
1648
  export interface ListComponentsResponse {
2081
1649
  /**
2082
1650
  * <p>A list that summarizes each component.</p>
@@ -2087,12 +1655,6 @@ export interface ListComponentsResponse {
2087
1655
  */
2088
1656
  nextToken?: string;
2089
1657
  }
2090
- export declare namespace ListComponentsResponse {
2091
- /**
2092
- * @internal
2093
- */
2094
- const filterSensitiveLog: (obj: ListComponentsResponse) => any;
2095
- }
2096
1658
  export interface ListComponentVersionsRequest {
2097
1659
  /**
2098
1660
  * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the component.</p>
@@ -2107,12 +1669,6 @@ export interface ListComponentVersionsRequest {
2107
1669
  */
2108
1670
  nextToken?: string;
2109
1671
  }
2110
- export declare namespace ListComponentVersionsRequest {
2111
- /**
2112
- * @internal
2113
- */
2114
- const filterSensitiveLog: (obj: ListComponentVersionsRequest) => any;
2115
- }
2116
1672
  export interface ListComponentVersionsResponse {
2117
1673
  /**
2118
1674
  * <p>A list of versions that exist for the component.</p>
@@ -2123,12 +1679,6 @@ export interface ListComponentVersionsResponse {
2123
1679
  */
2124
1680
  nextToken?: string;
2125
1681
  }
2126
- export declare namespace ListComponentVersionsResponse {
2127
- /**
2128
- * @internal
2129
- */
2130
- const filterSensitiveLog: (obj: ListComponentVersionsResponse) => any;
2131
- }
2132
1682
  export interface ListCoreDevicesRequest {
2133
1683
  /**
2134
1684
  * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the IoT thing group by which to filter. If you specify this parameter,
@@ -2162,12 +1712,6 @@ export interface ListCoreDevicesRequest {
2162
1712
  */
2163
1713
  nextToken?: string;
2164
1714
  }
2165
- export declare namespace ListCoreDevicesRequest {
2166
- /**
2167
- * @internal
2168
- */
2169
- const filterSensitiveLog: (obj: ListCoreDevicesRequest) => any;
2170
- }
2171
1715
  export interface ListCoreDevicesResponse {
2172
1716
  /**
2173
1717
  * <p>A list that summarizes each core device.</p>
@@ -2178,12 +1722,6 @@ export interface ListCoreDevicesResponse {
2178
1722
  */
2179
1723
  nextToken?: string;
2180
1724
  }
2181
- export declare namespace ListCoreDevicesResponse {
2182
- /**
2183
- * @internal
2184
- */
2185
- const filterSensitiveLog: (obj: ListCoreDevicesResponse) => any;
2186
- }
2187
1725
  export interface ListDeploymentsRequest {
2188
1726
  /**
2189
1727
  * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the target IoT thing or thing group.</p>
@@ -2215,12 +1753,6 @@ export interface ListDeploymentsRequest {
2215
1753
  */
2216
1754
  nextToken?: string;
2217
1755
  }
2218
- export declare namespace ListDeploymentsRequest {
2219
- /**
2220
- * @internal
2221
- */
2222
- const filterSensitiveLog: (obj: ListDeploymentsRequest) => any;
2223
- }
2224
1756
  export interface ListDeploymentsResponse {
2225
1757
  /**
2226
1758
  * <p>A list that summarizes each deployment.</p>
@@ -2231,12 +1763,6 @@ export interface ListDeploymentsResponse {
2231
1763
  */
2232
1764
  nextToken?: string;
2233
1765
  }
2234
- export declare namespace ListDeploymentsResponse {
2235
- /**
2236
- * @internal
2237
- */
2238
- const filterSensitiveLog: (obj: ListDeploymentsResponse) => any;
2239
- }
2240
1766
  export interface ListEffectiveDeploymentsRequest {
2241
1767
  /**
2242
1768
  * <p>The name of the core device. This is also the name of the IoT thing.</p>
@@ -2251,12 +1777,6 @@ export interface ListEffectiveDeploymentsRequest {
2251
1777
  */
2252
1778
  nextToken?: string;
2253
1779
  }
2254
- export declare namespace ListEffectiveDeploymentsRequest {
2255
- /**
2256
- * @internal
2257
- */
2258
- const filterSensitiveLog: (obj: ListEffectiveDeploymentsRequest) => any;
2259
- }
2260
1780
  export interface ListEffectiveDeploymentsResponse {
2261
1781
  /**
2262
1782
  * <p>A list that summarizes each deployment on the core device.</p>
@@ -2267,12 +1787,6 @@ export interface ListEffectiveDeploymentsResponse {
2267
1787
  */
2268
1788
  nextToken?: string;
2269
1789
  }
2270
- export declare namespace ListEffectiveDeploymentsResponse {
2271
- /**
2272
- * @internal
2273
- */
2274
- const filterSensitiveLog: (obj: ListEffectiveDeploymentsResponse) => any;
2275
- }
2276
1790
  export interface ListInstalledComponentsRequest {
2277
1791
  /**
2278
1792
  * <p>The name of the core device. This is also the name of the IoT thing.</p>
@@ -2287,12 +1801,6 @@ export interface ListInstalledComponentsRequest {
2287
1801
  */
2288
1802
  nextToken?: string;
2289
1803
  }
2290
- export declare namespace ListInstalledComponentsRequest {
2291
- /**
2292
- * @internal
2293
- */
2294
- const filterSensitiveLog: (obj: ListInstalledComponentsRequest) => any;
2295
- }
2296
1804
  export declare enum InstalledComponentLifecycleState {
2297
1805
  BROKEN = "BROKEN",
2298
1806
  ERRORED = "ERRORED",
@@ -2328,12 +1836,6 @@ export interface InstalledComponent {
2328
1836
  */
2329
1837
  isRoot?: boolean;
2330
1838
  }
2331
- export declare namespace InstalledComponent {
2332
- /**
2333
- * @internal
2334
- */
2335
- const filterSensitiveLog: (obj: InstalledComponent) => any;
2336
- }
2337
1839
  export interface ListInstalledComponentsResponse {
2338
1840
  /**
2339
1841
  * <p>A list that summarizes each component on the core device.</p>
@@ -2344,24 +1846,12 @@ export interface ListInstalledComponentsResponse {
2344
1846
  */
2345
1847
  nextToken?: string;
2346
1848
  }
2347
- export declare namespace ListInstalledComponentsResponse {
2348
- /**
2349
- * @internal
2350
- */
2351
- const filterSensitiveLog: (obj: ListInstalledComponentsResponse) => any;
2352
- }
2353
1849
  export interface ListTagsForResourceRequest {
2354
1850
  /**
2355
1851
  * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the resource.</p>
2356
1852
  */
2357
1853
  resourceArn: string | undefined;
2358
1854
  }
2359
- export declare namespace ListTagsForResourceRequest {
2360
- /**
2361
- * @internal
2362
- */
2363
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2364
- }
2365
1855
  export interface ListTagsForResourceResponse {
2366
1856
  /**
2367
1857
  * <p>A list of key-value pairs that contain metadata for the resource. For more
@@ -2370,12 +1860,6 @@ export interface ListTagsForResourceResponse {
2370
1860
  */
2371
1861
  tags?: Record<string, string>;
2372
1862
  }
2373
- export declare namespace ListTagsForResourceResponse {
2374
- /**
2375
- * @internal
2376
- */
2377
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2378
- }
2379
1863
  export interface ResolveComponentCandidatesRequest {
2380
1864
  /**
2381
1865
  * <p>The platform to use to resolve compatible components.</p>
@@ -2386,12 +1870,6 @@ export interface ResolveComponentCandidatesRequest {
2386
1870
  */
2387
1871
  componentCandidates?: ComponentCandidate[];
2388
1872
  }
2389
- export declare namespace ResolveComponentCandidatesRequest {
2390
- /**
2391
- * @internal
2392
- */
2393
- const filterSensitiveLog: (obj: ResolveComponentCandidatesRequest) => any;
2394
- }
2395
1873
  /**
2396
1874
  * <p>Contains information about a component version that is compatible to run on a Greengrass core
2397
1875
  * device.</p>
@@ -2440,12 +1918,6 @@ export interface ResolvedComponentVersion {
2440
1918
  */
2441
1919
  message?: string;
2442
1920
  }
2443
- export declare namespace ResolvedComponentVersion {
2444
- /**
2445
- * @internal
2446
- */
2447
- const filterSensitiveLog: (obj: ResolvedComponentVersion) => any;
2448
- }
2449
1921
  export interface ResolveComponentCandidatesResponse {
2450
1922
  /**
2451
1923
  * <p>A list of components that meet the requirements that you specify in the request. This list
@@ -2453,12 +1925,6 @@ export interface ResolveComponentCandidatesResponse {
2453
1925
  */
2454
1926
  resolvedComponentVersions?: ResolvedComponentVersion[];
2455
1927
  }
2456
- export declare namespace ResolveComponentCandidatesResponse {
2457
- /**
2458
- * @internal
2459
- */
2460
- const filterSensitiveLog: (obj: ResolveComponentCandidatesResponse) => any;
2461
- }
2462
1928
  export interface TagResourceRequest {
2463
1929
  /**
2464
1930
  * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the resource to tag.</p>
@@ -2471,20 +1937,8 @@ export interface TagResourceRequest {
2471
1937
  */
2472
1938
  tags: Record<string, string> | undefined;
2473
1939
  }
2474
- export declare namespace TagResourceRequest {
2475
- /**
2476
- * @internal
2477
- */
2478
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2479
- }
2480
1940
  export interface TagResourceResponse {
2481
1941
  }
2482
- export declare namespace TagResourceResponse {
2483
- /**
2484
- * @internal
2485
- */
2486
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
2487
- }
2488
1942
  export interface UntagResourceRequest {
2489
1943
  /**
2490
1944
  * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the resource to untag.</p>
@@ -2495,20 +1949,8 @@ export interface UntagResourceRequest {
2495
1949
  */
2496
1950
  tagKeys: string[] | undefined;
2497
1951
  }
2498
- export declare namespace UntagResourceRequest {
2499
- /**
2500
- * @internal
2501
- */
2502
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2503
- }
2504
1952
  export interface UntagResourceResponse {
2505
1953
  }
2506
- export declare namespace UntagResourceResponse {
2507
- /**
2508
- * @internal
2509
- */
2510
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2511
- }
2512
1954
  export interface UpdateConnectivityInfoRequest {
2513
1955
  /**
2514
1956
  * <p>The name of the core device. This is also the name of the IoT thing.</p>
@@ -2519,12 +1961,6 @@ export interface UpdateConnectivityInfoRequest {
2519
1961
  */
2520
1962
  connectivityInfo: ConnectivityInfo[] | undefined;
2521
1963
  }
2522
- export declare namespace UpdateConnectivityInfoRequest {
2523
- /**
2524
- * @internal
2525
- */
2526
- const filterSensitiveLog: (obj: UpdateConnectivityInfoRequest) => any;
2527
- }
2528
1964
  export interface UpdateConnectivityInfoResponse {
2529
1965
  /**
2530
1966
  * <p>The new version of the connectivity information for the core device.</p>
@@ -2535,9 +1971,383 @@ export interface UpdateConnectivityInfoResponse {
2535
1971
  */
2536
1972
  message?: string;
2537
1973
  }
2538
- export declare namespace UpdateConnectivityInfoResponse {
2539
- /**
2540
- * @internal
2541
- */
2542
- const filterSensitiveLog: (obj: UpdateConnectivityInfoResponse) => any;
2543
- }
1974
+ /**
1975
+ * @internal
1976
+ */
1977
+ export declare const AssociateClientDeviceWithCoreDeviceEntryFilterSensitiveLog: (obj: AssociateClientDeviceWithCoreDeviceEntry) => any;
1978
+ /**
1979
+ * @internal
1980
+ */
1981
+ export declare const AssociateClientDeviceWithCoreDeviceErrorEntryFilterSensitiveLog: (obj: AssociateClientDeviceWithCoreDeviceErrorEntry) => any;
1982
+ /**
1983
+ * @internal
1984
+ */
1985
+ export declare const AssociatedClientDeviceFilterSensitiveLog: (obj: AssociatedClientDevice) => any;
1986
+ /**
1987
+ * @internal
1988
+ */
1989
+ export declare const AssociateServiceRoleToAccountRequestFilterSensitiveLog: (obj: AssociateServiceRoleToAccountRequest) => any;
1990
+ /**
1991
+ * @internal
1992
+ */
1993
+ export declare const AssociateServiceRoleToAccountResponseFilterSensitiveLog: (obj: AssociateServiceRoleToAccountResponse) => any;
1994
+ /**
1995
+ * @internal
1996
+ */
1997
+ export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
1998
+ /**
1999
+ * @internal
2000
+ */
2001
+ export declare const BatchAssociateClientDeviceWithCoreDeviceRequestFilterSensitiveLog: (obj: BatchAssociateClientDeviceWithCoreDeviceRequest) => any;
2002
+ /**
2003
+ * @internal
2004
+ */
2005
+ export declare const BatchAssociateClientDeviceWithCoreDeviceResponseFilterSensitiveLog: (obj: BatchAssociateClientDeviceWithCoreDeviceResponse) => any;
2006
+ /**
2007
+ * @internal
2008
+ */
2009
+ export declare const DisassociateClientDeviceFromCoreDeviceEntryFilterSensitiveLog: (obj: DisassociateClientDeviceFromCoreDeviceEntry) => any;
2010
+ /**
2011
+ * @internal
2012
+ */
2013
+ export declare const BatchDisassociateClientDeviceFromCoreDeviceRequestFilterSensitiveLog: (obj: BatchDisassociateClientDeviceFromCoreDeviceRequest) => any;
2014
+ /**
2015
+ * @internal
2016
+ */
2017
+ export declare const DisassociateClientDeviceFromCoreDeviceErrorEntryFilterSensitiveLog: (obj: DisassociateClientDeviceFromCoreDeviceErrorEntry) => any;
2018
+ /**
2019
+ * @internal
2020
+ */
2021
+ export declare const BatchDisassociateClientDeviceFromCoreDeviceResponseFilterSensitiveLog: (obj: BatchDisassociateClientDeviceFromCoreDeviceResponse) => any;
2022
+ /**
2023
+ * @internal
2024
+ */
2025
+ export declare const CancelDeploymentRequestFilterSensitiveLog: (obj: CancelDeploymentRequest) => any;
2026
+ /**
2027
+ * @internal
2028
+ */
2029
+ export declare const CancelDeploymentResponseFilterSensitiveLog: (obj: CancelDeploymentResponse) => any;
2030
+ /**
2031
+ * @internal
2032
+ */
2033
+ export declare const CloudComponentStatusFilterSensitiveLog: (obj: CloudComponentStatus) => any;
2034
+ /**
2035
+ * @internal
2036
+ */
2037
+ export declare const ComponentPlatformFilterSensitiveLog: (obj: ComponentPlatform) => any;
2038
+ /**
2039
+ * @internal
2040
+ */
2041
+ export declare const ComponentLatestVersionFilterSensitiveLog: (obj: ComponentLatestVersion) => any;
2042
+ /**
2043
+ * @internal
2044
+ */
2045
+ export declare const ComponentFilterSensitiveLog: (obj: Component) => any;
2046
+ /**
2047
+ * @internal
2048
+ */
2049
+ export declare const ComponentCandidateFilterSensitiveLog: (obj: ComponentCandidate) => any;
2050
+ /**
2051
+ * @internal
2052
+ */
2053
+ export declare const ComponentConfigurationUpdateFilterSensitiveLog: (obj: ComponentConfigurationUpdate) => any;
2054
+ /**
2055
+ * @internal
2056
+ */
2057
+ export declare const ComponentDependencyRequirementFilterSensitiveLog: (obj: ComponentDependencyRequirement) => any;
2058
+ /**
2059
+ * @internal
2060
+ */
2061
+ export declare const SystemResourceLimitsFilterSensitiveLog: (obj: SystemResourceLimits) => any;
2062
+ /**
2063
+ * @internal
2064
+ */
2065
+ export declare const ComponentRunWithFilterSensitiveLog: (obj: ComponentRunWith) => any;
2066
+ /**
2067
+ * @internal
2068
+ */
2069
+ export declare const ComponentDeploymentSpecificationFilterSensitiveLog: (obj: ComponentDeploymentSpecification) => any;
2070
+ /**
2071
+ * @internal
2072
+ */
2073
+ export declare const ComponentVersionListItemFilterSensitiveLog: (obj: ComponentVersionListItem) => any;
2074
+ /**
2075
+ * @internal
2076
+ */
2077
+ export declare const ConnectivityInfoFilterSensitiveLog: (obj: ConnectivityInfo) => any;
2078
+ /**
2079
+ * @internal
2080
+ */
2081
+ export declare const CoreDeviceFilterSensitiveLog: (obj: CoreDevice) => any;
2082
+ /**
2083
+ * @internal
2084
+ */
2085
+ export declare const LambdaEventSourceFilterSensitiveLog: (obj: LambdaEventSource) => any;
2086
+ /**
2087
+ * @internal
2088
+ */
2089
+ export declare const LambdaDeviceMountFilterSensitiveLog: (obj: LambdaDeviceMount) => any;
2090
+ /**
2091
+ * @internal
2092
+ */
2093
+ export declare const LambdaVolumeMountFilterSensitiveLog: (obj: LambdaVolumeMount) => any;
2094
+ /**
2095
+ * @internal
2096
+ */
2097
+ export declare const LambdaContainerParamsFilterSensitiveLog: (obj: LambdaContainerParams) => any;
2098
+ /**
2099
+ * @internal
2100
+ */
2101
+ export declare const LambdaLinuxProcessParamsFilterSensitiveLog: (obj: LambdaLinuxProcessParams) => any;
2102
+ /**
2103
+ * @internal
2104
+ */
2105
+ export declare const LambdaExecutionParametersFilterSensitiveLog: (obj: LambdaExecutionParameters) => any;
2106
+ /**
2107
+ * @internal
2108
+ */
2109
+ export declare const LambdaFunctionRecipeSourceFilterSensitiveLog: (obj: LambdaFunctionRecipeSource) => any;
2110
+ /**
2111
+ * @internal
2112
+ */
2113
+ export declare const CreateComponentVersionRequestFilterSensitiveLog: (obj: CreateComponentVersionRequest) => any;
2114
+ /**
2115
+ * @internal
2116
+ */
2117
+ export declare const CreateComponentVersionResponseFilterSensitiveLog: (obj: CreateComponentVersionResponse) => any;
2118
+ /**
2119
+ * @internal
2120
+ */
2121
+ export declare const DeploymentComponentUpdatePolicyFilterSensitiveLog: (obj: DeploymentComponentUpdatePolicy) => any;
2122
+ /**
2123
+ * @internal
2124
+ */
2125
+ export declare const DeploymentConfigurationValidationPolicyFilterSensitiveLog: (obj: DeploymentConfigurationValidationPolicy) => any;
2126
+ /**
2127
+ * @internal
2128
+ */
2129
+ export declare const DeploymentPoliciesFilterSensitiveLog: (obj: DeploymentPolicies) => any;
2130
+ /**
2131
+ * @internal
2132
+ */
2133
+ export declare const IoTJobAbortCriteriaFilterSensitiveLog: (obj: IoTJobAbortCriteria) => any;
2134
+ /**
2135
+ * @internal
2136
+ */
2137
+ export declare const IoTJobAbortConfigFilterSensitiveLog: (obj: IoTJobAbortConfig) => any;
2138
+ /**
2139
+ * @internal
2140
+ */
2141
+ export declare const IoTJobRateIncreaseCriteriaFilterSensitiveLog: (obj: IoTJobRateIncreaseCriteria) => any;
2142
+ /**
2143
+ * @internal
2144
+ */
2145
+ export declare const IoTJobExponentialRolloutRateFilterSensitiveLog: (obj: IoTJobExponentialRolloutRate) => any;
2146
+ /**
2147
+ * @internal
2148
+ */
2149
+ export declare const IoTJobExecutionsRolloutConfigFilterSensitiveLog: (obj: IoTJobExecutionsRolloutConfig) => any;
2150
+ /**
2151
+ * @internal
2152
+ */
2153
+ export declare const IoTJobTimeoutConfigFilterSensitiveLog: (obj: IoTJobTimeoutConfig) => any;
2154
+ /**
2155
+ * @internal
2156
+ */
2157
+ export declare const DeploymentIoTJobConfigurationFilterSensitiveLog: (obj: DeploymentIoTJobConfiguration) => any;
2158
+ /**
2159
+ * @internal
2160
+ */
2161
+ export declare const CreateDeploymentRequestFilterSensitiveLog: (obj: CreateDeploymentRequest) => any;
2162
+ /**
2163
+ * @internal
2164
+ */
2165
+ export declare const CreateDeploymentResponseFilterSensitiveLog: (obj: CreateDeploymentResponse) => any;
2166
+ /**
2167
+ * @internal
2168
+ */
2169
+ export declare const DeleteComponentRequestFilterSensitiveLog: (obj: DeleteComponentRequest) => any;
2170
+ /**
2171
+ * @internal
2172
+ */
2173
+ export declare const DeleteCoreDeviceRequestFilterSensitiveLog: (obj: DeleteCoreDeviceRequest) => any;
2174
+ /**
2175
+ * @internal
2176
+ */
2177
+ export declare const DeleteDeploymentRequestFilterSensitiveLog: (obj: DeleteDeploymentRequest) => any;
2178
+ /**
2179
+ * @internal
2180
+ */
2181
+ export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
2182
+ /**
2183
+ * @internal
2184
+ */
2185
+ export declare const DescribeComponentRequestFilterSensitiveLog: (obj: DescribeComponentRequest) => any;
2186
+ /**
2187
+ * @internal
2188
+ */
2189
+ export declare const DescribeComponentResponseFilterSensitiveLog: (obj: DescribeComponentResponse) => any;
2190
+ /**
2191
+ * @internal
2192
+ */
2193
+ export declare const DisassociateServiceRoleFromAccountRequestFilterSensitiveLog: (obj: DisassociateServiceRoleFromAccountRequest) => any;
2194
+ /**
2195
+ * @internal
2196
+ */
2197
+ export declare const DisassociateServiceRoleFromAccountResponseFilterSensitiveLog: (obj: DisassociateServiceRoleFromAccountResponse) => any;
2198
+ /**
2199
+ * @internal
2200
+ */
2201
+ export declare const EffectiveDeploymentFilterSensitiveLog: (obj: EffectiveDeployment) => any;
2202
+ /**
2203
+ * @internal
2204
+ */
2205
+ export declare const GetComponentRequestFilterSensitiveLog: (obj: GetComponentRequest) => any;
2206
+ /**
2207
+ * @internal
2208
+ */
2209
+ export declare const GetComponentResponseFilterSensitiveLog: (obj: GetComponentResponse) => any;
2210
+ /**
2211
+ * @internal
2212
+ */
2213
+ export declare const GetComponentVersionArtifactRequestFilterSensitiveLog: (obj: GetComponentVersionArtifactRequest) => any;
2214
+ /**
2215
+ * @internal
2216
+ */
2217
+ export declare const GetComponentVersionArtifactResponseFilterSensitiveLog: (obj: GetComponentVersionArtifactResponse) => any;
2218
+ /**
2219
+ * @internal
2220
+ */
2221
+ export declare const GetConnectivityInfoRequestFilterSensitiveLog: (obj: GetConnectivityInfoRequest) => any;
2222
+ /**
2223
+ * @internal
2224
+ */
2225
+ export declare const GetConnectivityInfoResponseFilterSensitiveLog: (obj: GetConnectivityInfoResponse) => any;
2226
+ /**
2227
+ * @internal
2228
+ */
2229
+ export declare const GetCoreDeviceRequestFilterSensitiveLog: (obj: GetCoreDeviceRequest) => any;
2230
+ /**
2231
+ * @internal
2232
+ */
2233
+ export declare const GetCoreDeviceResponseFilterSensitiveLog: (obj: GetCoreDeviceResponse) => any;
2234
+ /**
2235
+ * @internal
2236
+ */
2237
+ export declare const GetDeploymentRequestFilterSensitiveLog: (obj: GetDeploymentRequest) => any;
2238
+ /**
2239
+ * @internal
2240
+ */
2241
+ export declare const GetDeploymentResponseFilterSensitiveLog: (obj: GetDeploymentResponse) => any;
2242
+ /**
2243
+ * @internal
2244
+ */
2245
+ export declare const GetServiceRoleForAccountRequestFilterSensitiveLog: (obj: GetServiceRoleForAccountRequest) => any;
2246
+ /**
2247
+ * @internal
2248
+ */
2249
+ export declare const GetServiceRoleForAccountResponseFilterSensitiveLog: (obj: GetServiceRoleForAccountResponse) => any;
2250
+ /**
2251
+ * @internal
2252
+ */
2253
+ export declare const ListClientDevicesAssociatedWithCoreDeviceRequestFilterSensitiveLog: (obj: ListClientDevicesAssociatedWithCoreDeviceRequest) => any;
2254
+ /**
2255
+ * @internal
2256
+ */
2257
+ export declare const ListClientDevicesAssociatedWithCoreDeviceResponseFilterSensitiveLog: (obj: ListClientDevicesAssociatedWithCoreDeviceResponse) => any;
2258
+ /**
2259
+ * @internal
2260
+ */
2261
+ export declare const ListComponentsRequestFilterSensitiveLog: (obj: ListComponentsRequest) => any;
2262
+ /**
2263
+ * @internal
2264
+ */
2265
+ export declare const ListComponentsResponseFilterSensitiveLog: (obj: ListComponentsResponse) => any;
2266
+ /**
2267
+ * @internal
2268
+ */
2269
+ export declare const ListComponentVersionsRequestFilterSensitiveLog: (obj: ListComponentVersionsRequest) => any;
2270
+ /**
2271
+ * @internal
2272
+ */
2273
+ export declare const ListComponentVersionsResponseFilterSensitiveLog: (obj: ListComponentVersionsResponse) => any;
2274
+ /**
2275
+ * @internal
2276
+ */
2277
+ export declare const ListCoreDevicesRequestFilterSensitiveLog: (obj: ListCoreDevicesRequest) => any;
2278
+ /**
2279
+ * @internal
2280
+ */
2281
+ export declare const ListCoreDevicesResponseFilterSensitiveLog: (obj: ListCoreDevicesResponse) => any;
2282
+ /**
2283
+ * @internal
2284
+ */
2285
+ export declare const ListDeploymentsRequestFilterSensitiveLog: (obj: ListDeploymentsRequest) => any;
2286
+ /**
2287
+ * @internal
2288
+ */
2289
+ export declare const ListDeploymentsResponseFilterSensitiveLog: (obj: ListDeploymentsResponse) => any;
2290
+ /**
2291
+ * @internal
2292
+ */
2293
+ export declare const ListEffectiveDeploymentsRequestFilterSensitiveLog: (obj: ListEffectiveDeploymentsRequest) => any;
2294
+ /**
2295
+ * @internal
2296
+ */
2297
+ export declare const ListEffectiveDeploymentsResponseFilterSensitiveLog: (obj: ListEffectiveDeploymentsResponse) => any;
2298
+ /**
2299
+ * @internal
2300
+ */
2301
+ export declare const ListInstalledComponentsRequestFilterSensitiveLog: (obj: ListInstalledComponentsRequest) => any;
2302
+ /**
2303
+ * @internal
2304
+ */
2305
+ export declare const InstalledComponentFilterSensitiveLog: (obj: InstalledComponent) => any;
2306
+ /**
2307
+ * @internal
2308
+ */
2309
+ export declare const ListInstalledComponentsResponseFilterSensitiveLog: (obj: ListInstalledComponentsResponse) => any;
2310
+ /**
2311
+ * @internal
2312
+ */
2313
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2314
+ /**
2315
+ * @internal
2316
+ */
2317
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2318
+ /**
2319
+ * @internal
2320
+ */
2321
+ export declare const ResolveComponentCandidatesRequestFilterSensitiveLog: (obj: ResolveComponentCandidatesRequest) => any;
2322
+ /**
2323
+ * @internal
2324
+ */
2325
+ export declare const ResolvedComponentVersionFilterSensitiveLog: (obj: ResolvedComponentVersion) => any;
2326
+ /**
2327
+ * @internal
2328
+ */
2329
+ export declare const ResolveComponentCandidatesResponseFilterSensitiveLog: (obj: ResolveComponentCandidatesResponse) => any;
2330
+ /**
2331
+ * @internal
2332
+ */
2333
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2334
+ /**
2335
+ * @internal
2336
+ */
2337
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2338
+ /**
2339
+ * @internal
2340
+ */
2341
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2342
+ /**
2343
+ * @internal
2344
+ */
2345
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2346
+ /**
2347
+ * @internal
2348
+ */
2349
+ export declare const UpdateConnectivityInfoRequestFilterSensitiveLog: (obj: UpdateConnectivityInfoRequest) => any;
2350
+ /**
2351
+ * @internal
2352
+ */
2353
+ export declare const UpdateConnectivityInfoResponseFilterSensitiveLog: (obj: UpdateConnectivityInfoResponse) => any;