@aws-sdk/client-greengrass 3.296.0 → 3.297.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 (97) hide show
  1. package/dist-types/Greengrass.d.ts +93 -0
  2. package/dist-types/GreengrassClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +16 -0
  4. package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateGroupVersionCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +16 -0
  32. package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +16 -0
  33. package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +16 -0
  34. package/dist-types/commands/GetAssociatedRoleCommand.d.ts +16 -0
  35. package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +16 -0
  36. package/dist-types/commands/GetConnectivityInfoCommand.d.ts +16 -0
  37. package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +16 -0
  38. package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +16 -0
  39. package/dist-types/commands/GetCoreDefinitionCommand.d.ts +16 -0
  40. package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +16 -0
  41. package/dist-types/commands/GetDeploymentStatusCommand.d.ts +16 -0
  42. package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +16 -0
  43. package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +16 -0
  44. package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +16 -0
  45. package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +16 -0
  46. package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +16 -0
  47. package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +16 -0
  48. package/dist-types/commands/GetGroupCommand.d.ts +16 -0
  49. package/dist-types/commands/GetGroupVersionCommand.d.ts +16 -0
  50. package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +16 -0
  51. package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +16 -0
  52. package/dist-types/commands/GetResourceDefinitionCommand.d.ts +16 -0
  53. package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +16 -0
  54. package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +16 -0
  55. package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +16 -0
  56. package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +16 -0
  57. package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +16 -0
  58. package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +16 -0
  64. package/dist-types/commands/ListDeploymentsCommand.d.ts +16 -0
  65. package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +16 -0
  66. package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +16 -0
  67. package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +16 -0
  68. package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +16 -0
  69. package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +16 -0
  70. package/dist-types/commands/ListGroupVersionsCommand.d.ts +16 -0
  71. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  72. package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +16 -0
  73. package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +16 -0
  74. package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +16 -0
  75. package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +16 -0
  76. package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +16 -0
  77. package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +16 -0
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  79. package/dist-types/commands/ResetDeploymentsCommand.d.ts +16 -0
  80. package/dist-types/commands/StartBulkDeploymentCommand.d.ts +16 -0
  81. package/dist-types/commands/StopBulkDeploymentCommand.d.ts +16 -0
  82. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  83. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +16 -0
  85. package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +16 -0
  87. package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +16 -0
  88. package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +16 -0
  89. package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +16 -0
  93. package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +16 -0
  94. package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +16 -0
  95. package/dist-types/models/GreengrassServiceException.d.ts +2 -0
  96. package/dist-types/models/models_0.d.ts +623 -0
  97. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DeleteDeviceDefinitionRequest, DeleteDeviceDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDeviceDefinitionCommand}.
8
10
  */
9
11
  export interface DeleteDeviceDefinitionCommandInput extends DeleteDeviceDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDeviceDefinitionCommand}.
13
17
  */
14
18
  export interface DeleteDeviceDefinitionCommandOutput extends DeleteDeviceDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Deletes a device definition.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteDeviceDefinitionCommandOutput extends DeleteDeviceDefinit
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteDeviceDefinitionCommandInput - {@link DeleteDeviceDefinitionCommandInput}
34
+ * @returns {@link DeleteDeviceDefinitionCommandOutput}
28
35
  * @see {@link DeleteDeviceDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteDeviceDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DeleteDeviceDefinitionCommandOutput extends DeleteDeviceDefinit
37
44
  export declare class DeleteDeviceDefinitionCommand extends $Command<DeleteDeviceDefinitionCommandInput, DeleteDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: DeleteDeviceDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DeleteDeviceDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeviceDefinitionCommandInput, DeleteDeviceDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DeleteFunctionDefinitionRequest, DeleteFunctionDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFunctionDefinitionCommand}.
8
10
  */
9
11
  export interface DeleteFunctionDefinitionCommandInput extends DeleteFunctionDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFunctionDefinitionCommand}.
13
17
  */
14
18
  export interface DeleteFunctionDefinitionCommandOutput extends DeleteFunctionDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Deletes a Lambda function definition.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteFunctionDefinitionCommandOutput extends DeleteFunctionDef
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteFunctionDefinitionCommandInput - {@link DeleteFunctionDefinitionCommandInput}
34
+ * @returns {@link DeleteFunctionDefinitionCommandOutput}
28
35
  * @see {@link DeleteFunctionDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteFunctionDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DeleteFunctionDefinitionCommandOutput extends DeleteFunctionDef
37
44
  export declare class DeleteFunctionDefinitionCommand extends $Command<DeleteFunctionDefinitionCommandInput, DeleteFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: DeleteFunctionDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DeleteFunctionDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionDefinitionCommandInput, DeleteFunctionDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteGroupCommand}.
8
10
  */
9
11
  export interface DeleteGroupCommandInput extends DeleteGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteGroupCommand}.
13
17
  */
14
18
  export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Deletes a group.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteGroupCommandInput - {@link DeleteGroupCommandInput}
34
+ * @returns {@link DeleteGroupCommandOutput}
28
35
  * @see {@link DeleteGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
37
44
  export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: DeleteGroupCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DeleteGroupCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DeleteLoggerDefinitionRequest, DeleteLoggerDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteLoggerDefinitionCommand}.
8
10
  */
9
11
  export interface DeleteLoggerDefinitionCommandInput extends DeleteLoggerDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteLoggerDefinitionCommand}.
13
17
  */
14
18
  export interface DeleteLoggerDefinitionCommandOutput extends DeleteLoggerDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Deletes a logger definition.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteLoggerDefinitionCommandOutput extends DeleteLoggerDefinit
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteLoggerDefinitionCommandInput - {@link DeleteLoggerDefinitionCommandInput}
34
+ * @returns {@link DeleteLoggerDefinitionCommandOutput}
28
35
  * @see {@link DeleteLoggerDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteLoggerDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DeleteLoggerDefinitionCommandOutput extends DeleteLoggerDefinit
37
44
  export declare class DeleteLoggerDefinitionCommand extends $Command<DeleteLoggerDefinitionCommandInput, DeleteLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: DeleteLoggerDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DeleteLoggerDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoggerDefinitionCommandInput, DeleteLoggerDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DeleteResourceDefinitionRequest, DeleteResourceDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteResourceDefinitionCommand}.
8
10
  */
9
11
  export interface DeleteResourceDefinitionCommandInput extends DeleteResourceDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteResourceDefinitionCommand}.
13
17
  */
14
18
  export interface DeleteResourceDefinitionCommandOutput extends DeleteResourceDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Deletes a resource definition.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteResourceDefinitionCommandOutput extends DeleteResourceDef
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteResourceDefinitionCommandInput - {@link DeleteResourceDefinitionCommandInput}
34
+ * @returns {@link DeleteResourceDefinitionCommandOutput}
28
35
  * @see {@link DeleteResourceDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteResourceDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DeleteResourceDefinitionCommandOutput extends DeleteResourceDef
37
44
  export declare class DeleteResourceDefinitionCommand extends $Command<DeleteResourceDefinitionCommandInput, DeleteResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: DeleteResourceDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DeleteResourceDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourceDefinitionCommandInput, DeleteResourceDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DeleteSubscriptionDefinitionRequest, DeleteSubscriptionDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteSubscriptionDefinitionCommand}.
8
10
  */
9
11
  export interface DeleteSubscriptionDefinitionCommandInput extends DeleteSubscriptionDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteSubscriptionDefinitionCommand}.
13
17
  */
14
18
  export interface DeleteSubscriptionDefinitionCommandOutput extends DeleteSubscriptionDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Deletes a subscription definition.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteSubscriptionDefinitionCommandOutput extends DeleteSubscri
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteSubscriptionDefinitionCommandInput - {@link DeleteSubscriptionDefinitionCommandInput}
34
+ * @returns {@link DeleteSubscriptionDefinitionCommandOutput}
28
35
  * @see {@link DeleteSubscriptionDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteSubscriptionDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DeleteSubscriptionDefinitionCommandOutput extends DeleteSubscri
37
44
  export declare class DeleteSubscriptionDefinitionCommand extends $Command<DeleteSubscriptionDefinitionCommandInput, DeleteSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: DeleteSubscriptionDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DeleteSubscriptionDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSubscriptionDefinitionCommandInput, DeleteSubscriptionDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DisassociateRoleFromGroupRequest, DisassociateRoleFromGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateRoleFromGroupCommand}.
8
10
  */
9
11
  export interface DisassociateRoleFromGroupCommandInput extends DisassociateRoleFromGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateRoleFromGroupCommand}.
13
17
  */
14
18
  export interface DisassociateRoleFromGroupCommandOutput extends DisassociateRoleFromGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Disassociates the role from a group.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisassociateRoleFromGroupCommandOutput extends DisassociateRole
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateRoleFromGroupCommandInput - {@link DisassociateRoleFromGroupCommandInput}
34
+ * @returns {@link DisassociateRoleFromGroupCommandOutput}
28
35
  * @see {@link DisassociateRoleFromGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateRoleFromGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DisassociateRoleFromGroupCommandOutput extends DisassociateRole
40
47
  export declare class DisassociateRoleFromGroupCommand extends $Command<DisassociateRoleFromGroupCommandInput, DisassociateRoleFromGroupCommandOutput, GreengrassClientResolvedConfig> {
41
48
  readonly input: DisassociateRoleFromGroupCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DisassociateRoleFromGroupCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateRoleFromGroupCommandInput, DisassociateRoleFromGroupCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { DisassociateServiceRoleFromAccountRequest, DisassociateServiceRoleFromAccountResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateServiceRoleFromAccountCommand}.
8
10
  */
9
11
  export interface DisassociateServiceRoleFromAccountCommandInput extends DisassociateServiceRoleFromAccountRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateServiceRoleFromAccountCommand}.
13
17
  */
14
18
  export interface DisassociateServiceRoleFromAccountCommandOutput extends DisassociateServiceRoleFromAccountResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Disassociates the service role from your account. Without a service role, deployments will not work.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisassociateServiceRoleFromAccountCommandOutput extends Disasso
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateServiceRoleFromAccountCommandInput - {@link DisassociateServiceRoleFromAccountCommandInput}
34
+ * @returns {@link DisassociateServiceRoleFromAccountCommandOutput}
28
35
  * @see {@link DisassociateServiceRoleFromAccountCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateServiceRoleFromAccountCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DisassociateServiceRoleFromAccountCommandOutput extends Disasso
37
44
  export declare class DisassociateServiceRoleFromAccountCommand extends $Command<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: DisassociateServiceRoleFromAccountCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DisassociateServiceRoleFromAccountCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetAssociatedRoleRequest, GetAssociatedRoleResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetAssociatedRoleCommand}.
8
10
  */
9
11
  export interface GetAssociatedRoleCommandInput extends GetAssociatedRoleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetAssociatedRoleCommand}.
13
17
  */
14
18
  export interface GetAssociatedRoleCommandOutput extends GetAssociatedRoleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves the role associated with a particular group.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetAssociatedRoleCommandOutput extends GetAssociatedRoleRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetAssociatedRoleCommandInput - {@link GetAssociatedRoleCommandInput}
34
+ * @returns {@link GetAssociatedRoleCommandOutput}
28
35
  * @see {@link GetAssociatedRoleCommandInput} for command's `input` shape.
29
36
  * @see {@link GetAssociatedRoleCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetAssociatedRoleCommandOutput extends GetAssociatedRoleRespons
40
47
  export declare class GetAssociatedRoleCommand extends $Command<GetAssociatedRoleCommandInput, GetAssociatedRoleCommandOutput, GreengrassClientResolvedConfig> {
41
48
  readonly input: GetAssociatedRoleCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetAssociatedRoleCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAssociatedRoleCommandInput, GetAssociatedRoleCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetBulkDeploymentStatusRequest, GetBulkDeploymentStatusResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBulkDeploymentStatusCommand}.
8
10
  */
9
11
  export interface GetBulkDeploymentStatusCommandInput extends GetBulkDeploymentStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBulkDeploymentStatusCommand}.
13
17
  */
14
18
  export interface GetBulkDeploymentStatusCommandOutput extends GetBulkDeploymentStatusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Returns the status of a bulk deployment.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetBulkDeploymentStatusCommandOutput extends GetBulkDeploymentS
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBulkDeploymentStatusCommandInput - {@link GetBulkDeploymentStatusCommandInput}
34
+ * @returns {@link GetBulkDeploymentStatusCommandOutput}
28
35
  * @see {@link GetBulkDeploymentStatusCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBulkDeploymentStatusCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetBulkDeploymentStatusCommandOutput extends GetBulkDeploymentS
37
44
  export declare class GetBulkDeploymentStatusCommand extends $Command<GetBulkDeploymentStatusCommandInput, GetBulkDeploymentStatusCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: GetBulkDeploymentStatusCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetBulkDeploymentStatusCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBulkDeploymentStatusCommandInput, GetBulkDeploymentStatusCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetConnectivityInfoRequest, GetConnectivityInfoResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetConnectivityInfoCommand}.
8
10
  */
9
11
  export interface GetConnectivityInfoCommandInput extends GetConnectivityInfoRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetConnectivityInfoCommand}.
13
17
  */
14
18
  export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves the connectivity information for a core.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetConnectivityInfoCommandInput - {@link GetConnectivityInfoCommandInput}
34
+ * @returns {@link GetConnectivityInfoCommandOutput}
28
35
  * @see {@link GetConnectivityInfoCommandInput} for command's `input` shape.
29
36
  * @see {@link GetConnectivityInfoCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
40
47
  export declare class GetConnectivityInfoCommand extends $Command<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassClientResolvedConfig> {
41
48
  readonly input: GetConnectivityInfoCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetConnectivityInfoCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetConnectorDefinitionRequest, GetConnectorDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetConnectorDefinitionCommand}.
8
10
  */
9
11
  export interface GetConnectorDefinitionCommandInput extends GetConnectorDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetConnectorDefinitionCommand}.
13
17
  */
14
18
  export interface GetConnectorDefinitionCommandOutput extends GetConnectorDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves information about a connector definition.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetConnectorDefinitionCommandOutput extends GetConnectorDefinit
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetConnectorDefinitionCommandInput - {@link GetConnectorDefinitionCommandInput}
34
+ * @returns {@link GetConnectorDefinitionCommandOutput}
28
35
  * @see {@link GetConnectorDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetConnectorDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetConnectorDefinitionCommandOutput extends GetConnectorDefinit
37
44
  export declare class GetConnectorDefinitionCommand extends $Command<GetConnectorDefinitionCommandInput, GetConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: GetConnectorDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetConnectorDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectorDefinitionCommandInput, GetConnectorDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
5
5
  import { GetConnectorDefinitionVersionRequest, GetConnectorDefinitionVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetConnectorDefinitionVersionCommand}.
8
10
  */
9
11
  export interface GetConnectorDefinitionVersionCommandInput extends GetConnectorDefinitionVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetConnectorDefinitionVersionCommand}.
13
17
  */
14
18
  export interface GetConnectorDefinitionVersionCommandOutput extends GetConnectorDefinitionVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Retrieves information about a connector definition version, including the connectors that the version contains. Connectors are prebuilt modules that interact with local infrastructure, device protocols, AWS, and other cloud services.
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetConnectorDefinitionVersionCommandOutput extends GetConnector
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetConnectorDefinitionVersionCommandInput - {@link GetConnectorDefinitionVersionCommandInput}
34
+ * @returns {@link GetConnectorDefinitionVersionCommandOutput}
28
35
  * @see {@link GetConnectorDefinitionVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetConnectorDefinitionVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface GetConnectorDefinitionVersionCommandOutput extends GetConnector
37
44
  export declare class GetConnectorDefinitionVersionCommand extends $Command<GetConnectorDefinitionVersionCommandInput, GetConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: GetConnectorDefinitionVersionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: GetConnectorDefinitionVersionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectorDefinitionVersionCommandInput, GetConnectorDefinitionVersionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }