@aws-sdk/client-greengrass 3.168.0 → 3.170.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 (107) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Greengrass.d.ts +1690 -465
  3. package/dist-types/ts3.4/GreengrassClient.d.ts +681 -165
  4. package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +37 -17
  51. package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +38 -17
  61. package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +41 -17
  63. package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +38 -17
  65. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +38 -17
  72. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
  73. package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  80. package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +37 -17
  81. package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +38 -17
  82. package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +38 -17
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  85. package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +41 -17
  86. package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +41 -17
  87. package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +41 -17
  88. package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +41 -17
  89. package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +41 -17
  90. package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +34 -17
  92. package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +41 -17
  93. package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +41 -17
  94. package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +41 -17
  96. package/dist-types/ts3.4/commands/index.d.ts +92 -92
  97. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  98. package/dist-types/ts3.4/index.d.ts +5 -5
  99. package/dist-types/ts3.4/models/GreengrassServiceException.d.ts +8 -6
  100. package/dist-types/ts3.4/models/index.d.ts +1 -1
  101. package/dist-types/ts3.4/models/models_0.d.ts +2507 -2295
  102. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1109 -278
  103. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  104. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  105. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  106. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  107. package/package.json +34 -34
@@ -1,278 +1,1109 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateRoleToGroupCommandInput, AssociateRoleToGroupCommandOutput } from "../commands/AssociateRoleToGroupCommand";
4
- import { AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput } from "../commands/AssociateServiceRoleToAccountCommand";
5
- import { CreateConnectorDefinitionCommandInput, CreateConnectorDefinitionCommandOutput } from "../commands/CreateConnectorDefinitionCommand";
6
- import { CreateConnectorDefinitionVersionCommandInput, CreateConnectorDefinitionVersionCommandOutput } from "../commands/CreateConnectorDefinitionVersionCommand";
7
- import { CreateCoreDefinitionCommandInput, CreateCoreDefinitionCommandOutput } from "../commands/CreateCoreDefinitionCommand";
8
- import { CreateCoreDefinitionVersionCommandInput, CreateCoreDefinitionVersionCommandOutput } from "../commands/CreateCoreDefinitionVersionCommand";
9
- import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "../commands/CreateDeploymentCommand";
10
- import { CreateDeviceDefinitionCommandInput, CreateDeviceDefinitionCommandOutput } from "../commands/CreateDeviceDefinitionCommand";
11
- import { CreateDeviceDefinitionVersionCommandInput, CreateDeviceDefinitionVersionCommandOutput } from "../commands/CreateDeviceDefinitionVersionCommand";
12
- import { CreateFunctionDefinitionCommandInput, CreateFunctionDefinitionCommandOutput } from "../commands/CreateFunctionDefinitionCommand";
13
- import { CreateFunctionDefinitionVersionCommandInput, CreateFunctionDefinitionVersionCommandOutput } from "../commands/CreateFunctionDefinitionVersionCommand";
14
- import { CreateGroupCertificateAuthorityCommandInput, CreateGroupCertificateAuthorityCommandOutput } from "../commands/CreateGroupCertificateAuthorityCommand";
15
- import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand";
16
- import { CreateGroupVersionCommandInput, CreateGroupVersionCommandOutput } from "../commands/CreateGroupVersionCommand";
17
- import { CreateLoggerDefinitionCommandInput, CreateLoggerDefinitionCommandOutput } from "../commands/CreateLoggerDefinitionCommand";
18
- import { CreateLoggerDefinitionVersionCommandInput, CreateLoggerDefinitionVersionCommandOutput } from "../commands/CreateLoggerDefinitionVersionCommand";
19
- import { CreateResourceDefinitionCommandInput, CreateResourceDefinitionCommandOutput } from "../commands/CreateResourceDefinitionCommand";
20
- import { CreateResourceDefinitionVersionCommandInput, CreateResourceDefinitionVersionCommandOutput } from "../commands/CreateResourceDefinitionVersionCommand";
21
- import { CreateSoftwareUpdateJobCommandInput, CreateSoftwareUpdateJobCommandOutput } from "../commands/CreateSoftwareUpdateJobCommand";
22
- import { CreateSubscriptionDefinitionCommandInput, CreateSubscriptionDefinitionCommandOutput } from "../commands/CreateSubscriptionDefinitionCommand";
23
- import { CreateSubscriptionDefinitionVersionCommandInput, CreateSubscriptionDefinitionVersionCommandOutput } from "../commands/CreateSubscriptionDefinitionVersionCommand";
24
- import { DeleteConnectorDefinitionCommandInput, DeleteConnectorDefinitionCommandOutput } from "../commands/DeleteConnectorDefinitionCommand";
25
- import { DeleteCoreDefinitionCommandInput, DeleteCoreDefinitionCommandOutput } from "../commands/DeleteCoreDefinitionCommand";
26
- import { DeleteDeviceDefinitionCommandInput, DeleteDeviceDefinitionCommandOutput } from "../commands/DeleteDeviceDefinitionCommand";
27
- import { DeleteFunctionDefinitionCommandInput, DeleteFunctionDefinitionCommandOutput } from "../commands/DeleteFunctionDefinitionCommand";
28
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
29
- import { DeleteLoggerDefinitionCommandInput, DeleteLoggerDefinitionCommandOutput } from "../commands/DeleteLoggerDefinitionCommand";
30
- import { DeleteResourceDefinitionCommandInput, DeleteResourceDefinitionCommandOutput } from "../commands/DeleteResourceDefinitionCommand";
31
- import { DeleteSubscriptionDefinitionCommandInput, DeleteSubscriptionDefinitionCommandOutput } from "../commands/DeleteSubscriptionDefinitionCommand";
32
- import { DisassociateRoleFromGroupCommandInput, DisassociateRoleFromGroupCommandOutput } from "../commands/DisassociateRoleFromGroupCommand";
33
- import { DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput } from "../commands/DisassociateServiceRoleFromAccountCommand";
34
- import { GetAssociatedRoleCommandInput, GetAssociatedRoleCommandOutput } from "../commands/GetAssociatedRoleCommand";
35
- import { GetBulkDeploymentStatusCommandInput, GetBulkDeploymentStatusCommandOutput } from "../commands/GetBulkDeploymentStatusCommand";
36
- import { GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput } from "../commands/GetConnectivityInfoCommand";
37
- import { GetConnectorDefinitionCommandInput, GetConnectorDefinitionCommandOutput } from "../commands/GetConnectorDefinitionCommand";
38
- import { GetConnectorDefinitionVersionCommandInput, GetConnectorDefinitionVersionCommandOutput } from "../commands/GetConnectorDefinitionVersionCommand";
39
- import { GetCoreDefinitionCommandInput, GetCoreDefinitionCommandOutput } from "../commands/GetCoreDefinitionCommand";
40
- import { GetCoreDefinitionVersionCommandInput, GetCoreDefinitionVersionCommandOutput } from "../commands/GetCoreDefinitionVersionCommand";
41
- import { GetDeploymentStatusCommandInput, GetDeploymentStatusCommandOutput } from "../commands/GetDeploymentStatusCommand";
42
- import { GetDeviceDefinitionCommandInput, GetDeviceDefinitionCommandOutput } from "../commands/GetDeviceDefinitionCommand";
43
- import { GetDeviceDefinitionVersionCommandInput, GetDeviceDefinitionVersionCommandOutput } from "../commands/GetDeviceDefinitionVersionCommand";
44
- import { GetFunctionDefinitionCommandInput, GetFunctionDefinitionCommandOutput } from "../commands/GetFunctionDefinitionCommand";
45
- import { GetFunctionDefinitionVersionCommandInput, GetFunctionDefinitionVersionCommandOutput } from "../commands/GetFunctionDefinitionVersionCommand";
46
- import { GetGroupCertificateAuthorityCommandInput, GetGroupCertificateAuthorityCommandOutput } from "../commands/GetGroupCertificateAuthorityCommand";
47
- import { GetGroupCertificateConfigurationCommandInput, GetGroupCertificateConfigurationCommandOutput } from "../commands/GetGroupCertificateConfigurationCommand";
48
- import { GetGroupCommandInput, GetGroupCommandOutput } from "../commands/GetGroupCommand";
49
- import { GetGroupVersionCommandInput, GetGroupVersionCommandOutput } from "../commands/GetGroupVersionCommand";
50
- import { GetLoggerDefinitionCommandInput, GetLoggerDefinitionCommandOutput } from "../commands/GetLoggerDefinitionCommand";
51
- import { GetLoggerDefinitionVersionCommandInput, GetLoggerDefinitionVersionCommandOutput } from "../commands/GetLoggerDefinitionVersionCommand";
52
- import { GetResourceDefinitionCommandInput, GetResourceDefinitionCommandOutput } from "../commands/GetResourceDefinitionCommand";
53
- import { GetResourceDefinitionVersionCommandInput, GetResourceDefinitionVersionCommandOutput } from "../commands/GetResourceDefinitionVersionCommand";
54
- import { GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput } from "../commands/GetServiceRoleForAccountCommand";
55
- import { GetSubscriptionDefinitionCommandInput, GetSubscriptionDefinitionCommandOutput } from "../commands/GetSubscriptionDefinitionCommand";
56
- import { GetSubscriptionDefinitionVersionCommandInput, GetSubscriptionDefinitionVersionCommandOutput } from "../commands/GetSubscriptionDefinitionVersionCommand";
57
- import { GetThingRuntimeConfigurationCommandInput, GetThingRuntimeConfigurationCommandOutput } from "../commands/GetThingRuntimeConfigurationCommand";
58
- import { ListBulkDeploymentDetailedReportsCommandInput, ListBulkDeploymentDetailedReportsCommandOutput } from "../commands/ListBulkDeploymentDetailedReportsCommand";
59
- import { ListBulkDeploymentsCommandInput, ListBulkDeploymentsCommandOutput } from "../commands/ListBulkDeploymentsCommand";
60
- import { ListConnectorDefinitionsCommandInput, ListConnectorDefinitionsCommandOutput } from "../commands/ListConnectorDefinitionsCommand";
61
- import { ListConnectorDefinitionVersionsCommandInput, ListConnectorDefinitionVersionsCommandOutput } from "../commands/ListConnectorDefinitionVersionsCommand";
62
- import { ListCoreDefinitionsCommandInput, ListCoreDefinitionsCommandOutput } from "../commands/ListCoreDefinitionsCommand";
63
- import { ListCoreDefinitionVersionsCommandInput, ListCoreDefinitionVersionsCommandOutput } from "../commands/ListCoreDefinitionVersionsCommand";
64
- import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "../commands/ListDeploymentsCommand";
65
- import { ListDeviceDefinitionsCommandInput, ListDeviceDefinitionsCommandOutput } from "../commands/ListDeviceDefinitionsCommand";
66
- import { ListDeviceDefinitionVersionsCommandInput, ListDeviceDefinitionVersionsCommandOutput } from "../commands/ListDeviceDefinitionVersionsCommand";
67
- import { ListFunctionDefinitionsCommandInput, ListFunctionDefinitionsCommandOutput } from "../commands/ListFunctionDefinitionsCommand";
68
- import { ListFunctionDefinitionVersionsCommandInput, ListFunctionDefinitionVersionsCommandOutput } from "../commands/ListFunctionDefinitionVersionsCommand";
69
- import { ListGroupCertificateAuthoritiesCommandInput, ListGroupCertificateAuthoritiesCommandOutput } from "../commands/ListGroupCertificateAuthoritiesCommand";
70
- import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
71
- import { ListGroupVersionsCommandInput, ListGroupVersionsCommandOutput } from "../commands/ListGroupVersionsCommand";
72
- import { ListLoggerDefinitionsCommandInput, ListLoggerDefinitionsCommandOutput } from "../commands/ListLoggerDefinitionsCommand";
73
- import { ListLoggerDefinitionVersionsCommandInput, ListLoggerDefinitionVersionsCommandOutput } from "../commands/ListLoggerDefinitionVersionsCommand";
74
- import { ListResourceDefinitionsCommandInput, ListResourceDefinitionsCommandOutput } from "../commands/ListResourceDefinitionsCommand";
75
- import { ListResourceDefinitionVersionsCommandInput, ListResourceDefinitionVersionsCommandOutput } from "../commands/ListResourceDefinitionVersionsCommand";
76
- import { ListSubscriptionDefinitionsCommandInput, ListSubscriptionDefinitionsCommandOutput } from "../commands/ListSubscriptionDefinitionsCommand";
77
- import { ListSubscriptionDefinitionVersionsCommandInput, ListSubscriptionDefinitionVersionsCommandOutput } from "../commands/ListSubscriptionDefinitionVersionsCommand";
78
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
79
- import { ResetDeploymentsCommandInput, ResetDeploymentsCommandOutput } from "../commands/ResetDeploymentsCommand";
80
- import { StartBulkDeploymentCommandInput, StartBulkDeploymentCommandOutput } from "../commands/StartBulkDeploymentCommand";
81
- import { StopBulkDeploymentCommandInput, StopBulkDeploymentCommandOutput } from "../commands/StopBulkDeploymentCommand";
82
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
83
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
84
- import { UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput } from "../commands/UpdateConnectivityInfoCommand";
85
- import { UpdateConnectorDefinitionCommandInput, UpdateConnectorDefinitionCommandOutput } from "../commands/UpdateConnectorDefinitionCommand";
86
- import { UpdateCoreDefinitionCommandInput, UpdateCoreDefinitionCommandOutput } from "../commands/UpdateCoreDefinitionCommand";
87
- import { UpdateDeviceDefinitionCommandInput, UpdateDeviceDefinitionCommandOutput } from "../commands/UpdateDeviceDefinitionCommand";
88
- import { UpdateFunctionDefinitionCommandInput, UpdateFunctionDefinitionCommandOutput } from "../commands/UpdateFunctionDefinitionCommand";
89
- import { UpdateGroupCertificateConfigurationCommandInput, UpdateGroupCertificateConfigurationCommandOutput } from "../commands/UpdateGroupCertificateConfigurationCommand";
90
- import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
91
- import { UpdateLoggerDefinitionCommandInput, UpdateLoggerDefinitionCommandOutput } from "../commands/UpdateLoggerDefinitionCommand";
92
- import { UpdateResourceDefinitionCommandInput, UpdateResourceDefinitionCommandOutput } from "../commands/UpdateResourceDefinitionCommand";
93
- import { UpdateSubscriptionDefinitionCommandInput, UpdateSubscriptionDefinitionCommandOutput } from "../commands/UpdateSubscriptionDefinitionCommand";
94
- import { UpdateThingRuntimeConfigurationCommandInput, UpdateThingRuntimeConfigurationCommandOutput } from "../commands/UpdateThingRuntimeConfigurationCommand";
95
- export declare const serializeAws_restJson1AssociateRoleToGroupCommand: (input: AssociateRoleToGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1AssociateServiceRoleToAccountCommand: (input: AssociateServiceRoleToAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1CreateConnectorDefinitionCommand: (input: CreateConnectorDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1CreateConnectorDefinitionVersionCommand: (input: CreateConnectorDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1CreateCoreDefinitionCommand: (input: CreateCoreDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1CreateCoreDefinitionVersionCommand: (input: CreateCoreDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1CreateDeviceDefinitionCommand: (input: CreateDeviceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1CreateDeviceDefinitionVersionCommand: (input: CreateDeviceDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1CreateFunctionDefinitionCommand: (input: CreateFunctionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1CreateFunctionDefinitionVersionCommand: (input: CreateFunctionDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1CreateGroupCertificateAuthorityCommand: (input: CreateGroupCertificateAuthorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1CreateGroupVersionCommand: (input: CreateGroupVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1CreateLoggerDefinitionCommand: (input: CreateLoggerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1CreateLoggerDefinitionVersionCommand: (input: CreateLoggerDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1CreateResourceDefinitionCommand: (input: CreateResourceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1CreateResourceDefinitionVersionCommand: (input: CreateResourceDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1CreateSoftwareUpdateJobCommand: (input: CreateSoftwareUpdateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1CreateSubscriptionDefinitionCommand: (input: CreateSubscriptionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1CreateSubscriptionDefinitionVersionCommand: (input: CreateSubscriptionDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1DeleteConnectorDefinitionCommand: (input: DeleteConnectorDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1DeleteCoreDefinitionCommand: (input: DeleteCoreDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1DeleteDeviceDefinitionCommand: (input: DeleteDeviceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1DeleteFunctionDefinitionCommand: (input: DeleteFunctionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restJson1DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restJson1DeleteLoggerDefinitionCommand: (input: DeleteLoggerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1DeleteResourceDefinitionCommand: (input: DeleteResourceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restJson1DeleteSubscriptionDefinitionCommand: (input: DeleteSubscriptionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restJson1DisassociateRoleFromGroupCommand: (input: DisassociateRoleFromGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1DisassociateServiceRoleFromAccountCommand: (input: DisassociateServiceRoleFromAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1GetAssociatedRoleCommand: (input: GetAssociatedRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1GetBulkDeploymentStatusCommand: (input: GetBulkDeploymentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restJson1GetConnectivityInfoCommand: (input: GetConnectivityInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restJson1GetConnectorDefinitionCommand: (input: GetConnectorDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1GetConnectorDefinitionVersionCommand: (input: GetConnectorDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1GetCoreDefinitionCommand: (input: GetCoreDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restJson1GetCoreDefinitionVersionCommand: (input: GetCoreDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restJson1GetDeploymentStatusCommand: (input: GetDeploymentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1GetDeviceDefinitionCommand: (input: GetDeviceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_restJson1GetDeviceDefinitionVersionCommand: (input: GetDeviceDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_restJson1GetFunctionDefinitionCommand: (input: GetFunctionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_restJson1GetFunctionDefinitionVersionCommand: (input: GetFunctionDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1GetGroupCommand: (input: GetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_restJson1GetGroupCertificateAuthorityCommand: (input: GetGroupCertificateAuthorityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_restJson1GetGroupCertificateConfigurationCommand: (input: GetGroupCertificateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_restJson1GetGroupVersionCommand: (input: GetGroupVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1GetLoggerDefinitionCommand: (input: GetLoggerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_restJson1GetLoggerDefinitionVersionCommand: (input: GetLoggerDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_restJson1GetResourceDefinitionCommand: (input: GetResourceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const serializeAws_restJson1GetResourceDefinitionVersionCommand: (input: GetResourceDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1GetServiceRoleForAccountCommand: (input: GetServiceRoleForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- export declare const serializeAws_restJson1GetSubscriptionDefinitionCommand: (input: GetSubscriptionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- export declare const serializeAws_restJson1GetSubscriptionDefinitionVersionCommand: (input: GetSubscriptionDefinitionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- export declare const serializeAws_restJson1GetThingRuntimeConfigurationCommand: (input: GetThingRuntimeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1ListBulkDeploymentDetailedReportsCommand: (input: ListBulkDeploymentDetailedReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- export declare const serializeAws_restJson1ListBulkDeploymentsCommand: (input: ListBulkDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- export declare const serializeAws_restJson1ListConnectorDefinitionsCommand: (input: ListConnectorDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- export declare const serializeAws_restJson1ListConnectorDefinitionVersionsCommand: (input: ListConnectorDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1ListCoreDefinitionsCommand: (input: ListCoreDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- export declare const serializeAws_restJson1ListCoreDefinitionVersionsCommand: (input: ListCoreDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- export declare const serializeAws_restJson1ListDeploymentsCommand: (input: ListDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- export declare const serializeAws_restJson1ListDeviceDefinitionsCommand: (input: ListDeviceDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1ListDeviceDefinitionVersionsCommand: (input: ListDeviceDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- export declare const serializeAws_restJson1ListFunctionDefinitionsCommand: (input: ListFunctionDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- export declare const serializeAws_restJson1ListFunctionDefinitionVersionsCommand: (input: ListFunctionDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- export declare const serializeAws_restJson1ListGroupCertificateAuthoritiesCommand: (input: ListGroupCertificateAuthoritiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- export declare const serializeAws_restJson1ListGroupVersionsCommand: (input: ListGroupVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- export declare const serializeAws_restJson1ListLoggerDefinitionsCommand: (input: ListLoggerDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- export declare const serializeAws_restJson1ListLoggerDefinitionVersionsCommand: (input: ListLoggerDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1ListResourceDefinitionsCommand: (input: ListResourceDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- export declare const serializeAws_restJson1ListResourceDefinitionVersionsCommand: (input: ListResourceDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- export declare const serializeAws_restJson1ListSubscriptionDefinitionsCommand: (input: ListSubscriptionDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- export declare const serializeAws_restJson1ListSubscriptionDefinitionVersionsCommand: (input: ListSubscriptionDefinitionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- export declare const serializeAws_restJson1ResetDeploymentsCommand: (input: ResetDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- export declare const serializeAws_restJson1StartBulkDeploymentCommand: (input: StartBulkDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- export declare const serializeAws_restJson1StopBulkDeploymentCommand: (input: StopBulkDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- export declare const serializeAws_restJson1UpdateConnectivityInfoCommand: (input: UpdateConnectivityInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- export declare const serializeAws_restJson1UpdateConnectorDefinitionCommand: (input: UpdateConnectorDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1UpdateCoreDefinitionCommand: (input: UpdateCoreDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- export declare const serializeAws_restJson1UpdateDeviceDefinitionCommand: (input: UpdateDeviceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- export declare const serializeAws_restJson1UpdateFunctionDefinitionCommand: (input: UpdateFunctionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- export declare const serializeAws_restJson1UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1UpdateGroupCertificateConfigurationCommand: (input: UpdateGroupCertificateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- export declare const serializeAws_restJson1UpdateLoggerDefinitionCommand: (input: UpdateLoggerDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- export declare const serializeAws_restJson1UpdateResourceDefinitionCommand: (input: UpdateResourceDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- export declare const serializeAws_restJson1UpdateSubscriptionDefinitionCommand: (input: UpdateSubscriptionDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1UpdateThingRuntimeConfigurationCommand: (input: UpdateThingRuntimeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- export declare const deserializeAws_restJson1AssociateRoleToGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateRoleToGroupCommandOutput>;
188
- export declare const deserializeAws_restJson1AssociateServiceRoleToAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateServiceRoleToAccountCommandOutput>;
189
- export declare const deserializeAws_restJson1CreateConnectorDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorDefinitionCommandOutput>;
190
- export declare const deserializeAws_restJson1CreateConnectorDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorDefinitionVersionCommandOutput>;
191
- export declare const deserializeAws_restJson1CreateCoreDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCoreDefinitionCommandOutput>;
192
- export declare const deserializeAws_restJson1CreateCoreDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCoreDefinitionVersionCommandOutput>;
193
- export declare const deserializeAws_restJson1CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
194
- export declare const deserializeAws_restJson1CreateDeviceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeviceDefinitionCommandOutput>;
195
- export declare const deserializeAws_restJson1CreateDeviceDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeviceDefinitionVersionCommandOutput>;
196
- export declare const deserializeAws_restJson1CreateFunctionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionDefinitionCommandOutput>;
197
- export declare const deserializeAws_restJson1CreateFunctionDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionDefinitionVersionCommandOutput>;
198
- export declare const deserializeAws_restJson1CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
199
- export declare const deserializeAws_restJson1CreateGroupCertificateAuthorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCertificateAuthorityCommandOutput>;
200
- export declare const deserializeAws_restJson1CreateGroupVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupVersionCommandOutput>;
201
- export declare const deserializeAws_restJson1CreateLoggerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoggerDefinitionCommandOutput>;
202
- export declare const deserializeAws_restJson1CreateLoggerDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLoggerDefinitionVersionCommandOutput>;
203
- export declare const deserializeAws_restJson1CreateResourceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceDefinitionCommandOutput>;
204
- export declare const deserializeAws_restJson1CreateResourceDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceDefinitionVersionCommandOutput>;
205
- export declare const deserializeAws_restJson1CreateSoftwareUpdateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSoftwareUpdateJobCommandOutput>;
206
- export declare const deserializeAws_restJson1CreateSubscriptionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriptionDefinitionCommandOutput>;
207
- export declare const deserializeAws_restJson1CreateSubscriptionDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriptionDefinitionVersionCommandOutput>;
208
- export declare const deserializeAws_restJson1DeleteConnectorDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorDefinitionCommandOutput>;
209
- export declare const deserializeAws_restJson1DeleteCoreDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCoreDefinitionCommandOutput>;
210
- export declare const deserializeAws_restJson1DeleteDeviceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeviceDefinitionCommandOutput>;
211
- export declare const deserializeAws_restJson1DeleteFunctionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionDefinitionCommandOutput>;
212
- export declare const deserializeAws_restJson1DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
213
- export declare const deserializeAws_restJson1DeleteLoggerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLoggerDefinitionCommandOutput>;
214
- export declare const deserializeAws_restJson1DeleteResourceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceDefinitionCommandOutput>;
215
- export declare const deserializeAws_restJson1DeleteSubscriptionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriptionDefinitionCommandOutput>;
216
- export declare const deserializeAws_restJson1DisassociateRoleFromGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateRoleFromGroupCommandOutput>;
217
- export declare const deserializeAws_restJson1DisassociateServiceRoleFromAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateServiceRoleFromAccountCommandOutput>;
218
- export declare const deserializeAws_restJson1GetAssociatedRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssociatedRoleCommandOutput>;
219
- export declare const deserializeAws_restJson1GetBulkDeploymentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBulkDeploymentStatusCommandOutput>;
220
- export declare const deserializeAws_restJson1GetConnectivityInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectivityInfoCommandOutput>;
221
- export declare const deserializeAws_restJson1GetConnectorDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectorDefinitionCommandOutput>;
222
- export declare const deserializeAws_restJson1GetConnectorDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectorDefinitionVersionCommandOutput>;
223
- export declare const deserializeAws_restJson1GetCoreDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoreDefinitionCommandOutput>;
224
- export declare const deserializeAws_restJson1GetCoreDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCoreDefinitionVersionCommandOutput>;
225
- export declare const deserializeAws_restJson1GetDeploymentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentStatusCommandOutput>;
226
- export declare const deserializeAws_restJson1GetDeviceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceDefinitionCommandOutput>;
227
- export declare const deserializeAws_restJson1GetDeviceDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceDefinitionVersionCommandOutput>;
228
- export declare const deserializeAws_restJson1GetFunctionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionDefinitionCommandOutput>;
229
- export declare const deserializeAws_restJson1GetFunctionDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionDefinitionVersionCommandOutput>;
230
- export declare const deserializeAws_restJson1GetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCommandOutput>;
231
- export declare const deserializeAws_restJson1GetGroupCertificateAuthorityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCertificateAuthorityCommandOutput>;
232
- export declare const deserializeAws_restJson1GetGroupCertificateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCertificateConfigurationCommandOutput>;
233
- export declare const deserializeAws_restJson1GetGroupVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupVersionCommandOutput>;
234
- export declare const deserializeAws_restJson1GetLoggerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoggerDefinitionCommandOutput>;
235
- export declare const deserializeAws_restJson1GetLoggerDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoggerDefinitionVersionCommandOutput>;
236
- export declare const deserializeAws_restJson1GetResourceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceDefinitionCommandOutput>;
237
- export declare const deserializeAws_restJson1GetResourceDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceDefinitionVersionCommandOutput>;
238
- export declare const deserializeAws_restJson1GetServiceRoleForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceRoleForAccountCommandOutput>;
239
- export declare const deserializeAws_restJson1GetSubscriptionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionDefinitionCommandOutput>;
240
- export declare const deserializeAws_restJson1GetSubscriptionDefinitionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionDefinitionVersionCommandOutput>;
241
- export declare const deserializeAws_restJson1GetThingRuntimeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThingRuntimeConfigurationCommandOutput>;
242
- export declare const deserializeAws_restJson1ListBulkDeploymentDetailedReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBulkDeploymentDetailedReportsCommandOutput>;
243
- export declare const deserializeAws_restJson1ListBulkDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBulkDeploymentsCommandOutput>;
244
- export declare const deserializeAws_restJson1ListConnectorDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorDefinitionsCommandOutput>;
245
- export declare const deserializeAws_restJson1ListConnectorDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorDefinitionVersionsCommandOutput>;
246
- export declare const deserializeAws_restJson1ListCoreDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoreDefinitionsCommandOutput>;
247
- export declare const deserializeAws_restJson1ListCoreDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoreDefinitionVersionsCommandOutput>;
248
- export declare const deserializeAws_restJson1ListDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentsCommandOutput>;
249
- export declare const deserializeAws_restJson1ListDeviceDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceDefinitionsCommandOutput>;
250
- export declare const deserializeAws_restJson1ListDeviceDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceDefinitionVersionsCommandOutput>;
251
- export declare const deserializeAws_restJson1ListFunctionDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionDefinitionsCommandOutput>;
252
- export declare const deserializeAws_restJson1ListFunctionDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionDefinitionVersionsCommandOutput>;
253
- export declare const deserializeAws_restJson1ListGroupCertificateAuthoritiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupCertificateAuthoritiesCommandOutput>;
254
- export declare const deserializeAws_restJson1ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
255
- export declare const deserializeAws_restJson1ListGroupVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupVersionsCommandOutput>;
256
- export declare const deserializeAws_restJson1ListLoggerDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLoggerDefinitionsCommandOutput>;
257
- export declare const deserializeAws_restJson1ListLoggerDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLoggerDefinitionVersionsCommandOutput>;
258
- export declare const deserializeAws_restJson1ListResourceDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceDefinitionsCommandOutput>;
259
- export declare const deserializeAws_restJson1ListResourceDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceDefinitionVersionsCommandOutput>;
260
- export declare const deserializeAws_restJson1ListSubscriptionDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionDefinitionsCommandOutput>;
261
- export declare const deserializeAws_restJson1ListSubscriptionDefinitionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionDefinitionVersionsCommandOutput>;
262
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
263
- export declare const deserializeAws_restJson1ResetDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetDeploymentsCommandOutput>;
264
- export declare const deserializeAws_restJson1StartBulkDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBulkDeploymentCommandOutput>;
265
- export declare const deserializeAws_restJson1StopBulkDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopBulkDeploymentCommandOutput>;
266
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
267
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
268
- export declare const deserializeAws_restJson1UpdateConnectivityInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectivityInfoCommandOutput>;
269
- export declare const deserializeAws_restJson1UpdateConnectorDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorDefinitionCommandOutput>;
270
- export declare const deserializeAws_restJson1UpdateCoreDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCoreDefinitionCommandOutput>;
271
- export declare const deserializeAws_restJson1UpdateDeviceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeviceDefinitionCommandOutput>;
272
- export declare const deserializeAws_restJson1UpdateFunctionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionDefinitionCommandOutput>;
273
- export declare const deserializeAws_restJson1UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
274
- export declare const deserializeAws_restJson1UpdateGroupCertificateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCertificateConfigurationCommandOutput>;
275
- export declare const deserializeAws_restJson1UpdateLoggerDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLoggerDefinitionCommandOutput>;
276
- export declare const deserializeAws_restJson1UpdateResourceDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceDefinitionCommandOutput>;
277
- export declare const deserializeAws_restJson1UpdateSubscriptionDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriptionDefinitionCommandOutput>;
278
- export declare const deserializeAws_restJson1UpdateThingRuntimeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThingRuntimeConfigurationCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AssociateRoleToGroupCommandInput,
8
+ AssociateRoleToGroupCommandOutput,
9
+ } from "../commands/AssociateRoleToGroupCommand";
10
+ import {
11
+ AssociateServiceRoleToAccountCommandInput,
12
+ AssociateServiceRoleToAccountCommandOutput,
13
+ } from "../commands/AssociateServiceRoleToAccountCommand";
14
+ import {
15
+ CreateConnectorDefinitionCommandInput,
16
+ CreateConnectorDefinitionCommandOutput,
17
+ } from "../commands/CreateConnectorDefinitionCommand";
18
+ import {
19
+ CreateConnectorDefinitionVersionCommandInput,
20
+ CreateConnectorDefinitionVersionCommandOutput,
21
+ } from "../commands/CreateConnectorDefinitionVersionCommand";
22
+ import {
23
+ CreateCoreDefinitionCommandInput,
24
+ CreateCoreDefinitionCommandOutput,
25
+ } from "../commands/CreateCoreDefinitionCommand";
26
+ import {
27
+ CreateCoreDefinitionVersionCommandInput,
28
+ CreateCoreDefinitionVersionCommandOutput,
29
+ } from "../commands/CreateCoreDefinitionVersionCommand";
30
+ import {
31
+ CreateDeploymentCommandInput,
32
+ CreateDeploymentCommandOutput,
33
+ } from "../commands/CreateDeploymentCommand";
34
+ import {
35
+ CreateDeviceDefinitionCommandInput,
36
+ CreateDeviceDefinitionCommandOutput,
37
+ } from "../commands/CreateDeviceDefinitionCommand";
38
+ import {
39
+ CreateDeviceDefinitionVersionCommandInput,
40
+ CreateDeviceDefinitionVersionCommandOutput,
41
+ } from "../commands/CreateDeviceDefinitionVersionCommand";
42
+ import {
43
+ CreateFunctionDefinitionCommandInput,
44
+ CreateFunctionDefinitionCommandOutput,
45
+ } from "../commands/CreateFunctionDefinitionCommand";
46
+ import {
47
+ CreateFunctionDefinitionVersionCommandInput,
48
+ CreateFunctionDefinitionVersionCommandOutput,
49
+ } from "../commands/CreateFunctionDefinitionVersionCommand";
50
+ import {
51
+ CreateGroupCertificateAuthorityCommandInput,
52
+ CreateGroupCertificateAuthorityCommandOutput,
53
+ } from "../commands/CreateGroupCertificateAuthorityCommand";
54
+ import {
55
+ CreateGroupCommandInput,
56
+ CreateGroupCommandOutput,
57
+ } from "../commands/CreateGroupCommand";
58
+ import {
59
+ CreateGroupVersionCommandInput,
60
+ CreateGroupVersionCommandOutput,
61
+ } from "../commands/CreateGroupVersionCommand";
62
+ import {
63
+ CreateLoggerDefinitionCommandInput,
64
+ CreateLoggerDefinitionCommandOutput,
65
+ } from "../commands/CreateLoggerDefinitionCommand";
66
+ import {
67
+ CreateLoggerDefinitionVersionCommandInput,
68
+ CreateLoggerDefinitionVersionCommandOutput,
69
+ } from "../commands/CreateLoggerDefinitionVersionCommand";
70
+ import {
71
+ CreateResourceDefinitionCommandInput,
72
+ CreateResourceDefinitionCommandOutput,
73
+ } from "../commands/CreateResourceDefinitionCommand";
74
+ import {
75
+ CreateResourceDefinitionVersionCommandInput,
76
+ CreateResourceDefinitionVersionCommandOutput,
77
+ } from "../commands/CreateResourceDefinitionVersionCommand";
78
+ import {
79
+ CreateSoftwareUpdateJobCommandInput,
80
+ CreateSoftwareUpdateJobCommandOutput,
81
+ } from "../commands/CreateSoftwareUpdateJobCommand";
82
+ import {
83
+ CreateSubscriptionDefinitionCommandInput,
84
+ CreateSubscriptionDefinitionCommandOutput,
85
+ } from "../commands/CreateSubscriptionDefinitionCommand";
86
+ import {
87
+ CreateSubscriptionDefinitionVersionCommandInput,
88
+ CreateSubscriptionDefinitionVersionCommandOutput,
89
+ } from "../commands/CreateSubscriptionDefinitionVersionCommand";
90
+ import {
91
+ DeleteConnectorDefinitionCommandInput,
92
+ DeleteConnectorDefinitionCommandOutput,
93
+ } from "../commands/DeleteConnectorDefinitionCommand";
94
+ import {
95
+ DeleteCoreDefinitionCommandInput,
96
+ DeleteCoreDefinitionCommandOutput,
97
+ } from "../commands/DeleteCoreDefinitionCommand";
98
+ import {
99
+ DeleteDeviceDefinitionCommandInput,
100
+ DeleteDeviceDefinitionCommandOutput,
101
+ } from "../commands/DeleteDeviceDefinitionCommand";
102
+ import {
103
+ DeleteFunctionDefinitionCommandInput,
104
+ DeleteFunctionDefinitionCommandOutput,
105
+ } from "../commands/DeleteFunctionDefinitionCommand";
106
+ import {
107
+ DeleteGroupCommandInput,
108
+ DeleteGroupCommandOutput,
109
+ } from "../commands/DeleteGroupCommand";
110
+ import {
111
+ DeleteLoggerDefinitionCommandInput,
112
+ DeleteLoggerDefinitionCommandOutput,
113
+ } from "../commands/DeleteLoggerDefinitionCommand";
114
+ import {
115
+ DeleteResourceDefinitionCommandInput,
116
+ DeleteResourceDefinitionCommandOutput,
117
+ } from "../commands/DeleteResourceDefinitionCommand";
118
+ import {
119
+ DeleteSubscriptionDefinitionCommandInput,
120
+ DeleteSubscriptionDefinitionCommandOutput,
121
+ } from "../commands/DeleteSubscriptionDefinitionCommand";
122
+ import {
123
+ DisassociateRoleFromGroupCommandInput,
124
+ DisassociateRoleFromGroupCommandOutput,
125
+ } from "../commands/DisassociateRoleFromGroupCommand";
126
+ import {
127
+ DisassociateServiceRoleFromAccountCommandInput,
128
+ DisassociateServiceRoleFromAccountCommandOutput,
129
+ } from "../commands/DisassociateServiceRoleFromAccountCommand";
130
+ import {
131
+ GetAssociatedRoleCommandInput,
132
+ GetAssociatedRoleCommandOutput,
133
+ } from "../commands/GetAssociatedRoleCommand";
134
+ import {
135
+ GetBulkDeploymentStatusCommandInput,
136
+ GetBulkDeploymentStatusCommandOutput,
137
+ } from "../commands/GetBulkDeploymentStatusCommand";
138
+ import {
139
+ GetConnectivityInfoCommandInput,
140
+ GetConnectivityInfoCommandOutput,
141
+ } from "../commands/GetConnectivityInfoCommand";
142
+ import {
143
+ GetConnectorDefinitionCommandInput,
144
+ GetConnectorDefinitionCommandOutput,
145
+ } from "../commands/GetConnectorDefinitionCommand";
146
+ import {
147
+ GetConnectorDefinitionVersionCommandInput,
148
+ GetConnectorDefinitionVersionCommandOutput,
149
+ } from "../commands/GetConnectorDefinitionVersionCommand";
150
+ import {
151
+ GetCoreDefinitionCommandInput,
152
+ GetCoreDefinitionCommandOutput,
153
+ } from "../commands/GetCoreDefinitionCommand";
154
+ import {
155
+ GetCoreDefinitionVersionCommandInput,
156
+ GetCoreDefinitionVersionCommandOutput,
157
+ } from "../commands/GetCoreDefinitionVersionCommand";
158
+ import {
159
+ GetDeploymentStatusCommandInput,
160
+ GetDeploymentStatusCommandOutput,
161
+ } from "../commands/GetDeploymentStatusCommand";
162
+ import {
163
+ GetDeviceDefinitionCommandInput,
164
+ GetDeviceDefinitionCommandOutput,
165
+ } from "../commands/GetDeviceDefinitionCommand";
166
+ import {
167
+ GetDeviceDefinitionVersionCommandInput,
168
+ GetDeviceDefinitionVersionCommandOutput,
169
+ } from "../commands/GetDeviceDefinitionVersionCommand";
170
+ import {
171
+ GetFunctionDefinitionCommandInput,
172
+ GetFunctionDefinitionCommandOutput,
173
+ } from "../commands/GetFunctionDefinitionCommand";
174
+ import {
175
+ GetFunctionDefinitionVersionCommandInput,
176
+ GetFunctionDefinitionVersionCommandOutput,
177
+ } from "../commands/GetFunctionDefinitionVersionCommand";
178
+ import {
179
+ GetGroupCertificateAuthorityCommandInput,
180
+ GetGroupCertificateAuthorityCommandOutput,
181
+ } from "../commands/GetGroupCertificateAuthorityCommand";
182
+ import {
183
+ GetGroupCertificateConfigurationCommandInput,
184
+ GetGroupCertificateConfigurationCommandOutput,
185
+ } from "../commands/GetGroupCertificateConfigurationCommand";
186
+ import {
187
+ GetGroupCommandInput,
188
+ GetGroupCommandOutput,
189
+ } from "../commands/GetGroupCommand";
190
+ import {
191
+ GetGroupVersionCommandInput,
192
+ GetGroupVersionCommandOutput,
193
+ } from "../commands/GetGroupVersionCommand";
194
+ import {
195
+ GetLoggerDefinitionCommandInput,
196
+ GetLoggerDefinitionCommandOutput,
197
+ } from "../commands/GetLoggerDefinitionCommand";
198
+ import {
199
+ GetLoggerDefinitionVersionCommandInput,
200
+ GetLoggerDefinitionVersionCommandOutput,
201
+ } from "../commands/GetLoggerDefinitionVersionCommand";
202
+ import {
203
+ GetResourceDefinitionCommandInput,
204
+ GetResourceDefinitionCommandOutput,
205
+ } from "../commands/GetResourceDefinitionCommand";
206
+ import {
207
+ GetResourceDefinitionVersionCommandInput,
208
+ GetResourceDefinitionVersionCommandOutput,
209
+ } from "../commands/GetResourceDefinitionVersionCommand";
210
+ import {
211
+ GetServiceRoleForAccountCommandInput,
212
+ GetServiceRoleForAccountCommandOutput,
213
+ } from "../commands/GetServiceRoleForAccountCommand";
214
+ import {
215
+ GetSubscriptionDefinitionCommandInput,
216
+ GetSubscriptionDefinitionCommandOutput,
217
+ } from "../commands/GetSubscriptionDefinitionCommand";
218
+ import {
219
+ GetSubscriptionDefinitionVersionCommandInput,
220
+ GetSubscriptionDefinitionVersionCommandOutput,
221
+ } from "../commands/GetSubscriptionDefinitionVersionCommand";
222
+ import {
223
+ GetThingRuntimeConfigurationCommandInput,
224
+ GetThingRuntimeConfigurationCommandOutput,
225
+ } from "../commands/GetThingRuntimeConfigurationCommand";
226
+ import {
227
+ ListBulkDeploymentDetailedReportsCommandInput,
228
+ ListBulkDeploymentDetailedReportsCommandOutput,
229
+ } from "../commands/ListBulkDeploymentDetailedReportsCommand";
230
+ import {
231
+ ListBulkDeploymentsCommandInput,
232
+ ListBulkDeploymentsCommandOutput,
233
+ } from "../commands/ListBulkDeploymentsCommand";
234
+ import {
235
+ ListConnectorDefinitionsCommandInput,
236
+ ListConnectorDefinitionsCommandOutput,
237
+ } from "../commands/ListConnectorDefinitionsCommand";
238
+ import {
239
+ ListConnectorDefinitionVersionsCommandInput,
240
+ ListConnectorDefinitionVersionsCommandOutput,
241
+ } from "../commands/ListConnectorDefinitionVersionsCommand";
242
+ import {
243
+ ListCoreDefinitionsCommandInput,
244
+ ListCoreDefinitionsCommandOutput,
245
+ } from "../commands/ListCoreDefinitionsCommand";
246
+ import {
247
+ ListCoreDefinitionVersionsCommandInput,
248
+ ListCoreDefinitionVersionsCommandOutput,
249
+ } from "../commands/ListCoreDefinitionVersionsCommand";
250
+ import {
251
+ ListDeploymentsCommandInput,
252
+ ListDeploymentsCommandOutput,
253
+ } from "../commands/ListDeploymentsCommand";
254
+ import {
255
+ ListDeviceDefinitionsCommandInput,
256
+ ListDeviceDefinitionsCommandOutput,
257
+ } from "../commands/ListDeviceDefinitionsCommand";
258
+ import {
259
+ ListDeviceDefinitionVersionsCommandInput,
260
+ ListDeviceDefinitionVersionsCommandOutput,
261
+ } from "../commands/ListDeviceDefinitionVersionsCommand";
262
+ import {
263
+ ListFunctionDefinitionsCommandInput,
264
+ ListFunctionDefinitionsCommandOutput,
265
+ } from "../commands/ListFunctionDefinitionsCommand";
266
+ import {
267
+ ListFunctionDefinitionVersionsCommandInput,
268
+ ListFunctionDefinitionVersionsCommandOutput,
269
+ } from "../commands/ListFunctionDefinitionVersionsCommand";
270
+ import {
271
+ ListGroupCertificateAuthoritiesCommandInput,
272
+ ListGroupCertificateAuthoritiesCommandOutput,
273
+ } from "../commands/ListGroupCertificateAuthoritiesCommand";
274
+ import {
275
+ ListGroupsCommandInput,
276
+ ListGroupsCommandOutput,
277
+ } from "../commands/ListGroupsCommand";
278
+ import {
279
+ ListGroupVersionsCommandInput,
280
+ ListGroupVersionsCommandOutput,
281
+ } from "../commands/ListGroupVersionsCommand";
282
+ import {
283
+ ListLoggerDefinitionsCommandInput,
284
+ ListLoggerDefinitionsCommandOutput,
285
+ } from "../commands/ListLoggerDefinitionsCommand";
286
+ import {
287
+ ListLoggerDefinitionVersionsCommandInput,
288
+ ListLoggerDefinitionVersionsCommandOutput,
289
+ } from "../commands/ListLoggerDefinitionVersionsCommand";
290
+ import {
291
+ ListResourceDefinitionsCommandInput,
292
+ ListResourceDefinitionsCommandOutput,
293
+ } from "../commands/ListResourceDefinitionsCommand";
294
+ import {
295
+ ListResourceDefinitionVersionsCommandInput,
296
+ ListResourceDefinitionVersionsCommandOutput,
297
+ } from "../commands/ListResourceDefinitionVersionsCommand";
298
+ import {
299
+ ListSubscriptionDefinitionsCommandInput,
300
+ ListSubscriptionDefinitionsCommandOutput,
301
+ } from "../commands/ListSubscriptionDefinitionsCommand";
302
+ import {
303
+ ListSubscriptionDefinitionVersionsCommandInput,
304
+ ListSubscriptionDefinitionVersionsCommandOutput,
305
+ } from "../commands/ListSubscriptionDefinitionVersionsCommand";
306
+ import {
307
+ ListTagsForResourceCommandInput,
308
+ ListTagsForResourceCommandOutput,
309
+ } from "../commands/ListTagsForResourceCommand";
310
+ import {
311
+ ResetDeploymentsCommandInput,
312
+ ResetDeploymentsCommandOutput,
313
+ } from "../commands/ResetDeploymentsCommand";
314
+ import {
315
+ StartBulkDeploymentCommandInput,
316
+ StartBulkDeploymentCommandOutput,
317
+ } from "../commands/StartBulkDeploymentCommand";
318
+ import {
319
+ StopBulkDeploymentCommandInput,
320
+ StopBulkDeploymentCommandOutput,
321
+ } from "../commands/StopBulkDeploymentCommand";
322
+ import {
323
+ TagResourceCommandInput,
324
+ TagResourceCommandOutput,
325
+ } from "../commands/TagResourceCommand";
326
+ import {
327
+ UntagResourceCommandInput,
328
+ UntagResourceCommandOutput,
329
+ } from "../commands/UntagResourceCommand";
330
+ import {
331
+ UpdateConnectivityInfoCommandInput,
332
+ UpdateConnectivityInfoCommandOutput,
333
+ } from "../commands/UpdateConnectivityInfoCommand";
334
+ import {
335
+ UpdateConnectorDefinitionCommandInput,
336
+ UpdateConnectorDefinitionCommandOutput,
337
+ } from "../commands/UpdateConnectorDefinitionCommand";
338
+ import {
339
+ UpdateCoreDefinitionCommandInput,
340
+ UpdateCoreDefinitionCommandOutput,
341
+ } from "../commands/UpdateCoreDefinitionCommand";
342
+ import {
343
+ UpdateDeviceDefinitionCommandInput,
344
+ UpdateDeviceDefinitionCommandOutput,
345
+ } from "../commands/UpdateDeviceDefinitionCommand";
346
+ import {
347
+ UpdateFunctionDefinitionCommandInput,
348
+ UpdateFunctionDefinitionCommandOutput,
349
+ } from "../commands/UpdateFunctionDefinitionCommand";
350
+ import {
351
+ UpdateGroupCertificateConfigurationCommandInput,
352
+ UpdateGroupCertificateConfigurationCommandOutput,
353
+ } from "../commands/UpdateGroupCertificateConfigurationCommand";
354
+ import {
355
+ UpdateGroupCommandInput,
356
+ UpdateGroupCommandOutput,
357
+ } from "../commands/UpdateGroupCommand";
358
+ import {
359
+ UpdateLoggerDefinitionCommandInput,
360
+ UpdateLoggerDefinitionCommandOutput,
361
+ } from "../commands/UpdateLoggerDefinitionCommand";
362
+ import {
363
+ UpdateResourceDefinitionCommandInput,
364
+ UpdateResourceDefinitionCommandOutput,
365
+ } from "../commands/UpdateResourceDefinitionCommand";
366
+ import {
367
+ UpdateSubscriptionDefinitionCommandInput,
368
+ UpdateSubscriptionDefinitionCommandOutput,
369
+ } from "../commands/UpdateSubscriptionDefinitionCommand";
370
+ import {
371
+ UpdateThingRuntimeConfigurationCommandInput,
372
+ UpdateThingRuntimeConfigurationCommandOutput,
373
+ } from "../commands/UpdateThingRuntimeConfigurationCommand";
374
+ export declare const serializeAws_restJson1AssociateRoleToGroupCommand: (
375
+ input: AssociateRoleToGroupCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_restJson1AssociateServiceRoleToAccountCommand: (
379
+ input: AssociateServiceRoleToAccountCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_restJson1CreateConnectorDefinitionCommand: (
383
+ input: CreateConnectorDefinitionCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_restJson1CreateConnectorDefinitionVersionCommand: (
387
+ input: CreateConnectorDefinitionVersionCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_restJson1CreateCoreDefinitionCommand: (
391
+ input: CreateCoreDefinitionCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_restJson1CreateCoreDefinitionVersionCommand: (
395
+ input: CreateCoreDefinitionVersionCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_restJson1CreateDeploymentCommand: (
399
+ input: CreateDeploymentCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_restJson1CreateDeviceDefinitionCommand: (
403
+ input: CreateDeviceDefinitionCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_restJson1CreateDeviceDefinitionVersionCommand: (
407
+ input: CreateDeviceDefinitionVersionCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_restJson1CreateFunctionDefinitionCommand: (
411
+ input: CreateFunctionDefinitionCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_restJson1CreateFunctionDefinitionVersionCommand: (
415
+ input: CreateFunctionDefinitionVersionCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_restJson1CreateGroupCommand: (
419
+ input: CreateGroupCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_restJson1CreateGroupCertificateAuthorityCommand: (
423
+ input: CreateGroupCertificateAuthorityCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_restJson1CreateGroupVersionCommand: (
427
+ input: CreateGroupVersionCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_restJson1CreateLoggerDefinitionCommand: (
431
+ input: CreateLoggerDefinitionCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_restJson1CreateLoggerDefinitionVersionCommand: (
435
+ input: CreateLoggerDefinitionVersionCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_restJson1CreateResourceDefinitionCommand: (
439
+ input: CreateResourceDefinitionCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_restJson1CreateResourceDefinitionVersionCommand: (
443
+ input: CreateResourceDefinitionVersionCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_restJson1CreateSoftwareUpdateJobCommand: (
447
+ input: CreateSoftwareUpdateJobCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_restJson1CreateSubscriptionDefinitionCommand: (
451
+ input: CreateSubscriptionDefinitionCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_restJson1CreateSubscriptionDefinitionVersionCommand: (
455
+ input: CreateSubscriptionDefinitionVersionCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_restJson1DeleteConnectorDefinitionCommand: (
459
+ input: DeleteConnectorDefinitionCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_restJson1DeleteCoreDefinitionCommand: (
463
+ input: DeleteCoreDefinitionCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_restJson1DeleteDeviceDefinitionCommand: (
467
+ input: DeleteDeviceDefinitionCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_restJson1DeleteFunctionDefinitionCommand: (
471
+ input: DeleteFunctionDefinitionCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_restJson1DeleteGroupCommand: (
475
+ input: DeleteGroupCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_restJson1DeleteLoggerDefinitionCommand: (
479
+ input: DeleteLoggerDefinitionCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_restJson1DeleteResourceDefinitionCommand: (
483
+ input: DeleteResourceDefinitionCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_restJson1DeleteSubscriptionDefinitionCommand: (
487
+ input: DeleteSubscriptionDefinitionCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_restJson1DisassociateRoleFromGroupCommand: (
491
+ input: DisassociateRoleFromGroupCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_restJson1DisassociateServiceRoleFromAccountCommand: (
495
+ input: DisassociateServiceRoleFromAccountCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_restJson1GetAssociatedRoleCommand: (
499
+ input: GetAssociatedRoleCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_restJson1GetBulkDeploymentStatusCommand: (
503
+ input: GetBulkDeploymentStatusCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_restJson1GetConnectivityInfoCommand: (
507
+ input: GetConnectivityInfoCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_restJson1GetConnectorDefinitionCommand: (
511
+ input: GetConnectorDefinitionCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_restJson1GetConnectorDefinitionVersionCommand: (
515
+ input: GetConnectorDefinitionVersionCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_restJson1GetCoreDefinitionCommand: (
519
+ input: GetCoreDefinitionCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_restJson1GetCoreDefinitionVersionCommand: (
523
+ input: GetCoreDefinitionVersionCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_restJson1GetDeploymentStatusCommand: (
527
+ input: GetDeploymentStatusCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_restJson1GetDeviceDefinitionCommand: (
531
+ input: GetDeviceDefinitionCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const serializeAws_restJson1GetDeviceDefinitionVersionCommand: (
535
+ input: GetDeviceDefinitionVersionCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
538
+ export declare const serializeAws_restJson1GetFunctionDefinitionCommand: (
539
+ input: GetFunctionDefinitionCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
542
+ export declare const serializeAws_restJson1GetFunctionDefinitionVersionCommand: (
543
+ input: GetFunctionDefinitionVersionCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
546
+ export declare const serializeAws_restJson1GetGroupCommand: (
547
+ input: GetGroupCommandInput,
548
+ context: __SerdeContext
549
+ ) => Promise<__HttpRequest>;
550
+ export declare const serializeAws_restJson1GetGroupCertificateAuthorityCommand: (
551
+ input: GetGroupCertificateAuthorityCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
554
+ export declare const serializeAws_restJson1GetGroupCertificateConfigurationCommand: (
555
+ input: GetGroupCertificateConfigurationCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
558
+ export declare const serializeAws_restJson1GetGroupVersionCommand: (
559
+ input: GetGroupVersionCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
562
+ export declare const serializeAws_restJson1GetLoggerDefinitionCommand: (
563
+ input: GetLoggerDefinitionCommandInput,
564
+ context: __SerdeContext
565
+ ) => Promise<__HttpRequest>;
566
+ export declare const serializeAws_restJson1GetLoggerDefinitionVersionCommand: (
567
+ input: GetLoggerDefinitionVersionCommandInput,
568
+ context: __SerdeContext
569
+ ) => Promise<__HttpRequest>;
570
+ export declare const serializeAws_restJson1GetResourceDefinitionCommand: (
571
+ input: GetResourceDefinitionCommandInput,
572
+ context: __SerdeContext
573
+ ) => Promise<__HttpRequest>;
574
+ export declare const serializeAws_restJson1GetResourceDefinitionVersionCommand: (
575
+ input: GetResourceDefinitionVersionCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
578
+ export declare const serializeAws_restJson1GetServiceRoleForAccountCommand: (
579
+ input: GetServiceRoleForAccountCommandInput,
580
+ context: __SerdeContext
581
+ ) => Promise<__HttpRequest>;
582
+ export declare const serializeAws_restJson1GetSubscriptionDefinitionCommand: (
583
+ input: GetSubscriptionDefinitionCommandInput,
584
+ context: __SerdeContext
585
+ ) => Promise<__HttpRequest>;
586
+ export declare const serializeAws_restJson1GetSubscriptionDefinitionVersionCommand: (
587
+ input: GetSubscriptionDefinitionVersionCommandInput,
588
+ context: __SerdeContext
589
+ ) => Promise<__HttpRequest>;
590
+ export declare const serializeAws_restJson1GetThingRuntimeConfigurationCommand: (
591
+ input: GetThingRuntimeConfigurationCommandInput,
592
+ context: __SerdeContext
593
+ ) => Promise<__HttpRequest>;
594
+ export declare const serializeAws_restJson1ListBulkDeploymentDetailedReportsCommand: (
595
+ input: ListBulkDeploymentDetailedReportsCommandInput,
596
+ context: __SerdeContext
597
+ ) => Promise<__HttpRequest>;
598
+ export declare const serializeAws_restJson1ListBulkDeploymentsCommand: (
599
+ input: ListBulkDeploymentsCommandInput,
600
+ context: __SerdeContext
601
+ ) => Promise<__HttpRequest>;
602
+ export declare const serializeAws_restJson1ListConnectorDefinitionsCommand: (
603
+ input: ListConnectorDefinitionsCommandInput,
604
+ context: __SerdeContext
605
+ ) => Promise<__HttpRequest>;
606
+ export declare const serializeAws_restJson1ListConnectorDefinitionVersionsCommand: (
607
+ input: ListConnectorDefinitionVersionsCommandInput,
608
+ context: __SerdeContext
609
+ ) => Promise<__HttpRequest>;
610
+ export declare const serializeAws_restJson1ListCoreDefinitionsCommand: (
611
+ input: ListCoreDefinitionsCommandInput,
612
+ context: __SerdeContext
613
+ ) => Promise<__HttpRequest>;
614
+ export declare const serializeAws_restJson1ListCoreDefinitionVersionsCommand: (
615
+ input: ListCoreDefinitionVersionsCommandInput,
616
+ context: __SerdeContext
617
+ ) => Promise<__HttpRequest>;
618
+ export declare const serializeAws_restJson1ListDeploymentsCommand: (
619
+ input: ListDeploymentsCommandInput,
620
+ context: __SerdeContext
621
+ ) => Promise<__HttpRequest>;
622
+ export declare const serializeAws_restJson1ListDeviceDefinitionsCommand: (
623
+ input: ListDeviceDefinitionsCommandInput,
624
+ context: __SerdeContext
625
+ ) => Promise<__HttpRequest>;
626
+ export declare const serializeAws_restJson1ListDeviceDefinitionVersionsCommand: (
627
+ input: ListDeviceDefinitionVersionsCommandInput,
628
+ context: __SerdeContext
629
+ ) => Promise<__HttpRequest>;
630
+ export declare const serializeAws_restJson1ListFunctionDefinitionsCommand: (
631
+ input: ListFunctionDefinitionsCommandInput,
632
+ context: __SerdeContext
633
+ ) => Promise<__HttpRequest>;
634
+ export declare const serializeAws_restJson1ListFunctionDefinitionVersionsCommand: (
635
+ input: ListFunctionDefinitionVersionsCommandInput,
636
+ context: __SerdeContext
637
+ ) => Promise<__HttpRequest>;
638
+ export declare const serializeAws_restJson1ListGroupCertificateAuthoritiesCommand: (
639
+ input: ListGroupCertificateAuthoritiesCommandInput,
640
+ context: __SerdeContext
641
+ ) => Promise<__HttpRequest>;
642
+ export declare const serializeAws_restJson1ListGroupsCommand: (
643
+ input: ListGroupsCommandInput,
644
+ context: __SerdeContext
645
+ ) => Promise<__HttpRequest>;
646
+ export declare const serializeAws_restJson1ListGroupVersionsCommand: (
647
+ input: ListGroupVersionsCommandInput,
648
+ context: __SerdeContext
649
+ ) => Promise<__HttpRequest>;
650
+ export declare const serializeAws_restJson1ListLoggerDefinitionsCommand: (
651
+ input: ListLoggerDefinitionsCommandInput,
652
+ context: __SerdeContext
653
+ ) => Promise<__HttpRequest>;
654
+ export declare const serializeAws_restJson1ListLoggerDefinitionVersionsCommand: (
655
+ input: ListLoggerDefinitionVersionsCommandInput,
656
+ context: __SerdeContext
657
+ ) => Promise<__HttpRequest>;
658
+ export declare const serializeAws_restJson1ListResourceDefinitionsCommand: (
659
+ input: ListResourceDefinitionsCommandInput,
660
+ context: __SerdeContext
661
+ ) => Promise<__HttpRequest>;
662
+ export declare const serializeAws_restJson1ListResourceDefinitionVersionsCommand: (
663
+ input: ListResourceDefinitionVersionsCommandInput,
664
+ context: __SerdeContext
665
+ ) => Promise<__HttpRequest>;
666
+ export declare const serializeAws_restJson1ListSubscriptionDefinitionsCommand: (
667
+ input: ListSubscriptionDefinitionsCommandInput,
668
+ context: __SerdeContext
669
+ ) => Promise<__HttpRequest>;
670
+ export declare const serializeAws_restJson1ListSubscriptionDefinitionVersionsCommand: (
671
+ input: ListSubscriptionDefinitionVersionsCommandInput,
672
+ context: __SerdeContext
673
+ ) => Promise<__HttpRequest>;
674
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
675
+ input: ListTagsForResourceCommandInput,
676
+ context: __SerdeContext
677
+ ) => Promise<__HttpRequest>;
678
+ export declare const serializeAws_restJson1ResetDeploymentsCommand: (
679
+ input: ResetDeploymentsCommandInput,
680
+ context: __SerdeContext
681
+ ) => Promise<__HttpRequest>;
682
+ export declare const serializeAws_restJson1StartBulkDeploymentCommand: (
683
+ input: StartBulkDeploymentCommandInput,
684
+ context: __SerdeContext
685
+ ) => Promise<__HttpRequest>;
686
+ export declare const serializeAws_restJson1StopBulkDeploymentCommand: (
687
+ input: StopBulkDeploymentCommandInput,
688
+ context: __SerdeContext
689
+ ) => Promise<__HttpRequest>;
690
+ export declare const serializeAws_restJson1TagResourceCommand: (
691
+ input: TagResourceCommandInput,
692
+ context: __SerdeContext
693
+ ) => Promise<__HttpRequest>;
694
+ export declare const serializeAws_restJson1UntagResourceCommand: (
695
+ input: UntagResourceCommandInput,
696
+ context: __SerdeContext
697
+ ) => Promise<__HttpRequest>;
698
+ export declare const serializeAws_restJson1UpdateConnectivityInfoCommand: (
699
+ input: UpdateConnectivityInfoCommandInput,
700
+ context: __SerdeContext
701
+ ) => Promise<__HttpRequest>;
702
+ export declare const serializeAws_restJson1UpdateConnectorDefinitionCommand: (
703
+ input: UpdateConnectorDefinitionCommandInput,
704
+ context: __SerdeContext
705
+ ) => Promise<__HttpRequest>;
706
+ export declare const serializeAws_restJson1UpdateCoreDefinitionCommand: (
707
+ input: UpdateCoreDefinitionCommandInput,
708
+ context: __SerdeContext
709
+ ) => Promise<__HttpRequest>;
710
+ export declare const serializeAws_restJson1UpdateDeviceDefinitionCommand: (
711
+ input: UpdateDeviceDefinitionCommandInput,
712
+ context: __SerdeContext
713
+ ) => Promise<__HttpRequest>;
714
+ export declare const serializeAws_restJson1UpdateFunctionDefinitionCommand: (
715
+ input: UpdateFunctionDefinitionCommandInput,
716
+ context: __SerdeContext
717
+ ) => Promise<__HttpRequest>;
718
+ export declare const serializeAws_restJson1UpdateGroupCommand: (
719
+ input: UpdateGroupCommandInput,
720
+ context: __SerdeContext
721
+ ) => Promise<__HttpRequest>;
722
+ export declare const serializeAws_restJson1UpdateGroupCertificateConfigurationCommand: (
723
+ input: UpdateGroupCertificateConfigurationCommandInput,
724
+ context: __SerdeContext
725
+ ) => Promise<__HttpRequest>;
726
+ export declare const serializeAws_restJson1UpdateLoggerDefinitionCommand: (
727
+ input: UpdateLoggerDefinitionCommandInput,
728
+ context: __SerdeContext
729
+ ) => Promise<__HttpRequest>;
730
+ export declare const serializeAws_restJson1UpdateResourceDefinitionCommand: (
731
+ input: UpdateResourceDefinitionCommandInput,
732
+ context: __SerdeContext
733
+ ) => Promise<__HttpRequest>;
734
+ export declare const serializeAws_restJson1UpdateSubscriptionDefinitionCommand: (
735
+ input: UpdateSubscriptionDefinitionCommandInput,
736
+ context: __SerdeContext
737
+ ) => Promise<__HttpRequest>;
738
+ export declare const serializeAws_restJson1UpdateThingRuntimeConfigurationCommand: (
739
+ input: UpdateThingRuntimeConfigurationCommandInput,
740
+ context: __SerdeContext
741
+ ) => Promise<__HttpRequest>;
742
+ export declare const deserializeAws_restJson1AssociateRoleToGroupCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<AssociateRoleToGroupCommandOutput>;
746
+ export declare const deserializeAws_restJson1AssociateServiceRoleToAccountCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<AssociateServiceRoleToAccountCommandOutput>;
750
+ export declare const deserializeAws_restJson1CreateConnectorDefinitionCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<CreateConnectorDefinitionCommandOutput>;
754
+ export declare const deserializeAws_restJson1CreateConnectorDefinitionVersionCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<CreateConnectorDefinitionVersionCommandOutput>;
758
+ export declare const deserializeAws_restJson1CreateCoreDefinitionCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<CreateCoreDefinitionCommandOutput>;
762
+ export declare const deserializeAws_restJson1CreateCoreDefinitionVersionCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<CreateCoreDefinitionVersionCommandOutput>;
766
+ export declare const deserializeAws_restJson1CreateDeploymentCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<CreateDeploymentCommandOutput>;
770
+ export declare const deserializeAws_restJson1CreateDeviceDefinitionCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<CreateDeviceDefinitionCommandOutput>;
774
+ export declare const deserializeAws_restJson1CreateDeviceDefinitionVersionCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<CreateDeviceDefinitionVersionCommandOutput>;
778
+ export declare const deserializeAws_restJson1CreateFunctionDefinitionCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<CreateFunctionDefinitionCommandOutput>;
782
+ export declare const deserializeAws_restJson1CreateFunctionDefinitionVersionCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<CreateFunctionDefinitionVersionCommandOutput>;
786
+ export declare const deserializeAws_restJson1CreateGroupCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<CreateGroupCommandOutput>;
790
+ export declare const deserializeAws_restJson1CreateGroupCertificateAuthorityCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<CreateGroupCertificateAuthorityCommandOutput>;
794
+ export declare const deserializeAws_restJson1CreateGroupVersionCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<CreateGroupVersionCommandOutput>;
798
+ export declare const deserializeAws_restJson1CreateLoggerDefinitionCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<CreateLoggerDefinitionCommandOutput>;
802
+ export declare const deserializeAws_restJson1CreateLoggerDefinitionVersionCommand: (
803
+ output: __HttpResponse,
804
+ context: __SerdeContext
805
+ ) => Promise<CreateLoggerDefinitionVersionCommandOutput>;
806
+ export declare const deserializeAws_restJson1CreateResourceDefinitionCommand: (
807
+ output: __HttpResponse,
808
+ context: __SerdeContext
809
+ ) => Promise<CreateResourceDefinitionCommandOutput>;
810
+ export declare const deserializeAws_restJson1CreateResourceDefinitionVersionCommand: (
811
+ output: __HttpResponse,
812
+ context: __SerdeContext
813
+ ) => Promise<CreateResourceDefinitionVersionCommandOutput>;
814
+ export declare const deserializeAws_restJson1CreateSoftwareUpdateJobCommand: (
815
+ output: __HttpResponse,
816
+ context: __SerdeContext
817
+ ) => Promise<CreateSoftwareUpdateJobCommandOutput>;
818
+ export declare const deserializeAws_restJson1CreateSubscriptionDefinitionCommand: (
819
+ output: __HttpResponse,
820
+ context: __SerdeContext
821
+ ) => Promise<CreateSubscriptionDefinitionCommandOutput>;
822
+ export declare const deserializeAws_restJson1CreateSubscriptionDefinitionVersionCommand: (
823
+ output: __HttpResponse,
824
+ context: __SerdeContext
825
+ ) => Promise<CreateSubscriptionDefinitionVersionCommandOutput>;
826
+ export declare const deserializeAws_restJson1DeleteConnectorDefinitionCommand: (
827
+ output: __HttpResponse,
828
+ context: __SerdeContext
829
+ ) => Promise<DeleteConnectorDefinitionCommandOutput>;
830
+ export declare const deserializeAws_restJson1DeleteCoreDefinitionCommand: (
831
+ output: __HttpResponse,
832
+ context: __SerdeContext
833
+ ) => Promise<DeleteCoreDefinitionCommandOutput>;
834
+ export declare const deserializeAws_restJson1DeleteDeviceDefinitionCommand: (
835
+ output: __HttpResponse,
836
+ context: __SerdeContext
837
+ ) => Promise<DeleteDeviceDefinitionCommandOutput>;
838
+ export declare const deserializeAws_restJson1DeleteFunctionDefinitionCommand: (
839
+ output: __HttpResponse,
840
+ context: __SerdeContext
841
+ ) => Promise<DeleteFunctionDefinitionCommandOutput>;
842
+ export declare const deserializeAws_restJson1DeleteGroupCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<DeleteGroupCommandOutput>;
846
+ export declare const deserializeAws_restJson1DeleteLoggerDefinitionCommand: (
847
+ output: __HttpResponse,
848
+ context: __SerdeContext
849
+ ) => Promise<DeleteLoggerDefinitionCommandOutput>;
850
+ export declare const deserializeAws_restJson1DeleteResourceDefinitionCommand: (
851
+ output: __HttpResponse,
852
+ context: __SerdeContext
853
+ ) => Promise<DeleteResourceDefinitionCommandOutput>;
854
+ export declare const deserializeAws_restJson1DeleteSubscriptionDefinitionCommand: (
855
+ output: __HttpResponse,
856
+ context: __SerdeContext
857
+ ) => Promise<DeleteSubscriptionDefinitionCommandOutput>;
858
+ export declare const deserializeAws_restJson1DisassociateRoleFromGroupCommand: (
859
+ output: __HttpResponse,
860
+ context: __SerdeContext
861
+ ) => Promise<DisassociateRoleFromGroupCommandOutput>;
862
+ export declare const deserializeAws_restJson1DisassociateServiceRoleFromAccountCommand: (
863
+ output: __HttpResponse,
864
+ context: __SerdeContext
865
+ ) => Promise<DisassociateServiceRoleFromAccountCommandOutput>;
866
+ export declare const deserializeAws_restJson1GetAssociatedRoleCommand: (
867
+ output: __HttpResponse,
868
+ context: __SerdeContext
869
+ ) => Promise<GetAssociatedRoleCommandOutput>;
870
+ export declare const deserializeAws_restJson1GetBulkDeploymentStatusCommand: (
871
+ output: __HttpResponse,
872
+ context: __SerdeContext
873
+ ) => Promise<GetBulkDeploymentStatusCommandOutput>;
874
+ export declare const deserializeAws_restJson1GetConnectivityInfoCommand: (
875
+ output: __HttpResponse,
876
+ context: __SerdeContext
877
+ ) => Promise<GetConnectivityInfoCommandOutput>;
878
+ export declare const deserializeAws_restJson1GetConnectorDefinitionCommand: (
879
+ output: __HttpResponse,
880
+ context: __SerdeContext
881
+ ) => Promise<GetConnectorDefinitionCommandOutput>;
882
+ export declare const deserializeAws_restJson1GetConnectorDefinitionVersionCommand: (
883
+ output: __HttpResponse,
884
+ context: __SerdeContext
885
+ ) => Promise<GetConnectorDefinitionVersionCommandOutput>;
886
+ export declare const deserializeAws_restJson1GetCoreDefinitionCommand: (
887
+ output: __HttpResponse,
888
+ context: __SerdeContext
889
+ ) => Promise<GetCoreDefinitionCommandOutput>;
890
+ export declare const deserializeAws_restJson1GetCoreDefinitionVersionCommand: (
891
+ output: __HttpResponse,
892
+ context: __SerdeContext
893
+ ) => Promise<GetCoreDefinitionVersionCommandOutput>;
894
+ export declare const deserializeAws_restJson1GetDeploymentStatusCommand: (
895
+ output: __HttpResponse,
896
+ context: __SerdeContext
897
+ ) => Promise<GetDeploymentStatusCommandOutput>;
898
+ export declare const deserializeAws_restJson1GetDeviceDefinitionCommand: (
899
+ output: __HttpResponse,
900
+ context: __SerdeContext
901
+ ) => Promise<GetDeviceDefinitionCommandOutput>;
902
+ export declare const deserializeAws_restJson1GetDeviceDefinitionVersionCommand: (
903
+ output: __HttpResponse,
904
+ context: __SerdeContext
905
+ ) => Promise<GetDeviceDefinitionVersionCommandOutput>;
906
+ export declare const deserializeAws_restJson1GetFunctionDefinitionCommand: (
907
+ output: __HttpResponse,
908
+ context: __SerdeContext
909
+ ) => Promise<GetFunctionDefinitionCommandOutput>;
910
+ export declare const deserializeAws_restJson1GetFunctionDefinitionVersionCommand: (
911
+ output: __HttpResponse,
912
+ context: __SerdeContext
913
+ ) => Promise<GetFunctionDefinitionVersionCommandOutput>;
914
+ export declare const deserializeAws_restJson1GetGroupCommand: (
915
+ output: __HttpResponse,
916
+ context: __SerdeContext
917
+ ) => Promise<GetGroupCommandOutput>;
918
+ export declare const deserializeAws_restJson1GetGroupCertificateAuthorityCommand: (
919
+ output: __HttpResponse,
920
+ context: __SerdeContext
921
+ ) => Promise<GetGroupCertificateAuthorityCommandOutput>;
922
+ export declare const deserializeAws_restJson1GetGroupCertificateConfigurationCommand: (
923
+ output: __HttpResponse,
924
+ context: __SerdeContext
925
+ ) => Promise<GetGroupCertificateConfigurationCommandOutput>;
926
+ export declare const deserializeAws_restJson1GetGroupVersionCommand: (
927
+ output: __HttpResponse,
928
+ context: __SerdeContext
929
+ ) => Promise<GetGroupVersionCommandOutput>;
930
+ export declare const deserializeAws_restJson1GetLoggerDefinitionCommand: (
931
+ output: __HttpResponse,
932
+ context: __SerdeContext
933
+ ) => Promise<GetLoggerDefinitionCommandOutput>;
934
+ export declare const deserializeAws_restJson1GetLoggerDefinitionVersionCommand: (
935
+ output: __HttpResponse,
936
+ context: __SerdeContext
937
+ ) => Promise<GetLoggerDefinitionVersionCommandOutput>;
938
+ export declare const deserializeAws_restJson1GetResourceDefinitionCommand: (
939
+ output: __HttpResponse,
940
+ context: __SerdeContext
941
+ ) => Promise<GetResourceDefinitionCommandOutput>;
942
+ export declare const deserializeAws_restJson1GetResourceDefinitionVersionCommand: (
943
+ output: __HttpResponse,
944
+ context: __SerdeContext
945
+ ) => Promise<GetResourceDefinitionVersionCommandOutput>;
946
+ export declare const deserializeAws_restJson1GetServiceRoleForAccountCommand: (
947
+ output: __HttpResponse,
948
+ context: __SerdeContext
949
+ ) => Promise<GetServiceRoleForAccountCommandOutput>;
950
+ export declare const deserializeAws_restJson1GetSubscriptionDefinitionCommand: (
951
+ output: __HttpResponse,
952
+ context: __SerdeContext
953
+ ) => Promise<GetSubscriptionDefinitionCommandOutput>;
954
+ export declare const deserializeAws_restJson1GetSubscriptionDefinitionVersionCommand: (
955
+ output: __HttpResponse,
956
+ context: __SerdeContext
957
+ ) => Promise<GetSubscriptionDefinitionVersionCommandOutput>;
958
+ export declare const deserializeAws_restJson1GetThingRuntimeConfigurationCommand: (
959
+ output: __HttpResponse,
960
+ context: __SerdeContext
961
+ ) => Promise<GetThingRuntimeConfigurationCommandOutput>;
962
+ export declare const deserializeAws_restJson1ListBulkDeploymentDetailedReportsCommand: (
963
+ output: __HttpResponse,
964
+ context: __SerdeContext
965
+ ) => Promise<ListBulkDeploymentDetailedReportsCommandOutput>;
966
+ export declare const deserializeAws_restJson1ListBulkDeploymentsCommand: (
967
+ output: __HttpResponse,
968
+ context: __SerdeContext
969
+ ) => Promise<ListBulkDeploymentsCommandOutput>;
970
+ export declare const deserializeAws_restJson1ListConnectorDefinitionsCommand: (
971
+ output: __HttpResponse,
972
+ context: __SerdeContext
973
+ ) => Promise<ListConnectorDefinitionsCommandOutput>;
974
+ export declare const deserializeAws_restJson1ListConnectorDefinitionVersionsCommand: (
975
+ output: __HttpResponse,
976
+ context: __SerdeContext
977
+ ) => Promise<ListConnectorDefinitionVersionsCommandOutput>;
978
+ export declare const deserializeAws_restJson1ListCoreDefinitionsCommand: (
979
+ output: __HttpResponse,
980
+ context: __SerdeContext
981
+ ) => Promise<ListCoreDefinitionsCommandOutput>;
982
+ export declare const deserializeAws_restJson1ListCoreDefinitionVersionsCommand: (
983
+ output: __HttpResponse,
984
+ context: __SerdeContext
985
+ ) => Promise<ListCoreDefinitionVersionsCommandOutput>;
986
+ export declare const deserializeAws_restJson1ListDeploymentsCommand: (
987
+ output: __HttpResponse,
988
+ context: __SerdeContext
989
+ ) => Promise<ListDeploymentsCommandOutput>;
990
+ export declare const deserializeAws_restJson1ListDeviceDefinitionsCommand: (
991
+ output: __HttpResponse,
992
+ context: __SerdeContext
993
+ ) => Promise<ListDeviceDefinitionsCommandOutput>;
994
+ export declare const deserializeAws_restJson1ListDeviceDefinitionVersionsCommand: (
995
+ output: __HttpResponse,
996
+ context: __SerdeContext
997
+ ) => Promise<ListDeviceDefinitionVersionsCommandOutput>;
998
+ export declare const deserializeAws_restJson1ListFunctionDefinitionsCommand: (
999
+ output: __HttpResponse,
1000
+ context: __SerdeContext
1001
+ ) => Promise<ListFunctionDefinitionsCommandOutput>;
1002
+ export declare const deserializeAws_restJson1ListFunctionDefinitionVersionsCommand: (
1003
+ output: __HttpResponse,
1004
+ context: __SerdeContext
1005
+ ) => Promise<ListFunctionDefinitionVersionsCommandOutput>;
1006
+ export declare const deserializeAws_restJson1ListGroupCertificateAuthoritiesCommand: (
1007
+ output: __HttpResponse,
1008
+ context: __SerdeContext
1009
+ ) => Promise<ListGroupCertificateAuthoritiesCommandOutput>;
1010
+ export declare const deserializeAws_restJson1ListGroupsCommand: (
1011
+ output: __HttpResponse,
1012
+ context: __SerdeContext
1013
+ ) => Promise<ListGroupsCommandOutput>;
1014
+ export declare const deserializeAws_restJson1ListGroupVersionsCommand: (
1015
+ output: __HttpResponse,
1016
+ context: __SerdeContext
1017
+ ) => Promise<ListGroupVersionsCommandOutput>;
1018
+ export declare const deserializeAws_restJson1ListLoggerDefinitionsCommand: (
1019
+ output: __HttpResponse,
1020
+ context: __SerdeContext
1021
+ ) => Promise<ListLoggerDefinitionsCommandOutput>;
1022
+ export declare const deserializeAws_restJson1ListLoggerDefinitionVersionsCommand: (
1023
+ output: __HttpResponse,
1024
+ context: __SerdeContext
1025
+ ) => Promise<ListLoggerDefinitionVersionsCommandOutput>;
1026
+ export declare const deserializeAws_restJson1ListResourceDefinitionsCommand: (
1027
+ output: __HttpResponse,
1028
+ context: __SerdeContext
1029
+ ) => Promise<ListResourceDefinitionsCommandOutput>;
1030
+ export declare const deserializeAws_restJson1ListResourceDefinitionVersionsCommand: (
1031
+ output: __HttpResponse,
1032
+ context: __SerdeContext
1033
+ ) => Promise<ListResourceDefinitionVersionsCommandOutput>;
1034
+ export declare const deserializeAws_restJson1ListSubscriptionDefinitionsCommand: (
1035
+ output: __HttpResponse,
1036
+ context: __SerdeContext
1037
+ ) => Promise<ListSubscriptionDefinitionsCommandOutput>;
1038
+ export declare const deserializeAws_restJson1ListSubscriptionDefinitionVersionsCommand: (
1039
+ output: __HttpResponse,
1040
+ context: __SerdeContext
1041
+ ) => Promise<ListSubscriptionDefinitionVersionsCommandOutput>;
1042
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
1043
+ output: __HttpResponse,
1044
+ context: __SerdeContext
1045
+ ) => Promise<ListTagsForResourceCommandOutput>;
1046
+ export declare const deserializeAws_restJson1ResetDeploymentsCommand: (
1047
+ output: __HttpResponse,
1048
+ context: __SerdeContext
1049
+ ) => Promise<ResetDeploymentsCommandOutput>;
1050
+ export declare const deserializeAws_restJson1StartBulkDeploymentCommand: (
1051
+ output: __HttpResponse,
1052
+ context: __SerdeContext
1053
+ ) => Promise<StartBulkDeploymentCommandOutput>;
1054
+ export declare const deserializeAws_restJson1StopBulkDeploymentCommand: (
1055
+ output: __HttpResponse,
1056
+ context: __SerdeContext
1057
+ ) => Promise<StopBulkDeploymentCommandOutput>;
1058
+ export declare const deserializeAws_restJson1TagResourceCommand: (
1059
+ output: __HttpResponse,
1060
+ context: __SerdeContext
1061
+ ) => Promise<TagResourceCommandOutput>;
1062
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
1063
+ output: __HttpResponse,
1064
+ context: __SerdeContext
1065
+ ) => Promise<UntagResourceCommandOutput>;
1066
+ export declare const deserializeAws_restJson1UpdateConnectivityInfoCommand: (
1067
+ output: __HttpResponse,
1068
+ context: __SerdeContext
1069
+ ) => Promise<UpdateConnectivityInfoCommandOutput>;
1070
+ export declare const deserializeAws_restJson1UpdateConnectorDefinitionCommand: (
1071
+ output: __HttpResponse,
1072
+ context: __SerdeContext
1073
+ ) => Promise<UpdateConnectorDefinitionCommandOutput>;
1074
+ export declare const deserializeAws_restJson1UpdateCoreDefinitionCommand: (
1075
+ output: __HttpResponse,
1076
+ context: __SerdeContext
1077
+ ) => Promise<UpdateCoreDefinitionCommandOutput>;
1078
+ export declare const deserializeAws_restJson1UpdateDeviceDefinitionCommand: (
1079
+ output: __HttpResponse,
1080
+ context: __SerdeContext
1081
+ ) => Promise<UpdateDeviceDefinitionCommandOutput>;
1082
+ export declare const deserializeAws_restJson1UpdateFunctionDefinitionCommand: (
1083
+ output: __HttpResponse,
1084
+ context: __SerdeContext
1085
+ ) => Promise<UpdateFunctionDefinitionCommandOutput>;
1086
+ export declare const deserializeAws_restJson1UpdateGroupCommand: (
1087
+ output: __HttpResponse,
1088
+ context: __SerdeContext
1089
+ ) => Promise<UpdateGroupCommandOutput>;
1090
+ export declare const deserializeAws_restJson1UpdateGroupCertificateConfigurationCommand: (
1091
+ output: __HttpResponse,
1092
+ context: __SerdeContext
1093
+ ) => Promise<UpdateGroupCertificateConfigurationCommandOutput>;
1094
+ export declare const deserializeAws_restJson1UpdateLoggerDefinitionCommand: (
1095
+ output: __HttpResponse,
1096
+ context: __SerdeContext
1097
+ ) => Promise<UpdateLoggerDefinitionCommandOutput>;
1098
+ export declare const deserializeAws_restJson1UpdateResourceDefinitionCommand: (
1099
+ output: __HttpResponse,
1100
+ context: __SerdeContext
1101
+ ) => Promise<UpdateResourceDefinitionCommandOutput>;
1102
+ export declare const deserializeAws_restJson1UpdateSubscriptionDefinitionCommand: (
1103
+ output: __HttpResponse,
1104
+ context: __SerdeContext
1105
+ ) => Promise<UpdateSubscriptionDefinitionCommandOutput>;
1106
+ export declare const deserializeAws_restJson1UpdateThingRuntimeConfigurationCommand: (
1107
+ output: __HttpResponse,
1108
+ context: __SerdeContext
1109
+ ) => Promise<UpdateThingRuntimeConfigurationCommandOutput>;