@aws-sdk/client-iotthingsgraph 3.169.0 → 3.171.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 (62) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/IoTThingsGraph.d.ts +599 -180
  3. package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +315 -108
  4. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/index.d.ts +35 -35
  40. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  41. package/dist-types/ts3.4/index.d.ts +6 -6
  42. package/dist-types/ts3.4/models/IoTThingsGraphServiceException.d.ts +7 -6
  43. package/dist-types/ts3.4/models/index.d.ts +1 -1
  44. package/dist-types/ts3.4/models/models_0.d.ts +754 -897
  45. package/dist-types/ts3.4/pagination/GetFlowTemplateRevisionsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/GetSystemTemplateRevisionsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  48. package/dist-types/ts3.4/pagination/ListFlowExecutionMessagesPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/SearchEntitiesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/SearchFlowExecutionsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/SearchFlowTemplatesPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/SearchSystemInstancesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/SearchSystemTemplatesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/SearchThingsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  57. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +425 -107
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  62. package/package.json +34 -34
@@ -1,6 +1,6 @@
1
- export * from "./IoTThingsGraph";
2
- export * from "./IoTThingsGraphClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { IoTThingsGraphServiceException } from "./models/IoTThingsGraphServiceException";
1
+ export * from "./IoTThingsGraph";
2
+ export * from "./IoTThingsGraphClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { IoTThingsGraphServiceException } from "./models/IoTThingsGraphServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class IoTThingsGraphServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class IoTThingsGraphServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";