@aws-sdk/client-migration-hub-refactor-spaces 3.651.1 → 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 (49) hide show
  1. package/dist-types/commands/CreateApplicationCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateEnvironmentCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateRouteCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateServiceCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteApplicationCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteRouteCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteServiceCommand.d.ts +11 -0
  10. package/dist-types/commands/GetApplicationCommand.d.ts +11 -0
  11. package/dist-types/commands/GetEnvironmentCommand.d.ts +11 -0
  12. package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
  13. package/dist-types/commands/GetRouteCommand.d.ts +11 -0
  14. package/dist-types/commands/GetServiceCommand.d.ts +11 -0
  15. package/dist-types/commands/ListApplicationsCommand.d.ts +11 -0
  16. package/dist-types/commands/ListEnvironmentVpcsCommand.d.ts +11 -0
  17. package/dist-types/commands/ListEnvironmentsCommand.d.ts +11 -0
  18. package/dist-types/commands/ListRoutesCommand.d.ts +11 -0
  19. package/dist-types/commands/ListServicesCommand.d.ts +11 -0
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  21. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  22. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  23. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  24. package/dist-types/commands/UpdateRouteCommand.d.ts +11 -0
  25. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/ListEnvironmentVpcsCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +12 -1
  49. package/package.json +35 -35
@@ -115,4 +115,15 @@ declare const CreateApplicationCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: CreateApplicationRequest;
122
+ output: CreateApplicationResponse;
123
+ };
124
+ sdk: {
125
+ input: CreateApplicationCommandInput;
126
+ output: CreateApplicationCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -105,4 +105,15 @@ declare const CreateEnvironmentCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: CreateEnvironmentRequest;
112
+ output: CreateEnvironmentResponse;
113
+ };
114
+ sdk: {
115
+ input: CreateEnvironmentCommandInput;
116
+ output: CreateEnvironmentCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -190,4 +190,15 @@ declare const CreateRouteCommand_base: {
190
190
  * @public
191
191
  */
192
192
  export declare class CreateRouteCommand extends CreateRouteCommand_base {
193
+ /** @internal type navigation helper, not in runtime. */
194
+ protected static __types: {
195
+ api: {
196
+ input: CreateRouteRequest;
197
+ output: CreateRouteResponse;
198
+ };
199
+ sdk: {
200
+ input: CreateRouteCommandInput;
201
+ output: CreateRouteCommandOutput;
202
+ };
203
+ };
193
204
  }
@@ -126,4 +126,15 @@ declare const CreateServiceCommand_base: {
126
126
  * @public
127
127
  */
128
128
  export declare class CreateServiceCommand extends CreateServiceCommand_base {
129
+ /** @internal type navigation helper, not in runtime. */
130
+ protected static __types: {
131
+ api: {
132
+ input: CreateServiceRequest;
133
+ output: CreateServiceResponse;
134
+ };
135
+ sdk: {
136
+ input: CreateServiceCommandInput;
137
+ output: CreateServiceCommandOutput;
138
+ };
139
+ };
129
140
  }
@@ -83,4 +83,15 @@ declare const DeleteApplicationCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: DeleteApplicationRequest;
90
+ output: DeleteApplicationResponse;
91
+ };
92
+ sdk: {
93
+ input: DeleteApplicationCommandInput;
94
+ output: DeleteApplicationCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -81,4 +81,15 @@ declare const DeleteEnvironmentCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DeleteEnvironmentRequest;
88
+ output: DeleteEnvironmentResponse;
89
+ };
90
+ sdk: {
91
+ input: DeleteEnvironmentCommandInput;
92
+ output: DeleteEnvironmentCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -71,4 +71,15 @@ declare const DeleteResourcePolicyCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteResourcePolicyRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteResourcePolicyCommandInput;
82
+ output: DeleteResourcePolicyCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -83,4 +83,15 @@ declare const DeleteRouteCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class DeleteRouteCommand extends DeleteRouteCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: DeleteRouteRequest;
90
+ output: DeleteRouteResponse;
91
+ };
92
+ sdk: {
93
+ input: DeleteRouteCommandInput;
94
+ output: DeleteRouteCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -84,4 +84,15 @@ declare const DeleteServiceCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: DeleteServiceRequest;
91
+ output: DeleteServiceResponse;
92
+ };
93
+ sdk: {
94
+ input: DeleteServiceCommandInput;
95
+ output: DeleteServiceCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -106,4 +106,15 @@ declare const GetApplicationCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class GetApplicationCommand extends GetApplicationCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: GetApplicationRequest;
113
+ output: GetApplicationResponse;
114
+ };
115
+ sdk: {
116
+ input: GetApplicationCommandInput;
117
+ output: GetApplicationCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -95,4 +95,15 @@ declare const GetEnvironmentCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: GetEnvironmentRequest;
102
+ output: GetEnvironmentResponse;
103
+ };
104
+ sdk: {
105
+ input: GetEnvironmentCommandInput;
106
+ output: GetEnvironmentCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -73,4 +73,15 @@ declare const GetResourcePolicyCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: GetResourcePolicyRequest;
80
+ output: GetResourcePolicyResponse;
81
+ };
82
+ sdk: {
83
+ input: GetResourcePolicyCommandInput;
84
+ output: GetResourcePolicyCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -107,4 +107,15 @@ declare const GetRouteCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class GetRouteCommand extends GetRouteCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: GetRouteRequest;
114
+ output: GetRouteResponse;
115
+ };
116
+ sdk: {
117
+ input: GetRouteCommandInput;
118
+ output: GetRouteCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -107,4 +107,15 @@ declare const GetServiceCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class GetServiceCommand extends GetServiceCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: GetServiceRequest;
114
+ output: GetServiceResponse;
115
+ };
116
+ sdk: {
117
+ input: GetServiceCommandInput;
118
+ output: GetServiceCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -118,4 +118,15 @@ declare const ListApplicationsCommand_base: {
118
118
  * @public
119
119
  */
120
120
  export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: ListApplicationsRequest;
125
+ output: ListApplicationsResponse;
126
+ };
127
+ sdk: {
128
+ input: ListApplicationsCommandInput;
129
+ output: ListApplicationsCommandOutput;
130
+ };
131
+ };
121
132
  }
@@ -89,4 +89,15 @@ declare const ListEnvironmentVpcsCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class ListEnvironmentVpcsCommand extends ListEnvironmentVpcsCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: ListEnvironmentVpcsRequest;
96
+ output: ListEnvironmentVpcsResponse;
97
+ };
98
+ sdk: {
99
+ input: ListEnvironmentVpcsCommandInput;
100
+ output: ListEnvironmentVpcsCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -102,4 +102,15 @@ declare const ListEnvironmentsCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: ListEnvironmentsRequest;
109
+ output: ListEnvironmentsResponse;
110
+ };
111
+ sdk: {
112
+ input: ListEnvironmentsCommandInput;
113
+ output: ListEnvironmentsCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -119,4 +119,15 @@ declare const ListRoutesCommand_base: {
119
119
  * @public
120
120
  */
121
121
  export declare class ListRoutesCommand extends ListRoutesCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: ListRoutesRequest;
126
+ output: ListRoutesResponse;
127
+ };
128
+ sdk: {
129
+ input: ListRoutesCommandInput;
130
+ output: ListRoutesCommandOutput;
131
+ };
132
+ };
122
133
  }
@@ -119,4 +119,15 @@ declare const ListServicesCommand_base: {
119
119
  * @public
120
120
  */
121
121
  export declare class ListServicesCommand extends ListServicesCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: ListServicesRequest;
126
+ output: ListServicesResponse;
127
+ };
128
+ sdk: {
129
+ input: ListServicesCommandInput;
130
+ output: ListServicesCommandOutput;
131
+ };
132
+ };
122
133
  }
@@ -70,4 +70,15 @@ declare const ListTagsForResourceCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: ListTagsForResourceRequest;
77
+ output: ListTagsForResourceResponse;
78
+ };
79
+ sdk: {
80
+ input: ListTagsForResourceCommandInput;
81
+ output: ListTagsForResourceCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -79,4 +79,15 @@ declare const PutResourcePolicyCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: PutResourcePolicyRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: PutResourcePolicyCommandInput;
90
+ output: PutResourcePolicyCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -74,4 +74,15 @@ declare const TagResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class TagResourceCommand extends TagResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: TagResourceRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: TagResourceCommandInput;
85
+ output: TagResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -70,4 +70,15 @@ declare const UntagResourceCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: UntagResourceRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: UntagResourceCommandInput;
81
+ output: UntagResourceCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -81,4 +81,15 @@ declare const UpdateRouteCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class UpdateRouteCommand extends UpdateRouteCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: UpdateRouteRequest;
88
+ output: UpdateRouteResponse;
89
+ };
90
+ sdk: {
91
+ input: UpdateRouteCommandInput;
92
+ output: UpdateRouteCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -37,4 +37,15 @@ declare const CreateApplicationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
40
+ export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateApplicationRequest;
44
+ output: CreateApplicationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateApplicationCommandInput;
48
+ output: CreateApplicationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateEnvironmentCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {}
40
+ export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateEnvironmentRequest;
44
+ output: CreateEnvironmentResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateEnvironmentCommandInput;
48
+ output: CreateEnvironmentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateRouteCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateRouteCommand extends CreateRouteCommand_base {}
36
+ export declare class CreateRouteCommand extends CreateRouteCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateRouteRequest;
40
+ output: CreateRouteResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateRouteCommandInput;
44
+ output: CreateRouteCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const CreateServiceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateServiceCommand extends CreateServiceCommand_base {}
39
+ export declare class CreateServiceCommand extends CreateServiceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateServiceRequest;
43
+ output: CreateServiceResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateServiceCommandInput;
47
+ output: CreateServiceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteApplicationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {}
40
+ export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteApplicationRequest;
44
+ output: DeleteApplicationResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteApplicationCommandInput;
48
+ output: DeleteApplicationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteEnvironmentCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {}
40
+ export declare class DeleteEnvironmentCommand extends DeleteEnvironmentCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteEnvironmentRequest;
44
+ output: DeleteEnvironmentResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteEnvironmentCommandInput;
48
+ output: DeleteEnvironmentCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
40
+ export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteResourcePolicyRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteResourcePolicyCommandInput;
48
+ output: DeleteResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteRouteCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteRouteCommand extends DeleteRouteCommand_base {}
36
+ export declare class DeleteRouteCommand extends DeleteRouteCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteRouteRequest;
40
+ output: DeleteRouteResponse;
41
+ };
42
+ sdk: {
43
+ input: DeleteRouteCommandInput;
44
+ output: DeleteRouteCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DeleteServiceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteServiceCommand extends DeleteServiceCommand_base {}
39
+ export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteServiceRequest;
43
+ output: DeleteServiceResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteServiceCommandInput;
47
+ output: DeleteServiceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const GetApplicationCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetApplicationCommand extends GetApplicationCommand_base {}
39
+ export declare class GetApplicationCommand extends GetApplicationCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetApplicationRequest;
43
+ output: GetApplicationResponse;
44
+ };
45
+ sdk: {
46
+ input: GetApplicationCommandInput;
47
+ output: GetApplicationCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const GetEnvironmentCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {}
39
+ export declare class GetEnvironmentCommand extends GetEnvironmentCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetEnvironmentRequest;
43
+ output: GetEnvironmentResponse;
44
+ };
45
+ sdk: {
46
+ input: GetEnvironmentCommandInput;
47
+ output: GetEnvironmentCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {}
40
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetResourcePolicyRequest;
44
+ output: GetResourcePolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: GetResourcePolicyCommandInput;
48
+ output: GetResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetRouteCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetRouteCommand extends GetRouteCommand_base {}
36
+ export declare class GetRouteCommand extends GetRouteCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetRouteRequest;
40
+ output: GetRouteResponse;
41
+ };
42
+ sdk: {
43
+ input: GetRouteCommandInput;
44
+ output: GetRouteCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetServiceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetServiceCommand extends GetServiceCommand_base {}
36
+ export declare class GetServiceCommand extends GetServiceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetServiceRequest;
40
+ output: GetServiceResponse;
41
+ };
42
+ sdk: {
43
+ input: GetServiceCommandInput;
44
+ output: GetServiceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListApplicationsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListApplicationsCommand extends ListApplicationsCommand_base {}
39
+ export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListApplicationsRequest;
43
+ output: ListApplicationsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListApplicationsCommandInput;
47
+ output: ListApplicationsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListEnvironmentVpcsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListEnvironmentVpcsCommand extends ListEnvironmentVpcsCommand_base {}
40
+ export declare class ListEnvironmentVpcsCommand extends ListEnvironmentVpcsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListEnvironmentVpcsRequest;
44
+ output: ListEnvironmentVpcsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListEnvironmentVpcsCommandInput;
48
+ output: ListEnvironmentVpcsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListEnvironmentsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {}
39
+ export declare class ListEnvironmentsCommand extends ListEnvironmentsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListEnvironmentsRequest;
43
+ output: ListEnvironmentsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListEnvironmentsCommandInput;
47
+ output: ListEnvironmentsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ListRoutesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListRoutesCommand extends ListRoutesCommand_base {}
36
+ export declare class ListRoutesCommand extends ListRoutesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListRoutesRequest;
40
+ output: ListRoutesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListRoutesCommandInput;
44
+ output: ListRoutesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListServicesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListServicesCommand extends ListServicesCommand_base {}
36
+ export declare class ListServicesCommand extends ListServicesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListServicesRequest;
40
+ output: ListServicesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListServicesCommandInput;
44
+ output: ListServicesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const PutResourcePolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
40
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutResourcePolicyRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: PutResourcePolicyCommandInput;
48
+ output: PutResourcePolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const UpdateRouteCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateRouteCommand extends UpdateRouteCommand_base {}
36
+ export declare class UpdateRouteCommand extends UpdateRouteCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateRouteRequest;
40
+ output: UpdateRouteResponse;
41
+ };
42
+ sdk: {
43
+ input: UpdateRouteCommandInput;
44
+ output: UpdateRouteCommandOutput;
45
+ };
46
+ };
47
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-migration-hub-refactor-spaces",
3
3
  "description": "AWS SDK for JavaScript Migration Hub Refactor Spaces Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-migration-hub-refactor-spaces",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"