@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 { CreateGroupCertificateAuthorityRequest, CreateGroupCertificateAuthorityResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateGroupCertificateAuthorityCommand}.
8
10
  */
9
11
  export interface CreateGroupCertificateAuthorityCommandInput extends CreateGroupCertificateAuthorityRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateGroupCertificateAuthorityCommand}.
13
17
  */
14
18
  export interface CreateGroupCertificateAuthorityCommandOutput extends CreateGroupCertificateAuthorityResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a CA for the group. If a CA already exists, it will rotate the existing CA.
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 CreateGroupCertificateAuthorityCommandOutput extends CreateGrou
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateGroupCertificateAuthorityCommandInput - {@link CreateGroupCertificateAuthorityCommandInput}
34
+ * @returns {@link CreateGroupCertificateAuthorityCommandOutput}
28
35
  * @see {@link CreateGroupCertificateAuthorityCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateGroupCertificateAuthorityCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -40,11 +47,20 @@ export interface CreateGroupCertificateAuthorityCommandOutput extends CreateGrou
40
47
  export declare class CreateGroupCertificateAuthorityCommand extends $Command<CreateGroupCertificateAuthorityCommandInput, CreateGroupCertificateAuthorityCommandOutput, GreengrassClientResolvedConfig> {
41
48
  readonly input: CreateGroupCertificateAuthorityCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: CreateGroupCertificateAuthorityCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGroupCertificateAuthorityCommandInput, CreateGroupCertificateAuthorityCommandOutput>;
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 { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateGroupCommand}.
8
10
  */
9
11
  export interface CreateGroupCommandInput extends CreateGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateGroupCommand}.
13
17
  */
14
18
  export interface CreateGroupCommandOutput extends CreateGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a group. You may provide the initial version of the group or use ''CreateGroupVersion'' at a later time. Tip: You can use the ''gg_group_setup'' package (https://github.com/awslabs/aws-greengrass-group-setup) as a library or command-line application to create and deploy Greengrass groups.
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 CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateGroupCommandInput - {@link CreateGroupCommandInput}
34
+ * @returns {@link CreateGroupCommandOutput}
28
35
  * @see {@link CreateGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
37
44
  export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateGroupCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateGroupCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
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 { CreateGroupVersionRequest, CreateGroupVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateGroupVersionCommand}.
8
10
  */
9
11
  export interface CreateGroupVersionCommandInput extends CreateGroupVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateGroupVersionCommand}.
13
17
  */
14
18
  export interface CreateGroupVersionCommandOutput extends CreateGroupVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a version of a group which has already been defined.
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 CreateGroupVersionCommandOutput extends CreateGroupVersionRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateGroupVersionCommandInput - {@link CreateGroupVersionCommandInput}
34
+ * @returns {@link CreateGroupVersionCommandOutput}
28
35
  * @see {@link CreateGroupVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateGroupVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateGroupVersionCommandOutput extends CreateGroupVersionRespo
37
44
  export declare class CreateGroupVersionCommand extends $Command<CreateGroupVersionCommandInput, CreateGroupVersionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateGroupVersionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateGroupVersionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGroupVersionCommandInput, CreateGroupVersionCommandOutput>;
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 { CreateLoggerDefinitionRequest, CreateLoggerDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateLoggerDefinitionCommand}.
8
10
  */
9
11
  export interface CreateLoggerDefinitionCommandInput extends CreateLoggerDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateLoggerDefinitionCommand}.
13
17
  */
14
18
  export interface CreateLoggerDefinitionCommandOutput extends CreateLoggerDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a logger definition. You may provide the initial version of the logger definition now or use ''CreateLoggerDefinitionVersion'' at a later time.
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 CreateLoggerDefinitionCommandOutput extends CreateLoggerDefinit
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateLoggerDefinitionCommandInput - {@link CreateLoggerDefinitionCommandInput}
34
+ * @returns {@link CreateLoggerDefinitionCommandOutput}
28
35
  * @see {@link CreateLoggerDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateLoggerDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateLoggerDefinitionCommandOutput extends CreateLoggerDefinit
37
44
  export declare class CreateLoggerDefinitionCommand extends $Command<CreateLoggerDefinitionCommandInput, CreateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateLoggerDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateLoggerDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoggerDefinitionCommandInput, CreateLoggerDefinitionCommandOutput>;
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 { CreateLoggerDefinitionVersionRequest, CreateLoggerDefinitionVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateLoggerDefinitionVersionCommand}.
8
10
  */
9
11
  export interface CreateLoggerDefinitionVersionCommandInput extends CreateLoggerDefinitionVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateLoggerDefinitionVersionCommand}.
13
17
  */
14
18
  export interface CreateLoggerDefinitionVersionCommandOutput extends CreateLoggerDefinitionVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a version of a logger definition that has already been defined.
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 CreateLoggerDefinitionVersionCommandOutput extends CreateLogger
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateLoggerDefinitionVersionCommandInput - {@link CreateLoggerDefinitionVersionCommandInput}
34
+ * @returns {@link CreateLoggerDefinitionVersionCommandOutput}
28
35
  * @see {@link CreateLoggerDefinitionVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateLoggerDefinitionVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateLoggerDefinitionVersionCommandOutput extends CreateLogger
37
44
  export declare class CreateLoggerDefinitionVersionCommand extends $Command<CreateLoggerDefinitionVersionCommandInput, CreateLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateLoggerDefinitionVersionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateLoggerDefinitionVersionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoggerDefinitionVersionCommandInput, CreateLoggerDefinitionVersionCommandOutput>;
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 { CreateResourceDefinitionRequest, CreateResourceDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateResourceDefinitionCommand}.
8
10
  */
9
11
  export interface CreateResourceDefinitionCommandInput extends CreateResourceDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateResourceDefinitionCommand}.
13
17
  */
14
18
  export interface CreateResourceDefinitionCommandOutput extends CreateResourceDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a resource definition which contains a list of resources to be used in a group. You can create an initial version of the definition by providing a list of resources now, or use ''CreateResourceDefinitionVersion'' later.
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 CreateResourceDefinitionCommandOutput extends CreateResourceDef
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateResourceDefinitionCommandInput - {@link CreateResourceDefinitionCommandInput}
34
+ * @returns {@link CreateResourceDefinitionCommandOutput}
28
35
  * @see {@link CreateResourceDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateResourceDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateResourceDefinitionCommandOutput extends CreateResourceDef
37
44
  export declare class CreateResourceDefinitionCommand extends $Command<CreateResourceDefinitionCommandInput, CreateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateResourceDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateResourceDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResourceDefinitionCommandInput, CreateResourceDefinitionCommandOutput>;
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 { CreateResourceDefinitionVersionRequest, CreateResourceDefinitionVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateResourceDefinitionVersionCommand}.
8
10
  */
9
11
  export interface CreateResourceDefinitionVersionCommandInput extends CreateResourceDefinitionVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateResourceDefinitionVersionCommand}.
13
17
  */
14
18
  export interface CreateResourceDefinitionVersionCommandOutput extends CreateResourceDefinitionVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a version of a resource definition that has already been defined.
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 CreateResourceDefinitionVersionCommandOutput extends CreateReso
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateResourceDefinitionVersionCommandInput - {@link CreateResourceDefinitionVersionCommandInput}
34
+ * @returns {@link CreateResourceDefinitionVersionCommandOutput}
28
35
  * @see {@link CreateResourceDefinitionVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateResourceDefinitionVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateResourceDefinitionVersionCommandOutput extends CreateReso
37
44
  export declare class CreateResourceDefinitionVersionCommand extends $Command<CreateResourceDefinitionVersionCommandInput, CreateResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateResourceDefinitionVersionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateResourceDefinitionVersionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResourceDefinitionVersionCommandInput, CreateResourceDefinitionVersionCommandOutput>;
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 { CreateSoftwareUpdateJobRequest, CreateSoftwareUpdateJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSoftwareUpdateJobCommand}.
8
10
  */
9
11
  export interface CreateSoftwareUpdateJobCommandInput extends CreateSoftwareUpdateJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSoftwareUpdateJobCommand}.
13
17
  */
14
18
  export interface CreateSoftwareUpdateJobCommandOutput extends CreateSoftwareUpdateJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a software update for a core or group of cores (specified as an IoT thing group.) Use this to update the OTA Agent as well as the Greengrass core software. It makes use of the IoT Jobs feature which provides additional commands to manage a Greengrass core software update job.
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 CreateSoftwareUpdateJobCommandOutput extends CreateSoftwareUpda
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateSoftwareUpdateJobCommandInput - {@link CreateSoftwareUpdateJobCommandInput}
34
+ * @returns {@link CreateSoftwareUpdateJobCommandOutput}
28
35
  * @see {@link CreateSoftwareUpdateJobCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateSoftwareUpdateJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -40,11 +47,20 @@ export interface CreateSoftwareUpdateJobCommandOutput extends CreateSoftwareUpda
40
47
  export declare class CreateSoftwareUpdateJobCommand extends $Command<CreateSoftwareUpdateJobCommandInput, CreateSoftwareUpdateJobCommandOutput, GreengrassClientResolvedConfig> {
41
48
  readonly input: CreateSoftwareUpdateJobCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: CreateSoftwareUpdateJobCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSoftwareUpdateJobCommandInput, CreateSoftwareUpdateJobCommandOutput>;
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 { CreateSubscriptionDefinitionRequest, CreateSubscriptionDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSubscriptionDefinitionCommand}.
8
10
  */
9
11
  export interface CreateSubscriptionDefinitionCommandInput extends CreateSubscriptionDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSubscriptionDefinitionCommand}.
13
17
  */
14
18
  export interface CreateSubscriptionDefinitionCommandOutput extends CreateSubscriptionDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a subscription definition. You may provide the initial version of the subscription definition now or use ''CreateSubscriptionDefinitionVersion'' at a later time.
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 CreateSubscriptionDefinitionCommandOutput extends CreateSubscri
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateSubscriptionDefinitionCommandInput - {@link CreateSubscriptionDefinitionCommandInput}
34
+ * @returns {@link CreateSubscriptionDefinitionCommandOutput}
28
35
  * @see {@link CreateSubscriptionDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateSubscriptionDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateSubscriptionDefinitionCommandOutput extends CreateSubscri
37
44
  export declare class CreateSubscriptionDefinitionCommand extends $Command<CreateSubscriptionDefinitionCommandInput, CreateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateSubscriptionDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateSubscriptionDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSubscriptionDefinitionCommandInput, CreateSubscriptionDefinitionCommandOutput>;
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 { CreateSubscriptionDefinitionVersionRequest, CreateSubscriptionDefinitionVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSubscriptionDefinitionVersionCommand}.
8
10
  */
9
11
  export interface CreateSubscriptionDefinitionVersionCommandInput extends CreateSubscriptionDefinitionVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSubscriptionDefinitionVersionCommand}.
13
17
  */
14
18
  export interface CreateSubscriptionDefinitionVersionCommandOutput extends CreateSubscriptionDefinitionVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Creates a version of a subscription definition which has already been defined.
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 CreateSubscriptionDefinitionVersionCommandOutput extends Create
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateSubscriptionDefinitionVersionCommandInput - {@link CreateSubscriptionDefinitionVersionCommandInput}
34
+ * @returns {@link CreateSubscriptionDefinitionVersionCommandOutput}
28
35
  * @see {@link CreateSubscriptionDefinitionVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateSubscriptionDefinitionVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface CreateSubscriptionDefinitionVersionCommandOutput extends Create
37
44
  export declare class CreateSubscriptionDefinitionVersionCommand extends $Command<CreateSubscriptionDefinitionVersionCommandInput, CreateSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: CreateSubscriptionDefinitionVersionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: CreateSubscriptionDefinitionVersionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSubscriptionDefinitionVersionCommandInput, CreateSubscriptionDefinitionVersionCommandOutput>;
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 { DeleteConnectorDefinitionRequest, DeleteConnectorDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteConnectorDefinitionCommand}.
8
10
  */
9
11
  export interface DeleteConnectorDefinitionCommandInput extends DeleteConnectorDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteConnectorDefinitionCommand}.
13
17
  */
14
18
  export interface DeleteConnectorDefinitionCommandOutput extends DeleteConnectorDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Deletes 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 DeleteConnectorDefinitionCommandOutput extends DeleteConnectorD
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteConnectorDefinitionCommandInput - {@link DeleteConnectorDefinitionCommandInput}
34
+ * @returns {@link DeleteConnectorDefinitionCommandOutput}
28
35
  * @see {@link DeleteConnectorDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteConnectorDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DeleteConnectorDefinitionCommandOutput extends DeleteConnectorD
37
44
  export declare class DeleteConnectorDefinitionCommand extends $Command<DeleteConnectorDefinitionCommandInput, DeleteConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: DeleteConnectorDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DeleteConnectorDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectorDefinitionCommandInput, DeleteConnectorDefinitionCommandOutput>;
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 { DeleteCoreDefinitionRequest, DeleteCoreDefinitionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteCoreDefinitionCommand}.
8
10
  */
9
11
  export interface DeleteCoreDefinitionCommandInput extends DeleteCoreDefinitionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteCoreDefinitionCommand}.
13
17
  */
14
18
  export interface DeleteCoreDefinitionCommandOutput extends DeleteCoreDefinitionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * Deletes a core 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 DeleteCoreDefinitionCommandOutput extends DeleteCoreDefinitionR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteCoreDefinitionCommandInput - {@link DeleteCoreDefinitionCommandInput}
34
+ * @returns {@link DeleteCoreDefinitionCommandOutput}
28
35
  * @see {@link DeleteCoreDefinitionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteCoreDefinitionCommandOutput} for command's `response` shape.
30
37
  * @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
@@ -37,11 +44,20 @@ export interface DeleteCoreDefinitionCommandOutput extends DeleteCoreDefinitionR
37
44
  export declare class DeleteCoreDefinitionCommand extends $Command<DeleteCoreDefinitionCommandInput, DeleteCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
38
45
  readonly input: DeleteCoreDefinitionCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: DeleteCoreDefinitionCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCoreDefinitionCommandInput, DeleteCoreDefinitionCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }