@aws-sdk/client-greengrass 3.50.0 → 3.53.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 (118) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/GreengrassServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +36 -5
  5. package/dist-cjs/protocols/Aws_restJson1.js +516 -1542
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/GreengrassServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +30 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1315 -1857
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/GreengrassServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +16 -7
  13. package/dist-types/ts3.4/Greengrass.d.ts +465 -0
  14. package/dist-types/ts3.4/GreengrassClient.d.ts +165 -0
  15. package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/index.d.ts +92 -0
  108. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  109. package/dist-types/ts3.4/index.d.ts +5 -0
  110. package/dist-types/ts3.4/models/GreengrassServiceException.d.ts +6 -0
  111. package/dist-types/ts3.4/models/index.d.ts +1 -0
  112. package/dist-types/ts3.4/models/models_0.d.ts +2791 -0
  113. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +278 -0
  114. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  115. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  116. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  117. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  118. package/package.json +33 -33
package/dist-es/index.js CHANGED
@@ -2,3 +2,4 @@ export * from "./Greengrass";
2
2
  export * from "./GreengrassClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
+ export { GreengrassServiceException } from "./models/GreengrassServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var GreengrassServiceException = (function (_super) {
4
+ __extends(GreengrassServiceException, _super);
5
+ function GreengrassServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, GreengrassServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return GreengrassServiceException;
11
+ }(__ServiceException));
12
+ export { GreengrassServiceException };
@@ -1,4 +1,5 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
+ import { GreengrassServiceException as __BaseException } from "./GreengrassServiceException";
2
3
  export var ConnectivityInfo;
3
4
  (function (ConnectivityInfo) {
4
5
  ConnectivityInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -144,6 +145,34 @@ export var ErrorDetail;
144
145
  (function (ErrorDetail) {
145
146
  ErrorDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
146
147
  })(ErrorDetail || (ErrorDetail = {}));
148
+ var BadRequestException = (function (_super) {
149
+ __extends(BadRequestException, _super);
150
+ function BadRequestException(opts) {
151
+ var _this = _super.call(this, __assign({ name: "BadRequestException", $fault: "client" }, opts)) || this;
152
+ _this.name = "BadRequestException";
153
+ _this.$fault = "client";
154
+ Object.setPrototypeOf(_this, BadRequestException.prototype);
155
+ _this.ErrorDetails = opts.ErrorDetails;
156
+ _this.Message = opts.Message;
157
+ return _this;
158
+ }
159
+ return BadRequestException;
160
+ }(__BaseException));
161
+ export { BadRequestException };
162
+ var InternalServerErrorException = (function (_super) {
163
+ __extends(InternalServerErrorException, _super);
164
+ function InternalServerErrorException(opts) {
165
+ var _this = _super.call(this, __assign({ name: "InternalServerErrorException", $fault: "server" }, opts)) || this;
166
+ _this.name = "InternalServerErrorException";
167
+ _this.$fault = "server";
168
+ Object.setPrototypeOf(_this, InternalServerErrorException.prototype);
169
+ _this.ErrorDetails = opts.ErrorDetails;
170
+ _this.Message = opts.Message;
171
+ return _this;
172
+ }
173
+ return InternalServerErrorException;
174
+ }(__BaseException));
175
+ export { InternalServerErrorException };
147
176
  export var AssociateServiceRoleToAccountRequest;
148
177
  (function (AssociateServiceRoleToAccountRequest) {
149
178
  AssociateServiceRoleToAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };