@aws-sdk/client-greengrass 3.288.0 → 3.290.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.
- package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +7 -0
- package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +7 -0
- package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +7 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +4 -0
- package/dist-types/commands/CreateGroupVersionCommand.d.ts +4 -0
- package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +7 -0
- package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +7 -0
- package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +4 -0
- package/dist-types/commands/GetAssociatedRoleCommand.d.ts +7 -0
- package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +7 -0
- package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetCoreDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetDeploymentStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +7 -0
- package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/GetGroupCommand.d.ts +4 -0
- package/dist-types/commands/GetGroupVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetResourceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +4 -0
- package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +4 -0
- package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +4 -0
- package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +4 -0
- package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +1 -0
- package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +1 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +4 -0
- package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +1 -0
- package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +1 -0
- package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +7 -0
- package/dist-types/commands/ListGroupVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +1 -0
- package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +1 -0
- package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ResetDeploymentsCommand.d.ts +4 -0
- package/dist-types/commands/StartBulkDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/StopBulkDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +7 -0
- package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +4 -0
- package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +7 -0
- package/package.json +29 -29
|
@@ -29,6 +29,10 @@ export interface GetResourceDefinitionCommandOutput extends GetResourceDefinitio
|
|
|
29
29
|
* @see {@link GetResourceDefinitionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class GetResourceDefinitionCommand extends $Command<GetResourceDefinitionCommandInput, GetResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: GetResourceDefinitionCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface GetResourceDefinitionVersionCommandOutput extends GetResourceDe
|
|
|
29
29
|
* @see {@link GetResourceDefinitionVersionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class GetResourceDefinitionVersionCommand extends $Command<GetResourceDefinitionVersionCommandInput, GetResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: GetResourceDefinitionVersionCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface GetServiceRoleForAccountCommandOutput extends GetServiceRoleFor
|
|
|
29
29
|
* @see {@link GetServiceRoleForAccountCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class GetServiceRoleForAccountCommand extends $Command<GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: GetServiceRoleForAccountCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface GetSubscriptionDefinitionCommandOutput extends GetSubscriptionD
|
|
|
29
29
|
* @see {@link GetSubscriptionDefinitionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class GetSubscriptionDefinitionCommand extends $Command<GetSubscriptionDefinitionCommandInput, GetSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: GetSubscriptionDefinitionCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface GetSubscriptionDefinitionVersionCommandOutput extends GetSubscr
|
|
|
29
29
|
* @see {@link GetSubscriptionDefinitionVersionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class GetSubscriptionDefinitionVersionCommand extends $Command<GetSubscriptionDefinitionVersionCommandInput, GetSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: GetSubscriptionDefinitionVersionCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface GetThingRuntimeConfigurationCommandOutput extends GetThingRunti
|
|
|
29
29
|
* @see {@link GetThingRuntimeConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* General error information.
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class GetThingRuntimeConfigurationCommand extends $Command<GetThingRuntimeConfigurationCommandInput, GetThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
41
|
readonly input: GetThingRuntimeConfigurationCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListBulkDeploymentDetailedReportsCommandOutput extends ListBulk
|
|
|
29
29
|
* @see {@link ListBulkDeploymentDetailedReportsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListBulkDeploymentDetailedReportsCommand extends $Command<ListBulkDeploymentDetailedReportsCommandInput, ListBulkDeploymentDetailedReportsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: ListBulkDeploymentDetailedReportsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListBulkDeploymentsCommandOutput extends ListBulkDeploymentsRes
|
|
|
29
29
|
* @see {@link ListBulkDeploymentsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListBulkDeploymentsCommand extends $Command<ListBulkDeploymentsCommandInput, ListBulkDeploymentsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: ListBulkDeploymentsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListConnectorDefinitionVersionsCommandOutput extends ListConnec
|
|
|
29
29
|
* @see {@link ListConnectorDefinitionVersionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListConnectorDefinitionVersionsCommand extends $Command<ListConnectorDefinitionVersionsCommandInput, ListConnectorDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: ListConnectorDefinitionVersionsCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListConnectorDefinitionsCommandOutput extends ListConnectorDefi
|
|
|
29
29
|
* @see {@link ListConnectorDefinitionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListConnectorDefinitionsCommand extends $Command<ListConnectorDefinitionsCommandInput, ListConnectorDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
35
|
readonly input: ListConnectorDefinitionsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListCoreDefinitionVersionsCommandOutput extends ListCoreDefinit
|
|
|
29
29
|
* @see {@link ListCoreDefinitionVersionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListCoreDefinitionVersionsCommand extends $Command<ListCoreDefinitionVersionsCommandInput, ListCoreDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: ListCoreDefinitionVersionsCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListCoreDefinitionsCommandOutput extends ListCoreDefinitionsRes
|
|
|
29
29
|
* @see {@link ListCoreDefinitionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListCoreDefinitionsCommand extends $Command<ListCoreDefinitionsCommandInput, ListCoreDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
35
|
readonly input: ListCoreDefinitionsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
|
|
|
29
29
|
* @see {@link ListDeploymentsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: ListDeploymentsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListDeviceDefinitionVersionsCommandOutput extends ListDeviceDef
|
|
|
29
29
|
* @see {@link ListDeviceDefinitionVersionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListDeviceDefinitionVersionsCommand extends $Command<ListDeviceDefinitionVersionsCommandInput, ListDeviceDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: ListDeviceDefinitionVersionsCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListDeviceDefinitionsCommandOutput extends ListDeviceDefinition
|
|
|
29
29
|
* @see {@link ListDeviceDefinitionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListDeviceDefinitionsCommand extends $Command<ListDeviceDefinitionsCommandInput, ListDeviceDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
35
|
readonly input: ListDeviceDefinitionsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListFunctionDefinitionVersionsCommandOutput extends ListFunctio
|
|
|
29
29
|
* @see {@link ListFunctionDefinitionVersionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListFunctionDefinitionVersionsCommand extends $Command<ListFunctionDefinitionVersionsCommandInput, ListFunctionDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: ListFunctionDefinitionVersionsCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListFunctionDefinitionsCommandOutput extends ListFunctionDefini
|
|
|
29
29
|
* @see {@link ListFunctionDefinitionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListFunctionDefinitionsCommand extends $Command<ListFunctionDefinitionsCommandInput, ListFunctionDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
35
|
readonly input: ListFunctionDefinitionsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListGroupCertificateAuthoritiesCommandOutput extends ListGroupC
|
|
|
29
29
|
* @see {@link ListGroupCertificateAuthoritiesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* General error information.
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListGroupCertificateAuthoritiesCommand extends $Command<ListGroupCertificateAuthoritiesCommandInput, ListGroupCertificateAuthoritiesCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
41
|
readonly input: ListGroupCertificateAuthoritiesCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListGroupVersionsCommandOutput extends ListGroupVersionsRespons
|
|
|
29
29
|
* @see {@link ListGroupVersionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListGroupVersionsCommand extends $Command<ListGroupVersionsCommandInput, ListGroupVersionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: ListGroupVersionsCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
|
|
|
29
29
|
* @see {@link ListGroupsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
35
|
readonly input: ListGroupsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListLoggerDefinitionVersionsCommandOutput extends ListLoggerDef
|
|
|
29
29
|
* @see {@link ListLoggerDefinitionVersionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListLoggerDefinitionVersionsCommand extends $Command<ListLoggerDefinitionVersionsCommandInput, ListLoggerDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: ListLoggerDefinitionVersionsCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListLoggerDefinitionsCommandOutput extends ListLoggerDefinition
|
|
|
29
29
|
* @see {@link ListLoggerDefinitionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListLoggerDefinitionsCommand extends $Command<ListLoggerDefinitionsCommandInput, ListLoggerDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
35
|
readonly input: ListLoggerDefinitionsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListResourceDefinitionVersionsCommandOutput extends ListResourc
|
|
|
29
29
|
* @see {@link ListResourceDefinitionVersionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListResourceDefinitionVersionsCommand extends $Command<ListResourceDefinitionVersionsCommandInput, ListResourceDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: ListResourceDefinitionVersionsCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListResourceDefinitionsCommandOutput extends ListResourceDefini
|
|
|
29
29
|
* @see {@link ListResourceDefinitionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListResourceDefinitionsCommand extends $Command<ListResourceDefinitionsCommandInput, ListResourceDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
35
|
readonly input: ListResourceDefinitionsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListSubscriptionDefinitionVersionsCommandOutput extends ListSub
|
|
|
29
29
|
* @see {@link ListSubscriptionDefinitionVersionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListSubscriptionDefinitionVersionsCommand extends $Command<ListSubscriptionDefinitionVersionsCommandInput, ListSubscriptionDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: ListSubscriptionDefinitionVersionsCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListSubscriptionDefinitionsCommandOutput extends ListSubscripti
|
|
|
29
29
|
* @see {@link ListSubscriptionDefinitionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListSubscriptionDefinitionsCommand extends $Command<ListSubscriptionDefinitionsCommandInput, ListSubscriptionDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
35
|
readonly input: ListSubscriptionDefinitionsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ResetDeploymentsCommandOutput extends ResetDeploymentsResponse,
|
|
|
29
29
|
* @see {@link ResetDeploymentsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ResetDeploymentsCommand extends $Command<ResetDeploymentsCommandInput, ResetDeploymentsCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: ResetDeploymentsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface StartBulkDeploymentCommandOutput extends StartBulkDeploymentRes
|
|
|
29
29
|
* @see {@link StartBulkDeploymentCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class StartBulkDeploymentCommand extends $Command<StartBulkDeploymentCommandInput, StartBulkDeploymentCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: StartBulkDeploymentCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface StopBulkDeploymentCommandOutput extends StopBulkDeploymentRespo
|
|
|
29
29
|
* @see {@link StopBulkDeploymentCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class StopBulkDeploymentCommand extends $Command<StopBulkDeploymentCommandInput, StopBulkDeploymentCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: StopBulkDeploymentCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI
|
|
|
29
29
|
* @see {@link UpdateConnectivityInfoCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* General error information.
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class UpdateConnectivityInfoCommand extends $Command<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
41
|
readonly input: UpdateConnectivityInfoCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface UpdateConnectorDefinitionCommandOutput extends UpdateConnectorD
|
|
|
29
29
|
* @see {@link UpdateConnectorDefinitionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class UpdateConnectorDefinitionCommand extends $Command<UpdateConnectorDefinitionCommandInput, UpdateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: UpdateConnectorDefinitionCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface UpdateCoreDefinitionCommandOutput extends UpdateCoreDefinitionR
|
|
|
29
29
|
* @see {@link UpdateCoreDefinitionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class UpdateCoreDefinitionCommand extends $Command<UpdateCoreDefinitionCommandInput, UpdateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: UpdateCoreDefinitionCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface UpdateDeviceDefinitionCommandOutput extends UpdateDeviceDefinit
|
|
|
29
29
|
* @see {@link UpdateDeviceDefinitionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class UpdateDeviceDefinitionCommand extends $Command<UpdateDeviceDefinitionCommandInput, UpdateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: UpdateDeviceDefinitionCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface UpdateFunctionDefinitionCommandOutput extends UpdateFunctionDef
|
|
|
29
29
|
* @see {@link UpdateFunctionDefinitionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class UpdateFunctionDefinitionCommand extends $Command<UpdateFunctionDefinitionCommandInput, UpdateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: UpdateFunctionDefinitionCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface UpdateGroupCertificateConfigurationCommandOutput extends Update
|
|
|
29
29
|
* @see {@link UpdateGroupCertificateConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* General error information.
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class UpdateGroupCertificateConfigurationCommand extends $Command<UpdateGroupCertificateConfigurationCommandInput, UpdateGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
41
|
readonly input: UpdateGroupCertificateConfigurationCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
|
|
|
29
29
|
* @see {@link UpdateGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: UpdateGroupCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface UpdateLoggerDefinitionCommandOutput extends UpdateLoggerDefinit
|
|
|
29
29
|
* @see {@link UpdateLoggerDefinitionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class UpdateLoggerDefinitionCommand extends $Command<UpdateLoggerDefinitionCommandInput, UpdateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: UpdateLoggerDefinitionCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface UpdateResourceDefinitionCommandOutput extends UpdateResourceDef
|
|
|
29
29
|
* @see {@link UpdateResourceDefinitionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class UpdateResourceDefinitionCommand extends $Command<UpdateResourceDefinitionCommandInput, UpdateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: UpdateResourceDefinitionCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface UpdateSubscriptionDefinitionCommandOutput extends UpdateSubscri
|
|
|
29
29
|
* @see {@link UpdateSubscriptionDefinitionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class UpdateSubscriptionDefinitionCommand extends $Command<UpdateSubscriptionDefinitionCommandInput, UpdateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
38
|
readonly input: UpdateSubscriptionDefinitionCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface UpdateThingRuntimeConfigurationCommandOutput extends UpdateThin
|
|
|
29
29
|
* @see {@link UpdateThingRuntimeConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* General error information.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* General error information.
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class UpdateThingRuntimeConfigurationCommand extends $Command<UpdateThingRuntimeConfigurationCommandInput, UpdateThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig> {
|
|
34
41
|
readonly input: UpdateThingRuntimeConfigurationCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-greengrass",
|
|
3
3
|
"description": "AWS SDK for JavaScript Greengrass Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|