@aws-sdk/client-migration-hub-refactor-spaces 3.300.0 → 3.303.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 (29) hide show
  1. package/dist-cjs/models/models_0.js +94 -107
  2. package/dist-es/models/models_0.js +94 -107
  3. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
  4. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -2
  5. package/dist-types/commands/CreateRouteCommand.d.ts +5 -5
  6. package/dist-types/commands/CreateServiceCommand.d.ts +4 -4
  7. package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
  8. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteServiceCommand.d.ts +1 -1
  12. package/dist-types/commands/GetApplicationCommand.d.ts +1 -1
  13. package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
  14. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  15. package/dist-types/commands/GetRouteCommand.d.ts +1 -1
  16. package/dist-types/commands/GetServiceCommand.d.ts +1 -1
  17. package/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListEnvironmentVpcsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -1
  20. package/dist-types/commands/ListRoutesCommand.d.ts +1 -1
  21. package/dist-types/commands/ListServicesCommand.d.ts +1 -1
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  23. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  24. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  25. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  26. package/dist-types/commands/UpdateRouteCommand.d.ts +1 -1
  27. package/dist-types/models/models_0.d.ts +159 -94
  28. package/dist-types/ts3.4/models/models_0.d.ts +114 -94
  29. package/package.json +34 -34
@@ -26,7 +26,7 @@ export interface GetServiceCommandOutput extends GetServiceResponse, __MetadataB
26
26
  * import { MigrationHubRefactorSpacesClient, GetServiceCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
27
27
  * // const { MigrationHubRefactorSpacesClient, GetServiceCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
28
28
  * const client = new MigrationHubRefactorSpacesClient(config);
29
- * const input = {
29
+ * const input = { // GetServiceRequest
30
30
  * EnvironmentIdentifier: "STRING_VALUE", // required
31
31
  * ApplicationIdentifier: "STRING_VALUE", // required
32
32
  * ServiceIdentifier: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
26
26
  * import { MigrationHubRefactorSpacesClient, ListApplicationsCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
27
27
  * // const { MigrationHubRefactorSpacesClient, ListApplicationsCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
28
28
  * const client = new MigrationHubRefactorSpacesClient(config);
29
- * const input = {
29
+ * const input = { // ListApplicationsRequest
30
30
  * EnvironmentIdentifier: "STRING_VALUE", // required
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
@@ -27,7 +27,7 @@ export interface ListEnvironmentVpcsCommandOutput extends ListEnvironmentVpcsRes
27
27
  * import { MigrationHubRefactorSpacesClient, ListEnvironmentVpcsCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
28
28
  * // const { MigrationHubRefactorSpacesClient, ListEnvironmentVpcsCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
29
29
  * const client = new MigrationHubRefactorSpacesClient(config);
30
- * const input = {
30
+ * const input = { // ListEnvironmentVpcsRequest
31
31
  * EnvironmentIdentifier: "STRING_VALUE", // required
32
32
  * NextToken: "STRING_VALUE",
33
33
  * MaxResults: Number("int"),
@@ -27,7 +27,7 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,
27
27
  * import { MigrationHubRefactorSpacesClient, ListEnvironmentsCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
28
28
  * // const { MigrationHubRefactorSpacesClient, ListEnvironmentsCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
29
29
  * const client = new MigrationHubRefactorSpacesClient(config);
30
- * const input = {
30
+ * const input = { // ListEnvironmentsRequest
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
33
33
  * };
@@ -26,7 +26,7 @@ export interface ListRoutesCommandOutput extends ListRoutesResponse, __MetadataB
26
26
  * import { MigrationHubRefactorSpacesClient, ListRoutesCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
27
27
  * // const { MigrationHubRefactorSpacesClient, ListRoutesCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
28
28
  * const client = new MigrationHubRefactorSpacesClient(config);
29
- * const input = {
29
+ * const input = { // ListRoutesRequest
30
30
  * EnvironmentIdentifier: "STRING_VALUE", // required
31
31
  * ApplicationIdentifier: "STRING_VALUE", // required
32
32
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
26
26
  * import { MigrationHubRefactorSpacesClient, ListServicesCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
27
27
  * // const { MigrationHubRefactorSpacesClient, ListServicesCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
28
28
  * const client = new MigrationHubRefactorSpacesClient(config);
29
- * const input = {
29
+ * const input = { // ListServicesRequest
30
30
  * EnvironmentIdentifier: "STRING_VALUE", // required
31
31
  * ApplicationIdentifier: "STRING_VALUE", // required
32
32
  * NextToken: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
27
27
  * import { MigrationHubRefactorSpacesClient, ListTagsForResourceCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
28
28
  * // const { MigrationHubRefactorSpacesClient, ListTagsForResourceCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
29
29
  * const client = new MigrationHubRefactorSpacesClient(config);
30
- * const input = {
30
+ * const input = { // ListTagsForResourceRequest
31
31
  * ResourceArn: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new ListTagsForResourceCommand(input);
@@ -30,7 +30,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
30
30
  * import { MigrationHubRefactorSpacesClient, PutResourcePolicyCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
31
31
  * // const { MigrationHubRefactorSpacesClient, PutResourcePolicyCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
32
32
  * const client = new MigrationHubRefactorSpacesClient(config);
33
- * const input = {
33
+ * const input = { // PutResourcePolicyRequest
34
34
  * ResourceArn: "STRING_VALUE", // required
35
35
  * Policy: "STRING_VALUE", // required
36
36
  * };
@@ -32,9 +32,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
32
32
  * import { MigrationHubRefactorSpacesClient, TagResourceCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
33
33
  * // const { MigrationHubRefactorSpacesClient, TagResourceCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
34
34
  * const client = new MigrationHubRefactorSpacesClient(config);
35
- * const input = {
35
+ * const input = { // TagResourceRequest
36
36
  * ResourceArn: "STRING_VALUE", // required
37
- * Tags: { // required
37
+ * Tags: { // TagMap // required
38
38
  * "<keys>": "STRING_VALUE",
39
39
  * },
40
40
  * };
@@ -28,9 +28,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
28
28
  * import { MigrationHubRefactorSpacesClient, UntagResourceCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
29
29
  * // const { MigrationHubRefactorSpacesClient, UntagResourceCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
30
30
  * const client = new MigrationHubRefactorSpacesClient(config);
31
- * const input = {
31
+ * const input = { // UntagResourceRequest
32
32
  * ResourceArn: "STRING_VALUE", // required
33
- * TagKeys: [ // required
33
+ * TagKeys: [ // TagKeys // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * };
@@ -26,7 +26,7 @@ export interface UpdateRouteCommandOutput extends UpdateRouteResponse, __Metadat
26
26
  * import { MigrationHubRefactorSpacesClient, UpdateRouteCommand } from "@aws-sdk/client-migration-hub-refactor-spaces"; // ES Modules import
27
27
  * // const { MigrationHubRefactorSpacesClient, UpdateRouteCommand } = require("@aws-sdk/client-migration-hub-refactor-spaces"); // CommonJS import
28
28
  * const client = new MigrationHubRefactorSpacesClient(config);
29
- * const input = {
29
+ * const input = { // UpdateRouteRequest
30
30
  * EnvironmentIdentifier: "STRING_VALUE", // required
31
31
  * ApplicationIdentifier: "STRING_VALUE", // required
32
32
  * RouteIdentifier: "STRING_VALUE", // required
@@ -15,11 +15,16 @@ export declare class AccessDeniedException extends __BaseException {
15
15
  }
16
16
  /**
17
17
  * @public
18
+ * @enum
18
19
  */
19
- export declare enum ApiGatewayEndpointType {
20
- PRIVATE = "PRIVATE",
21
- REGIONAL = "REGIONAL"
22
- }
20
+ export declare const ApiGatewayEndpointType: {
21
+ readonly PRIVATE: "PRIVATE";
22
+ readonly REGIONAL: "REGIONAL";
23
+ };
24
+ /**
25
+ * @public
26
+ */
27
+ export type ApiGatewayEndpointType = (typeof ApiGatewayEndpointType)[keyof typeof ApiGatewayEndpointType];
23
28
  /**
24
29
  * @public
25
30
  * <p>A wrapper object holding the Amazon API Gateway proxy configuration. </p>
@@ -111,55 +116,70 @@ export interface ApiGatewayProxySummary {
111
116
  }
112
117
  /**
113
118
  * @public
119
+ * @enum
114
120
  */
115
- export declare enum ApplicationState {
116
- ACTIVE = "ACTIVE",
117
- CREATING = "CREATING",
118
- DELETING = "DELETING",
119
- FAILED = "FAILED",
120
- UPDATING = "UPDATING"
121
- }
121
+ export declare const ApplicationState: {
122
+ readonly ACTIVE: "ACTIVE";
123
+ readonly CREATING: "CREATING";
124
+ readonly DELETING: "DELETING";
125
+ readonly FAILED: "FAILED";
126
+ readonly UPDATING: "UPDATING";
127
+ };
122
128
  /**
123
129
  * @public
124
130
  */
125
- export declare enum ErrorCode {
126
- INVALID_RESOURCE_STATE = "INVALID_RESOURCE_STATE",
127
- NOT_AUTHORIZED = "NOT_AUTHORIZED",
128
- REQUEST_LIMIT_EXCEEDED = "REQUEST_LIMIT_EXCEEDED",
129
- RESOURCE_CREATION_FAILURE = "RESOURCE_CREATION_FAILURE",
130
- RESOURCE_DELETION_FAILURE = "RESOURCE_DELETION_FAILURE",
131
- RESOURCE_IN_USE = "RESOURCE_IN_USE",
132
- RESOURCE_LIMIT_EXCEEDED = "RESOURCE_LIMIT_EXCEEDED",
133
- RESOURCE_NOT_FOUND = "RESOURCE_NOT_FOUND",
134
- RESOURCE_RETRIEVAL_FAILURE = "RESOURCE_RETRIEVAL_FAILURE",
135
- RESOURCE_UPDATE_FAILURE = "RESOURCE_UPDATE_FAILURE",
136
- SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE = "SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE",
137
- STATE_TRANSITION_FAILURE = "STATE_TRANSITION_FAILURE"
138
- }
131
+ export type ApplicationState = (typeof ApplicationState)[keyof typeof ApplicationState];
139
132
  /**
140
133
  * @public
134
+ * @enum
141
135
  */
142
- export declare enum ErrorResourceType {
143
- API_GATEWAY = "API_GATEWAY",
144
- APPLICATION = "APPLICATION",
145
- ENVIRONMENT = "ENVIRONMENT",
146
- IAM_ROLE = "IAM_ROLE",
147
- LAMBDA = "LAMBDA",
148
- LOAD_BALANCER_LISTENER = "LOAD_BALANCER_LISTENER",
149
- NLB = "NLB",
150
- RESOURCE_SHARE = "RESOURCE_SHARE",
151
- ROUTE = "ROUTE",
152
- ROUTE_TABLE = "ROUTE_TABLE",
153
- SECURITY_GROUP = "SECURITY_GROUP",
154
- SERVICE = "SERVICE",
155
- SUBNET = "SUBNET",
156
- TARGET_GROUP = "TARGET_GROUP",
157
- TRANSIT_GATEWAY = "TRANSIT_GATEWAY",
158
- TRANSIT_GATEWAY_ATTACHMENT = "TRANSIT_GATEWAY_ATTACHMENT",
159
- VPC = "VPC",
160
- VPC_ENDPOINT_SERVICE_CONFIGURATION = "VPC_ENDPOINT_SERVICE_CONFIGURATION",
161
- VPC_LINK = "VPC_LINK"
162
- }
136
+ export declare const ErrorCode: {
137
+ readonly INVALID_RESOURCE_STATE: "INVALID_RESOURCE_STATE";
138
+ readonly NOT_AUTHORIZED: "NOT_AUTHORIZED";
139
+ readonly REQUEST_LIMIT_EXCEEDED: "REQUEST_LIMIT_EXCEEDED";
140
+ readonly RESOURCE_CREATION_FAILURE: "RESOURCE_CREATION_FAILURE";
141
+ readonly RESOURCE_DELETION_FAILURE: "RESOURCE_DELETION_FAILURE";
142
+ readonly RESOURCE_IN_USE: "RESOURCE_IN_USE";
143
+ readonly RESOURCE_LIMIT_EXCEEDED: "RESOURCE_LIMIT_EXCEEDED";
144
+ readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND";
145
+ readonly RESOURCE_RETRIEVAL_FAILURE: "RESOURCE_RETRIEVAL_FAILURE";
146
+ readonly RESOURCE_UPDATE_FAILURE: "RESOURCE_UPDATE_FAILURE";
147
+ readonly SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE: "SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE";
148
+ readonly STATE_TRANSITION_FAILURE: "STATE_TRANSITION_FAILURE";
149
+ };
150
+ /**
151
+ * @public
152
+ */
153
+ export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
154
+ /**
155
+ * @public
156
+ * @enum
157
+ */
158
+ export declare const ErrorResourceType: {
159
+ readonly API_GATEWAY: "API_GATEWAY";
160
+ readonly APPLICATION: "APPLICATION";
161
+ readonly ENVIRONMENT: "ENVIRONMENT";
162
+ readonly IAM_ROLE: "IAM_ROLE";
163
+ readonly LAMBDA: "LAMBDA";
164
+ readonly LOAD_BALANCER_LISTENER: "LOAD_BALANCER_LISTENER";
165
+ readonly NLB: "NLB";
166
+ readonly RESOURCE_SHARE: "RESOURCE_SHARE";
167
+ readonly ROUTE: "ROUTE";
168
+ readonly ROUTE_TABLE: "ROUTE_TABLE";
169
+ readonly SECURITY_GROUP: "SECURITY_GROUP";
170
+ readonly SERVICE: "SERVICE";
171
+ readonly SUBNET: "SUBNET";
172
+ readonly TARGET_GROUP: "TARGET_GROUP";
173
+ readonly TRANSIT_GATEWAY: "TRANSIT_GATEWAY";
174
+ readonly TRANSIT_GATEWAY_ATTACHMENT: "TRANSIT_GATEWAY_ATTACHMENT";
175
+ readonly VPC: "VPC";
176
+ readonly VPC_ENDPOINT_SERVICE_CONFIGURATION: "VPC_ENDPOINT_SERVICE_CONFIGURATION";
177
+ readonly VPC_LINK: "VPC_LINK";
178
+ };
179
+ /**
180
+ * @public
181
+ */
182
+ export type ErrorResourceType = (typeof ErrorResourceType)[keyof typeof ErrorResourceType];
163
183
  /**
164
184
  * @public
165
185
  * <p>Error associated with a resource returned for a Get or List resource response. </p>
@@ -192,10 +212,15 @@ export interface ErrorResponse {
192
212
  }
193
213
  /**
194
214
  * @public
215
+ * @enum
195
216
  */
196
- export declare enum ProxyType {
197
- API_GATEWAY = "API_GATEWAY"
198
- }
217
+ export declare const ProxyType: {
218
+ readonly API_GATEWAY: "API_GATEWAY";
219
+ };
220
+ /**
221
+ * @public
222
+ */
223
+ export type ProxyType = (typeof ProxyType)[keyof typeof ProxyType];
199
224
  /**
200
225
  * @public
201
226
  * <p>The list of <code>ApplicationSummary</code> objects. </p>
@@ -487,11 +512,16 @@ export declare class ValidationException extends __BaseException {
487
512
  }
488
513
  /**
489
514
  * @public
515
+ * @enum
490
516
  */
491
- export declare enum NetworkFabricType {
492
- NONE = "NONE",
493
- TRANSIT_GATEWAY = "TRANSIT_GATEWAY"
494
- }
517
+ export declare const NetworkFabricType: {
518
+ readonly NONE: "NONE";
519
+ readonly TRANSIT_GATEWAY: "TRANSIT_GATEWAY";
520
+ };
521
+ /**
522
+ * @public
523
+ */
524
+ export type NetworkFabricType = (typeof NetworkFabricType)[keyof typeof NetworkFabricType];
495
525
  /**
496
526
  * @public
497
527
  */
@@ -520,13 +550,18 @@ export interface CreateEnvironmentRequest {
520
550
  }
521
551
  /**
522
552
  * @public
553
+ * @enum
523
554
  */
524
- export declare enum EnvironmentState {
525
- ACTIVE = "ACTIVE",
526
- CREATING = "CREATING",
527
- DELETING = "DELETING",
528
- FAILED = "FAILED"
529
- }
555
+ export declare const EnvironmentState: {
556
+ readonly ACTIVE: "ACTIVE";
557
+ readonly CREATING: "CREATING";
558
+ readonly DELETING: "DELETING";
559
+ readonly FAILED: "FAILED";
560
+ };
561
+ /**
562
+ * @public
563
+ */
564
+ export type EnvironmentState = (typeof EnvironmentState)[keyof typeof EnvironmentState];
530
565
  /**
531
566
  * @public
532
567
  */
@@ -574,11 +609,16 @@ export interface CreateEnvironmentResponse {
574
609
  }
575
610
  /**
576
611
  * @public
612
+ * @enum
577
613
  */
578
- export declare enum RouteActivationState {
579
- ACTIVE = "ACTIVE",
580
- INACTIVE = "INACTIVE"
581
- }
614
+ export declare const RouteActivationState: {
615
+ readonly ACTIVE: "ACTIVE";
616
+ readonly INACTIVE: "INACTIVE";
617
+ };
618
+ /**
619
+ * @public
620
+ */
621
+ export type RouteActivationState = (typeof RouteActivationState)[keyof typeof RouteActivationState];
582
622
  /**
583
623
  * @public
584
624
  * <p> The configuration for the default route type. </p>
@@ -592,23 +632,33 @@ export interface DefaultRouteInput {
592
632
  }
593
633
  /**
594
634
  * @public
635
+ * @enum
595
636
  */
596
- export declare enum RouteType {
597
- DEFAULT = "DEFAULT",
598
- URI_PATH = "URI_PATH"
599
- }
637
+ export declare const RouteType: {
638
+ readonly DEFAULT: "DEFAULT";
639
+ readonly URI_PATH: "URI_PATH";
640
+ };
600
641
  /**
601
642
  * @public
602
643
  */
603
- export declare enum HttpMethod {
604
- DELETE = "DELETE",
605
- GET = "GET",
606
- HEAD = "HEAD",
607
- OPTIONS = "OPTIONS",
608
- PATCH = "PATCH",
609
- POST = "POST",
610
- PUT = "PUT"
611
- }
644
+ export type RouteType = (typeof RouteType)[keyof typeof RouteType];
645
+ /**
646
+ * @public
647
+ * @enum
648
+ */
649
+ export declare const HttpMethod: {
650
+ readonly DELETE: "DELETE";
651
+ readonly GET: "GET";
652
+ readonly HEAD: "HEAD";
653
+ readonly OPTIONS: "OPTIONS";
654
+ readonly PATCH: "PATCH";
655
+ readonly POST: "POST";
656
+ readonly PUT: "PUT";
657
+ };
658
+ /**
659
+ * @public
660
+ */
661
+ export type HttpMethod = (typeof HttpMethod)[keyof typeof HttpMethod];
612
662
  /**
613
663
  * @public
614
664
  * <p>The configuration for the URI path route type. </p>
@@ -680,15 +730,20 @@ export interface CreateRouteRequest {
680
730
  }
681
731
  /**
682
732
  * @public
733
+ * @enum
683
734
  */
684
- export declare enum RouteState {
685
- ACTIVE = "ACTIVE",
686
- CREATING = "CREATING",
687
- DELETING = "DELETING",
688
- FAILED = "FAILED",
689
- INACTIVE = "INACTIVE",
690
- UPDATING = "UPDATING"
691
- }
735
+ export declare const RouteState: {
736
+ readonly ACTIVE: "ACTIVE";
737
+ readonly CREATING: "CREATING";
738
+ readonly DELETING: "DELETING";
739
+ readonly FAILED: "FAILED";
740
+ readonly INACTIVE: "INACTIVE";
741
+ readonly UPDATING: "UPDATING";
742
+ };
743
+ /**
744
+ * @public
745
+ */
746
+ export type RouteState = (typeof RouteState)[keyof typeof RouteState];
692
747
  /**
693
748
  * @public
694
749
  */
@@ -752,11 +807,16 @@ export interface CreateRouteResponse {
752
807
  }
753
808
  /**
754
809
  * @public
810
+ * @enum
755
811
  */
756
- export declare enum ServiceEndpointType {
757
- LAMBDA = "LAMBDA",
758
- URL = "URL"
759
- }
812
+ export declare const ServiceEndpointType: {
813
+ readonly LAMBDA: "LAMBDA";
814
+ readonly URL: "URL";
815
+ };
816
+ /**
817
+ * @public
818
+ */
819
+ export type ServiceEndpointType = (typeof ServiceEndpointType)[keyof typeof ServiceEndpointType];
760
820
  /**
761
821
  * @public
762
822
  * <p>The input for the Lambda endpoint type. </p>
@@ -837,13 +897,18 @@ export interface CreateServiceRequest {
837
897
  }
838
898
  /**
839
899
  * @public
900
+ * @enum
840
901
  */
841
- export declare enum ServiceState {
842
- ACTIVE = "ACTIVE",
843
- CREATING = "CREATING",
844
- DELETING = "DELETING",
845
- FAILED = "FAILED"
846
- }
902
+ export declare const ServiceState: {
903
+ readonly ACTIVE: "ACTIVE";
904
+ readonly CREATING: "CREATING";
905
+ readonly DELETING: "DELETING";
906
+ readonly FAILED: "FAILED";
907
+ };
908
+ /**
909
+ * @public
910
+ */
911
+ export type ServiceState = (typeof ServiceState)[keyof typeof ServiceState];
847
912
  /**
848
913
  * @public
849
914
  */