@aws-sdk/client-panorama 3.650.0 → 3.654.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 (69) hide show
  1. package/dist-types/commands/CreateApplicationInstanceCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateJobForDevicesCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateNodeFromTemplateJobCommand.d.ts +11 -0
  4. package/dist-types/commands/CreatePackageCommand.d.ts +11 -0
  5. package/dist-types/commands/CreatePackageImportJobCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteDeviceCommand.d.ts +11 -0
  7. package/dist-types/commands/DeletePackageCommand.d.ts +11 -0
  8. package/dist-types/commands/DeregisterPackageVersionCommand.d.ts +11 -0
  9. package/dist-types/commands/DescribeApplicationInstanceCommand.d.ts +11 -0
  10. package/dist-types/commands/DescribeApplicationInstanceDetailsCommand.d.ts +11 -0
  11. package/dist-types/commands/DescribeDeviceCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeDeviceJobCommand.d.ts +11 -0
  13. package/dist-types/commands/DescribeNodeCommand.d.ts +11 -0
  14. package/dist-types/commands/DescribeNodeFromTemplateJobCommand.d.ts +11 -0
  15. package/dist-types/commands/DescribePackageCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribePackageImportJobCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribePackageVersionCommand.d.ts +11 -0
  18. package/dist-types/commands/ListApplicationInstanceDependenciesCommand.d.ts +11 -0
  19. package/dist-types/commands/ListApplicationInstanceNodeInstancesCommand.d.ts +11 -0
  20. package/dist-types/commands/ListApplicationInstancesCommand.d.ts +11 -0
  21. package/dist-types/commands/ListDevicesCommand.d.ts +11 -0
  22. package/dist-types/commands/ListDevicesJobsCommand.d.ts +11 -0
  23. package/dist-types/commands/ListNodeFromTemplateJobsCommand.d.ts +11 -0
  24. package/dist-types/commands/ListNodesCommand.d.ts +11 -0
  25. package/dist-types/commands/ListPackageImportJobsCommand.d.ts +11 -0
  26. package/dist-types/commands/ListPackagesCommand.d.ts +11 -0
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  28. package/dist-types/commands/ProvisionDeviceCommand.d.ts +11 -0
  29. package/dist-types/commands/RegisterPackageVersionCommand.d.ts +11 -0
  30. package/dist-types/commands/RemoveApplicationInstanceCommand.d.ts +11 -0
  31. package/dist-types/commands/SignalApplicationInstanceNodeInstancesCommand.d.ts +11 -0
  32. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  33. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  34. package/dist-types/commands/UpdateDeviceMetadataCommand.d.ts +11 -0
  35. package/dist-types/ts3.4/commands/CreateApplicationInstanceCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/CreateJobForDevicesCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/CreateNodeFromTemplateJobCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/CreatePackageImportJobCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/DeleteDeviceCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/DeregisterPackageVersionCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/DescribeApplicationInstanceCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/DescribeApplicationInstanceDetailsCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DescribeDeviceJobCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DescribeNodeFromTemplateJobCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/DescribePackageImportJobCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/ListApplicationInstanceDependenciesCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/ListApplicationInstanceNodeInstancesCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/ListApplicationInstancesCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/ListDevicesJobsCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/ListNodeFromTemplateJobsCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/ListPackageImportJobsCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/ProvisionDeviceCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/RegisterPackageVersionCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/RemoveApplicationInstanceCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/SignalApplicationInstanceNodeInstancesCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/UpdateDeviceMetadataCommand.d.ts +12 -1
  69. package/package.json +35 -35
@@ -82,4 +82,15 @@ declare const CreateApplicationInstanceCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class CreateApplicationInstanceCommand extends CreateApplicationInstanceCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: CreateApplicationInstanceRequest;
89
+ output: CreateApplicationInstanceResponse;
90
+ };
91
+ sdk: {
92
+ input: CreateApplicationInstanceCommandInput;
93
+ output: CreateApplicationInstanceCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -86,4 +86,15 @@ declare const CreateJobForDevicesCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class CreateJobForDevicesCommand extends CreateJobForDevicesCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: CreateJobForDevicesRequest;
93
+ output: CreateJobForDevicesResponse;
94
+ };
95
+ sdk: {
96
+ input: CreateJobForDevicesCommandInput;
97
+ output: CreateJobForDevicesCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -84,4 +84,15 @@ declare const CreateNodeFromTemplateJobCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class CreateNodeFromTemplateJobCommand extends CreateNodeFromTemplateJobCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: CreateNodeFromTemplateJobRequest;
91
+ output: CreateNodeFromTemplateJobResponse;
92
+ };
93
+ sdk: {
94
+ input: CreateNodeFromTemplateJobCommandInput;
95
+ output: CreateNodeFromTemplateJobCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -80,4 +80,15 @@ declare const CreatePackageCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class CreatePackageCommand extends CreatePackageCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: CreatePackageRequest;
87
+ output: CreatePackageResponse;
88
+ };
89
+ sdk: {
90
+ input: CreatePackageCommandInput;
91
+ output: CreatePackageCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -94,4 +94,15 @@ declare const CreatePackageImportJobCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class CreatePackageImportJobCommand extends CreatePackageImportJobCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: CreatePackageImportJobRequest;
101
+ output: CreatePackageImportJobResponse;
102
+ };
103
+ sdk: {
104
+ input: CreatePackageImportJobCommandInput;
105
+ output: CreatePackageImportJobCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -72,4 +72,15 @@ declare const DeleteDeviceCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteDeviceCommand extends DeleteDeviceCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteDeviceRequest;
79
+ output: DeleteDeviceResponse;
80
+ };
81
+ sdk: {
82
+ input: DeleteDeviceCommandInput;
83
+ output: DeleteDeviceCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -75,4 +75,15 @@ declare const DeletePackageCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeletePackageCommand extends DeletePackageCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeletePackageRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeletePackageCommandInput;
86
+ output: DeletePackageCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -74,4 +74,15 @@ declare const DeregisterPackageVersionCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DeregisterPackageVersionCommand extends DeregisterPackageVersionCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeregisterPackageVersionRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: DeregisterPackageVersionCommandInput;
85
+ output: DeregisterPackageVersionCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -95,4 +95,15 @@ declare const DescribeApplicationInstanceCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class DescribeApplicationInstanceCommand extends DescribeApplicationInstanceCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: DescribeApplicationInstanceRequest;
102
+ output: DescribeApplicationInstanceResponse;
103
+ };
104
+ sdk: {
105
+ input: DescribeApplicationInstanceCommandInput;
106
+ output: DescribeApplicationInstanceCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -83,4 +83,15 @@ declare const DescribeApplicationInstanceDetailsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class DescribeApplicationInstanceDetailsCommand extends DescribeApplicationInstanceDetailsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: DescribeApplicationInstanceDetailsRequest;
90
+ output: DescribeApplicationInstanceDetailsResponse;
91
+ };
92
+ sdk: {
93
+ input: DescribeApplicationInstanceDetailsCommandInput;
94
+ output: DescribeApplicationInstanceDetailsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -143,4 +143,15 @@ declare const DescribeDeviceCommand_base: {
143
143
  * @public
144
144
  */
145
145
  export declare class DescribeDeviceCommand extends DescribeDeviceCommand_base {
146
+ /** @internal type navigation helper, not in runtime. */
147
+ protected static __types: {
148
+ api: {
149
+ input: DescribeDeviceRequest;
150
+ output: DescribeDeviceResponse;
151
+ };
152
+ sdk: {
153
+ input: DescribeDeviceCommandInput;
154
+ output: DescribeDeviceCommandOutput;
155
+ };
156
+ };
146
157
  }
@@ -80,4 +80,15 @@ declare const DescribeDeviceJobCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DescribeDeviceJobCommand extends DescribeDeviceJobCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DescribeDeviceJobRequest;
87
+ output: DescribeDeviceJobResponse;
88
+ };
89
+ sdk: {
90
+ input: DescribeDeviceJobCommandInput;
91
+ output: DescribeDeviceJobCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -103,4 +103,15 @@ declare const DescribeNodeCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class DescribeNodeCommand extends DescribeNodeCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: DescribeNodeRequest;
110
+ output: DescribeNodeResponse;
111
+ };
112
+ sdk: {
113
+ input: DescribeNodeCommandInput;
114
+ output: DescribeNodeCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -89,4 +89,15 @@ declare const DescribeNodeFromTemplateJobCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class DescribeNodeFromTemplateJobCommand extends DescribeNodeFromTemplateJobCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: DescribeNodeFromTemplateJobRequest;
96
+ output: DescribeNodeFromTemplateJobResponse;
97
+ };
98
+ sdk: {
99
+ input: DescribeNodeFromTemplateJobCommandInput;
100
+ output: DescribeNodeFromTemplateJobCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -91,4 +91,15 @@ declare const DescribePackageCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class DescribePackageCommand extends DescribePackageCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: DescribePackageRequest;
98
+ output: DescribePackageResponse;
99
+ };
100
+ sdk: {
101
+ input: DescribePackageCommandInput;
102
+ output: DescribePackageCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -108,4 +108,15 @@ declare const DescribePackageImportJobCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class DescribePackageImportJobCommand extends DescribePackageImportJobCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: DescribePackageImportJobRequest;
115
+ output: DescribePackageImportJobResponse;
116
+ };
117
+ sdk: {
118
+ input: DescribePackageImportJobCommandInput;
119
+ output: DescribePackageImportJobCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -84,4 +84,15 @@ declare const DescribePackageVersionCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class DescribePackageVersionCommand extends DescribePackageVersionCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: DescribePackageVersionRequest;
91
+ output: DescribePackageVersionResponse;
92
+ };
93
+ sdk: {
94
+ input: DescribePackageVersionCommandInput;
95
+ output: DescribePackageVersionCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -72,4 +72,15 @@ declare const ListApplicationInstanceDependenciesCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class ListApplicationInstanceDependenciesCommand extends ListApplicationInstanceDependenciesCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: ListApplicationInstanceDependenciesRequest;
79
+ output: ListApplicationInstanceDependenciesResponse;
80
+ };
81
+ sdk: {
82
+ input: ListApplicationInstanceDependenciesCommandInput;
83
+ output: ListApplicationInstanceDependenciesCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -76,4 +76,15 @@ declare const ListApplicationInstanceNodeInstancesCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListApplicationInstanceNodeInstancesCommand extends ListApplicationInstanceNodeInstancesCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListApplicationInstanceNodeInstancesRequest;
83
+ output: ListApplicationInstanceNodeInstancesResponse;
84
+ };
85
+ sdk: {
86
+ input: ListApplicationInstanceNodeInstancesCommandInput;
87
+ output: ListApplicationInstanceNodeInstancesCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -91,4 +91,15 @@ declare const ListApplicationInstancesCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class ListApplicationInstancesCommand extends ListApplicationInstancesCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: ListApplicationInstancesRequest;
98
+ output: ListApplicationInstancesResponse;
99
+ };
100
+ sdk: {
101
+ input: ListApplicationInstancesCommandInput;
102
+ output: ListApplicationInstancesCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -97,4 +97,15 @@ declare const ListDevicesCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class ListDevicesCommand extends ListDevicesCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: ListDevicesRequest;
104
+ output: ListDevicesResponse;
105
+ };
106
+ sdk: {
107
+ input: ListDevicesCommandInput;
108
+ output: ListDevicesCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -83,4 +83,15 @@ declare const ListDevicesJobsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListDevicesJobsCommand extends ListDevicesJobsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListDevicesJobsRequest;
90
+ output: ListDevicesJobsResponse;
91
+ };
92
+ sdk: {
93
+ input: ListDevicesJobsCommandInput;
94
+ output: ListDevicesJobsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -80,4 +80,15 @@ declare const ListNodeFromTemplateJobsCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class ListNodeFromTemplateJobsCommand extends ListNodeFromTemplateJobsCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: ListNodeFromTemplateJobsRequest;
87
+ output: ListNodeFromTemplateJobsResponse;
88
+ };
89
+ sdk: {
90
+ input: ListNodeFromTemplateJobsCommandInput;
91
+ output: ListNodeFromTemplateJobsCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -87,4 +87,15 @@ declare const ListNodesCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListNodesCommand extends ListNodesCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListNodesRequest;
94
+ output: ListNodesResponse;
95
+ };
96
+ sdk: {
97
+ input: ListNodesCommandInput;
98
+ output: ListNodesCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -80,4 +80,15 @@ declare const ListPackageImportJobsCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class ListPackageImportJobsCommand extends ListPackageImportJobsCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: ListPackageImportJobsRequest;
87
+ output: ListPackageImportJobsResponse;
88
+ };
89
+ sdk: {
90
+ input: ListPackageImportJobsCommandInput;
91
+ output: ListPackageImportJobsCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -84,4 +84,15 @@ declare const ListPackagesCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ListPackagesCommand extends ListPackagesCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ListPackagesRequest;
91
+ output: ListPackagesResponse;
92
+ };
93
+ sdk: {
94
+ input: ListPackagesCommandInput;
95
+ output: ListPackagesCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -68,4 +68,15 @@ declare const ListTagsForResourceCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: ListTagsForResourceRequest;
75
+ output: ListTagsForResourceResponse;
76
+ };
77
+ sdk: {
78
+ input: ListTagsForResourceCommandInput;
79
+ output: ListTagsForResourceCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -112,4 +112,15 @@ declare const ProvisionDeviceCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class ProvisionDeviceCommand extends ProvisionDeviceCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: ProvisionDeviceRequest;
119
+ output: ProvisionDeviceResponse;
120
+ };
121
+ sdk: {
122
+ input: ProvisionDeviceCommandInput;
123
+ output: ProvisionDeviceCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -71,4 +71,15 @@ declare const RegisterPackageVersionCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class RegisterPackageVersionCommand extends RegisterPackageVersionCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: RegisterPackageVersionRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: RegisterPackageVersionCommandInput;
82
+ output: RegisterPackageVersionCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -70,4 +70,15 @@ declare const RemoveApplicationInstanceCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class RemoveApplicationInstanceCommand extends RemoveApplicationInstanceCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: RemoveApplicationInstanceRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: RemoveApplicationInstanceCommandInput;
81
+ output: RemoveApplicationInstanceCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -75,4 +75,15 @@ declare const SignalApplicationInstanceNodeInstancesCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class SignalApplicationInstanceNodeInstancesCommand extends SignalApplicationInstanceNodeInstancesCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: SignalApplicationInstanceNodeInstancesRequest;
82
+ output: SignalApplicationInstanceNodeInstancesResponse;
83
+ };
84
+ sdk: {
85
+ input: SignalApplicationInstanceNodeInstancesCommandInput;
86
+ output: SignalApplicationInstanceNodeInstancesCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -67,4 +67,15 @@ declare const TagResourceCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class TagResourceCommand extends TagResourceCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: TagResourceRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: TagResourceCommandInput;
78
+ output: TagResourceCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: UntagResourceRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: UntagResourceCommandInput;
78
+ output: UntagResourceCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -73,4 +73,15 @@ declare const UpdateDeviceMetadataCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class UpdateDeviceMetadataCommand extends UpdateDeviceMetadataCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: UpdateDeviceMetadataRequest;
80
+ output: UpdateDeviceMetadataResponse;
81
+ };
82
+ sdk: {
83
+ input: UpdateDeviceMetadataCommandInput;
84
+ output: UpdateDeviceMetadataCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -37,4 +37,15 @@ declare const CreateApplicationInstanceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateApplicationInstanceCommand extends CreateApplicationInstanceCommand_base {}
40
+ export declare class CreateApplicationInstanceCommand extends CreateApplicationInstanceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateApplicationInstanceRequest;
44
+ output: CreateApplicationInstanceResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateApplicationInstanceCommandInput;
48
+ output: CreateApplicationInstanceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateJobForDevicesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateJobForDevicesCommand extends CreateJobForDevicesCommand_base {}
40
+ export declare class CreateJobForDevicesCommand extends CreateJobForDevicesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateJobForDevicesRequest;
44
+ output: CreateJobForDevicesResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateJobForDevicesCommandInput;
48
+ output: CreateJobForDevicesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateNodeFromTemplateJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateNodeFromTemplateJobCommand extends CreateNodeFromTemplateJobCommand_base {}
40
+ export declare class CreateNodeFromTemplateJobCommand extends CreateNodeFromTemplateJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateNodeFromTemplateJobRequest;
44
+ output: CreateNodeFromTemplateJobResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateNodeFromTemplateJobCommandInput;
48
+ output: CreateNodeFromTemplateJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreatePackageCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreatePackageCommand extends CreatePackageCommand_base {}
39
+ export declare class CreatePackageCommand extends CreatePackageCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreatePackageRequest;
43
+ output: CreatePackageResponse;
44
+ };
45
+ sdk: {
46
+ input: CreatePackageCommandInput;
47
+ output: CreatePackageCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreatePackageImportJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreatePackageImportJobCommand extends CreatePackageImportJobCommand_base {}
40
+ export declare class CreatePackageImportJobCommand extends CreatePackageImportJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreatePackageImportJobRequest;
44
+ output: CreatePackageImportJobResponse;
45
+ };
46
+ sdk: {
47
+ input: CreatePackageImportJobCommandInput;
48
+ output: CreatePackageImportJobCommandOutput;
49
+ };
50
+ };
51
+ }