@aws-sdk/client-migration-hub-refactor-spaces 3.297.0 → 3.299.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteRouteCommand.js +2 -3
- package/dist-cjs/commands/DeleteServiceCommand.js +2 -3
- package/dist-cjs/commands/GetApplicationCommand.js +1 -1
- package/dist-cjs/commands/GetEnvironmentCommand.js +1 -1
- package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/GetRouteCommand.js +1 -1
- package/dist-cjs/commands/GetServiceCommand.js +1 -1
- package/dist-cjs/commands/ListApplicationsCommand.js +1 -1
- package/dist-cjs/commands/ListEnvironmentVpcsCommand.js +2 -3
- package/dist-cjs/commands/ListEnvironmentsCommand.js +1 -1
- package/dist-cjs/commands/ListRoutesCommand.js +1 -1
- package/dist-cjs/commands/ListServicesCommand.js +1 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateRouteCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -170
- package/dist-es/commands/DeleteApplicationCommand.js +2 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-es/commands/DeleteRouteCommand.js +2 -3
- package/dist-es/commands/DeleteServiceCommand.js +2 -3
- package/dist-es/commands/GetApplicationCommand.js +2 -2
- package/dist-es/commands/GetEnvironmentCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -3
- package/dist-es/commands/GetRouteCommand.js +2 -2
- package/dist-es/commands/GetServiceCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentVpcsCommand.js +2 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-es/commands/ListRoutesCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateRouteCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -126
- package/dist-types/models/models_0.d.ts +0 -168
- package/dist-types/ts3.4/models/models_0.d.ts +0 -126
- package/package.json +11 -10
|
@@ -2050,22 +2050,6 @@ export interface UpdateRouteResponse {
|
|
|
2050
2050
|
*/
|
|
2051
2051
|
LastUpdatedTime?: Date;
|
|
2052
2052
|
}
|
|
2053
|
-
/**
|
|
2054
|
-
* @internal
|
|
2055
|
-
*/
|
|
2056
|
-
export declare const ApiGatewayProxyConfigFilterSensitiveLog: (obj: ApiGatewayProxyConfig) => any;
|
|
2057
|
-
/**
|
|
2058
|
-
* @internal
|
|
2059
|
-
*/
|
|
2060
|
-
export declare const ApiGatewayProxyInputFilterSensitiveLog: (obj: ApiGatewayProxyInput) => any;
|
|
2061
|
-
/**
|
|
2062
|
-
* @internal
|
|
2063
|
-
*/
|
|
2064
|
-
export declare const ApiGatewayProxySummaryFilterSensitiveLog: (obj: ApiGatewayProxySummary) => any;
|
|
2065
|
-
/**
|
|
2066
|
-
* @internal
|
|
2067
|
-
*/
|
|
2068
|
-
export declare const ErrorResponseFilterSensitiveLog: (obj: ErrorResponse) => any;
|
|
2069
2053
|
/**
|
|
2070
2054
|
* @internal
|
|
2071
2055
|
*/
|
|
@@ -2086,14 +2070,6 @@ export declare const CreateEnvironmentRequestFilterSensitiveLog: (obj: CreateEnv
|
|
|
2086
2070
|
* @internal
|
|
2087
2071
|
*/
|
|
2088
2072
|
export declare const CreateEnvironmentResponseFilterSensitiveLog: (obj: CreateEnvironmentResponse) => any;
|
|
2089
|
-
/**
|
|
2090
|
-
* @internal
|
|
2091
|
-
*/
|
|
2092
|
-
export declare const DefaultRouteInputFilterSensitiveLog: (obj: DefaultRouteInput) => any;
|
|
2093
|
-
/**
|
|
2094
|
-
* @internal
|
|
2095
|
-
*/
|
|
2096
|
-
export declare const UriPathRouteInputFilterSensitiveLog: (obj: UriPathRouteInput) => any;
|
|
2097
2073
|
/**
|
|
2098
2074
|
* @internal
|
|
2099
2075
|
*/
|
|
@@ -2102,14 +2078,6 @@ export declare const CreateRouteRequestFilterSensitiveLog: (obj: CreateRouteRequ
|
|
|
2102
2078
|
* @internal
|
|
2103
2079
|
*/
|
|
2104
2080
|
export declare const CreateRouteResponseFilterSensitiveLog: (obj: CreateRouteResponse) => any;
|
|
2105
|
-
/**
|
|
2106
|
-
* @internal
|
|
2107
|
-
*/
|
|
2108
|
-
export declare const LambdaEndpointInputFilterSensitiveLog: (obj: LambdaEndpointInput) => any;
|
|
2109
|
-
/**
|
|
2110
|
-
* @internal
|
|
2111
|
-
*/
|
|
2112
|
-
export declare const UrlEndpointInputFilterSensitiveLog: (obj: UrlEndpointInput) => any;
|
|
2113
2081
|
/**
|
|
2114
2082
|
* @internal
|
|
2115
2083
|
*/
|
|
@@ -2118,134 +2086,34 @@ export declare const CreateServiceRequestFilterSensitiveLog: (obj: CreateService
|
|
|
2118
2086
|
* @internal
|
|
2119
2087
|
*/
|
|
2120
2088
|
export declare const CreateServiceResponseFilterSensitiveLog: (obj: CreateServiceResponse) => any;
|
|
2121
|
-
/**
|
|
2122
|
-
* @internal
|
|
2123
|
-
*/
|
|
2124
|
-
export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
2125
|
-
/**
|
|
2126
|
-
* @internal
|
|
2127
|
-
*/
|
|
2128
|
-
export declare const DeleteApplicationResponseFilterSensitiveLog: (obj: DeleteApplicationResponse) => any;
|
|
2129
|
-
/**
|
|
2130
|
-
* @internal
|
|
2131
|
-
*/
|
|
2132
|
-
export declare const DeleteEnvironmentRequestFilterSensitiveLog: (obj: DeleteEnvironmentRequest) => any;
|
|
2133
|
-
/**
|
|
2134
|
-
* @internal
|
|
2135
|
-
*/
|
|
2136
|
-
export declare const DeleteEnvironmentResponseFilterSensitiveLog: (obj: DeleteEnvironmentResponse) => any;
|
|
2137
|
-
/**
|
|
2138
|
-
* @internal
|
|
2139
|
-
*/
|
|
2140
|
-
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
2141
|
-
/**
|
|
2142
|
-
* @internal
|
|
2143
|
-
*/
|
|
2144
|
-
export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
2145
|
-
/**
|
|
2146
|
-
* @internal
|
|
2147
|
-
*/
|
|
2148
|
-
export declare const DeleteRouteRequestFilterSensitiveLog: (obj: DeleteRouteRequest) => any;
|
|
2149
|
-
/**
|
|
2150
|
-
* @internal
|
|
2151
|
-
*/
|
|
2152
|
-
export declare const DeleteRouteResponseFilterSensitiveLog: (obj: DeleteRouteResponse) => any;
|
|
2153
|
-
/**
|
|
2154
|
-
* @internal
|
|
2155
|
-
*/
|
|
2156
|
-
export declare const DeleteServiceRequestFilterSensitiveLog: (obj: DeleteServiceRequest) => any;
|
|
2157
|
-
/**
|
|
2158
|
-
* @internal
|
|
2159
|
-
*/
|
|
2160
|
-
export declare const DeleteServiceResponseFilterSensitiveLog: (obj: DeleteServiceResponse) => any;
|
|
2161
2089
|
/**
|
|
2162
2090
|
* @internal
|
|
2163
2091
|
*/
|
|
2164
2092
|
export declare const EnvironmentSummaryFilterSensitiveLog: (obj: EnvironmentSummary) => any;
|
|
2165
|
-
/**
|
|
2166
|
-
* @internal
|
|
2167
|
-
*/
|
|
2168
|
-
export declare const EnvironmentVpcFilterSensitiveLog: (obj: EnvironmentVpc) => any;
|
|
2169
|
-
/**
|
|
2170
|
-
* @internal
|
|
2171
|
-
*/
|
|
2172
|
-
export declare const GetApplicationRequestFilterSensitiveLog: (obj: GetApplicationRequest) => any;
|
|
2173
2093
|
/**
|
|
2174
2094
|
* @internal
|
|
2175
2095
|
*/
|
|
2176
2096
|
export declare const GetApplicationResponseFilterSensitiveLog: (obj: GetApplicationResponse) => any;
|
|
2177
|
-
/**
|
|
2178
|
-
* @internal
|
|
2179
|
-
*/
|
|
2180
|
-
export declare const GetEnvironmentRequestFilterSensitiveLog: (obj: GetEnvironmentRequest) => any;
|
|
2181
2097
|
/**
|
|
2182
2098
|
* @internal
|
|
2183
2099
|
*/
|
|
2184
2100
|
export declare const GetEnvironmentResponseFilterSensitiveLog: (obj: GetEnvironmentResponse) => any;
|
|
2185
|
-
/**
|
|
2186
|
-
* @internal
|
|
2187
|
-
*/
|
|
2188
|
-
export declare const GetResourcePolicyRequestFilterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
|
|
2189
|
-
/**
|
|
2190
|
-
* @internal
|
|
2191
|
-
*/
|
|
2192
|
-
export declare const GetResourcePolicyResponseFilterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
|
|
2193
|
-
/**
|
|
2194
|
-
* @internal
|
|
2195
|
-
*/
|
|
2196
|
-
export declare const GetRouteRequestFilterSensitiveLog: (obj: GetRouteRequest) => any;
|
|
2197
2101
|
/**
|
|
2198
2102
|
* @internal
|
|
2199
2103
|
*/
|
|
2200
2104
|
export declare const GetRouteResponseFilterSensitiveLog: (obj: GetRouteResponse) => any;
|
|
2201
|
-
/**
|
|
2202
|
-
* @internal
|
|
2203
|
-
*/
|
|
2204
|
-
export declare const GetServiceRequestFilterSensitiveLog: (obj: GetServiceRequest) => any;
|
|
2205
|
-
/**
|
|
2206
|
-
* @internal
|
|
2207
|
-
*/
|
|
2208
|
-
export declare const LambdaEndpointConfigFilterSensitiveLog: (obj: LambdaEndpointConfig) => any;
|
|
2209
|
-
/**
|
|
2210
|
-
* @internal
|
|
2211
|
-
*/
|
|
2212
|
-
export declare const UrlEndpointConfigFilterSensitiveLog: (obj: UrlEndpointConfig) => any;
|
|
2213
2105
|
/**
|
|
2214
2106
|
* @internal
|
|
2215
2107
|
*/
|
|
2216
2108
|
export declare const GetServiceResponseFilterSensitiveLog: (obj: GetServiceResponse) => any;
|
|
2217
|
-
/**
|
|
2218
|
-
* @internal
|
|
2219
|
-
*/
|
|
2220
|
-
export declare const LambdaEndpointSummaryFilterSensitiveLog: (obj: LambdaEndpointSummary) => any;
|
|
2221
|
-
/**
|
|
2222
|
-
* @internal
|
|
2223
|
-
*/
|
|
2224
|
-
export declare const ListApplicationsRequestFilterSensitiveLog: (obj: ListApplicationsRequest) => any;
|
|
2225
2109
|
/**
|
|
2226
2110
|
* @internal
|
|
2227
2111
|
*/
|
|
2228
2112
|
export declare const ListApplicationsResponseFilterSensitiveLog: (obj: ListApplicationsResponse) => any;
|
|
2229
|
-
/**
|
|
2230
|
-
* @internal
|
|
2231
|
-
*/
|
|
2232
|
-
export declare const ListEnvironmentsRequestFilterSensitiveLog: (obj: ListEnvironmentsRequest) => any;
|
|
2233
2113
|
/**
|
|
2234
2114
|
* @internal
|
|
2235
2115
|
*/
|
|
2236
2116
|
export declare const ListEnvironmentsResponseFilterSensitiveLog: (obj: ListEnvironmentsResponse) => any;
|
|
2237
|
-
/**
|
|
2238
|
-
* @internal
|
|
2239
|
-
*/
|
|
2240
|
-
export declare const ListEnvironmentVpcsRequestFilterSensitiveLog: (obj: ListEnvironmentVpcsRequest) => any;
|
|
2241
|
-
/**
|
|
2242
|
-
* @internal
|
|
2243
|
-
*/
|
|
2244
|
-
export declare const ListEnvironmentVpcsResponseFilterSensitiveLog: (obj: ListEnvironmentVpcsResponse) => any;
|
|
2245
|
-
/**
|
|
2246
|
-
* @internal
|
|
2247
|
-
*/
|
|
2248
|
-
export declare const ListRoutesRequestFilterSensitiveLog: (obj: ListRoutesRequest) => any;
|
|
2249
2117
|
/**
|
|
2250
2118
|
* @internal
|
|
2251
2119
|
*/
|
|
@@ -2254,14 +2122,6 @@ export declare const RouteSummaryFilterSensitiveLog: (obj: RouteSummary) => any;
|
|
|
2254
2122
|
* @internal
|
|
2255
2123
|
*/
|
|
2256
2124
|
export declare const ListRoutesResponseFilterSensitiveLog: (obj: ListRoutesResponse) => any;
|
|
2257
|
-
/**
|
|
2258
|
-
* @internal
|
|
2259
|
-
*/
|
|
2260
|
-
export declare const ListServicesRequestFilterSensitiveLog: (obj: ListServicesRequest) => any;
|
|
2261
|
-
/**
|
|
2262
|
-
* @internal
|
|
2263
|
-
*/
|
|
2264
|
-
export declare const UrlEndpointSummaryFilterSensitiveLog: (obj: UrlEndpointSummary) => any;
|
|
2265
2125
|
/**
|
|
2266
2126
|
* @internal
|
|
2267
2127
|
*/
|
|
@@ -2270,43 +2130,15 @@ export declare const ServiceSummaryFilterSensitiveLog: (obj: ServiceSummary) =>
|
|
|
2270
2130
|
* @internal
|
|
2271
2131
|
*/
|
|
2272
2132
|
export declare const ListServicesResponseFilterSensitiveLog: (obj: ListServicesResponse) => any;
|
|
2273
|
-
/**
|
|
2274
|
-
* @internal
|
|
2275
|
-
*/
|
|
2276
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2277
2133
|
/**
|
|
2278
2134
|
* @internal
|
|
2279
2135
|
*/
|
|
2280
2136
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2281
|
-
/**
|
|
2282
|
-
* @internal
|
|
2283
|
-
*/
|
|
2284
|
-
export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
2285
|
-
/**
|
|
2286
|
-
* @internal
|
|
2287
|
-
*/
|
|
2288
|
-
export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
2289
2137
|
/**
|
|
2290
2138
|
* @internal
|
|
2291
2139
|
*/
|
|
2292
2140
|
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2293
|
-
/**
|
|
2294
|
-
* @internal
|
|
2295
|
-
*/
|
|
2296
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2297
2141
|
/**
|
|
2298
2142
|
* @internal
|
|
2299
2143
|
*/
|
|
2300
2144
|
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2301
|
-
/**
|
|
2302
|
-
* @internal
|
|
2303
|
-
*/
|
|
2304
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2305
|
-
/**
|
|
2306
|
-
* @internal
|
|
2307
|
-
*/
|
|
2308
|
-
export declare const UpdateRouteRequestFilterSensitiveLog: (obj: UpdateRouteRequest) => any;
|
|
2309
|
-
/**
|
|
2310
|
-
* @internal
|
|
2311
|
-
*/
|
|
2312
|
-
export declare const UpdateRouteResponseFilterSensitiveLog: (obj: UpdateRouteResponse) => any;
|
|
@@ -626,18 +626,6 @@ export interface UpdateRouteResponse {
|
|
|
626
626
|
State?: RouteState | string;
|
|
627
627
|
LastUpdatedTime?: Date;
|
|
628
628
|
}
|
|
629
|
-
export declare const ApiGatewayProxyConfigFilterSensitiveLog: (
|
|
630
|
-
obj: ApiGatewayProxyConfig
|
|
631
|
-
) => any;
|
|
632
|
-
export declare const ApiGatewayProxyInputFilterSensitiveLog: (
|
|
633
|
-
obj: ApiGatewayProxyInput
|
|
634
|
-
) => any;
|
|
635
|
-
export declare const ApiGatewayProxySummaryFilterSensitiveLog: (
|
|
636
|
-
obj: ApiGatewayProxySummary
|
|
637
|
-
) => any;
|
|
638
|
-
export declare const ErrorResponseFilterSensitiveLog: (
|
|
639
|
-
obj: ErrorResponse
|
|
640
|
-
) => any;
|
|
641
629
|
export declare const ApplicationSummaryFilterSensitiveLog: (
|
|
642
630
|
obj: ApplicationSummary
|
|
643
631
|
) => any;
|
|
@@ -653,169 +641,55 @@ export declare const CreateEnvironmentRequestFilterSensitiveLog: (
|
|
|
653
641
|
export declare const CreateEnvironmentResponseFilterSensitiveLog: (
|
|
654
642
|
obj: CreateEnvironmentResponse
|
|
655
643
|
) => any;
|
|
656
|
-
export declare const DefaultRouteInputFilterSensitiveLog: (
|
|
657
|
-
obj: DefaultRouteInput
|
|
658
|
-
) => any;
|
|
659
|
-
export declare const UriPathRouteInputFilterSensitiveLog: (
|
|
660
|
-
obj: UriPathRouteInput
|
|
661
|
-
) => any;
|
|
662
644
|
export declare const CreateRouteRequestFilterSensitiveLog: (
|
|
663
645
|
obj: CreateRouteRequest
|
|
664
646
|
) => any;
|
|
665
647
|
export declare const CreateRouteResponseFilterSensitiveLog: (
|
|
666
648
|
obj: CreateRouteResponse
|
|
667
649
|
) => any;
|
|
668
|
-
export declare const LambdaEndpointInputFilterSensitiveLog: (
|
|
669
|
-
obj: LambdaEndpointInput
|
|
670
|
-
) => any;
|
|
671
|
-
export declare const UrlEndpointInputFilterSensitiveLog: (
|
|
672
|
-
obj: UrlEndpointInput
|
|
673
|
-
) => any;
|
|
674
650
|
export declare const CreateServiceRequestFilterSensitiveLog: (
|
|
675
651
|
obj: CreateServiceRequest
|
|
676
652
|
) => any;
|
|
677
653
|
export declare const CreateServiceResponseFilterSensitiveLog: (
|
|
678
654
|
obj: CreateServiceResponse
|
|
679
655
|
) => any;
|
|
680
|
-
export declare const DeleteApplicationRequestFilterSensitiveLog: (
|
|
681
|
-
obj: DeleteApplicationRequest
|
|
682
|
-
) => any;
|
|
683
|
-
export declare const DeleteApplicationResponseFilterSensitiveLog: (
|
|
684
|
-
obj: DeleteApplicationResponse
|
|
685
|
-
) => any;
|
|
686
|
-
export declare const DeleteEnvironmentRequestFilterSensitiveLog: (
|
|
687
|
-
obj: DeleteEnvironmentRequest
|
|
688
|
-
) => any;
|
|
689
|
-
export declare const DeleteEnvironmentResponseFilterSensitiveLog: (
|
|
690
|
-
obj: DeleteEnvironmentResponse
|
|
691
|
-
) => any;
|
|
692
|
-
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (
|
|
693
|
-
obj: DeleteResourcePolicyRequest
|
|
694
|
-
) => any;
|
|
695
|
-
export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (
|
|
696
|
-
obj: DeleteResourcePolicyResponse
|
|
697
|
-
) => any;
|
|
698
|
-
export declare const DeleteRouteRequestFilterSensitiveLog: (
|
|
699
|
-
obj: DeleteRouteRequest
|
|
700
|
-
) => any;
|
|
701
|
-
export declare const DeleteRouteResponseFilterSensitiveLog: (
|
|
702
|
-
obj: DeleteRouteResponse
|
|
703
|
-
) => any;
|
|
704
|
-
export declare const DeleteServiceRequestFilterSensitiveLog: (
|
|
705
|
-
obj: DeleteServiceRequest
|
|
706
|
-
) => any;
|
|
707
|
-
export declare const DeleteServiceResponseFilterSensitiveLog: (
|
|
708
|
-
obj: DeleteServiceResponse
|
|
709
|
-
) => any;
|
|
710
656
|
export declare const EnvironmentSummaryFilterSensitiveLog: (
|
|
711
657
|
obj: EnvironmentSummary
|
|
712
658
|
) => any;
|
|
713
|
-
export declare const EnvironmentVpcFilterSensitiveLog: (
|
|
714
|
-
obj: EnvironmentVpc
|
|
715
|
-
) => any;
|
|
716
|
-
export declare const GetApplicationRequestFilterSensitiveLog: (
|
|
717
|
-
obj: GetApplicationRequest
|
|
718
|
-
) => any;
|
|
719
659
|
export declare const GetApplicationResponseFilterSensitiveLog: (
|
|
720
660
|
obj: GetApplicationResponse
|
|
721
661
|
) => any;
|
|
722
|
-
export declare const GetEnvironmentRequestFilterSensitiveLog: (
|
|
723
|
-
obj: GetEnvironmentRequest
|
|
724
|
-
) => any;
|
|
725
662
|
export declare const GetEnvironmentResponseFilterSensitiveLog: (
|
|
726
663
|
obj: GetEnvironmentResponse
|
|
727
664
|
) => any;
|
|
728
|
-
export declare const GetResourcePolicyRequestFilterSensitiveLog: (
|
|
729
|
-
obj: GetResourcePolicyRequest
|
|
730
|
-
) => any;
|
|
731
|
-
export declare const GetResourcePolicyResponseFilterSensitiveLog: (
|
|
732
|
-
obj: GetResourcePolicyResponse
|
|
733
|
-
) => any;
|
|
734
|
-
export declare const GetRouteRequestFilterSensitiveLog: (
|
|
735
|
-
obj: GetRouteRequest
|
|
736
|
-
) => any;
|
|
737
665
|
export declare const GetRouteResponseFilterSensitiveLog: (
|
|
738
666
|
obj: GetRouteResponse
|
|
739
667
|
) => any;
|
|
740
|
-
export declare const GetServiceRequestFilterSensitiveLog: (
|
|
741
|
-
obj: GetServiceRequest
|
|
742
|
-
) => any;
|
|
743
|
-
export declare const LambdaEndpointConfigFilterSensitiveLog: (
|
|
744
|
-
obj: LambdaEndpointConfig
|
|
745
|
-
) => any;
|
|
746
|
-
export declare const UrlEndpointConfigFilterSensitiveLog: (
|
|
747
|
-
obj: UrlEndpointConfig
|
|
748
|
-
) => any;
|
|
749
668
|
export declare const GetServiceResponseFilterSensitiveLog: (
|
|
750
669
|
obj: GetServiceResponse
|
|
751
670
|
) => any;
|
|
752
|
-
export declare const LambdaEndpointSummaryFilterSensitiveLog: (
|
|
753
|
-
obj: LambdaEndpointSummary
|
|
754
|
-
) => any;
|
|
755
|
-
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
756
|
-
obj: ListApplicationsRequest
|
|
757
|
-
) => any;
|
|
758
671
|
export declare const ListApplicationsResponseFilterSensitiveLog: (
|
|
759
672
|
obj: ListApplicationsResponse
|
|
760
673
|
) => any;
|
|
761
|
-
export declare const ListEnvironmentsRequestFilterSensitiveLog: (
|
|
762
|
-
obj: ListEnvironmentsRequest
|
|
763
|
-
) => any;
|
|
764
674
|
export declare const ListEnvironmentsResponseFilterSensitiveLog: (
|
|
765
675
|
obj: ListEnvironmentsResponse
|
|
766
676
|
) => any;
|
|
767
|
-
export declare const ListEnvironmentVpcsRequestFilterSensitiveLog: (
|
|
768
|
-
obj: ListEnvironmentVpcsRequest
|
|
769
|
-
) => any;
|
|
770
|
-
export declare const ListEnvironmentVpcsResponseFilterSensitiveLog: (
|
|
771
|
-
obj: ListEnvironmentVpcsResponse
|
|
772
|
-
) => any;
|
|
773
|
-
export declare const ListRoutesRequestFilterSensitiveLog: (
|
|
774
|
-
obj: ListRoutesRequest
|
|
775
|
-
) => any;
|
|
776
677
|
export declare const RouteSummaryFilterSensitiveLog: (obj: RouteSummary) => any;
|
|
777
678
|
export declare const ListRoutesResponseFilterSensitiveLog: (
|
|
778
679
|
obj: ListRoutesResponse
|
|
779
680
|
) => any;
|
|
780
|
-
export declare const ListServicesRequestFilterSensitiveLog: (
|
|
781
|
-
obj: ListServicesRequest
|
|
782
|
-
) => any;
|
|
783
|
-
export declare const UrlEndpointSummaryFilterSensitiveLog: (
|
|
784
|
-
obj: UrlEndpointSummary
|
|
785
|
-
) => any;
|
|
786
681
|
export declare const ServiceSummaryFilterSensitiveLog: (
|
|
787
682
|
obj: ServiceSummary
|
|
788
683
|
) => any;
|
|
789
684
|
export declare const ListServicesResponseFilterSensitiveLog: (
|
|
790
685
|
obj: ListServicesResponse
|
|
791
686
|
) => any;
|
|
792
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
793
|
-
obj: ListTagsForResourceRequest
|
|
794
|
-
) => any;
|
|
795
687
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
796
688
|
obj: ListTagsForResourceResponse
|
|
797
689
|
) => any;
|
|
798
|
-
export declare const PutResourcePolicyRequestFilterSensitiveLog: (
|
|
799
|
-
obj: PutResourcePolicyRequest
|
|
800
|
-
) => any;
|
|
801
|
-
export declare const PutResourcePolicyResponseFilterSensitiveLog: (
|
|
802
|
-
obj: PutResourcePolicyResponse
|
|
803
|
-
) => any;
|
|
804
690
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
805
691
|
obj: TagResourceRequest
|
|
806
692
|
) => any;
|
|
807
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
808
|
-
obj: TagResourceResponse
|
|
809
|
-
) => any;
|
|
810
693
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
811
694
|
obj: UntagResourceRequest
|
|
812
695
|
) => any;
|
|
813
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
814
|
-
obj: UntagResourceResponse
|
|
815
|
-
) => any;
|
|
816
|
-
export declare const UpdateRouteRequestFilterSensitiveLog: (
|
|
817
|
-
obj: UpdateRouteRequest
|
|
818
|
-
) => any;
|
|
819
|
-
export declare const UpdateRouteResponseFilterSensitiveLog: (
|
|
820
|
-
obj: UpdateRouteResponse
|
|
821
|
-
) => any;
|
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.
|
|
4
|
+
"version": "3.299.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo migration-hub-refactor-spaces"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0",
|
|
56
57
|
"uuid": "^8.3.2"
|