@aws-sdk/client-greengrassv2 3.45.0 → 3.47.2

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 (53) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/GreengrassV2.js +75 -0
  4. package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +36 -0
  5. package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +36 -0
  6. package/dist-cjs/commands/GetConnectivityInfoCommand.js +36 -0
  7. package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +36 -0
  8. package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +36 -0
  9. package/dist-cjs/commands/index.js +5 -0
  10. package/dist-cjs/models/models_0.js +75 -57
  11. package/dist-cjs/protocols/Aws_restJson1.js +435 -1
  12. package/dist-cjs/runtimeConfig.browser.js +7 -2
  13. package/dist-cjs/runtimeConfig.js +9 -3
  14. package/dist-es/GreengrassV2.js +75 -0
  15. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +39 -0
  16. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +39 -0
  17. package/dist-es/commands/GetConnectivityInfoCommand.js +39 -0
  18. package/dist-es/commands/GetServiceRoleForAccountCommand.js +39 -0
  19. package/dist-es/commands/UpdateConnectivityInfoCommand.js +39 -0
  20. package/dist-es/commands/index.js +5 -0
  21. package/dist-es/models/models_0.js +52 -40
  22. package/dist-es/protocols/Aws_restJson1.js +519 -0
  23. package/dist-es/runtimeConfig.browser.js +12 -3
  24. package/dist-es/runtimeConfig.js +13 -6
  25. package/dist-types/GreengrassV2.d.ts +59 -2
  26. package/dist-types/GreengrassV2Client.d.ts +12 -3
  27. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +39 -0
  28. package/dist-types/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +1 -1
  29. package/dist-types/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +1 -1
  30. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +38 -0
  31. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +41 -0
  32. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +38 -0
  33. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +41 -0
  34. package/dist-types/commands/index.d.ts +5 -0
  35. package/dist-types/models/models_0.d.ts +215 -99
  36. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  37. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  38. package/dist-types/runtimeConfig.d.ts +4 -3
  39. package/dist-types/runtimeConfig.native.d.ts +1 -0
  40. package/dist-types/ts3.4/GreengrassV2.d.ts +25 -0
  41. package/dist-types/ts3.4/GreengrassV2Client.d.ts +10 -3
  42. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  48. package/dist-types/ts3.4/models/models_0.d.ts +129 -62
  49. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  53. package/package.json +39 -46
@@ -1,14 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ServiceQuotaExceededException = exports.RequestAlreadyInProgressException = exports.CreateComponentVersionResponse = exports.CreateComponentVersionRequest = exports.LambdaFunctionRecipeSource = exports.LambdaExecutionParameters = exports.LambdaLinuxProcessParams = exports.LambdaIsolationMode = exports.LambdaContainerParams = exports.LambdaVolumeMount = exports.LambdaDeviceMount = exports.LambdaFilesystemPermission = exports.LambdaInputPayloadEncodingType = exports.LambdaEventSource = exports.LambdaEventSourceType = exports.CoreDevice = exports.CoreDeviceStatus = exports.ComponentVisibilityScope = exports.ComponentVersionListItem = exports.ComponentDeploymentSpecification = exports.ComponentRunWith = exports.SystemResourceLimits = exports.ComponentDependencyRequirement = exports.ComponentDependencyType = exports.ComponentConfigurationUpdate = exports.ComponentCandidate = exports.Component = exports.ComponentLatestVersion = exports.ComponentPlatform = exports.CloudComponentStatus = exports.CloudComponentState = exports.ConflictException = exports.CancelDeploymentResponse = exports.CancelDeploymentRequest = exports.BatchDisassociateClientDeviceFromCoreDeviceResponse = exports.DisassociateClientDeviceFromCoreDeviceErrorEntry = exports.BatchDisassociateClientDeviceFromCoreDeviceRequest = exports.DisassociateClientDeviceFromCoreDeviceEntry = exports.ValidationException = exports.ValidationExceptionReason = exports.ValidationExceptionField = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.BatchAssociateClientDeviceWithCoreDeviceResponse = exports.BatchAssociateClientDeviceWithCoreDeviceRequest = exports.AssociatedClientDevice = exports.AssociateClientDeviceWithCoreDeviceErrorEntry = exports.AssociateClientDeviceWithCoreDeviceEntry = exports.AccessDeniedException = void 0;
4
- exports.ListInstalledComponentsResponse = exports.InstalledComponent = exports.InstalledComponentLifecycleState = exports.ListInstalledComponentsRequest = exports.ListEffectiveDeploymentsResponse = exports.ListEffectiveDeploymentsRequest = exports.ListDeploymentsResponse = exports.ListDeploymentsRequest = exports.ListCoreDevicesResponse = exports.ListCoreDevicesRequest = exports.ListComponentVersionsResponse = exports.ListComponentVersionsRequest = exports.ListComponentsResponse = exports.ListComponentsRequest = exports.ListClientDevicesAssociatedWithCoreDeviceResponse = exports.ListClientDevicesAssociatedWithCoreDeviceRequest = exports.GetDeploymentResponse = exports.GetDeploymentRequest = exports.GetCoreDeviceResponse = exports.GetCoreDeviceRequest = exports.GetComponentVersionArtifactResponse = exports.GetComponentVersionArtifactRequest = exports.GetComponentResponse = exports.GetComponentRequest = exports.RecipeOutputFormat = exports.EffectiveDeployment = exports.EffectiveDeploymentExecutionStatus = exports.DescribeComponentResponse = exports.DescribeComponentRequest = exports.DeploymentHistoryFilter = exports.Deployment = exports.DeploymentStatus = exports.DeleteCoreDeviceRequest = exports.DeleteComponentRequest = exports.CreateDeploymentResponse = exports.CreateDeploymentRequest = exports.DeploymentIoTJobConfiguration = exports.IoTJobTimeoutConfig = exports.IoTJobExecutionsRolloutConfig = exports.IoTJobExponentialRolloutRate = exports.IoTJobRateIncreaseCriteria = exports.IoTJobAbortConfig = exports.IoTJobAbortCriteria = exports.IoTJobExecutionFailureType = exports.IoTJobAbortAction = exports.DeploymentPolicies = exports.DeploymentFailureHandlingPolicy = exports.DeploymentConfigurationValidationPolicy = exports.DeploymentComponentUpdatePolicy = exports.DeploymentComponentUpdatePolicyAction = void 0;
5
- exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.ResolveComponentCandidatesResponse = exports.ResolvedComponentVersion = exports.ResolveComponentCandidatesRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = void 0;
6
- var AccessDeniedException;
7
- (function (AccessDeniedException) {
8
- AccessDeniedException.filterSensitiveLog = (obj) => ({
9
- ...obj,
10
- });
11
- })(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
3
+ exports.DeploymentPolicies = exports.DeploymentFailureHandlingPolicy = exports.DeploymentConfigurationValidationPolicy = exports.DeploymentComponentUpdatePolicy = exports.DeploymentComponentUpdatePolicyAction = exports.CreateComponentVersionResponse = exports.CreateComponentVersionRequest = exports.LambdaFunctionRecipeSource = exports.LambdaExecutionParameters = exports.LambdaLinuxProcessParams = exports.LambdaIsolationMode = exports.LambdaContainerParams = exports.LambdaVolumeMount = exports.LambdaDeviceMount = exports.LambdaFilesystemPermission = exports.LambdaInputPayloadEncodingType = exports.LambdaEventSource = exports.LambdaEventSourceType = exports.CoreDevice = exports.CoreDeviceStatus = exports.ConnectivityInfo = exports.ComponentVisibilityScope = exports.ComponentVersionListItem = exports.ComponentDeploymentSpecification = exports.ComponentRunWith = exports.SystemResourceLimits = exports.ComponentDependencyRequirement = exports.ComponentDependencyType = exports.ComponentConfigurationUpdate = exports.ComponentCandidate = exports.Component = exports.ComponentLatestVersion = exports.ComponentPlatform = exports.CloudComponentStatus = exports.CloudComponentState = exports.CancelDeploymentResponse = exports.CancelDeploymentRequest = exports.BatchDisassociateClientDeviceFromCoreDeviceResponse = exports.DisassociateClientDeviceFromCoreDeviceErrorEntry = exports.BatchDisassociateClientDeviceFromCoreDeviceRequest = exports.DisassociateClientDeviceFromCoreDeviceEntry = exports.BatchAssociateClientDeviceWithCoreDeviceResponse = exports.BatchAssociateClientDeviceWithCoreDeviceRequest = exports.ValidationExceptionReason = exports.ValidationExceptionField = exports.AssociateServiceRoleToAccountResponse = exports.AssociateServiceRoleToAccountRequest = exports.AssociatedClientDevice = exports.AssociateClientDeviceWithCoreDeviceErrorEntry = exports.AssociateClientDeviceWithCoreDeviceEntry = void 0;
4
+ exports.InstalledComponent = exports.InstalledComponentLifecycleState = exports.ListInstalledComponentsRequest = exports.ListEffectiveDeploymentsResponse = exports.ListEffectiveDeploymentsRequest = exports.ListDeploymentsResponse = exports.ListDeploymentsRequest = exports.ListCoreDevicesResponse = exports.ListCoreDevicesRequest = exports.ListComponentVersionsResponse = exports.ListComponentVersionsRequest = exports.ListComponentsResponse = exports.ListComponentsRequest = exports.ListClientDevicesAssociatedWithCoreDeviceResponse = exports.ListClientDevicesAssociatedWithCoreDeviceRequest = exports.GetServiceRoleForAccountResponse = exports.GetServiceRoleForAccountRequest = exports.GetDeploymentResponse = exports.GetDeploymentRequest = exports.GetCoreDeviceResponse = exports.GetCoreDeviceRequest = exports.GetConnectivityInfoResponse = exports.GetConnectivityInfoRequest = exports.GetComponentVersionArtifactResponse = exports.GetComponentVersionArtifactRequest = exports.GetComponentResponse = exports.GetComponentRequest = exports.RecipeOutputFormat = exports.EffectiveDeployment = exports.EffectiveDeploymentExecutionStatus = exports.DisassociateServiceRoleFromAccountResponse = exports.DisassociateServiceRoleFromAccountRequest = exports.DescribeComponentResponse = exports.DescribeComponentRequest = exports.DeploymentHistoryFilter = exports.Deployment = exports.DeploymentStatus = exports.DeleteCoreDeviceRequest = exports.DeleteComponentRequest = exports.CreateDeploymentResponse = exports.CreateDeploymentRequest = exports.DeploymentIoTJobConfiguration = exports.IoTJobTimeoutConfig = exports.IoTJobExecutionsRolloutConfig = exports.IoTJobExponentialRolloutRate = exports.IoTJobRateIncreaseCriteria = exports.IoTJobAbortConfig = exports.IoTJobAbortCriteria = exports.IoTJobExecutionFailureType = exports.IoTJobAbortAction = void 0;
5
+ exports.UpdateConnectivityInfoResponse = exports.UpdateConnectivityInfoRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.ResolveComponentCandidatesResponse = exports.ResolvedComponentVersion = exports.ResolveComponentCandidatesRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListInstalledComponentsResponse = void 0;
12
6
  var AssociateClientDeviceWithCoreDeviceEntry;
13
7
  (function (AssociateClientDeviceWithCoreDeviceEntry) {
14
8
  AssociateClientDeviceWithCoreDeviceEntry.filterSensitiveLog = (obj) => ({
@@ -27,36 +21,18 @@ var AssociatedClientDevice;
27
21
  ...obj,
28
22
  });
29
23
  })(AssociatedClientDevice = exports.AssociatedClientDevice || (exports.AssociatedClientDevice = {}));
30
- var BatchAssociateClientDeviceWithCoreDeviceRequest;
31
- (function (BatchAssociateClientDeviceWithCoreDeviceRequest) {
32
- BatchAssociateClientDeviceWithCoreDeviceRequest.filterSensitiveLog = (obj) => ({
24
+ var AssociateServiceRoleToAccountRequest;
25
+ (function (AssociateServiceRoleToAccountRequest) {
26
+ AssociateServiceRoleToAccountRequest.filterSensitiveLog = (obj) => ({
33
27
  ...obj,
34
28
  });
35
- })(BatchAssociateClientDeviceWithCoreDeviceRequest = exports.BatchAssociateClientDeviceWithCoreDeviceRequest || (exports.BatchAssociateClientDeviceWithCoreDeviceRequest = {}));
36
- var BatchAssociateClientDeviceWithCoreDeviceResponse;
37
- (function (BatchAssociateClientDeviceWithCoreDeviceResponse) {
38
- BatchAssociateClientDeviceWithCoreDeviceResponse.filterSensitiveLog = (obj) => ({
39
- ...obj,
40
- });
41
- })(BatchAssociateClientDeviceWithCoreDeviceResponse = exports.BatchAssociateClientDeviceWithCoreDeviceResponse || (exports.BatchAssociateClientDeviceWithCoreDeviceResponse = {}));
42
- var InternalServerException;
43
- (function (InternalServerException) {
44
- InternalServerException.filterSensitiveLog = (obj) => ({
29
+ })(AssociateServiceRoleToAccountRequest = exports.AssociateServiceRoleToAccountRequest || (exports.AssociateServiceRoleToAccountRequest = {}));
30
+ var AssociateServiceRoleToAccountResponse;
31
+ (function (AssociateServiceRoleToAccountResponse) {
32
+ AssociateServiceRoleToAccountResponse.filterSensitiveLog = (obj) => ({
45
33
  ...obj,
46
34
  });
47
- })(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
48
- var ResourceNotFoundException;
49
- (function (ResourceNotFoundException) {
50
- ResourceNotFoundException.filterSensitiveLog = (obj) => ({
51
- ...obj,
52
- });
53
- })(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
54
- var ThrottlingException;
55
- (function (ThrottlingException) {
56
- ThrottlingException.filterSensitiveLog = (obj) => ({
57
- ...obj,
58
- });
59
- })(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
35
+ })(AssociateServiceRoleToAccountResponse = exports.AssociateServiceRoleToAccountResponse || (exports.AssociateServiceRoleToAccountResponse = {}));
60
36
  var ValidationExceptionField;
61
37
  (function (ValidationExceptionField) {
62
38
  ValidationExceptionField.filterSensitiveLog = (obj) => ({
@@ -70,12 +46,18 @@ var ValidationExceptionReason;
70
46
  ValidationExceptionReason["OTHER"] = "OTHER";
71
47
  ValidationExceptionReason["UNKNOWN_OPERATION"] = "UNKNOWN_OPERATION";
72
48
  })(ValidationExceptionReason = exports.ValidationExceptionReason || (exports.ValidationExceptionReason = {}));
73
- var ValidationException;
74
- (function (ValidationException) {
75
- ValidationException.filterSensitiveLog = (obj) => ({
49
+ var BatchAssociateClientDeviceWithCoreDeviceRequest;
50
+ (function (BatchAssociateClientDeviceWithCoreDeviceRequest) {
51
+ BatchAssociateClientDeviceWithCoreDeviceRequest.filterSensitiveLog = (obj) => ({
52
+ ...obj,
53
+ });
54
+ })(BatchAssociateClientDeviceWithCoreDeviceRequest = exports.BatchAssociateClientDeviceWithCoreDeviceRequest || (exports.BatchAssociateClientDeviceWithCoreDeviceRequest = {}));
55
+ var BatchAssociateClientDeviceWithCoreDeviceResponse;
56
+ (function (BatchAssociateClientDeviceWithCoreDeviceResponse) {
57
+ BatchAssociateClientDeviceWithCoreDeviceResponse.filterSensitiveLog = (obj) => ({
76
58
  ...obj,
77
59
  });
78
- })(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
60
+ })(BatchAssociateClientDeviceWithCoreDeviceResponse = exports.BatchAssociateClientDeviceWithCoreDeviceResponse || (exports.BatchAssociateClientDeviceWithCoreDeviceResponse = {}));
79
61
  var DisassociateClientDeviceFromCoreDeviceEntry;
80
62
  (function (DisassociateClientDeviceFromCoreDeviceEntry) {
81
63
  DisassociateClientDeviceFromCoreDeviceEntry.filterSensitiveLog = (obj) => ({
@@ -112,12 +94,6 @@ var CancelDeploymentResponse;
112
94
  ...obj,
113
95
  });
114
96
  })(CancelDeploymentResponse = exports.CancelDeploymentResponse || (exports.CancelDeploymentResponse = {}));
115
- var ConflictException;
116
- (function (ConflictException) {
117
- ConflictException.filterSensitiveLog = (obj) => ({
118
- ...obj,
119
- });
120
- })(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
121
97
  var CloudComponentState;
122
98
  (function (CloudComponentState) {
123
99
  CloudComponentState["DEPLOYABLE"] = "DEPLOYABLE";
@@ -202,6 +178,12 @@ var ComponentVisibilityScope;
202
178
  ComponentVisibilityScope["PRIVATE"] = "PRIVATE";
203
179
  ComponentVisibilityScope["PUBLIC"] = "PUBLIC";
204
180
  })(ComponentVisibilityScope = exports.ComponentVisibilityScope || (exports.ComponentVisibilityScope = {}));
181
+ var ConnectivityInfo;
182
+ (function (ConnectivityInfo) {
183
+ ConnectivityInfo.filterSensitiveLog = (obj) => ({
184
+ ...obj,
185
+ });
186
+ })(ConnectivityInfo = exports.ConnectivityInfo || (exports.ConnectivityInfo = {}));
205
187
  var CoreDeviceStatus;
206
188
  (function (CoreDeviceStatus) {
207
189
  CoreDeviceStatus["HEALTHY"] = "HEALTHY";
@@ -287,18 +269,6 @@ var CreateComponentVersionResponse;
287
269
  ...obj,
288
270
  });
289
271
  })(CreateComponentVersionResponse = exports.CreateComponentVersionResponse || (exports.CreateComponentVersionResponse = {}));
290
- var RequestAlreadyInProgressException;
291
- (function (RequestAlreadyInProgressException) {
292
- RequestAlreadyInProgressException.filterSensitiveLog = (obj) => ({
293
- ...obj,
294
- });
295
- })(RequestAlreadyInProgressException = exports.RequestAlreadyInProgressException || (exports.RequestAlreadyInProgressException = {}));
296
- var ServiceQuotaExceededException;
297
- (function (ServiceQuotaExceededException) {
298
- ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
299
- ...obj,
300
- });
301
- })(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
302
272
  var DeploymentComponentUpdatePolicyAction;
303
273
  (function (DeploymentComponentUpdatePolicyAction) {
304
274
  DeploymentComponentUpdatePolicyAction["NOTIFY_COMPONENTS"] = "NOTIFY_COMPONENTS";
@@ -435,6 +405,18 @@ var DescribeComponentResponse;
435
405
  ...obj,
436
406
  });
437
407
  })(DescribeComponentResponse = exports.DescribeComponentResponse || (exports.DescribeComponentResponse = {}));
408
+ var DisassociateServiceRoleFromAccountRequest;
409
+ (function (DisassociateServiceRoleFromAccountRequest) {
410
+ DisassociateServiceRoleFromAccountRequest.filterSensitiveLog = (obj) => ({
411
+ ...obj,
412
+ });
413
+ })(DisassociateServiceRoleFromAccountRequest = exports.DisassociateServiceRoleFromAccountRequest || (exports.DisassociateServiceRoleFromAccountRequest = {}));
414
+ var DisassociateServiceRoleFromAccountResponse;
415
+ (function (DisassociateServiceRoleFromAccountResponse) {
416
+ DisassociateServiceRoleFromAccountResponse.filterSensitiveLog = (obj) => ({
417
+ ...obj,
418
+ });
419
+ })(DisassociateServiceRoleFromAccountResponse = exports.DisassociateServiceRoleFromAccountResponse || (exports.DisassociateServiceRoleFromAccountResponse = {}));
438
420
  var EffectiveDeploymentExecutionStatus;
439
421
  (function (EffectiveDeploymentExecutionStatus) {
440
422
  EffectiveDeploymentExecutionStatus["CANCELED"] = "CANCELED";
@@ -480,6 +462,18 @@ var GetComponentVersionArtifactResponse;
480
462
  ...obj,
481
463
  });
482
464
  })(GetComponentVersionArtifactResponse = exports.GetComponentVersionArtifactResponse || (exports.GetComponentVersionArtifactResponse = {}));
465
+ var GetConnectivityInfoRequest;
466
+ (function (GetConnectivityInfoRequest) {
467
+ GetConnectivityInfoRequest.filterSensitiveLog = (obj) => ({
468
+ ...obj,
469
+ });
470
+ })(GetConnectivityInfoRequest = exports.GetConnectivityInfoRequest || (exports.GetConnectivityInfoRequest = {}));
471
+ var GetConnectivityInfoResponse;
472
+ (function (GetConnectivityInfoResponse) {
473
+ GetConnectivityInfoResponse.filterSensitiveLog = (obj) => ({
474
+ ...obj,
475
+ });
476
+ })(GetConnectivityInfoResponse = exports.GetConnectivityInfoResponse || (exports.GetConnectivityInfoResponse = {}));
483
477
  var GetCoreDeviceRequest;
484
478
  (function (GetCoreDeviceRequest) {
485
479
  GetCoreDeviceRequest.filterSensitiveLog = (obj) => ({
@@ -504,6 +498,18 @@ var GetDeploymentResponse;
504
498
  ...obj,
505
499
  });
506
500
  })(GetDeploymentResponse = exports.GetDeploymentResponse || (exports.GetDeploymentResponse = {}));
501
+ var GetServiceRoleForAccountRequest;
502
+ (function (GetServiceRoleForAccountRequest) {
503
+ GetServiceRoleForAccountRequest.filterSensitiveLog = (obj) => ({
504
+ ...obj,
505
+ });
506
+ })(GetServiceRoleForAccountRequest = exports.GetServiceRoleForAccountRequest || (exports.GetServiceRoleForAccountRequest = {}));
507
+ var GetServiceRoleForAccountResponse;
508
+ (function (GetServiceRoleForAccountResponse) {
509
+ GetServiceRoleForAccountResponse.filterSensitiveLog = (obj) => ({
510
+ ...obj,
511
+ });
512
+ })(GetServiceRoleForAccountResponse = exports.GetServiceRoleForAccountResponse || (exports.GetServiceRoleForAccountResponse = {}));
507
513
  var ListClientDevicesAssociatedWithCoreDeviceRequest;
508
514
  (function (ListClientDevicesAssociatedWithCoreDeviceRequest) {
509
515
  ListClientDevicesAssociatedWithCoreDeviceRequest.filterSensitiveLog = (obj) => ({
@@ -659,3 +665,15 @@ var UntagResourceResponse;
659
665
  ...obj,
660
666
  });
661
667
  })(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
668
+ var UpdateConnectivityInfoRequest;
669
+ (function (UpdateConnectivityInfoRequest) {
670
+ UpdateConnectivityInfoRequest.filterSensitiveLog = (obj) => ({
671
+ ...obj,
672
+ });
673
+ })(UpdateConnectivityInfoRequest = exports.UpdateConnectivityInfoRequest || (exports.UpdateConnectivityInfoRequest = {}));
674
+ var UpdateConnectivityInfoResponse;
675
+ (function (UpdateConnectivityInfoResponse) {
676
+ UpdateConnectivityInfoResponse.filterSensitiveLog = (obj) => ({
677
+ ...obj,
678
+ });
679
+ })(UpdateConnectivityInfoResponse = exports.UpdateConnectivityInfoResponse || (exports.UpdateConnectivityInfoResponse = {}));