@aws-sdk/client-greengrass 3.952.0 → 3.954.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 (112) hide show
  1. package/dist-cjs/index.js +979 -659
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AssociateRoleToGroupCommand.js +2 -2
  4. package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +2 -2
  5. package/dist-es/commands/CreateConnectorDefinitionCommand.js +2 -2
  6. package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +2 -2
  7. package/dist-es/commands/CreateCoreDefinitionCommand.js +2 -2
  8. package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +2 -2
  9. package/dist-es/commands/CreateDeploymentCommand.js +2 -2
  10. package/dist-es/commands/CreateDeviceDefinitionCommand.js +2 -2
  11. package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +2 -2
  12. package/dist-es/commands/CreateFunctionDefinitionCommand.js +2 -2
  13. package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +2 -2
  14. package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +2 -2
  15. package/dist-es/commands/CreateGroupCommand.js +2 -2
  16. package/dist-es/commands/CreateGroupVersionCommand.js +2 -2
  17. package/dist-es/commands/CreateLoggerDefinitionCommand.js +2 -2
  18. package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +2 -2
  19. package/dist-es/commands/CreateResourceDefinitionCommand.js +2 -2
  20. package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +2 -2
  21. package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +2 -2
  22. package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +2 -2
  23. package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +2 -2
  24. package/dist-es/commands/DeleteConnectorDefinitionCommand.js +2 -2
  25. package/dist-es/commands/DeleteCoreDefinitionCommand.js +2 -2
  26. package/dist-es/commands/DeleteDeviceDefinitionCommand.js +2 -2
  27. package/dist-es/commands/DeleteFunctionDefinitionCommand.js +2 -2
  28. package/dist-es/commands/DeleteGroupCommand.js +2 -2
  29. package/dist-es/commands/DeleteLoggerDefinitionCommand.js +2 -2
  30. package/dist-es/commands/DeleteResourceDefinitionCommand.js +2 -2
  31. package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +2 -2
  32. package/dist-es/commands/DisassociateRoleFromGroupCommand.js +2 -2
  33. package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +2 -2
  34. package/dist-es/commands/GetAssociatedRoleCommand.js +2 -2
  35. package/dist-es/commands/GetBulkDeploymentStatusCommand.js +2 -2
  36. package/dist-es/commands/GetConnectivityInfoCommand.js +2 -2
  37. package/dist-es/commands/GetConnectorDefinitionCommand.js +2 -2
  38. package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +2 -2
  39. package/dist-es/commands/GetCoreDefinitionCommand.js +2 -2
  40. package/dist-es/commands/GetCoreDefinitionVersionCommand.js +2 -2
  41. package/dist-es/commands/GetDeploymentStatusCommand.js +2 -2
  42. package/dist-es/commands/GetDeviceDefinitionCommand.js +2 -2
  43. package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +2 -2
  44. package/dist-es/commands/GetFunctionDefinitionCommand.js +2 -2
  45. package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +2 -2
  46. package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +2 -2
  47. package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +2 -2
  48. package/dist-es/commands/GetGroupCommand.js +2 -2
  49. package/dist-es/commands/GetGroupVersionCommand.js +2 -2
  50. package/dist-es/commands/GetLoggerDefinitionCommand.js +2 -2
  51. package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +2 -2
  52. package/dist-es/commands/GetResourceDefinitionCommand.js +2 -2
  53. package/dist-es/commands/GetResourceDefinitionVersionCommand.js +2 -2
  54. package/dist-es/commands/GetServiceRoleForAccountCommand.js +2 -2
  55. package/dist-es/commands/GetSubscriptionDefinitionCommand.js +2 -2
  56. package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +2 -2
  57. package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +2 -2
  58. package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +2 -2
  59. package/dist-es/commands/ListBulkDeploymentsCommand.js +2 -2
  60. package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +2 -2
  61. package/dist-es/commands/ListConnectorDefinitionsCommand.js +2 -2
  62. package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +2 -2
  63. package/dist-es/commands/ListCoreDefinitionsCommand.js +2 -2
  64. package/dist-es/commands/ListDeploymentsCommand.js +2 -2
  65. package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +2 -2
  66. package/dist-es/commands/ListDeviceDefinitionsCommand.js +2 -2
  67. package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +2 -2
  68. package/dist-es/commands/ListFunctionDefinitionsCommand.js +2 -2
  69. package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +2 -2
  70. package/dist-es/commands/ListGroupVersionsCommand.js +2 -2
  71. package/dist-es/commands/ListGroupsCommand.js +2 -2
  72. package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +2 -2
  73. package/dist-es/commands/ListLoggerDefinitionsCommand.js +2 -2
  74. package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +2 -2
  75. package/dist-es/commands/ListResourceDefinitionsCommand.js +2 -2
  76. package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +2 -2
  77. package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +2 -2
  78. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  79. package/dist-es/commands/ResetDeploymentsCommand.js +2 -2
  80. package/dist-es/commands/StartBulkDeploymentCommand.js +2 -2
  81. package/dist-es/commands/StopBulkDeploymentCommand.js +2 -2
  82. package/dist-es/commands/TagResourceCommand.js +2 -2
  83. package/dist-es/commands/UntagResourceCommand.js +2 -2
  84. package/dist-es/commands/UpdateConnectivityInfoCommand.js +2 -2
  85. package/dist-es/commands/UpdateConnectorDefinitionCommand.js +2 -2
  86. package/dist-es/commands/UpdateCoreDefinitionCommand.js +2 -2
  87. package/dist-es/commands/UpdateDeviceDefinitionCommand.js +2 -2
  88. package/dist-es/commands/UpdateFunctionDefinitionCommand.js +2 -2
  89. package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +2 -2
  90. package/dist-es/commands/UpdateGroupCommand.js +2 -2
  91. package/dist-es/commands/UpdateLoggerDefinitionCommand.js +2 -2
  92. package/dist-es/commands/UpdateResourceDefinitionCommand.js +2 -2
  93. package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +2 -2
  94. package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +2 -2
  95. package/dist-es/index.js +1 -0
  96. package/dist-es/runtimeConfig.shared.js +6 -1
  97. package/dist-es/schemas/schemas_0.js +566 -566
  98. package/dist-types/GreengrassClient.d.ts +1 -10
  99. package/dist-types/index.d.ts +1 -0
  100. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  101. package/dist-types/runtimeConfig.d.ts +6 -2
  102. package/dist-types/runtimeConfig.native.d.ts +6 -2
  103. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  104. package/dist-types/schemas/schemas_0.d.ts +321 -343
  105. package/dist-types/ts3.4/GreengrassClient.d.ts +0 -4
  106. package/dist-types/ts3.4/index.d.ts +1 -0
  107. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  108. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  109. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  110. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  111. package/dist-types/ts3.4/schemas/schemas_0.d.ts +320 -343
  112. package/package.json +34 -34
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetConnectorDefinitionVersion } from "../schemas/schemas_0";
4
+ import { GetConnectorDefinitionVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetConnectorDefinitionVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetConnectorDefinitionVersionCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetConnectorDefinitionVersion", {})
13
13
  .n("GreengrassClient", "GetConnectorDefinitionVersionCommand")
14
- .sc(GetConnectorDefinitionVersion)
14
+ .sc(GetConnectorDefinitionVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetCoreDefinition } from "../schemas/schemas_0";
4
+ import { GetCoreDefinition$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCoreDefinitionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCoreDefinitionCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetCoreDefinition", {})
13
13
  .n("GreengrassClient", "GetCoreDefinitionCommand")
14
- .sc(GetCoreDefinition)
14
+ .sc(GetCoreDefinition$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetCoreDefinitionVersion } from "../schemas/schemas_0";
4
+ import { GetCoreDefinitionVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCoreDefinitionVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCoreDefinitionVersionCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetCoreDefinitionVersion", {})
13
13
  .n("GreengrassClient", "GetCoreDefinitionVersionCommand")
14
- .sc(GetCoreDefinitionVersion)
14
+ .sc(GetCoreDefinitionVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetDeploymentStatus } from "../schemas/schemas_0";
4
+ import { GetDeploymentStatus$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetDeploymentStatusCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetDeploymentStatusCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetDeploymentStatus", {})
13
13
  .n("GreengrassClient", "GetDeploymentStatusCommand")
14
- .sc(GetDeploymentStatus)
14
+ .sc(GetDeploymentStatus$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetDeviceDefinition } from "../schemas/schemas_0";
4
+ import { GetDeviceDefinition$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetDeviceDefinitionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetDeviceDefinitionCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetDeviceDefinition", {})
13
13
  .n("GreengrassClient", "GetDeviceDefinitionCommand")
14
- .sc(GetDeviceDefinition)
14
+ .sc(GetDeviceDefinition$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetDeviceDefinitionVersion } from "../schemas/schemas_0";
4
+ import { GetDeviceDefinitionVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetDeviceDefinitionVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetDeviceDefinitionVersionCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetDeviceDefinitionVersion", {})
13
13
  .n("GreengrassClient", "GetDeviceDefinitionVersionCommand")
14
- .sc(GetDeviceDefinitionVersion)
14
+ .sc(GetDeviceDefinitionVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetFunctionDefinition } from "../schemas/schemas_0";
4
+ import { GetFunctionDefinition$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetFunctionDefinitionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetFunctionDefinitionCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetFunctionDefinition", {})
13
13
  .n("GreengrassClient", "GetFunctionDefinitionCommand")
14
- .sc(GetFunctionDefinition)
14
+ .sc(GetFunctionDefinition$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetFunctionDefinitionVersion } from "../schemas/schemas_0";
4
+ import { GetFunctionDefinitionVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetFunctionDefinitionVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetFunctionDefinitionVersionCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetFunctionDefinitionVersion", {})
13
13
  .n("GreengrassClient", "GetFunctionDefinitionVersionCommand")
14
- .sc(GetFunctionDefinitionVersion)
14
+ .sc(GetFunctionDefinitionVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetGroupCertificateAuthority } from "../schemas/schemas_0";
4
+ import { GetGroupCertificateAuthority$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetGroupCertificateAuthorityCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetGroupCertificateAuthorityCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetGroupCertificateAuthority", {})
13
13
  .n("GreengrassClient", "GetGroupCertificateAuthorityCommand")
14
- .sc(GetGroupCertificateAuthority)
14
+ .sc(GetGroupCertificateAuthority$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetGroupCertificateConfiguration } from "../schemas/schemas_0";
4
+ import { GetGroupCertificateConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetGroupCertificateConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetGroupCertificateConfigurationCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetGroupCertificateConfiguration", {})
13
13
  .n("GreengrassClient", "GetGroupCertificateConfigurationCommand")
14
- .sc(GetGroupCertificateConfiguration)
14
+ .sc(GetGroupCertificateConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetGroup } from "../schemas/schemas_0";
4
+ import { GetGroup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetGroupCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetGroupCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetGroup", {})
13
13
  .n("GreengrassClient", "GetGroupCommand")
14
- .sc(GetGroup)
14
+ .sc(GetGroup$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetGroupVersion } from "../schemas/schemas_0";
4
+ import { GetGroupVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetGroupVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetGroupVersionCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetGroupVersion", {})
13
13
  .n("GreengrassClient", "GetGroupVersionCommand")
14
- .sc(GetGroupVersion)
14
+ .sc(GetGroupVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetLoggerDefinition } from "../schemas/schemas_0";
4
+ import { GetLoggerDefinition$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetLoggerDefinitionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetLoggerDefinitionCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetLoggerDefinition", {})
13
13
  .n("GreengrassClient", "GetLoggerDefinitionCommand")
14
- .sc(GetLoggerDefinition)
14
+ .sc(GetLoggerDefinition$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetLoggerDefinitionVersion } from "../schemas/schemas_0";
4
+ import { GetLoggerDefinitionVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetLoggerDefinitionVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetLoggerDefinitionVersionCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetLoggerDefinitionVersion", {})
13
13
  .n("GreengrassClient", "GetLoggerDefinitionVersionCommand")
14
- .sc(GetLoggerDefinitionVersion)
14
+ .sc(GetLoggerDefinitionVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetResourceDefinition } from "../schemas/schemas_0";
4
+ import { GetResourceDefinition$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetResourceDefinitionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetResourceDefinitionCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetResourceDefinition", {})
13
13
  .n("GreengrassClient", "GetResourceDefinitionCommand")
14
- .sc(GetResourceDefinition)
14
+ .sc(GetResourceDefinition$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetResourceDefinitionVersion } from "../schemas/schemas_0";
4
+ import { GetResourceDefinitionVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetResourceDefinitionVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetResourceDefinitionVersionCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetResourceDefinitionVersion", {})
13
13
  .n("GreengrassClient", "GetResourceDefinitionVersionCommand")
14
- .sc(GetResourceDefinitionVersion)
14
+ .sc(GetResourceDefinitionVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetServiceRoleForAccount } from "../schemas/schemas_0";
4
+ import { GetServiceRoleForAccount$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetServiceRoleForAccountCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetServiceRoleForAccountCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetServiceRoleForAccount", {})
13
13
  .n("GreengrassClient", "GetServiceRoleForAccountCommand")
14
- .sc(GetServiceRoleForAccount)
14
+ .sc(GetServiceRoleForAccount$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetSubscriptionDefinition } from "../schemas/schemas_0";
4
+ import { GetSubscriptionDefinition$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetSubscriptionDefinitionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetSubscriptionDefinitionCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetSubscriptionDefinition", {})
13
13
  .n("GreengrassClient", "GetSubscriptionDefinitionCommand")
14
- .sc(GetSubscriptionDefinition)
14
+ .sc(GetSubscriptionDefinition$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetSubscriptionDefinitionVersion } from "../schemas/schemas_0";
4
+ import { GetSubscriptionDefinitionVersion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetSubscriptionDefinitionVersionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetSubscriptionDefinitionVersionCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetSubscriptionDefinitionVersion", {})
13
13
  .n("GreengrassClient", "GetSubscriptionDefinitionVersionCommand")
14
- .sc(GetSubscriptionDefinitionVersion)
14
+ .sc(GetSubscriptionDefinitionVersion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetThingRuntimeConfiguration } from "../schemas/schemas_0";
4
+ import { GetThingRuntimeConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetThingRuntimeConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetThingRuntimeConfigurationCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "GetThingRuntimeConfiguration", {})
13
13
  .n("GreengrassClient", "GetThingRuntimeConfigurationCommand")
14
- .sc(GetThingRuntimeConfiguration)
14
+ .sc(GetThingRuntimeConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListBulkDeploymentDetailedReports } from "../schemas/schemas_0";
4
+ import { ListBulkDeploymentDetailedReports$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListBulkDeploymentDetailedReportsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListBulkDeploymentDetailedReportsCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListBulkDeploymentDetailedReports", {})
13
13
  .n("GreengrassClient", "ListBulkDeploymentDetailedReportsCommand")
14
- .sc(ListBulkDeploymentDetailedReports)
14
+ .sc(ListBulkDeploymentDetailedReports$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListBulkDeployments } from "../schemas/schemas_0";
4
+ import { ListBulkDeployments$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListBulkDeploymentsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListBulkDeploymentsCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListBulkDeployments", {})
13
13
  .n("GreengrassClient", "ListBulkDeploymentsCommand")
14
- .sc(ListBulkDeployments)
14
+ .sc(ListBulkDeployments$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListConnectorDefinitionVersions } from "../schemas/schemas_0";
4
+ import { ListConnectorDefinitionVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListConnectorDefinitionVersionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListConnectorDefinitionVersionsCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListConnectorDefinitionVersions", {})
13
13
  .n("GreengrassClient", "ListConnectorDefinitionVersionsCommand")
14
- .sc(ListConnectorDefinitionVersions)
14
+ .sc(ListConnectorDefinitionVersions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListConnectorDefinitions } from "../schemas/schemas_0";
4
+ import { ListConnectorDefinitions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListConnectorDefinitionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListConnectorDefinitionsCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListConnectorDefinitions", {})
13
13
  .n("GreengrassClient", "ListConnectorDefinitionsCommand")
14
- .sc(ListConnectorDefinitions)
14
+ .sc(ListConnectorDefinitions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCoreDefinitionVersions } from "../schemas/schemas_0";
4
+ import { ListCoreDefinitionVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCoreDefinitionVersionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCoreDefinitionVersionsCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListCoreDefinitionVersions", {})
13
13
  .n("GreengrassClient", "ListCoreDefinitionVersionsCommand")
14
- .sc(ListCoreDefinitionVersions)
14
+ .sc(ListCoreDefinitionVersions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCoreDefinitions } from "../schemas/schemas_0";
4
+ import { ListCoreDefinitions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCoreDefinitionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCoreDefinitionsCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListCoreDefinitions", {})
13
13
  .n("GreengrassClient", "ListCoreDefinitionsCommand")
14
- .sc(ListCoreDefinitions)
14
+ .sc(ListCoreDefinitions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDeployments } from "../schemas/schemas_0";
4
+ import { ListDeployments$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDeploymentsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDeploymentsCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListDeployments", {})
13
13
  .n("GreengrassClient", "ListDeploymentsCommand")
14
- .sc(ListDeployments)
14
+ .sc(ListDeployments$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDeviceDefinitionVersions } from "../schemas/schemas_0";
4
+ import { ListDeviceDefinitionVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDeviceDefinitionVersionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDeviceDefinitionVersionsCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListDeviceDefinitionVersions", {})
13
13
  .n("GreengrassClient", "ListDeviceDefinitionVersionsCommand")
14
- .sc(ListDeviceDefinitionVersions)
14
+ .sc(ListDeviceDefinitionVersions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDeviceDefinitions } from "../schemas/schemas_0";
4
+ import { ListDeviceDefinitions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDeviceDefinitionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDeviceDefinitionsCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListDeviceDefinitions", {})
13
13
  .n("GreengrassClient", "ListDeviceDefinitionsCommand")
14
- .sc(ListDeviceDefinitions)
14
+ .sc(ListDeviceDefinitions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListFunctionDefinitionVersions } from "../schemas/schemas_0";
4
+ import { ListFunctionDefinitionVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFunctionDefinitionVersionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFunctionDefinitionVersionsCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListFunctionDefinitionVersions", {})
13
13
  .n("GreengrassClient", "ListFunctionDefinitionVersionsCommand")
14
- .sc(ListFunctionDefinitionVersions)
14
+ .sc(ListFunctionDefinitionVersions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListFunctionDefinitions } from "../schemas/schemas_0";
4
+ import { ListFunctionDefinitions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFunctionDefinitionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFunctionDefinitionsCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListFunctionDefinitions", {})
13
13
  .n("GreengrassClient", "ListFunctionDefinitionsCommand")
14
- .sc(ListFunctionDefinitions)
14
+ .sc(ListFunctionDefinitions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListGroupCertificateAuthorities } from "../schemas/schemas_0";
4
+ import { ListGroupCertificateAuthorities$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListGroupCertificateAuthoritiesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListGroupCertificateAuthoritiesCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListGroupCertificateAuthorities", {})
13
13
  .n("GreengrassClient", "ListGroupCertificateAuthoritiesCommand")
14
- .sc(ListGroupCertificateAuthorities)
14
+ .sc(ListGroupCertificateAuthorities$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListGroupVersions } from "../schemas/schemas_0";
4
+ import { ListGroupVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListGroupVersionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListGroupVersionsCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListGroupVersions", {})
13
13
  .n("GreengrassClient", "ListGroupVersionsCommand")
14
- .sc(ListGroupVersions)
14
+ .sc(ListGroupVersions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListGroups } from "../schemas/schemas_0";
4
+ import { ListGroups$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListGroupsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListGroupsCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListGroups", {})
13
13
  .n("GreengrassClient", "ListGroupsCommand")
14
- .sc(ListGroups)
14
+ .sc(ListGroups$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListLoggerDefinitionVersions } from "../schemas/schemas_0";
4
+ import { ListLoggerDefinitionVersions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLoggerDefinitionVersionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLoggerDefinitionVersionsCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListLoggerDefinitionVersions", {})
13
13
  .n("GreengrassClient", "ListLoggerDefinitionVersionsCommand")
14
- .sc(ListLoggerDefinitionVersions)
14
+ .sc(ListLoggerDefinitionVersions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListLoggerDefinitions } from "../schemas/schemas_0";
4
+ import { ListLoggerDefinitions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListLoggerDefinitionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListLoggerDefinitionsCommand extends $Command
11
11
  })
12
12
  .s("Greengrass", "ListLoggerDefinitions", {})
13
13
  .n("GreengrassClient", "ListLoggerDefinitionsCommand")
14
- .sc(ListLoggerDefinitions)
14
+ .sc(ListLoggerDefinitions$)
15
15
  .build() {
16
16
  }