@aws-sdk/client-migration-hub-refactor-spaces 3.131.0 → 3.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/CreateRouteCommand.js +2 -2
- package/dist-cjs/commands/CreateServiceCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteRouteCommand.js +2 -2
- package/dist-cjs/commands/DeleteServiceCommand.js +2 -2
- package/dist-cjs/commands/GetApplicationCommand.js +2 -2
- package/dist-cjs/commands/GetEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/GetRouteCommand.js +2 -2
- package/dist-cjs/commands/GetServiceCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentVpcsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-cjs/commands/ListRoutesCommand.js +2 -2
- package/dist-cjs/commands/ListServicesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateRouteCommand.js +2 -2
- package/dist-cjs/models/models_0.js +293 -423
- package/dist-cjs/protocols/Aws_restJson1.js +437 -995
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
- package/dist-es/commands/CreateRouteCommand.js +3 -3
- package/dist-es/commands/CreateServiceCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteRouteCommand.js +3 -3
- package/dist-es/commands/DeleteServiceCommand.js +3 -3
- package/dist-es/commands/GetApplicationCommand.js +3 -3
- package/dist-es/commands/GetEnvironmentCommand.js +3 -3
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
- package/dist-es/commands/GetRouteCommand.js +3 -3
- package/dist-es/commands/GetServiceCommand.js +3 -3
- package/dist-es/commands/ListApplicationsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentVpcsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +3 -3
- package/dist-es/commands/ListRoutesCommand.js +3 -3
- package/dist-es/commands/ListServicesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateRouteCommand.js +3 -3
- package/dist-es/models/models_0.js +73 -268
- package/dist-es/protocols/Aws_restJson1.js +531 -1000
- package/dist-types/models/models_0.d.ts +260 -390
- package/dist-types/ts3.4/models/models_0.d.ts +130 -260
- package/package.json +6 -6
|
@@ -50,12 +50,6 @@ export interface ApiGatewayProxyConfig {
|
|
|
50
50
|
*/
|
|
51
51
|
StageName?: string;
|
|
52
52
|
}
|
|
53
|
-
export declare namespace ApiGatewayProxyConfig {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
const filterSensitiveLog: (obj: ApiGatewayProxyConfig) => any;
|
|
58
|
-
}
|
|
59
53
|
/**
|
|
60
54
|
* <p>A wrapper object holding the Amazon API Gateway endpoint input. </p>
|
|
61
55
|
*/
|
|
@@ -74,12 +68,6 @@ export interface ApiGatewayProxyInput {
|
|
|
74
68
|
*/
|
|
75
69
|
StageName?: string;
|
|
76
70
|
}
|
|
77
|
-
export declare namespace ApiGatewayProxyInput {
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
const filterSensitiveLog: (obj: ApiGatewayProxyInput) => any;
|
|
82
|
-
}
|
|
83
71
|
/**
|
|
84
72
|
* <p>A wrapper object holding the Amazon API Gateway proxy summary. </p>
|
|
85
73
|
*/
|
|
@@ -114,12 +102,6 @@ export interface ApiGatewayProxySummary {
|
|
|
114
102
|
*/
|
|
115
103
|
StageName?: string;
|
|
116
104
|
}
|
|
117
|
-
export declare namespace ApiGatewayProxySummary {
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
const filterSensitiveLog: (obj: ApiGatewayProxySummary) => any;
|
|
122
|
-
}
|
|
123
105
|
export declare enum ApplicationState {
|
|
124
106
|
ACTIVE = "ACTIVE",
|
|
125
107
|
CREATING = "CREATING",
|
|
@@ -191,12 +173,6 @@ export interface ErrorResponse {
|
|
|
191
173
|
*/
|
|
192
174
|
AdditionalDetails?: Record<string, string>;
|
|
193
175
|
}
|
|
194
|
-
export declare namespace ErrorResponse {
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
|
-
const filterSensitiveLog: (obj: ErrorResponse) => any;
|
|
199
|
-
}
|
|
200
176
|
export declare enum ProxyType {
|
|
201
177
|
API_GATEWAY = "API_GATEWAY"
|
|
202
178
|
}
|
|
@@ -262,12 +238,6 @@ export interface ApplicationSummary {
|
|
|
262
238
|
*/
|
|
263
239
|
CreatedTime?: Date;
|
|
264
240
|
}
|
|
265
|
-
export declare namespace ApplicationSummary {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
|
-
const filterSensitiveLog: (obj: ApplicationSummary) => any;
|
|
270
|
-
}
|
|
271
241
|
/**
|
|
272
242
|
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
273
243
|
*/
|
|
@@ -320,12 +290,6 @@ export interface CreateApplicationRequest {
|
|
|
320
290
|
*/
|
|
321
291
|
ClientToken?: string;
|
|
322
292
|
}
|
|
323
|
-
export declare namespace CreateApplicationRequest {
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
|
-
const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
328
|
-
}
|
|
329
293
|
export interface CreateApplicationResponse {
|
|
330
294
|
/**
|
|
331
295
|
* <p>The name of the application.</p>
|
|
@@ -387,12 +351,6 @@ export interface CreateApplicationResponse {
|
|
|
387
351
|
*/
|
|
388
352
|
CreatedTime?: Date;
|
|
389
353
|
}
|
|
390
|
-
export declare namespace CreateApplicationResponse {
|
|
391
|
-
/**
|
|
392
|
-
* @internal
|
|
393
|
-
*/
|
|
394
|
-
const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
|
|
395
|
-
}
|
|
396
354
|
/**
|
|
397
355
|
* <p>An unexpected error occurred while processing the request.</p>
|
|
398
356
|
*/
|
|
@@ -520,12 +478,6 @@ export interface CreateEnvironmentRequest {
|
|
|
520
478
|
*/
|
|
521
479
|
ClientToken?: string;
|
|
522
480
|
}
|
|
523
|
-
export declare namespace CreateEnvironmentRequest {
|
|
524
|
-
/**
|
|
525
|
-
* @internal
|
|
526
|
-
*/
|
|
527
|
-
const filterSensitiveLog: (obj: CreateEnvironmentRequest) => any;
|
|
528
|
-
}
|
|
529
481
|
export declare enum EnvironmentState {
|
|
530
482
|
ACTIVE = "ACTIVE",
|
|
531
483
|
CREATING = "CREATING",
|
|
@@ -574,12 +526,6 @@ export interface CreateEnvironmentResponse {
|
|
|
574
526
|
*/
|
|
575
527
|
CreatedTime?: Date;
|
|
576
528
|
}
|
|
577
|
-
export declare namespace CreateEnvironmentResponse {
|
|
578
|
-
/**
|
|
579
|
-
* @internal
|
|
580
|
-
*/
|
|
581
|
-
const filterSensitiveLog: (obj: CreateEnvironmentResponse) => any;
|
|
582
|
-
}
|
|
583
529
|
export declare enum RouteActivationState {
|
|
584
530
|
ACTIVE = "ACTIVE",
|
|
585
531
|
INACTIVE = "INACTIVE"
|
|
@@ -596,12 +542,6 @@ export interface DefaultRouteInput {
|
|
|
596
542
|
*/
|
|
597
543
|
ActivationState?: RouteActivationState | string;
|
|
598
544
|
}
|
|
599
|
-
export declare namespace DefaultRouteInput {
|
|
600
|
-
/**
|
|
601
|
-
* @internal
|
|
602
|
-
*/
|
|
603
|
-
const filterSensitiveLog: (obj: DefaultRouteInput) => any;
|
|
604
|
-
}
|
|
605
545
|
export declare enum RouteType {
|
|
606
546
|
DEFAULT = "DEFAULT",
|
|
607
547
|
URI_PATH = "URI_PATH"
|
|
@@ -641,12 +581,6 @@ export interface UriPathRouteInput {
|
|
|
641
581
|
*/
|
|
642
582
|
IncludeChildPaths?: boolean;
|
|
643
583
|
}
|
|
644
|
-
export declare namespace UriPathRouteInput {
|
|
645
|
-
/**
|
|
646
|
-
* @internal
|
|
647
|
-
*/
|
|
648
|
-
const filterSensitiveLog: (obj: UriPathRouteInput) => any;
|
|
649
|
-
}
|
|
650
584
|
export interface CreateRouteRequest {
|
|
651
585
|
/**
|
|
652
586
|
* <p>The ID of the environment in which the route is created.</p>
|
|
@@ -688,12 +622,6 @@ export interface CreateRouteRequest {
|
|
|
688
622
|
*/
|
|
689
623
|
ClientToken?: string;
|
|
690
624
|
}
|
|
691
|
-
export declare namespace CreateRouteRequest {
|
|
692
|
-
/**
|
|
693
|
-
* @internal
|
|
694
|
-
*/
|
|
695
|
-
const filterSensitiveLog: (obj: CreateRouteRequest) => any;
|
|
696
|
-
}
|
|
697
625
|
export declare enum RouteState {
|
|
698
626
|
ACTIVE = "ACTIVE",
|
|
699
627
|
CREATING = "CREATING",
|
|
@@ -760,12 +688,6 @@ export interface CreateRouteResponse {
|
|
|
760
688
|
*/
|
|
761
689
|
CreatedTime?: Date;
|
|
762
690
|
}
|
|
763
|
-
export declare namespace CreateRouteResponse {
|
|
764
|
-
/**
|
|
765
|
-
* @internal
|
|
766
|
-
*/
|
|
767
|
-
const filterSensitiveLog: (obj: CreateRouteResponse) => any;
|
|
768
|
-
}
|
|
769
691
|
export declare enum ServiceEndpointType {
|
|
770
692
|
LAMBDA = "LAMBDA",
|
|
771
693
|
URL = "URL"
|
|
@@ -779,12 +701,6 @@ export interface LambdaEndpointInput {
|
|
|
779
701
|
*/
|
|
780
702
|
Arn: string | undefined;
|
|
781
703
|
}
|
|
782
|
-
export declare namespace LambdaEndpointInput {
|
|
783
|
-
/**
|
|
784
|
-
* @internal
|
|
785
|
-
*/
|
|
786
|
-
const filterSensitiveLog: (obj: LambdaEndpointInput) => any;
|
|
787
|
-
}
|
|
788
704
|
/**
|
|
789
705
|
* <p>The configuration for the URL endpoint type. </p>
|
|
790
706
|
*/
|
|
@@ -803,12 +719,6 @@ export interface UrlEndpointInput {
|
|
|
803
719
|
*/
|
|
804
720
|
HealthUrl?: string;
|
|
805
721
|
}
|
|
806
|
-
export declare namespace UrlEndpointInput {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
|
-
const filterSensitiveLog: (obj: UrlEndpointInput) => any;
|
|
811
|
-
}
|
|
812
722
|
export interface CreateServiceRequest {
|
|
813
723
|
/**
|
|
814
724
|
* <p>The name of the service.</p>
|
|
@@ -852,12 +762,6 @@ export interface CreateServiceRequest {
|
|
|
852
762
|
*/
|
|
853
763
|
ClientToken?: string;
|
|
854
764
|
}
|
|
855
|
-
export declare namespace CreateServiceRequest {
|
|
856
|
-
/**
|
|
857
|
-
* @internal
|
|
858
|
-
*/
|
|
859
|
-
const filterSensitiveLog: (obj: CreateServiceRequest) => any;
|
|
860
|
-
}
|
|
861
765
|
export declare enum ServiceState {
|
|
862
766
|
ACTIVE = "ACTIVE",
|
|
863
767
|
CREATING = "CREATING",
|
|
@@ -930,12 +834,6 @@ export interface CreateServiceResponse {
|
|
|
930
834
|
*/
|
|
931
835
|
CreatedTime?: Date;
|
|
932
836
|
}
|
|
933
|
-
export declare namespace CreateServiceResponse {
|
|
934
|
-
/**
|
|
935
|
-
* @internal
|
|
936
|
-
*/
|
|
937
|
-
const filterSensitiveLog: (obj: CreateServiceResponse) => any;
|
|
938
|
-
}
|
|
939
837
|
export interface DeleteApplicationRequest {
|
|
940
838
|
/**
|
|
941
839
|
* <p>The ID of the environment. </p>
|
|
@@ -946,12 +844,6 @@ export interface DeleteApplicationRequest {
|
|
|
946
844
|
*/
|
|
947
845
|
ApplicationIdentifier: string | undefined;
|
|
948
846
|
}
|
|
949
|
-
export declare namespace DeleteApplicationRequest {
|
|
950
|
-
/**
|
|
951
|
-
* @internal
|
|
952
|
-
*/
|
|
953
|
-
const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
954
|
-
}
|
|
955
847
|
export interface DeleteApplicationResponse {
|
|
956
848
|
/**
|
|
957
849
|
* <p>The name of the application.</p>
|
|
@@ -978,24 +870,12 @@ export interface DeleteApplicationResponse {
|
|
|
978
870
|
*/
|
|
979
871
|
LastUpdatedTime?: Date;
|
|
980
872
|
}
|
|
981
|
-
export declare namespace DeleteApplicationResponse {
|
|
982
|
-
/**
|
|
983
|
-
* @internal
|
|
984
|
-
*/
|
|
985
|
-
const filterSensitiveLog: (obj: DeleteApplicationResponse) => any;
|
|
986
|
-
}
|
|
987
873
|
export interface DeleteEnvironmentRequest {
|
|
988
874
|
/**
|
|
989
875
|
* <p>The ID of the environment. </p>
|
|
990
876
|
*/
|
|
991
877
|
EnvironmentIdentifier: string | undefined;
|
|
992
878
|
}
|
|
993
|
-
export declare namespace DeleteEnvironmentRequest {
|
|
994
|
-
/**
|
|
995
|
-
* @internal
|
|
996
|
-
*/
|
|
997
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentRequest) => any;
|
|
998
|
-
}
|
|
999
879
|
export interface DeleteEnvironmentResponse {
|
|
1000
880
|
/**
|
|
1001
881
|
* <p>The name of the environment.</p>
|
|
@@ -1018,32 +898,14 @@ export interface DeleteEnvironmentResponse {
|
|
|
1018
898
|
*/
|
|
1019
899
|
LastUpdatedTime?: Date;
|
|
1020
900
|
}
|
|
1021
|
-
export declare namespace DeleteEnvironmentResponse {
|
|
1022
|
-
/**
|
|
1023
|
-
* @internal
|
|
1024
|
-
*/
|
|
1025
|
-
const filterSensitiveLog: (obj: DeleteEnvironmentResponse) => any;
|
|
1026
|
-
}
|
|
1027
901
|
export interface DeleteResourcePolicyRequest {
|
|
1028
902
|
/**
|
|
1029
903
|
* <p>Amazon Resource Name (ARN) of the resource associated with the policy. </p>
|
|
1030
904
|
*/
|
|
1031
905
|
Identifier: string | undefined;
|
|
1032
906
|
}
|
|
1033
|
-
export declare namespace DeleteResourcePolicyRequest {
|
|
1034
|
-
/**
|
|
1035
|
-
* @internal
|
|
1036
|
-
*/
|
|
1037
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
1038
|
-
}
|
|
1039
907
|
export interface DeleteResourcePolicyResponse {
|
|
1040
908
|
}
|
|
1041
|
-
export declare namespace DeleteResourcePolicyResponse {
|
|
1042
|
-
/**
|
|
1043
|
-
* @internal
|
|
1044
|
-
*/
|
|
1045
|
-
const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
1046
|
-
}
|
|
1047
909
|
export interface DeleteRouteRequest {
|
|
1048
910
|
/**
|
|
1049
911
|
* <p>The ID of the environment to delete the route from.</p>
|
|
@@ -1058,12 +920,6 @@ export interface DeleteRouteRequest {
|
|
|
1058
920
|
*/
|
|
1059
921
|
RouteIdentifier: string | undefined;
|
|
1060
922
|
}
|
|
1061
|
-
export declare namespace DeleteRouteRequest {
|
|
1062
|
-
/**
|
|
1063
|
-
* @internal
|
|
1064
|
-
*/
|
|
1065
|
-
const filterSensitiveLog: (obj: DeleteRouteRequest) => any;
|
|
1066
|
-
}
|
|
1067
923
|
export interface DeleteRouteResponse {
|
|
1068
924
|
/**
|
|
1069
925
|
* <p>The ID of the route to delete.</p>
|
|
@@ -1090,12 +946,6 @@ export interface DeleteRouteResponse {
|
|
|
1090
946
|
*/
|
|
1091
947
|
LastUpdatedTime?: Date;
|
|
1092
948
|
}
|
|
1093
|
-
export declare namespace DeleteRouteResponse {
|
|
1094
|
-
/**
|
|
1095
|
-
* @internal
|
|
1096
|
-
*/
|
|
1097
|
-
const filterSensitiveLog: (obj: DeleteRouteResponse) => any;
|
|
1098
|
-
}
|
|
1099
949
|
export interface DeleteServiceRequest {
|
|
1100
950
|
/**
|
|
1101
951
|
* <p>The ID of the environment that the service is in.</p>
|
|
@@ -1115,12 +965,6 @@ export interface DeleteServiceRequest {
|
|
|
1115
965
|
*/
|
|
1116
966
|
ServiceIdentifier: string | undefined;
|
|
1117
967
|
}
|
|
1118
|
-
export declare namespace DeleteServiceRequest {
|
|
1119
|
-
/**
|
|
1120
|
-
* @internal
|
|
1121
|
-
*/
|
|
1122
|
-
const filterSensitiveLog: (obj: DeleteServiceRequest) => any;
|
|
1123
|
-
}
|
|
1124
968
|
export interface DeleteServiceResponse {
|
|
1125
969
|
/**
|
|
1126
970
|
* <p>The unique identifier of the service.</p>
|
|
@@ -1151,12 +995,6 @@ export interface DeleteServiceResponse {
|
|
|
1151
995
|
*/
|
|
1152
996
|
LastUpdatedTime?: Date;
|
|
1153
997
|
}
|
|
1154
|
-
export declare namespace DeleteServiceResponse {
|
|
1155
|
-
/**
|
|
1156
|
-
* @internal
|
|
1157
|
-
*/
|
|
1158
|
-
const filterSensitiveLog: (obj: DeleteServiceResponse) => any;
|
|
1159
|
-
}
|
|
1160
998
|
/**
|
|
1161
999
|
* <p>The summary information for environments as a response to <code>ListEnvironments</code>.
|
|
1162
1000
|
* </p>
|
|
@@ -1211,12 +1049,6 @@ export interface EnvironmentSummary {
|
|
|
1211
1049
|
*/
|
|
1212
1050
|
CreatedTime?: Date;
|
|
1213
1051
|
}
|
|
1214
|
-
export declare namespace EnvironmentSummary {
|
|
1215
|
-
/**
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
1218
|
-
const filterSensitiveLog: (obj: EnvironmentSummary) => any;
|
|
1219
|
-
}
|
|
1220
1052
|
/**
|
|
1221
1053
|
* <p>Provides summary information for the <code>EnvironmentVpc</code> resource as a response to
|
|
1222
1054
|
* <code>ListEnvironmentVpc</code>.</p>
|
|
@@ -1251,12 +1083,6 @@ export interface EnvironmentVpc {
|
|
|
1251
1083
|
*/
|
|
1252
1084
|
CreatedTime?: Date;
|
|
1253
1085
|
}
|
|
1254
|
-
export declare namespace EnvironmentVpc {
|
|
1255
|
-
/**
|
|
1256
|
-
* @internal
|
|
1257
|
-
*/
|
|
1258
|
-
const filterSensitiveLog: (obj: EnvironmentVpc) => any;
|
|
1259
|
-
}
|
|
1260
1086
|
export interface GetApplicationRequest {
|
|
1261
1087
|
/**
|
|
1262
1088
|
* <p>The ID of the environment. </p>
|
|
@@ -1267,12 +1093,6 @@ export interface GetApplicationRequest {
|
|
|
1267
1093
|
*/
|
|
1268
1094
|
ApplicationIdentifier: string | undefined;
|
|
1269
1095
|
}
|
|
1270
|
-
export declare namespace GetApplicationRequest {
|
|
1271
|
-
/**
|
|
1272
|
-
* @internal
|
|
1273
|
-
*/
|
|
1274
|
-
const filterSensitiveLog: (obj: GetApplicationRequest) => any;
|
|
1275
|
-
}
|
|
1276
1096
|
export interface GetApplicationResponse {
|
|
1277
1097
|
/**
|
|
1278
1098
|
* <p>The name of the application.</p>
|
|
@@ -1332,24 +1152,12 @@ export interface GetApplicationResponse {
|
|
|
1332
1152
|
*/
|
|
1333
1153
|
CreatedTime?: Date;
|
|
1334
1154
|
}
|
|
1335
|
-
export declare namespace GetApplicationResponse {
|
|
1336
|
-
/**
|
|
1337
|
-
* @internal
|
|
1338
|
-
*/
|
|
1339
|
-
const filterSensitiveLog: (obj: GetApplicationResponse) => any;
|
|
1340
|
-
}
|
|
1341
1155
|
export interface GetEnvironmentRequest {
|
|
1342
1156
|
/**
|
|
1343
1157
|
* <p>The ID of the environment.</p>
|
|
1344
1158
|
*/
|
|
1345
1159
|
EnvironmentIdentifier: string | undefined;
|
|
1346
1160
|
}
|
|
1347
|
-
export declare namespace GetEnvironmentRequest {
|
|
1348
|
-
/**
|
|
1349
|
-
* @internal
|
|
1350
|
-
*/
|
|
1351
|
-
const filterSensitiveLog: (obj: GetEnvironmentRequest) => any;
|
|
1352
|
-
}
|
|
1353
1161
|
export interface GetEnvironmentResponse {
|
|
1354
1162
|
/**
|
|
1355
1163
|
* <p>The name of the environment.</p>
|
|
@@ -1400,36 +1208,18 @@ export interface GetEnvironmentResponse {
|
|
|
1400
1208
|
*/
|
|
1401
1209
|
CreatedTime?: Date;
|
|
1402
1210
|
}
|
|
1403
|
-
export declare namespace GetEnvironmentResponse {
|
|
1404
|
-
/**
|
|
1405
|
-
* @internal
|
|
1406
|
-
*/
|
|
1407
|
-
const filterSensitiveLog: (obj: GetEnvironmentResponse) => any;
|
|
1408
|
-
}
|
|
1409
1211
|
export interface GetResourcePolicyRequest {
|
|
1410
1212
|
/**
|
|
1411
1213
|
* <p>The Amazon Resource Name (ARN) of the resource associated with the policy. </p>
|
|
1412
1214
|
*/
|
|
1413
1215
|
Identifier: string | undefined;
|
|
1414
1216
|
}
|
|
1415
|
-
export declare namespace GetResourcePolicyRequest {
|
|
1416
|
-
/**
|
|
1417
|
-
* @internal
|
|
1418
|
-
*/
|
|
1419
|
-
const filterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
|
|
1420
|
-
}
|
|
1421
1217
|
export interface GetResourcePolicyResponse {
|
|
1422
1218
|
/**
|
|
1423
1219
|
* <p>A JSON-formatted string for an Amazon Web Services resource-based policy. </p>
|
|
1424
1220
|
*/
|
|
1425
1221
|
Policy?: string;
|
|
1426
1222
|
}
|
|
1427
|
-
export declare namespace GetResourcePolicyResponse {
|
|
1428
|
-
/**
|
|
1429
|
-
* @internal
|
|
1430
|
-
*/
|
|
1431
|
-
const filterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
|
|
1432
|
-
}
|
|
1433
1223
|
export interface GetRouteRequest {
|
|
1434
1224
|
/**
|
|
1435
1225
|
* <p>The ID of the environment.</p>
|
|
@@ -1444,12 +1234,6 @@ export interface GetRouteRequest {
|
|
|
1444
1234
|
*/
|
|
1445
1235
|
RouteIdentifier: string | undefined;
|
|
1446
1236
|
}
|
|
1447
|
-
export declare namespace GetRouteRequest {
|
|
1448
|
-
/**
|
|
1449
|
-
* @internal
|
|
1450
|
-
*/
|
|
1451
|
-
const filterSensitiveLog: (obj: GetRouteRequest) => any;
|
|
1452
|
-
}
|
|
1453
1237
|
export interface GetRouteResponse {
|
|
1454
1238
|
/**
|
|
1455
1239
|
* <p>The unique identifier of the route.</p>
|
|
@@ -1530,12 +1314,6 @@ export interface GetRouteResponse {
|
|
|
1530
1314
|
*/
|
|
1531
1315
|
CreatedTime?: Date;
|
|
1532
1316
|
}
|
|
1533
|
-
export declare namespace GetRouteResponse {
|
|
1534
|
-
/**
|
|
1535
|
-
* @internal
|
|
1536
|
-
*/
|
|
1537
|
-
const filterSensitiveLog: (obj: GetRouteResponse) => any;
|
|
1538
|
-
}
|
|
1539
1317
|
export interface GetServiceRequest {
|
|
1540
1318
|
/**
|
|
1541
1319
|
* <p>The ID of the environment.</p>
|
|
@@ -1550,12 +1328,6 @@ export interface GetServiceRequest {
|
|
|
1550
1328
|
*/
|
|
1551
1329
|
ServiceIdentifier: string | undefined;
|
|
1552
1330
|
}
|
|
1553
|
-
export declare namespace GetServiceRequest {
|
|
1554
|
-
/**
|
|
1555
|
-
* @internal
|
|
1556
|
-
*/
|
|
1557
|
-
const filterSensitiveLog: (obj: GetServiceRequest) => any;
|
|
1558
|
-
}
|
|
1559
1331
|
/**
|
|
1560
1332
|
* <p>The configuration for the Lambda endpoint type. </p>
|
|
1561
1333
|
*/
|
|
@@ -1565,12 +1337,6 @@ export interface LambdaEndpointConfig {
|
|
|
1565
1337
|
*/
|
|
1566
1338
|
Arn?: string;
|
|
1567
1339
|
}
|
|
1568
|
-
export declare namespace LambdaEndpointConfig {
|
|
1569
|
-
/**
|
|
1570
|
-
* @internal
|
|
1571
|
-
*/
|
|
1572
|
-
const filterSensitiveLog: (obj: LambdaEndpointConfig) => any;
|
|
1573
|
-
}
|
|
1574
1340
|
/**
|
|
1575
1341
|
* <p>The configuration for the URL endpoint type. </p>
|
|
1576
1342
|
*/
|
|
@@ -1584,12 +1350,6 @@ export interface UrlEndpointConfig {
|
|
|
1584
1350
|
*/
|
|
1585
1351
|
HealthUrl?: string;
|
|
1586
1352
|
}
|
|
1587
|
-
export declare namespace UrlEndpointConfig {
|
|
1588
|
-
/**
|
|
1589
|
-
* @internal
|
|
1590
|
-
*/
|
|
1591
|
-
const filterSensitiveLog: (obj: UrlEndpointConfig) => any;
|
|
1592
|
-
}
|
|
1593
1353
|
export interface GetServiceResponse {
|
|
1594
1354
|
/**
|
|
1595
1355
|
* <p>The unique identifier of the service.</p>
|
|
@@ -1664,12 +1424,6 @@ export interface GetServiceResponse {
|
|
|
1664
1424
|
*/
|
|
1665
1425
|
CreatedTime?: Date;
|
|
1666
1426
|
}
|
|
1667
|
-
export declare namespace GetServiceResponse {
|
|
1668
|
-
/**
|
|
1669
|
-
* @internal
|
|
1670
|
-
*/
|
|
1671
|
-
const filterSensitiveLog: (obj: GetServiceResponse) => any;
|
|
1672
|
-
}
|
|
1673
1427
|
/**
|
|
1674
1428
|
* <p>The resource policy is not valid.</p>
|
|
1675
1429
|
*/
|
|
@@ -1691,12 +1445,6 @@ export interface LambdaEndpointSummary {
|
|
|
1691
1445
|
*/
|
|
1692
1446
|
Arn?: string;
|
|
1693
1447
|
}
|
|
1694
|
-
export declare namespace LambdaEndpointSummary {
|
|
1695
|
-
/**
|
|
1696
|
-
* @internal
|
|
1697
|
-
*/
|
|
1698
|
-
const filterSensitiveLog: (obj: LambdaEndpointSummary) => any;
|
|
1699
|
-
}
|
|
1700
1448
|
export interface ListApplicationsRequest {
|
|
1701
1449
|
/**
|
|
1702
1450
|
* <p>The ID of the environment. </p>
|
|
@@ -1712,12 +1460,6 @@ export interface ListApplicationsRequest {
|
|
|
1712
1460
|
*/
|
|
1713
1461
|
MaxResults?: number;
|
|
1714
1462
|
}
|
|
1715
|
-
export declare namespace ListApplicationsRequest {
|
|
1716
|
-
/**
|
|
1717
|
-
* @internal
|
|
1718
|
-
*/
|
|
1719
|
-
const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
|
|
1720
|
-
}
|
|
1721
1463
|
export interface ListApplicationsResponse {
|
|
1722
1464
|
/**
|
|
1723
1465
|
* <p>The list of <code>ApplicationSummary</code> objects. </p>
|
|
@@ -1728,12 +1470,6 @@ export interface ListApplicationsResponse {
|
|
|
1728
1470
|
*/
|
|
1729
1471
|
NextToken?: string;
|
|
1730
1472
|
}
|
|
1731
|
-
export declare namespace ListApplicationsResponse {
|
|
1732
|
-
/**
|
|
1733
|
-
* @internal
|
|
1734
|
-
*/
|
|
1735
|
-
const filterSensitiveLog: (obj: ListApplicationsResponse) => any;
|
|
1736
|
-
}
|
|
1737
1473
|
export interface ListEnvironmentsRequest {
|
|
1738
1474
|
/**
|
|
1739
1475
|
* <p>The token for the next page of results.</p>
|
|
@@ -1745,12 +1481,6 @@ export interface ListEnvironmentsRequest {
|
|
|
1745
1481
|
*/
|
|
1746
1482
|
MaxResults?: number;
|
|
1747
1483
|
}
|
|
1748
|
-
export declare namespace ListEnvironmentsRequest {
|
|
1749
|
-
/**
|
|
1750
|
-
* @internal
|
|
1751
|
-
*/
|
|
1752
|
-
const filterSensitiveLog: (obj: ListEnvironmentsRequest) => any;
|
|
1753
|
-
}
|
|
1754
1484
|
export interface ListEnvironmentsResponse {
|
|
1755
1485
|
/**
|
|
1756
1486
|
* <p>The list of <code>EnvironmentSummary</code> objects. </p>
|
|
@@ -1761,12 +1491,6 @@ export interface ListEnvironmentsResponse {
|
|
|
1761
1491
|
*/
|
|
1762
1492
|
NextToken?: string;
|
|
1763
1493
|
}
|
|
1764
|
-
export declare namespace ListEnvironmentsResponse {
|
|
1765
|
-
/**
|
|
1766
|
-
* @internal
|
|
1767
|
-
*/
|
|
1768
|
-
const filterSensitiveLog: (obj: ListEnvironmentsResponse) => any;
|
|
1769
|
-
}
|
|
1770
1494
|
export interface ListEnvironmentVpcsRequest {
|
|
1771
1495
|
/**
|
|
1772
1496
|
* <p>The ID of the environment. </p>
|
|
@@ -1782,12 +1506,6 @@ export interface ListEnvironmentVpcsRequest {
|
|
|
1782
1506
|
*/
|
|
1783
1507
|
MaxResults?: number;
|
|
1784
1508
|
}
|
|
1785
|
-
export declare namespace ListEnvironmentVpcsRequest {
|
|
1786
|
-
/**
|
|
1787
|
-
* @internal
|
|
1788
|
-
*/
|
|
1789
|
-
const filterSensitiveLog: (obj: ListEnvironmentVpcsRequest) => any;
|
|
1790
|
-
}
|
|
1791
1509
|
export interface ListEnvironmentVpcsResponse {
|
|
1792
1510
|
/**
|
|
1793
1511
|
* <p>The list of <code>EnvironmentVpc</code> objects. </p>
|
|
@@ -1798,12 +1516,6 @@ export interface ListEnvironmentVpcsResponse {
|
|
|
1798
1516
|
*/
|
|
1799
1517
|
NextToken?: string;
|
|
1800
1518
|
}
|
|
1801
|
-
export declare namespace ListEnvironmentVpcsResponse {
|
|
1802
|
-
/**
|
|
1803
|
-
* @internal
|
|
1804
|
-
*/
|
|
1805
|
-
const filterSensitiveLog: (obj: ListEnvironmentVpcsResponse) => any;
|
|
1806
|
-
}
|
|
1807
1519
|
export interface ListRoutesRequest {
|
|
1808
1520
|
/**
|
|
1809
1521
|
* <p>The ID of the environment. </p>
|
|
@@ -1823,12 +1535,6 @@ export interface ListRoutesRequest {
|
|
|
1823
1535
|
*/
|
|
1824
1536
|
MaxResults?: number;
|
|
1825
1537
|
}
|
|
1826
|
-
export declare namespace ListRoutesRequest {
|
|
1827
|
-
/**
|
|
1828
|
-
* @internal
|
|
1829
|
-
*/
|
|
1830
|
-
const filterSensitiveLog: (obj: ListRoutesRequest) => any;
|
|
1831
|
-
}
|
|
1832
1538
|
/**
|
|
1833
1539
|
* <p>The summary information for the routes as a response to <code>ListRoutes</code>. </p>
|
|
1834
1540
|
*/
|
|
@@ -1906,12 +1612,6 @@ export interface RouteSummary {
|
|
|
1906
1612
|
*/
|
|
1907
1613
|
CreatedTime?: Date;
|
|
1908
1614
|
}
|
|
1909
|
-
export declare namespace RouteSummary {
|
|
1910
|
-
/**
|
|
1911
|
-
* @internal
|
|
1912
|
-
*/
|
|
1913
|
-
const filterSensitiveLog: (obj: RouteSummary) => any;
|
|
1914
|
-
}
|
|
1915
1615
|
export interface ListRoutesResponse {
|
|
1916
1616
|
/**
|
|
1917
1617
|
* <p>The list of <code>RouteSummary</code> objects. </p>
|
|
@@ -1922,12 +1622,6 @@ export interface ListRoutesResponse {
|
|
|
1922
1622
|
*/
|
|
1923
1623
|
NextToken?: string;
|
|
1924
1624
|
}
|
|
1925
|
-
export declare namespace ListRoutesResponse {
|
|
1926
|
-
/**
|
|
1927
|
-
* @internal
|
|
1928
|
-
*/
|
|
1929
|
-
const filterSensitiveLog: (obj: ListRoutesResponse) => any;
|
|
1930
|
-
}
|
|
1931
1625
|
export interface ListServicesRequest {
|
|
1932
1626
|
/**
|
|
1933
1627
|
* <p>The ID of the environment. </p>
|
|
@@ -1947,12 +1641,6 @@ export interface ListServicesRequest {
|
|
|
1947
1641
|
*/
|
|
1948
1642
|
MaxResults?: number;
|
|
1949
1643
|
}
|
|
1950
|
-
export declare namespace ListServicesRequest {
|
|
1951
|
-
/**
|
|
1952
|
-
* @internal
|
|
1953
|
-
*/
|
|
1954
|
-
const filterSensitiveLog: (obj: ListServicesRequest) => any;
|
|
1955
|
-
}
|
|
1956
1644
|
/**
|
|
1957
1645
|
* <p>The summary of the configuration for the URL endpoint type. </p>
|
|
1958
1646
|
*/
|
|
@@ -1971,12 +1659,6 @@ export interface UrlEndpointSummary {
|
|
|
1971
1659
|
*/
|
|
1972
1660
|
HealthUrl?: string;
|
|
1973
1661
|
}
|
|
1974
|
-
export declare namespace UrlEndpointSummary {
|
|
1975
|
-
/**
|
|
1976
|
-
* @internal
|
|
1977
|
-
*/
|
|
1978
|
-
const filterSensitiveLog: (obj: UrlEndpointSummary) => any;
|
|
1979
|
-
}
|
|
1980
1662
|
/**
|
|
1981
1663
|
* <p>A summary for the service as a response to <code>ListServices</code>. </p>
|
|
1982
1664
|
*/
|
|
@@ -2050,12 +1732,6 @@ export interface ServiceSummary {
|
|
|
2050
1732
|
*/
|
|
2051
1733
|
CreatedTime?: Date;
|
|
2052
1734
|
}
|
|
2053
|
-
export declare namespace ServiceSummary {
|
|
2054
|
-
/**
|
|
2055
|
-
* @internal
|
|
2056
|
-
*/
|
|
2057
|
-
const filterSensitiveLog: (obj: ServiceSummary) => any;
|
|
2058
|
-
}
|
|
2059
1735
|
export interface ListServicesResponse {
|
|
2060
1736
|
/**
|
|
2061
1737
|
* <p> The list of <code>ServiceSummary</code> objects. </p>
|
|
@@ -2066,36 +1742,18 @@ export interface ListServicesResponse {
|
|
|
2066
1742
|
*/
|
|
2067
1743
|
NextToken?: string;
|
|
2068
1744
|
}
|
|
2069
|
-
export declare namespace ListServicesResponse {
|
|
2070
|
-
/**
|
|
2071
|
-
* @internal
|
|
2072
|
-
*/
|
|
2073
|
-
const filterSensitiveLog: (obj: ListServicesResponse) => any;
|
|
2074
|
-
}
|
|
2075
1745
|
export interface ListTagsForResourceRequest {
|
|
2076
1746
|
/**
|
|
2077
1747
|
* <p>The Amazon Resource Name (ARN) of the resource. </p>
|
|
2078
1748
|
*/
|
|
2079
1749
|
ResourceArn: string | undefined;
|
|
2080
1750
|
}
|
|
2081
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2082
|
-
/**
|
|
2083
|
-
* @internal
|
|
2084
|
-
*/
|
|
2085
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2086
|
-
}
|
|
2087
1751
|
export interface ListTagsForResourceResponse {
|
|
2088
1752
|
/**
|
|
2089
1753
|
* <p>The list of tags assigned to the resource. </p>
|
|
2090
1754
|
*/
|
|
2091
1755
|
Tags?: Record<string, string>;
|
|
2092
1756
|
}
|
|
2093
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2094
|
-
/**
|
|
2095
|
-
* @internal
|
|
2096
|
-
*/
|
|
2097
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2098
|
-
}
|
|
2099
1757
|
export interface PutResourcePolicyRequest {
|
|
2100
1758
|
/**
|
|
2101
1759
|
* <p>The Amazon Resource Name (ARN) of the resource to which the policy is being attached.
|
|
@@ -2107,20 +1765,8 @@ export interface PutResourcePolicyRequest {
|
|
|
2107
1765
|
*/
|
|
2108
1766
|
Policy: string | undefined;
|
|
2109
1767
|
}
|
|
2110
|
-
export declare namespace PutResourcePolicyRequest {
|
|
2111
|
-
/**
|
|
2112
|
-
* @internal
|
|
2113
|
-
*/
|
|
2114
|
-
const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
2115
|
-
}
|
|
2116
1768
|
export interface PutResourcePolicyResponse {
|
|
2117
1769
|
}
|
|
2118
|
-
export declare namespace PutResourcePolicyResponse {
|
|
2119
|
-
/**
|
|
2120
|
-
* @internal
|
|
2121
|
-
*/
|
|
2122
|
-
const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
2123
|
-
}
|
|
2124
1770
|
export interface TagResourceRequest {
|
|
2125
1771
|
/**
|
|
2126
1772
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -2131,20 +1777,8 @@ export interface TagResourceRequest {
|
|
|
2131
1777
|
*/
|
|
2132
1778
|
Tags: Record<string, string> | undefined;
|
|
2133
1779
|
}
|
|
2134
|
-
export declare namespace TagResourceRequest {
|
|
2135
|
-
/**
|
|
2136
|
-
* @internal
|
|
2137
|
-
*/
|
|
2138
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2139
|
-
}
|
|
2140
1780
|
export interface TagResourceResponse {
|
|
2141
1781
|
}
|
|
2142
|
-
export declare namespace TagResourceResponse {
|
|
2143
|
-
/**
|
|
2144
|
-
* @internal
|
|
2145
|
-
*/
|
|
2146
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2147
|
-
}
|
|
2148
1782
|
export interface UntagResourceRequest {
|
|
2149
1783
|
/**
|
|
2150
1784
|
* <p>The Amazon Resource Name (ARN) of the resource. </p>
|
|
@@ -2155,20 +1789,8 @@ export interface UntagResourceRequest {
|
|
|
2155
1789
|
*/
|
|
2156
1790
|
TagKeys: string[] | undefined;
|
|
2157
1791
|
}
|
|
2158
|
-
export declare namespace UntagResourceRequest {
|
|
2159
|
-
/**
|
|
2160
|
-
* @internal
|
|
2161
|
-
*/
|
|
2162
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2163
|
-
}
|
|
2164
1792
|
export interface UntagResourceResponse {
|
|
2165
1793
|
}
|
|
2166
|
-
export declare namespace UntagResourceResponse {
|
|
2167
|
-
/**
|
|
2168
|
-
* @internal
|
|
2169
|
-
*/
|
|
2170
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2171
|
-
}
|
|
2172
1794
|
export interface UpdateRouteRequest {
|
|
2173
1795
|
/**
|
|
2174
1796
|
* <p>
|
|
@@ -2194,12 +1816,6 @@ export interface UpdateRouteRequest {
|
|
|
2194
1816
|
*/
|
|
2195
1817
|
ActivationState: RouteActivationState | string | undefined;
|
|
2196
1818
|
}
|
|
2197
|
-
export declare namespace UpdateRouteRequest {
|
|
2198
|
-
/**
|
|
2199
|
-
* @internal
|
|
2200
|
-
*/
|
|
2201
|
-
const filterSensitiveLog: (obj: UpdateRouteRequest) => any;
|
|
2202
|
-
}
|
|
2203
1819
|
export interface UpdateRouteResponse {
|
|
2204
1820
|
/**
|
|
2205
1821
|
* <p>
|
|
@@ -2243,9 +1859,263 @@ export interface UpdateRouteResponse {
|
|
|
2243
1859
|
*/
|
|
2244
1860
|
LastUpdatedTime?: Date;
|
|
2245
1861
|
}
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
1862
|
+
/**
|
|
1863
|
+
* @internal
|
|
1864
|
+
*/
|
|
1865
|
+
export declare const ApiGatewayProxyConfigFilterSensitiveLog: (obj: ApiGatewayProxyConfig) => any;
|
|
1866
|
+
/**
|
|
1867
|
+
* @internal
|
|
1868
|
+
*/
|
|
1869
|
+
export declare const ApiGatewayProxyInputFilterSensitiveLog: (obj: ApiGatewayProxyInput) => any;
|
|
1870
|
+
/**
|
|
1871
|
+
* @internal
|
|
1872
|
+
*/
|
|
1873
|
+
export declare const ApiGatewayProxySummaryFilterSensitiveLog: (obj: ApiGatewayProxySummary) => any;
|
|
1874
|
+
/**
|
|
1875
|
+
* @internal
|
|
1876
|
+
*/
|
|
1877
|
+
export declare const ErrorResponseFilterSensitiveLog: (obj: ErrorResponse) => any;
|
|
1878
|
+
/**
|
|
1879
|
+
* @internal
|
|
1880
|
+
*/
|
|
1881
|
+
export declare const ApplicationSummaryFilterSensitiveLog: (obj: ApplicationSummary) => any;
|
|
1882
|
+
/**
|
|
1883
|
+
* @internal
|
|
1884
|
+
*/
|
|
1885
|
+
export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
1886
|
+
/**
|
|
1887
|
+
* @internal
|
|
1888
|
+
*/
|
|
1889
|
+
export declare const CreateApplicationResponseFilterSensitiveLog: (obj: CreateApplicationResponse) => any;
|
|
1890
|
+
/**
|
|
1891
|
+
* @internal
|
|
1892
|
+
*/
|
|
1893
|
+
export declare const CreateEnvironmentRequestFilterSensitiveLog: (obj: CreateEnvironmentRequest) => any;
|
|
1894
|
+
/**
|
|
1895
|
+
* @internal
|
|
1896
|
+
*/
|
|
1897
|
+
export declare const CreateEnvironmentResponseFilterSensitiveLog: (obj: CreateEnvironmentResponse) => any;
|
|
1898
|
+
/**
|
|
1899
|
+
* @internal
|
|
1900
|
+
*/
|
|
1901
|
+
export declare const DefaultRouteInputFilterSensitiveLog: (obj: DefaultRouteInput) => any;
|
|
1902
|
+
/**
|
|
1903
|
+
* @internal
|
|
1904
|
+
*/
|
|
1905
|
+
export declare const UriPathRouteInputFilterSensitiveLog: (obj: UriPathRouteInput) => any;
|
|
1906
|
+
/**
|
|
1907
|
+
* @internal
|
|
1908
|
+
*/
|
|
1909
|
+
export declare const CreateRouteRequestFilterSensitiveLog: (obj: CreateRouteRequest) => any;
|
|
1910
|
+
/**
|
|
1911
|
+
* @internal
|
|
1912
|
+
*/
|
|
1913
|
+
export declare const CreateRouteResponseFilterSensitiveLog: (obj: CreateRouteResponse) => any;
|
|
1914
|
+
/**
|
|
1915
|
+
* @internal
|
|
1916
|
+
*/
|
|
1917
|
+
export declare const LambdaEndpointInputFilterSensitiveLog: (obj: LambdaEndpointInput) => any;
|
|
1918
|
+
/**
|
|
1919
|
+
* @internal
|
|
1920
|
+
*/
|
|
1921
|
+
export declare const UrlEndpointInputFilterSensitiveLog: (obj: UrlEndpointInput) => any;
|
|
1922
|
+
/**
|
|
1923
|
+
* @internal
|
|
1924
|
+
*/
|
|
1925
|
+
export declare const CreateServiceRequestFilterSensitiveLog: (obj: CreateServiceRequest) => any;
|
|
1926
|
+
/**
|
|
1927
|
+
* @internal
|
|
1928
|
+
*/
|
|
1929
|
+
export declare const CreateServiceResponseFilterSensitiveLog: (obj: CreateServiceResponse) => any;
|
|
1930
|
+
/**
|
|
1931
|
+
* @internal
|
|
1932
|
+
*/
|
|
1933
|
+
export declare const DeleteApplicationRequestFilterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
1934
|
+
/**
|
|
1935
|
+
* @internal
|
|
1936
|
+
*/
|
|
1937
|
+
export declare const DeleteApplicationResponseFilterSensitiveLog: (obj: DeleteApplicationResponse) => any;
|
|
1938
|
+
/**
|
|
1939
|
+
* @internal
|
|
1940
|
+
*/
|
|
1941
|
+
export declare const DeleteEnvironmentRequestFilterSensitiveLog: (obj: DeleteEnvironmentRequest) => any;
|
|
1942
|
+
/**
|
|
1943
|
+
* @internal
|
|
1944
|
+
*/
|
|
1945
|
+
export declare const DeleteEnvironmentResponseFilterSensitiveLog: (obj: DeleteEnvironmentResponse) => any;
|
|
1946
|
+
/**
|
|
1947
|
+
* @internal
|
|
1948
|
+
*/
|
|
1949
|
+
export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
|
|
1950
|
+
/**
|
|
1951
|
+
* @internal
|
|
1952
|
+
*/
|
|
1953
|
+
export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
|
|
1954
|
+
/**
|
|
1955
|
+
* @internal
|
|
1956
|
+
*/
|
|
1957
|
+
export declare const DeleteRouteRequestFilterSensitiveLog: (obj: DeleteRouteRequest) => any;
|
|
1958
|
+
/**
|
|
1959
|
+
* @internal
|
|
1960
|
+
*/
|
|
1961
|
+
export declare const DeleteRouteResponseFilterSensitiveLog: (obj: DeleteRouteResponse) => any;
|
|
1962
|
+
/**
|
|
1963
|
+
* @internal
|
|
1964
|
+
*/
|
|
1965
|
+
export declare const DeleteServiceRequestFilterSensitiveLog: (obj: DeleteServiceRequest) => any;
|
|
1966
|
+
/**
|
|
1967
|
+
* @internal
|
|
1968
|
+
*/
|
|
1969
|
+
export declare const DeleteServiceResponseFilterSensitiveLog: (obj: DeleteServiceResponse) => any;
|
|
1970
|
+
/**
|
|
1971
|
+
* @internal
|
|
1972
|
+
*/
|
|
1973
|
+
export declare const EnvironmentSummaryFilterSensitiveLog: (obj: EnvironmentSummary) => any;
|
|
1974
|
+
/**
|
|
1975
|
+
* @internal
|
|
1976
|
+
*/
|
|
1977
|
+
export declare const EnvironmentVpcFilterSensitiveLog: (obj: EnvironmentVpc) => any;
|
|
1978
|
+
/**
|
|
1979
|
+
* @internal
|
|
1980
|
+
*/
|
|
1981
|
+
export declare const GetApplicationRequestFilterSensitiveLog: (obj: GetApplicationRequest) => any;
|
|
1982
|
+
/**
|
|
1983
|
+
* @internal
|
|
1984
|
+
*/
|
|
1985
|
+
export declare const GetApplicationResponseFilterSensitiveLog: (obj: GetApplicationResponse) => any;
|
|
1986
|
+
/**
|
|
1987
|
+
* @internal
|
|
1988
|
+
*/
|
|
1989
|
+
export declare const GetEnvironmentRequestFilterSensitiveLog: (obj: GetEnvironmentRequest) => any;
|
|
1990
|
+
/**
|
|
1991
|
+
* @internal
|
|
1992
|
+
*/
|
|
1993
|
+
export declare const GetEnvironmentResponseFilterSensitiveLog: (obj: GetEnvironmentResponse) => any;
|
|
1994
|
+
/**
|
|
1995
|
+
* @internal
|
|
1996
|
+
*/
|
|
1997
|
+
export declare const GetResourcePolicyRequestFilterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
|
|
1998
|
+
/**
|
|
1999
|
+
* @internal
|
|
2000
|
+
*/
|
|
2001
|
+
export declare const GetResourcePolicyResponseFilterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
|
|
2002
|
+
/**
|
|
2003
|
+
* @internal
|
|
2004
|
+
*/
|
|
2005
|
+
export declare const GetRouteRequestFilterSensitiveLog: (obj: GetRouteRequest) => any;
|
|
2006
|
+
/**
|
|
2007
|
+
* @internal
|
|
2008
|
+
*/
|
|
2009
|
+
export declare const GetRouteResponseFilterSensitiveLog: (obj: GetRouteResponse) => any;
|
|
2010
|
+
/**
|
|
2011
|
+
* @internal
|
|
2012
|
+
*/
|
|
2013
|
+
export declare const GetServiceRequestFilterSensitiveLog: (obj: GetServiceRequest) => any;
|
|
2014
|
+
/**
|
|
2015
|
+
* @internal
|
|
2016
|
+
*/
|
|
2017
|
+
export declare const LambdaEndpointConfigFilterSensitiveLog: (obj: LambdaEndpointConfig) => any;
|
|
2018
|
+
/**
|
|
2019
|
+
* @internal
|
|
2020
|
+
*/
|
|
2021
|
+
export declare const UrlEndpointConfigFilterSensitiveLog: (obj: UrlEndpointConfig) => any;
|
|
2022
|
+
/**
|
|
2023
|
+
* @internal
|
|
2024
|
+
*/
|
|
2025
|
+
export declare const GetServiceResponseFilterSensitiveLog: (obj: GetServiceResponse) => any;
|
|
2026
|
+
/**
|
|
2027
|
+
* @internal
|
|
2028
|
+
*/
|
|
2029
|
+
export declare const LambdaEndpointSummaryFilterSensitiveLog: (obj: LambdaEndpointSummary) => any;
|
|
2030
|
+
/**
|
|
2031
|
+
* @internal
|
|
2032
|
+
*/
|
|
2033
|
+
export declare const ListApplicationsRequestFilterSensitiveLog: (obj: ListApplicationsRequest) => any;
|
|
2034
|
+
/**
|
|
2035
|
+
* @internal
|
|
2036
|
+
*/
|
|
2037
|
+
export declare const ListApplicationsResponseFilterSensitiveLog: (obj: ListApplicationsResponse) => any;
|
|
2038
|
+
/**
|
|
2039
|
+
* @internal
|
|
2040
|
+
*/
|
|
2041
|
+
export declare const ListEnvironmentsRequestFilterSensitiveLog: (obj: ListEnvironmentsRequest) => any;
|
|
2042
|
+
/**
|
|
2043
|
+
* @internal
|
|
2044
|
+
*/
|
|
2045
|
+
export declare const ListEnvironmentsResponseFilterSensitiveLog: (obj: ListEnvironmentsResponse) => any;
|
|
2046
|
+
/**
|
|
2047
|
+
* @internal
|
|
2048
|
+
*/
|
|
2049
|
+
export declare const ListEnvironmentVpcsRequestFilterSensitiveLog: (obj: ListEnvironmentVpcsRequest) => any;
|
|
2050
|
+
/**
|
|
2051
|
+
* @internal
|
|
2052
|
+
*/
|
|
2053
|
+
export declare const ListEnvironmentVpcsResponseFilterSensitiveLog: (obj: ListEnvironmentVpcsResponse) => any;
|
|
2054
|
+
/**
|
|
2055
|
+
* @internal
|
|
2056
|
+
*/
|
|
2057
|
+
export declare const ListRoutesRequestFilterSensitiveLog: (obj: ListRoutesRequest) => any;
|
|
2058
|
+
/**
|
|
2059
|
+
* @internal
|
|
2060
|
+
*/
|
|
2061
|
+
export declare const RouteSummaryFilterSensitiveLog: (obj: RouteSummary) => any;
|
|
2062
|
+
/**
|
|
2063
|
+
* @internal
|
|
2064
|
+
*/
|
|
2065
|
+
export declare const ListRoutesResponseFilterSensitiveLog: (obj: ListRoutesResponse) => any;
|
|
2066
|
+
/**
|
|
2067
|
+
* @internal
|
|
2068
|
+
*/
|
|
2069
|
+
export declare const ListServicesRequestFilterSensitiveLog: (obj: ListServicesRequest) => any;
|
|
2070
|
+
/**
|
|
2071
|
+
* @internal
|
|
2072
|
+
*/
|
|
2073
|
+
export declare const UrlEndpointSummaryFilterSensitiveLog: (obj: UrlEndpointSummary) => any;
|
|
2074
|
+
/**
|
|
2075
|
+
* @internal
|
|
2076
|
+
*/
|
|
2077
|
+
export declare const ServiceSummaryFilterSensitiveLog: (obj: ServiceSummary) => any;
|
|
2078
|
+
/**
|
|
2079
|
+
* @internal
|
|
2080
|
+
*/
|
|
2081
|
+
export declare const ListServicesResponseFilterSensitiveLog: (obj: ListServicesResponse) => any;
|
|
2082
|
+
/**
|
|
2083
|
+
* @internal
|
|
2084
|
+
*/
|
|
2085
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2086
|
+
/**
|
|
2087
|
+
* @internal
|
|
2088
|
+
*/
|
|
2089
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2090
|
+
/**
|
|
2091
|
+
* @internal
|
|
2092
|
+
*/
|
|
2093
|
+
export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
|
|
2094
|
+
/**
|
|
2095
|
+
* @internal
|
|
2096
|
+
*/
|
|
2097
|
+
export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
|
|
2098
|
+
/**
|
|
2099
|
+
* @internal
|
|
2100
|
+
*/
|
|
2101
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2102
|
+
/**
|
|
2103
|
+
* @internal
|
|
2104
|
+
*/
|
|
2105
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2106
|
+
/**
|
|
2107
|
+
* @internal
|
|
2108
|
+
*/
|
|
2109
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2110
|
+
/**
|
|
2111
|
+
* @internal
|
|
2112
|
+
*/
|
|
2113
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2114
|
+
/**
|
|
2115
|
+
* @internal
|
|
2116
|
+
*/
|
|
2117
|
+
export declare const UpdateRouteRequestFilterSensitiveLog: (obj: UpdateRouteRequest) => any;
|
|
2118
|
+
/**
|
|
2119
|
+
* @internal
|
|
2120
|
+
*/
|
|
2121
|
+
export declare const UpdateRouteResponseFilterSensitiveLog: (obj: UpdateRouteResponse) => any;
|