@aws-sdk/client-greengrass 3.39.0 → 3.43.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/CHANGELOG.md +38 -0
- package/dist-cjs/endpoints.js +102 -13
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +102 -13
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/GreengrassClient.d.ts +8 -0
- package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +1 -1
- package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedRoleCommand.d.ts +1 -1
- package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetCoreDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetDeploymentStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +1 -1
- package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/StopBulkDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/GreengrassClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -20,7 +20,7 @@ export interface ListResourceDefinitionsCommandOutput extends ListResourceDefini
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListResourceDefinitionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListResourceDefinitionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListResourceDefinitionsCommand extends $Command<ListResourceDefinitionsCommandInput, ListResourceDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListSubscriptionDefinitionVersionsCommandOutput extends ListSub
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListSubscriptionDefinitionVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListSubscriptionDefinitionVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListSubscriptionDefinitionVersionsCommand extends $Command<ListSubscriptionDefinitionVersionsCommandInput, ListSubscriptionDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListSubscriptionDefinitionsCommandOutput extends ListSubscripti
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListSubscriptionDefinitionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListSubscriptionDefinitionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListSubscriptionDefinitionsCommand extends $Command<ListSubscriptionDefinitionsCommandInput, ListSubscriptionDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ResetDeploymentsCommandOutput extends ResetDeploymentsResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ResetDeploymentsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ResetDeploymentsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ResetDeploymentsCommand extends $Command<ResetDeploymentsCommandInput, ResetDeploymentsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartBulkDeploymentCommandOutput extends StartBulkDeploymentRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartBulkDeploymentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartBulkDeploymentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartBulkDeploymentCommand extends $Command<StartBulkDeploymentCommandInput, StartBulkDeploymentCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopBulkDeploymentCommandOutput extends StopBulkDeploymentRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopBulkDeploymentCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopBulkDeploymentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopBulkDeploymentCommand extends $Command<StopBulkDeploymentCommandInput, StopBulkDeploymentCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateConnectivityInfoCommandOutput extends UpdateConnectivityI
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateConnectivityInfoCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateConnectivityInfoCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateConnectivityInfoCommand extends $Command<UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateConnectorDefinitionCommandOutput extends UpdateConnectorD
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateConnectorDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateConnectorDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateConnectorDefinitionCommand extends $Command<UpdateConnectorDefinitionCommandInput, UpdateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateCoreDefinitionCommandOutput extends UpdateCoreDefinitionR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateCoreDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateCoreDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateCoreDefinitionCommand extends $Command<UpdateCoreDefinitionCommandInput, UpdateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateDeviceDefinitionCommandOutput extends UpdateDeviceDefinit
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateDeviceDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateDeviceDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateDeviceDefinitionCommand extends $Command<UpdateDeviceDefinitionCommandInput, UpdateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateFunctionDefinitionCommandOutput extends UpdateFunctionDef
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateFunctionDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateFunctionDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateFunctionDefinitionCommand extends $Command<UpdateFunctionDefinitionCommandInput, UpdateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateGroupCertificateConfigurationCommandOutput extends Update
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateGroupCertificateConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateGroupCertificateConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateGroupCertificateConfigurationCommand extends $Command<UpdateGroupCertificateConfigurationCommandInput, UpdateGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateLoggerDefinitionCommandOutput extends UpdateLoggerDefinit
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateLoggerDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateLoggerDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateLoggerDefinitionCommand extends $Command<UpdateLoggerDefinitionCommandInput, UpdateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateResourceDefinitionCommandOutput extends UpdateResourceDef
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateResourceDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateResourceDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateResourceDefinitionCommand extends $Command<UpdateResourceDefinitionCommandInput, UpdateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateSubscriptionDefinitionCommandOutput extends UpdateSubscri
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateSubscriptionDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateSubscriptionDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateSubscriptionDefinitionCommand extends $Command<UpdateSubscriptionDefinitionCommandInput, UpdateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateThingRuntimeConfigurationCommandOutput extends UpdateThin
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateThingRuntimeConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateThingRuntimeConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateThingRuntimeConfigurationCommand extends $Command<UpdateThingRuntimeConfigurationCommandInput, UpdateThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -130,6 +130,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
130
130
|
|
|
131
131
|
logger?: __Logger;
|
|
132
132
|
|
|
133
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
134
|
+
|
|
135
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
136
|
+
|
|
133
137
|
serviceId?: string;
|
|
134
138
|
|
|
135
139
|
region?: string | __Provider<string>;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: GreengrassClientConfig) => {
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
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.43.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,32 +21,32 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.43.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.40.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.40.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.40.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
|
+
"@aws-sdk/types": "3.40.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.40.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.40.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|