@cdklabs/cdk-ecs-codedeploy 0.0.7 → 0.0.9

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 (38) hide show
  1. package/.jsii +3 -3
  2. package/lib/ecs-appspec/index.js +1 -1
  3. package/lib/ecs-deployment/index.js +1 -1
  4. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +7 -2
  7. package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +211 -9
  8. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +3 -0
  9. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +5 -2
  10. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
  11. package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +304 -51
  12. package/node_modules/aws-sdk/apis/kinesis-2013-12-02.paginators.json +6 -3
  13. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +4 -0
  14. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +593 -573
  15. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +796 -160
  16. package/node_modules/aws-sdk/clients/appflow.d.ts +13 -0
  17. package/node_modules/aws-sdk/clients/backupgateway.d.ts +258 -0
  18. package/node_modules/aws-sdk/clients/cloudfront.d.ts +283 -283
  19. package/node_modules/aws-sdk/clients/connect.d.ts +7 -7
  20. package/node_modules/aws-sdk/clients/datasync.d.ts +64 -60
  21. package/node_modules/aws-sdk/clients/ecs.d.ts +15 -3
  22. package/node_modules/aws-sdk/clients/efs.d.ts +2 -2
  23. package/node_modules/aws-sdk/clients/eks.d.ts +21 -21
  24. package/node_modules/aws-sdk/clients/glue.d.ts +4 -0
  25. package/node_modules/aws-sdk/clients/guardduty.d.ts +4 -4
  26. package/node_modules/aws-sdk/clients/kinesis.d.ts +180 -60
  27. package/node_modules/aws-sdk/clients/location.d.ts +2 -2
  28. package/node_modules/aws-sdk/clients/m2.d.ts +81 -65
  29. package/node_modules/aws-sdk/clients/sagemaker.d.ts +76 -53
  30. package/node_modules/aws-sdk/clients/securityhub.d.ts +971 -0
  31. package/node_modules/aws-sdk/clients/translate.d.ts +10 -9
  32. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  33. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
  34. package/node_modules/aws-sdk/dist/aws-sdk.js +318 -59
  35. package/node_modules/aws-sdk/dist/aws-sdk.min.js +58 -58
  36. package/node_modules/aws-sdk/lib/core.js +1 -1
  37. package/node_modules/aws-sdk/package.json +1 -1
  38. package/package.json +6 -6
@@ -1878,12 +1878,24 @@ declare namespace Appflow {
1878
1878
  * The version of the API that's used by the connector.
1879
1879
  */
1880
1880
  apiVersion?: ApiVersion;
1881
+ /**
1882
+ * The maximum number of items that the operation returns in the response.
1883
+ */
1884
+ maxResults?: ListEntitiesMaxResults;
1885
+ /**
1886
+ * A token that was provided by your prior ListConnectorEntities operation if the response was too big for the page size. You specify this token to get the next page of results in paginated response.
1887
+ */
1888
+ nextToken?: NextToken;
1881
1889
  }
1882
1890
  export interface ListConnectorEntitiesResponse {
1883
1891
  /**
1884
1892
  * The response of ListConnectorEntities lists entities grouped by category. This map's key represents the group name, and its value contains the list of entities belonging to that group.
1885
1893
  */
1886
1894
  connectorEntityMap: ConnectorEntityMap;
1895
+ /**
1896
+ * A token that you specify in your next ListConnectorEntities operation to get the next page of results in paginated response. The ListConnectorEntities operation provides this token if the response is too big for the page size.
1897
+ */
1898
+ nextToken?: NextToken;
1887
1899
  }
1888
1900
  export interface ListConnectorsRequest {
1889
1901
  /**
@@ -1905,6 +1917,7 @@ declare namespace Appflow {
1905
1917
  */
1906
1918
  nextToken?: NextToken;
1907
1919
  }
1920
+ export type ListEntitiesMaxResults = number;
1908
1921
  export interface ListFlowsRequest {
1909
1922
  /**
1910
1923
  * Specifies the maximum number of items that should be returned in the result set.
@@ -51,6 +51,14 @@ declare class BackupGateway extends Service {
51
51
  * Disassociates a backup gateway from the specified server. After the disassociation process finishes, the gateway can no longer access the virtual machines on the server.
52
52
  */
53
53
  disassociateGatewayFromServer(callback?: (err: AWSError, data: BackupGateway.Types.DisassociateGatewayFromServerOutput) => void): Request<BackupGateway.Types.DisassociateGatewayFromServerOutput, AWSError>;
54
+ /**
55
+ * Retrieves the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in effect. Use this to get a gateway's bandwidth rate limit schedule.
56
+ */
57
+ getBandwidthRateLimitSchedule(params: BackupGateway.Types.GetBandwidthRateLimitScheduleInput, callback?: (err: AWSError, data: BackupGateway.Types.GetBandwidthRateLimitScheduleOutput) => void): Request<BackupGateway.Types.GetBandwidthRateLimitScheduleOutput, AWSError>;
58
+ /**
59
+ * Retrieves the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in effect. Use this to get a gateway's bandwidth rate limit schedule.
60
+ */
61
+ getBandwidthRateLimitSchedule(callback?: (err: AWSError, data: BackupGateway.Types.GetBandwidthRateLimitScheduleOutput) => void): Request<BackupGateway.Types.GetBandwidthRateLimitScheduleOutput, AWSError>;
54
62
  /**
55
63
  * By providing the ARN (Amazon Resource Name), this API returns the gateway.
56
64
  */
@@ -59,6 +67,22 @@ declare class BackupGateway extends Service {
59
67
  * By providing the ARN (Amazon Resource Name), this API returns the gateway.
60
68
  */
61
69
  getGateway(callback?: (err: AWSError, data: BackupGateway.Types.GetGatewayOutput) => void): Request<BackupGateway.Types.GetGatewayOutput, AWSError>;
70
+ /**
71
+ * This action requests information about the specified hypervisor to which the gateway will connect. A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
72
+ */
73
+ getHypervisor(params: BackupGateway.Types.GetHypervisorInput, callback?: (err: AWSError, data: BackupGateway.Types.GetHypervisorOutput) => void): Request<BackupGateway.Types.GetHypervisorOutput, AWSError>;
74
+ /**
75
+ * This action requests information about the specified hypervisor to which the gateway will connect. A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
76
+ */
77
+ getHypervisor(callback?: (err: AWSError, data: BackupGateway.Types.GetHypervisorOutput) => void): Request<BackupGateway.Types.GetHypervisorOutput, AWSError>;
78
+ /**
79
+ * This action retrieves the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the on-premises hypervisor to the properties available in Amazon Web Services.
80
+ */
81
+ getHypervisorPropertyMappings(params: BackupGateway.Types.GetHypervisorPropertyMappingsInput, callback?: (err: AWSError, data: BackupGateway.Types.GetHypervisorPropertyMappingsOutput) => void): Request<BackupGateway.Types.GetHypervisorPropertyMappingsOutput, AWSError>;
82
+ /**
83
+ * This action retrieves the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the on-premises hypervisor to the properties available in Amazon Web Services.
84
+ */
85
+ getHypervisorPropertyMappings(callback?: (err: AWSError, data: BackupGateway.Types.GetHypervisorPropertyMappingsOutput) => void): Request<BackupGateway.Types.GetHypervisorPropertyMappingsOutput, AWSError>;
62
86
  /**
63
87
  * By providing the ARN (Amazon Resource Name), this API returns the virtual machine.
64
88
  */
@@ -107,6 +131,22 @@ declare class BackupGateway extends Service {
107
131
  * Lists your virtual machines.
108
132
  */
109
133
  listVirtualMachines(callback?: (err: AWSError, data: BackupGateway.Types.ListVirtualMachinesOutput) => void): Request<BackupGateway.Types.ListVirtualMachinesOutput, AWSError>;
134
+ /**
135
+ * This action sets the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have a bandwidth rate limit schedule, which means no bandwidth rate limiting is in effect. Use this to initiate a gateway's bandwidth rate limit schedule.
136
+ */
137
+ putBandwidthRateLimitSchedule(params: BackupGateway.Types.PutBandwidthRateLimitScheduleInput, callback?: (err: AWSError, data: BackupGateway.Types.PutBandwidthRateLimitScheduleOutput) => void): Request<BackupGateway.Types.PutBandwidthRateLimitScheduleOutput, AWSError>;
138
+ /**
139
+ * This action sets the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have a bandwidth rate limit schedule, which means no bandwidth rate limiting is in effect. Use this to initiate a gateway's bandwidth rate limit schedule.
140
+ */
141
+ putBandwidthRateLimitSchedule(callback?: (err: AWSError, data: BackupGateway.Types.PutBandwidthRateLimitScheduleOutput) => void): Request<BackupGateway.Types.PutBandwidthRateLimitScheduleOutput, AWSError>;
142
+ /**
143
+ * This action sets the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the on-premises hypervisor to the properties available in Amazon Web Services.
144
+ */
145
+ putHypervisorPropertyMappings(params: BackupGateway.Types.PutHypervisorPropertyMappingsInput, callback?: (err: AWSError, data: BackupGateway.Types.PutHypervisorPropertyMappingsOutput) => void): Request<BackupGateway.Types.PutHypervisorPropertyMappingsOutput, AWSError>;
146
+ /**
147
+ * This action sets the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the on-premises hypervisor to the properties available in Amazon Web Services.
148
+ */
149
+ putHypervisorPropertyMappings(callback?: (err: AWSError, data: BackupGateway.Types.PutHypervisorPropertyMappingsOutput) => void): Request<BackupGateway.Types.PutHypervisorPropertyMappingsOutput, AWSError>;
110
150
  /**
111
151
  * Set the maintenance start time for a gateway.
112
152
  */
@@ -115,6 +155,14 @@ declare class BackupGateway extends Service {
115
155
  * Set the maintenance start time for a gateway.
116
156
  */
117
157
  putMaintenanceStartTime(callback?: (err: AWSError, data: BackupGateway.Types.PutMaintenanceStartTimeOutput) => void): Request<BackupGateway.Types.PutMaintenanceStartTimeOutput, AWSError>;
158
+ /**
159
+ * This action sends a request to sync metadata across the specified virtual machines.
160
+ */
161
+ startVirtualMachinesMetadataSync(params: BackupGateway.Types.StartVirtualMachinesMetadataSyncInput, callback?: (err: AWSError, data: BackupGateway.Types.StartVirtualMachinesMetadataSyncOutput) => void): Request<BackupGateway.Types.StartVirtualMachinesMetadataSyncOutput, AWSError>;
162
+ /**
163
+ * This action sends a request to sync metadata across the specified virtual machines.
164
+ */
165
+ startVirtualMachinesMetadataSync(callback?: (err: AWSError, data: BackupGateway.Types.StartVirtualMachinesMetadataSyncOutput) => void): Request<BackupGateway.Types.StartVirtualMachinesMetadataSyncOutput, AWSError>;
118
166
  /**
119
167
  * Tag the resource.
120
168
  */
@@ -182,6 +230,34 @@ declare namespace BackupGateway {
182
230
  */
183
231
  GatewayArn?: GatewayArn;
184
232
  }
233
+ export type AverageUploadRateLimit = number;
234
+ export interface BandwidthRateLimitInterval {
235
+ /**
236
+ * The average upload rate limit component of the bandwidth rate limit interval, in bits per second. This field does not appear in the response if the upload rate limit is not set. For Backup Gateway, the minimum value is (Value).
237
+ */
238
+ AverageUploadRateLimitInBitsPerSec?: AverageUploadRateLimit;
239
+ /**
240
+ * The days of the week component of the bandwidth rate limit interval, represented as ordinal numbers from 0 to 6, where 0 represents Sunday and 6 represents Saturday.
241
+ */
242
+ DaysOfWeek: DaysOfWeek;
243
+ /**
244
+ * The hour of the day to end the bandwidth rate limit interval.
245
+ */
246
+ EndHourOfDay: HourOfDay;
247
+ /**
248
+ * The minute of the hour to end the bandwidth rate limit interval. The bandwidth rate limit interval ends at the end of the minute. To end an interval at the end of an hour, use the value 59.
249
+ */
250
+ EndMinuteOfHour: MinuteOfHour;
251
+ /**
252
+ * The hour of the day to start the bandwidth rate limit interval.
253
+ */
254
+ StartHourOfDay: HourOfDay;
255
+ /**
256
+ * The minute of the hour to start the bandwidth rate limit interval. The interval begins at the start of that minute. To begin an interval exactly at the start of the hour, use the value 0.
257
+ */
258
+ StartMinuteOfHour: MinuteOfHour;
259
+ }
260
+ export type BandwidthRateLimitIntervals = BandwidthRateLimitInterval[];
185
261
  export interface CreateGatewayInput {
186
262
  /**
187
263
  * The activation key of the created gateway.
@@ -208,6 +284,7 @@ declare namespace BackupGateway {
208
284
  }
209
285
  export type DayOfMonth = number;
210
286
  export type DayOfWeek = number;
287
+ export type DaysOfWeek = DayOfWeek[];
211
288
  export interface DeleteGatewayInput {
212
289
  /**
213
290
  * The Amazon Resource Name (ARN) of the gateway to delete.
@@ -303,6 +380,22 @@ declare namespace BackupGateway {
303
380
  }
304
381
  export type GatewayType = "BACKUP_VM"|string;
305
382
  export type Gateways = Gateway[];
383
+ export interface GetBandwidthRateLimitScheduleInput {
384
+ /**
385
+ * The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
386
+ */
387
+ GatewayArn: GatewayArn;
388
+ }
389
+ export interface GetBandwidthRateLimitScheduleOutput {
390
+ /**
391
+ * An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
392
+ */
393
+ BandwidthRateLimitIntervals?: BandwidthRateLimitIntervals;
394
+ /**
395
+ * The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
396
+ */
397
+ GatewayArn?: GatewayArn;
398
+ }
306
399
  export interface GetGatewayInput {
307
400
  /**
308
401
  * The Amazon Resource Name (ARN) of the gateway.
@@ -315,6 +408,38 @@ declare namespace BackupGateway {
315
408
  */
316
409
  Gateway?: GatewayDetails;
317
410
  }
411
+ export interface GetHypervisorInput {
412
+ /**
413
+ * The Amazon Resource Name (ARN) of the hypervisor.
414
+ */
415
+ HypervisorArn: ServerArn;
416
+ }
417
+ export interface GetHypervisorOutput {
418
+ /**
419
+ * Details about the requested hypervisor.
420
+ */
421
+ Hypervisor?: HypervisorDetails;
422
+ }
423
+ export interface GetHypervisorPropertyMappingsInput {
424
+ /**
425
+ * The Amazon Resource Name (ARN) of the hypervisor.
426
+ */
427
+ HypervisorArn: ServerArn;
428
+ }
429
+ export interface GetHypervisorPropertyMappingsOutput {
430
+ /**
431
+ * The Amazon Resource Name (ARN) of the hypervisor.
432
+ */
433
+ HypervisorArn?: ServerArn;
434
+ /**
435
+ * The Amazon Resource Name (ARN) of the IAM role.
436
+ */
437
+ IamRoleArn?: IamRoleArn;
438
+ /**
439
+ * This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.
440
+ */
441
+ VmwareToAwsTagMappings?: VmwareToAwsTagMappings;
442
+ }
318
443
  export interface GetVirtualMachineInput {
319
444
  /**
320
445
  * The Amazon Resource Name (ARN) of the virtual machine.
@@ -351,9 +476,48 @@ declare namespace BackupGateway {
351
476
  */
352
477
  State?: HypervisorState;
353
478
  }
479
+ export interface HypervisorDetails {
480
+ /**
481
+ * The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
482
+ */
483
+ Host?: Host;
484
+ /**
485
+ * The Amazon Resource Name (ARN) of the hypervisor.
486
+ */
487
+ HypervisorArn?: ServerArn;
488
+ /**
489
+ * The Amazon Resource Name (ARN) of the KMS used to encrypt the hypervisor.
490
+ */
491
+ KmsKeyArn?: KmsKeyArn;
492
+ /**
493
+ * This is the time when the most recent successful sync of metadata occurred.
494
+ */
495
+ LastSuccessfulMetadataSyncTime?: Time;
496
+ /**
497
+ * This is the most recent status for the indicated metadata sync.
498
+ */
499
+ LatestMetadataSyncStatus?: SyncMetadataStatus;
500
+ /**
501
+ * This is the most recent status for the indicated metadata sync.
502
+ */
503
+ LatestMetadataSyncStatusMessage?: string;
504
+ /**
505
+ * The Amazon Resource Name (ARN) of the group of gateways within the requested log.
506
+ */
507
+ LogGroupArn?: LogGroupArn;
508
+ /**
509
+ * This is the name of the specified hypervisor.
510
+ */
511
+ Name?: Name;
512
+ /**
513
+ * This is the current state of the specified hypervisor. The possible states are PENDING, ONLINE, OFFLINE, or ERROR.
514
+ */
515
+ State?: HypervisorState;
516
+ }
354
517
  export type HypervisorId = string;
355
518
  export type HypervisorState = "PENDING"|"ONLINE"|"OFFLINE"|"ERROR"|string;
356
519
  export type Hypervisors = Hypervisor[];
520
+ export type IamRoleArn = string;
357
521
  export interface ImportHypervisorConfigurationInput {
358
522
  /**
359
523
  * The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
@@ -467,6 +631,7 @@ declare namespace BackupGateway {
467
631
  */
468
632
  VirtualMachines?: VirtualMachines;
469
633
  }
634
+ export type LogGroupArn = string;
470
635
  export interface MaintenanceStartTime {
471
636
  /**
472
637
  * The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month.
@@ -491,6 +656,42 @@ declare namespace BackupGateway {
491
656
  export type NextToken = string;
492
657
  export type Password = string;
493
658
  export type Path = string;
659
+ export interface PutBandwidthRateLimitScheduleInput {
660
+ /**
661
+ * An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
662
+ */
663
+ BandwidthRateLimitIntervals: BandwidthRateLimitIntervals;
664
+ /**
665
+ * The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
666
+ */
667
+ GatewayArn: GatewayArn;
668
+ }
669
+ export interface PutBandwidthRateLimitScheduleOutput {
670
+ /**
671
+ * The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
672
+ */
673
+ GatewayArn?: GatewayArn;
674
+ }
675
+ export interface PutHypervisorPropertyMappingsInput {
676
+ /**
677
+ * The Amazon Resource Name (ARN) of the hypervisor.
678
+ */
679
+ HypervisorArn: ServerArn;
680
+ /**
681
+ * The Amazon Resource Name (ARN) of the IAM role.
682
+ */
683
+ IamRoleArn: IamRoleArn;
684
+ /**
685
+ * This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.
686
+ */
687
+ VmwareToAwsTagMappings: VmwareToAwsTagMappings;
688
+ }
689
+ export interface PutHypervisorPropertyMappingsOutput {
690
+ /**
691
+ * The Amazon Resource Name (ARN) of the hypervisor.
692
+ */
693
+ HypervisorArn?: ServerArn;
694
+ }
494
695
  export interface PutMaintenanceStartTimeInput {
495
696
  /**
496
697
  * The day of the month start maintenance on a gateway. Valid values range from Sunday to Saturday.
@@ -521,6 +722,19 @@ declare namespace BackupGateway {
521
722
  }
522
723
  export type ResourceArn = string;
523
724
  export type ServerArn = string;
725
+ export interface StartVirtualMachinesMetadataSyncInput {
726
+ /**
727
+ * The Amazon Resource Name (ARN) of the hypervisor.
728
+ */
729
+ HypervisorArn: ServerArn;
730
+ }
731
+ export interface StartVirtualMachinesMetadataSyncOutput {
732
+ /**
733
+ * The Amazon Resource Name (ARN) of the hypervisor.
734
+ */
735
+ HypervisorArn?: ServerArn;
736
+ }
737
+ export type SyncMetadataStatus = "CREATED"|"RUNNING"|"FAILED"|"PARTIALLY_FAILED"|"SUCCEEDED"|string;
524
738
  export interface Tag {
525
739
  /**
526
740
  * The key part of a tag's key-value pair. The key can't start with aws:.
@@ -625,6 +839,10 @@ declare namespace BackupGateway {
625
839
  * The Amazon Resource Name (ARN) of the hypervisor to update.
626
840
  */
627
841
  HypervisorArn: ServerArn;
842
+ /**
843
+ * The Amazon Resource Name (ARN) of the group of gateways within the requested log.
844
+ */
845
+ LogGroupArn?: LogGroupArn;
628
846
  /**
629
847
  * The updated name for the hypervisor
630
848
  */
@@ -696,8 +914,48 @@ declare namespace BackupGateway {
696
914
  * The Amazon Resource Name (ARN) of the virtual machine. For example, arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL.
697
915
  */
698
916
  ResourceArn?: ResourceArn;
917
+ /**
918
+ * These are the details of the VMware tags associated with the specified virtual machine.
919
+ */
920
+ VmwareTags?: VmwareTags;
699
921
  }
700
922
  export type VirtualMachines = VirtualMachine[];
923
+ export type VmwareCategory = string;
924
+ export interface VmwareTag {
925
+ /**
926
+ * The is the category of VMware.
927
+ */
928
+ VmwareCategory?: VmwareCategory;
929
+ /**
930
+ * This is a user-defined description of a VMware tag.
931
+ */
932
+ VmwareTagDescription?: string;
933
+ /**
934
+ * This is the user-defined name of a VMware tag.
935
+ */
936
+ VmwareTagName?: VmwareTagName;
937
+ }
938
+ export type VmwareTagName = string;
939
+ export type VmwareTags = VmwareTag[];
940
+ export interface VmwareToAwsTagMapping {
941
+ /**
942
+ * The key part of the Amazon Web Services tag's key-value pair.
943
+ */
944
+ AwsTagKey: TagKey;
945
+ /**
946
+ * The value part of the Amazon Web Services tag's key-value pair.
947
+ */
948
+ AwsTagValue: TagValue;
949
+ /**
950
+ * The is the category of VMware.
951
+ */
952
+ VmwareCategory: VmwareCategory;
953
+ /**
954
+ * This is the user-defined name of a VMware tag.
955
+ */
956
+ VmwareTagName: VmwareTagName;
957
+ }
958
+ export type VmwareToAwsTagMappings = VmwareToAwsTagMapping[];
701
959
  export type VpcEndpoint = string;
702
960
  /**
703
961
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.