@aws-sdk/client-securityhub 3.296.0 → 3.297.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 (83) hide show
  1. package/dist-types/SecurityHub.d.ts +62 -0
  2. package/dist-types/SecurityHubClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +16 -0
  4. package/dist-types/commands/AcceptInvitationCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchDisableStandardsCommand.d.ts +16 -0
  6. package/dist-types/commands/BatchEnableStandardsCommand.d.ts +16 -0
  7. package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +16 -0
  8. package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchImportFindingsCommand.d.ts +16 -0
  10. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +16 -0
  11. package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateActionTargetCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateInsightCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateMembersCommand.d.ts +16 -0
  16. package/dist-types/commands/DeclineInvitationsCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteActionTargetCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteInsightCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteInvitationsCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteMembersCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeActionTargetsCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeHubCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeProductsCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeStandardsCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +16 -0
  28. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +16 -0
  29. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +16 -0
  30. package/dist-types/commands/DisableSecurityHubCommand.d.ts +16 -0
  31. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +16 -0
  32. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +16 -0
  33. package/dist-types/commands/DisassociateMembersCommand.d.ts +16 -0
  34. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +16 -0
  35. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +16 -0
  36. package/dist-types/commands/EnableSecurityHubCommand.d.ts +16 -0
  37. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +16 -0
  38. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +16 -0
  39. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +16 -0
  40. package/dist-types/commands/GetFindingsCommand.d.ts +16 -0
  41. package/dist-types/commands/GetInsightResultsCommand.d.ts +16 -0
  42. package/dist-types/commands/GetInsightsCommand.d.ts +16 -0
  43. package/dist-types/commands/GetInvitationsCountCommand.d.ts +16 -0
  44. package/dist-types/commands/GetMasterAccountCommand.d.ts +16 -0
  45. package/dist-types/commands/GetMembersCommand.d.ts +16 -0
  46. package/dist-types/commands/InviteMembersCommand.d.ts +16 -0
  47. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +16 -0
  48. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListInvitationsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListMembersCommand.d.ts +16 -0
  51. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  55. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  56. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  57. package/dist-types/commands/UpdateActionTargetCommand.d.ts +16 -0
  58. package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +16 -0
  59. package/dist-types/commands/UpdateFindingsCommand.d.ts +16 -0
  60. package/dist-types/commands/UpdateInsightCommand.d.ts +16 -0
  61. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +16 -0
  62. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +16 -0
  63. package/dist-types/commands/UpdateStandardsControlCommand.d.ts +16 -0
  64. package/dist-types/models/SecurityHubServiceException.d.ts +2 -0
  65. package/dist-types/models/models_0.d.ts +317 -1
  66. package/dist-types/models/models_1.d.ts +398 -0
  67. package/dist-types/models/models_2.d.ts +298 -0
  68. package/dist-types/pagination/DescribeActionTargetsPaginator.d.ts +3 -0
  69. package/dist-types/pagination/DescribeProductsPaginator.d.ts +3 -0
  70. package/dist-types/pagination/DescribeStandardsControlsPaginator.d.ts +3 -0
  71. package/dist-types/pagination/DescribeStandardsPaginator.d.ts +3 -0
  72. package/dist-types/pagination/GetEnabledStandardsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/GetFindingsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/GetInsightsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/Interfaces.d.ts +3 -0
  76. package/dist-types/pagination/ListEnabledProductsForImportPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListFindingAggregatorsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListInvitationsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +3 -0
  83. package/package.json +3 -3
@@ -1,5 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { SecurityHubServiceException as __BaseException } from "./SecurityHubServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface AcceptAdministratorInvitationRequest {
4
7
  /**
5
8
  * <p>The account ID of the Security Hub administrator account that sent the invitation.</p>
@@ -10,9 +13,13 @@ export interface AcceptAdministratorInvitationRequest {
10
13
  */
11
14
  InvitationId: string | undefined;
12
15
  }
16
+ /**
17
+ * @public
18
+ */
13
19
  export interface AcceptAdministratorInvitationResponse {
14
20
  }
15
21
  /**
22
+ * @public
16
23
  * <p>Internal server error.</p>
17
24
  */
18
25
  export declare class InternalException extends __BaseException {
@@ -26,6 +33,7 @@ export declare class InternalException extends __BaseException {
26
33
  constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
27
34
  }
28
35
  /**
36
+ * @public
29
37
  * <p>The account doesn't have permission to perform this action.</p>
30
38
  */
31
39
  export declare class InvalidAccessException extends __BaseException {
@@ -39,6 +47,7 @@ export declare class InvalidAccessException extends __BaseException {
39
47
  constructor(opts: __ExceptionOptionType<InvalidAccessException, __BaseException>);
40
48
  }
41
49
  /**
50
+ * @public
42
51
  * <p>The request was rejected because you supplied an invalid or out-of-range value for an
43
52
  * input parameter.</p>
44
53
  */
@@ -53,6 +62,7 @@ export declare class InvalidInputException extends __BaseException {
53
62
  constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
54
63
  }
55
64
  /**
65
+ * @public
56
66
  * <p>The request was rejected because it attempted to create resources beyond the current Amazon Web Services
57
67
  * account or throttling limits. The error code describes the limit exceeded.</p>
58
68
  */
@@ -67,6 +77,7 @@ export declare class LimitExceededException extends __BaseException {
67
77
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
68
78
  }
69
79
  /**
80
+ * @public
70
81
  * <p>The request was rejected because we can't find the specified resource.</p>
71
82
  */
72
83
  export declare class ResourceNotFoundException extends __BaseException {
@@ -79,6 +90,9 @@ export declare class ResourceNotFoundException extends __BaseException {
79
90
  */
80
91
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
81
92
  }
93
+ /**
94
+ * @public
95
+ */
82
96
  export interface AcceptInvitationRequest {
83
97
  /**
84
98
  * <p>The account ID of the Security Hub administrator account that sent the invitation.</p>
@@ -89,9 +103,13 @@ export interface AcceptInvitationRequest {
89
103
  */
90
104
  InvitationId: string | undefined;
91
105
  }
106
+ /**
107
+ * @public
108
+ */
92
109
  export interface AcceptInvitationResponse {
93
110
  }
94
111
  /**
112
+ * @public
95
113
  * <p>You don't have permission to perform the action specified in the request.</p>
96
114
  */
97
115
  export declare class AccessDeniedException extends __BaseException {
@@ -105,6 +123,7 @@ export declare class AccessDeniedException extends __BaseException {
105
123
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
106
124
  }
107
125
  /**
126
+ * @public
108
127
  * <p>The details of an Amazon Web Services account.</p>
109
128
  */
110
129
  export interface AccountDetails {
@@ -118,6 +137,7 @@ export interface AccountDetails {
118
137
  Email?: string;
119
138
  }
120
139
  /**
140
+ * @public
121
141
  * <p>Provided if <code>CallerType</code> is <code>domain</code>. It provides information
122
142
  * about the DNS domain that issued the API call.</p>
123
143
  */
@@ -128,6 +148,7 @@ export interface AwsApiCallActionDomainDetails {
128
148
  Domain?: string;
129
149
  }
130
150
  /**
151
+ * @public
131
152
  * <p>Information about a city.</p>
132
153
  */
133
154
  export interface City {
@@ -137,6 +158,7 @@ export interface City {
137
158
  CityName?: string;
138
159
  }
139
160
  /**
161
+ * @public
140
162
  * <p>Information about a country.</p>
141
163
  */
142
164
  export interface Country {
@@ -150,6 +172,7 @@ export interface Country {
150
172
  CountryName?: string;
151
173
  }
152
174
  /**
175
+ * @public
153
176
  * <p>Provides the latitude and longitude coordinates of a location.</p>
154
177
  */
155
178
  export interface GeoLocation {
@@ -163,6 +186,7 @@ export interface GeoLocation {
163
186
  Lat?: number;
164
187
  }
165
188
  /**
189
+ * @public
166
190
  * <p>Provides information about an internet provider.</p>
167
191
  */
168
192
  export interface IpOrganizationDetails {
@@ -184,6 +208,7 @@ export interface IpOrganizationDetails {
184
208
  Org?: string;
185
209
  }
186
210
  /**
211
+ * @public
187
212
  * <p>For <code>AwsApiAction</code>, <code>NetworkConnectionAction</code>, and
188
213
  * <code>PortProbeAction</code>, <code>RemoteIpDetails</code> provides information about
189
214
  * the remote IP address that was involved in the action.</p>
@@ -212,6 +237,7 @@ export interface ActionRemoteIpDetails {
212
237
  GeoLocation?: GeoLocation;
213
238
  }
214
239
  /**
240
+ * @public
215
241
  * <p>Provided if <code>ActionType</code> is <code>AWS_API_CALL</code>. It provides details
216
242
  * about the API call that was detected.</p>
217
243
  */
@@ -257,6 +283,7 @@ export interface AwsApiCallAction {
257
283
  LastSeen?: string;
258
284
  }
259
285
  /**
286
+ * @public
260
287
  * <p>Provided if <code>ActionType</code> is <code>DNS_REQUEST</code>. It provides details
261
288
  * about the DNS request that was detected.</p>
262
289
  */
@@ -275,6 +302,7 @@ export interface DnsRequestAction {
275
302
  Blocked?: boolean;
276
303
  }
277
304
  /**
305
+ * @public
278
306
  * <p>For <code>NetworkConnectionAction</code> and <code>PortProbeDetails</code>,
279
307
  * <code>LocalPortDetails</code> provides information about the local port that was
280
308
  * involved in the action.</p>
@@ -290,6 +318,7 @@ export interface ActionLocalPortDetails {
290
318
  PortName?: string;
291
319
  }
292
320
  /**
321
+ * @public
293
322
  * <p>Provides information about the remote port that was involved in an attempted network
294
323
  * connection.</p>
295
324
  */
@@ -304,6 +333,7 @@ export interface ActionRemotePortDetails {
304
333
  PortName?: string;
305
334
  }
306
335
  /**
336
+ * @public
307
337
  * <p>Provided if <code>ActionType</code> is <code>NETWORK_CONNECTION</code>. It provides
308
338
  * details about the attempted network connection that was detected.</p>
309
339
  */
@@ -336,6 +366,7 @@ export interface NetworkConnectionAction {
336
366
  Blocked?: boolean;
337
367
  }
338
368
  /**
369
+ * @public
339
370
  * <p>Provides information about the IP address where the scanned port is located.</p>
340
371
  */
341
372
  export interface ActionLocalIpDetails {
@@ -345,6 +376,7 @@ export interface ActionLocalIpDetails {
345
376
  IpAddressV4?: string;
346
377
  }
347
378
  /**
379
+ * @public
348
380
  * <p>A port scan that was part of the port probe. For each scan, PortProbeDetails provides
349
381
  * information about the local IP address and port that were scanned, and the remote IP
350
382
  * address that the scan originated from.</p>
@@ -364,6 +396,7 @@ export interface PortProbeDetail {
364
396
  RemoteIpDetails?: ActionRemoteIpDetails;
365
397
  }
366
398
  /**
399
+ * @public
367
400
  * <p>Provided if <code>ActionType</code> is <code>PORT_PROBE</code>. It provides details
368
401
  * about the attempted port probe that was detected.</p>
369
402
  */
@@ -378,6 +411,7 @@ export interface PortProbeAction {
378
411
  Blocked?: boolean;
379
412
  }
380
413
  /**
414
+ * @public
381
415
  * <p>Provides details about one of the following actions that affects or that was taken on a resource:</p>
382
416
  * <ul>
383
417
  * <li>
@@ -443,6 +477,7 @@ export interface Action {
443
477
  PortProbeAction?: PortProbeAction;
444
478
  }
445
479
  /**
480
+ * @public
446
481
  * <p>An <code>ActionTarget</code> object.</p>
447
482
  */
448
483
  export interface ActionTarget {
@@ -460,6 +495,7 @@ export interface ActionTarget {
460
495
  Description: string | undefined;
461
496
  }
462
497
  /**
498
+ * @public
463
499
  * <p>An adjustment to the CVSS metric.</p>
464
500
  */
465
501
  export interface Adjustment {
@@ -472,11 +508,15 @@ export interface Adjustment {
472
508
  */
473
509
  Reason?: string;
474
510
  }
511
+ /**
512
+ * @public
513
+ */
475
514
  export declare enum AdminStatus {
476
515
  DISABLE_IN_PROGRESS = "DISABLE_IN_PROGRESS",
477
516
  ENABLED = "ENABLED"
478
517
  }
479
518
  /**
519
+ * @public
480
520
  * <p>Represents a Security Hub administrator account designated by an organization management
481
521
  * account.</p>
482
522
  */
@@ -492,6 +532,7 @@ export interface AdminAccount {
492
532
  Status?: AdminStatus | string;
493
533
  }
494
534
  /**
535
+ * @public
495
536
  * <p>
496
537
  * Information about an enabled security standard in which a security control is enabled.
497
538
  * </p>
@@ -504,15 +545,22 @@ export interface AssociatedStandard {
504
545
  */
505
546
  StandardsId?: string;
506
547
  }
548
+ /**
549
+ * @public
550
+ */
507
551
  export declare enum AssociationStatus {
508
552
  DISABLED = "DISABLED",
509
553
  ENABLED = "ENABLED"
510
554
  }
555
+ /**
556
+ * @public
557
+ */
511
558
  export declare enum AutoEnableStandards {
512
559
  DEFAULT = "DEFAULT",
513
560
  NONE = "NONE"
514
561
  }
515
562
  /**
563
+ * @public
516
564
  * <p>Information about an Availability Zone.</p>
517
565
  */
518
566
  export interface AvailabilityZone {
@@ -526,6 +574,7 @@ export interface AvailabilityZone {
526
574
  SubnetId?: string;
527
575
  }
528
576
  /**
577
+ * @public
529
578
  * <p>Contains information about settings for logging access for the stage.</p>
530
579
  */
531
580
  export interface AwsApiGatewayAccessLogSettings {
@@ -541,6 +590,7 @@ export interface AwsApiGatewayAccessLogSettings {
541
590
  DestinationArn?: string;
542
591
  }
543
592
  /**
593
+ * @public
544
594
  * <p>Contains information about settings for canary deployment in the stage.</p>
545
595
  */
546
596
  export interface AwsApiGatewayCanarySettings {
@@ -565,6 +615,7 @@ export interface AwsApiGatewayCanarySettings {
565
615
  UseStageCache?: boolean;
566
616
  }
567
617
  /**
618
+ * @public
568
619
  * <p>Contains information about the endpoints for the API.</p>
569
620
  */
570
621
  export interface AwsApiGatewayEndpointConfiguration {
@@ -577,6 +628,7 @@ export interface AwsApiGatewayEndpointConfiguration {
577
628
  Types?: string[];
578
629
  }
579
630
  /**
631
+ * @public
580
632
  * <p>Defines settings for a method for the stage.</p>
581
633
  */
582
634
  export interface AwsApiGatewayMethodSettings {
@@ -649,6 +701,7 @@ export interface AwsApiGatewayMethodSettings {
649
701
  ResourcePath?: string;
650
702
  }
651
703
  /**
704
+ * @public
652
705
  * <p>Contains information about a REST API in version 1 of Amazon API Gateway.</p>
653
706
  */
654
707
  export interface AwsApiGatewayRestApiDetails {
@@ -701,6 +754,7 @@ export interface AwsApiGatewayRestApiDetails {
701
754
  EndpointConfiguration?: AwsApiGatewayEndpointConfiguration;
702
755
  }
703
756
  /**
757
+ * @public
704
758
  * <p>Provides information about a version 1 Amazon API Gateway stage.</p>
705
759
  */
706
760
  export interface AwsApiGatewayStageDetails {
@@ -789,6 +843,7 @@ export interface AwsApiGatewayStageDetails {
789
843
  WebAclArn?: string;
790
844
  }
791
845
  /**
846
+ * @public
792
847
  * <p>Contains the cross-origin resource sharing (CORS) configuration for the API. CORS is
793
848
  * only supported for HTTP APIs.</p>
794
849
  */
@@ -819,6 +874,7 @@ export interface AwsCorsConfiguration {
819
874
  AllowHeaders?: string[];
820
875
  }
821
876
  /**
877
+ * @public
822
878
  * <p>Contains information about a version 2 API in Amazon API Gateway.</p>
823
879
  */
824
880
  export interface AwsApiGatewayV2ApiDetails {
@@ -867,7 +923,7 @@ export interface AwsApiGatewayV2ApiDetails {
867
923
  ProtocolType?: string;
868
924
  /**
869
925
  * <p>The route selection expression for the API.</p>
870
- * <p>For HTTP APIs, must be <code>${request.method} ${request.path}</code>. This is the
926
+ * <p>For HTTP APIs, must be <code>$\{request.method\} $\{request.path\}</code>. This is the
871
927
  * default value for HTTP APIs.</p>
872
928
  * <p>For WebSocket APIs, there is no default value.</p>
873
929
  */
@@ -879,6 +935,7 @@ export interface AwsApiGatewayV2ApiDetails {
879
935
  CorsConfiguration?: AwsCorsConfiguration;
880
936
  }
881
937
  /**
938
+ * @public
882
939
  * <p>Contains route settings for a stage.</p>
883
940
  */
884
941
  export interface AwsApiGatewayV2RouteSettings {
@@ -912,6 +969,7 @@ export interface AwsApiGatewayV2RouteSettings {
912
969
  ThrottlingRateLimit?: number;
913
970
  }
914
971
  /**
972
+ * @public
915
973
  * <p>Contains information about a version 2 stage for Amazon API Gateway.</p>
916
974
  */
917
975
  export interface AwsApiGatewayV2StageDetails {
@@ -989,6 +1047,7 @@ export interface AwsApiGatewayV2StageDetails {
989
1047
  ApiGatewayManaged?: boolean;
990
1048
  }
991
1049
  /**
1050
+ * @public
992
1051
  * <p>An Availability Zone for the automatic scaling group.</p>
993
1052
  */
994
1053
  export interface AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails {
@@ -998,6 +1057,7 @@ export interface AwsAutoScalingAutoScalingGroupAvailabilityZonesListDetails {
998
1057
  Value?: string;
999
1058
  }
1000
1059
  /**
1060
+ * @public
1001
1061
  * <p>Details about the launch template to use.</p>
1002
1062
  */
1003
1063
  export interface AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification {
@@ -1015,6 +1075,7 @@ export interface AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpeci
1015
1075
  Version?: string;
1016
1076
  }
1017
1077
  /**
1078
+ * @public
1018
1079
  * <p>Information about the instances distribution.</p>
1019
1080
  */
1020
1081
  export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDistributionDetails {
@@ -1061,6 +1122,7 @@ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyInstancesDist
1061
1122
  SpotMaxPrice?: string;
1062
1123
  }
1063
1124
  /**
1125
+ * @public
1064
1126
  * <p>Details about the launch template to use for a mixed instances policy.</p>
1065
1127
  */
1066
1128
  export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification {
@@ -1078,6 +1140,7 @@ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplat
1078
1140
  Version?: string;
1079
1141
  }
1080
1142
  /**
1143
+ * @public
1081
1144
  * <p>Property values to use to override the values in the launch template.</p>
1082
1145
  */
1083
1146
  export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails {
@@ -1091,6 +1154,7 @@ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplat
1091
1154
  WeightedCapacity?: string;
1092
1155
  }
1093
1156
  /**
1157
+ * @public
1094
1158
  * <p>Describes a launch template and overrides for a mixed instances policy.</p>
1095
1159
  */
1096
1160
  export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails {
@@ -1104,6 +1168,7 @@ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplat
1104
1168
  Overrides?: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateOverridesListDetails[];
1105
1169
  }
1106
1170
  /**
1171
+ * @public
1107
1172
  * <p>The mixed instances policy for the automatic scaling group.</p>
1108
1173
  */
1109
1174
  export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails {
@@ -1117,6 +1182,7 @@ export interface AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails {
1117
1182
  LaunchTemplate?: AwsAutoScalingAutoScalingGroupMixedInstancesPolicyLaunchTemplateDetails;
1118
1183
  }
1119
1184
  /**
1185
+ * @public
1120
1186
  * <p>Provides details about an auto scaling group.</p>
1121
1187
  */
1122
1188
  export interface AwsAutoScalingAutoScalingGroupDetails {
@@ -1163,6 +1229,7 @@ export interface AwsAutoScalingAutoScalingGroupDetails {
1163
1229
  CapacityRebalance?: boolean;
1164
1230
  }
1165
1231
  /**
1232
+ * @public
1166
1233
  * <p>Parameters that are used to automatically set up EBS volumes when an instance is launched.</p>
1167
1234
  */
1168
1235
  export interface AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails {
@@ -1241,6 +1308,7 @@ export interface AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails
1241
1308
  VolumeType?: string;
1242
1309
  }
1243
1310
  /**
1311
+ * @public
1244
1312
  * <p>A block device for the instance.</p>
1245
1313
  */
1246
1314
  export interface AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails {
@@ -1264,6 +1332,7 @@ export interface AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails {
1264
1332
  VirtualName?: string;
1265
1333
  }
1266
1334
  /**
1335
+ * @public
1267
1336
  * <p>Information about the type of monitoring for instances in the group.</p>
1268
1337
  */
1269
1338
  export interface AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails {
@@ -1276,6 +1345,7 @@ export interface AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails {
1276
1345
  Enabled?: boolean;
1277
1346
  }
1278
1347
  /**
1348
+ * @public
1279
1349
  * <p>The metadata options for the instances.</p>
1280
1350
  */
1281
1351
  export interface AwsAutoScalingLaunchConfigurationMetadataOptions {
@@ -1293,6 +1363,7 @@ export interface AwsAutoScalingLaunchConfigurationMetadataOptions {
1293
1363
  HttpTokens?: string;
1294
1364
  }
1295
1365
  /**
1366
+ * @public
1296
1367
  * <p>Details about a launch configuration.</p>
1297
1368
  */
1298
1369
  export interface AwsAutoScalingLaunchConfigurationDetails {
@@ -1382,6 +1453,7 @@ export interface AwsAutoScalingLaunchConfigurationDetails {
1382
1453
  MetadataOptions?: AwsAutoScalingLaunchConfigurationMetadataOptions;
1383
1454
  }
1384
1455
  /**
1456
+ * @public
1385
1457
  * <p>Provides a list of backup options for each resource type.
1386
1458
  * </p>
1387
1459
  */
@@ -1406,6 +1478,7 @@ export interface AwsBackupBackupPlanAdvancedBackupSettingsDetails {
1406
1478
  ResourceType?: string;
1407
1479
  }
1408
1480
  /**
1481
+ * @public
1409
1482
  * <p>Provides lifecycle details for the backup plan. A lifecycle defines when a backup is transitioned to cold storage and when it expires.
1410
1483
  * </p>
1411
1484
  */
@@ -1422,6 +1495,7 @@ export interface AwsBackupBackupPlanLifecycleDetails {
1422
1495
  MoveToColdStorageAfterDays?: number;
1423
1496
  }
1424
1497
  /**
1498
+ * @public
1425
1499
  * <p>An array of <code>CopyAction</code> objects, each of which contains details of the copy operation.
1426
1500
  * </p>
1427
1501
  */
@@ -1441,6 +1515,7 @@ export interface AwsBackupBackupPlanRuleCopyActionsDetails {
1441
1515
  Lifecycle?: AwsBackupBackupPlanLifecycleDetails;
1442
1516
  }
1443
1517
  /**
1518
+ * @public
1444
1519
  * <p>Provides details about an array of <code>BackupRule</code> objects, each of which specifies a scheduled task that is used to back up a selection of resources.
1445
1520
  * </p>
1446
1521
  */
@@ -1491,6 +1566,7 @@ export interface AwsBackupBackupPlanRuleDetails {
1491
1566
  Lifecycle?: AwsBackupBackupPlanLifecycleDetails;
1492
1567
  }
1493
1568
  /**
1569
+ * @public
1494
1570
  * <p>Provides details about an Backup backup plan and an array of <code>BackupRule</code> objects, each of which specifies a backup rule.
1495
1571
  * </p>
1496
1572
  */
@@ -1512,6 +1588,7 @@ export interface AwsBackupBackupPlanBackupPlanDetails {
1512
1588
  BackupPlanRule?: AwsBackupBackupPlanRuleDetails[];
1513
1589
  }
1514
1590
  /**
1591
+ * @public
1515
1592
  * <p>Provides details about an Backup backup plan and an array of <code>BackupRule</code> objects, each of which specifies a backup rule.
1516
1593
  * </p>
1517
1594
  */
@@ -1538,6 +1615,7 @@ export interface AwsBackupBackupPlanDetails {
1538
1615
  VersionId?: string;
1539
1616
  }
1540
1617
  /**
1618
+ * @public
1541
1619
  * <p>Provides details about the Amazon SNS event notifications for the specified backup vault.
1542
1620
  * </p>
1543
1621
  */
@@ -1576,6 +1654,7 @@ export interface AwsBackupBackupVaultNotificationsDetails {
1576
1654
  SnsTopicArn?: string;
1577
1655
  }
1578
1656
  /**
1657
+ * @public
1579
1658
  * <p>Provides details about an Backup backup vault. In Backup, a backup vault is
1580
1659
  * a container that stores and organizes your backups.
1581
1660
  * </p>
@@ -1611,6 +1690,7 @@ export interface AwsBackupBackupVaultDetails {
1611
1690
  AccessPolicy?: string;
1612
1691
  }
1613
1692
  /**
1693
+ * @public
1614
1694
  * <p>Specifies how long in days before a recovery point transitions to cold storage or is deleted.
1615
1695
  * </p>
1616
1696
  */
@@ -1628,6 +1708,7 @@ export interface AwsBackupRecoveryPointCalculatedLifecycleDetails {
1628
1708
  MoveToColdStorageAt?: string;
1629
1709
  }
1630
1710
  /**
1711
+ * @public
1631
1712
  * <p>Contains information about the backup plan and rule that Backup used to initiate the recovery point backup.
1632
1713
  * </p>
1633
1714
  */
@@ -1655,6 +1736,7 @@ export interface AwsBackupRecoveryPointCreatedByDetails {
1655
1736
  BackupRuleId?: string;
1656
1737
  }
1657
1738
  /**
1739
+ * @public
1658
1740
  * <p>Contains an array of Transition objects specifying how long in days before a recovery point transitions to cold storage or is deleted.
1659
1741
  * </p>
1660
1742
  */
@@ -1672,6 +1754,7 @@ export interface AwsBackupRecoveryPointLifecycleDetails {
1672
1754
  MoveToColdStorageAfterDays?: number;
1673
1755
  }
1674
1756
  /**
1757
+ * @public
1675
1758
  * <p>Contains detailed information about the recovery points stored in an Backup backup vault.
1676
1759
  * A backup, or recovery point, represents the content of a resource at a specified time.
1677
1760
  * </p>
@@ -1824,6 +1907,7 @@ export interface AwsBackupRecoveryPointDetails {
1824
1907
  StorageClass?: string;
1825
1908
  }
1826
1909
  /**
1910
+ * @public
1827
1911
  * <p>Provides details about the CNAME record that is added to the DNS database for domain
1828
1912
  * validation.</p>
1829
1913
  */
@@ -1842,6 +1926,7 @@ export interface AwsCertificateManagerCertificateResourceRecord {
1842
1926
  Value?: string;
1843
1927
  }
1844
1928
  /**
1929
+ * @public
1845
1930
  * <p>Contains information about one of the following:</p>
1846
1931
  * <ul>
1847
1932
  * <li>
@@ -1882,6 +1967,7 @@ export interface AwsCertificateManagerCertificateDomainValidationOption {
1882
1967
  ValidationStatus?: string;
1883
1968
  }
1884
1969
  /**
1970
+ * @public
1885
1971
  * <p>Contains information about an extended key usage X.509 v3 extension object.</p>
1886
1972
  */
1887
1973
  export interface AwsCertificateManagerCertificateExtendedKeyUsage {
@@ -1897,6 +1983,7 @@ export interface AwsCertificateManagerCertificateExtendedKeyUsage {
1897
1983
  OId?: string;
1898
1984
  }
1899
1985
  /**
1986
+ * @public
1900
1987
  * <p>Contains information about a key usage X.509 v3 extension object.</p>
1901
1988
  */
1902
1989
  export interface AwsCertificateManagerCertificateKeyUsage {
@@ -1906,6 +1993,7 @@ export interface AwsCertificateManagerCertificateKeyUsage {
1906
1993
  Name?: string;
1907
1994
  }
1908
1995
  /**
1996
+ * @public
1909
1997
  * <p>Contains other options for the certificate.</p>
1910
1998
  */
1911
1999
  export interface AwsCertificateManagerCertificateOptions {
@@ -1917,6 +2005,7 @@ export interface AwsCertificateManagerCertificateOptions {
1917
2005
  CertificateTransparencyLoggingPreference?: string;
1918
2006
  }
1919
2007
  /**
2008
+ * @public
1920
2009
  * <p>Contains information about the Certificate Manager managed renewal for an
1921
2010
  * <code>AMAZON_ISSUED</code> certificate.</p>
1922
2011
  */
@@ -1956,6 +2045,7 @@ export interface AwsCertificateManagerCertificateRenewalSummary {
1956
2045
  UpdatedAt?: string;
1957
2046
  }
1958
2047
  /**
2048
+ * @public
1959
2049
  * <p>Provides details about an Certificate Manager certificate.</p>
1960
2050
  */
1961
2051
  export interface AwsCertificateManagerCertificateDetails {
@@ -2107,6 +2197,7 @@ export interface AwsCertificateManagerCertificateDetails {
2107
2197
  Type?: string;
2108
2198
  }
2109
2199
  /**
2200
+ * @public
2110
2201
  * <p>Provides information about the stack's conformity to its expected template configuration.
2111
2202
  * </p>
2112
2203
  */
@@ -2118,6 +2209,7 @@ export interface AwsCloudFormationStackDriftInformationDetails {
2118
2209
  StackDriftStatus?: string;
2119
2210
  }
2120
2211
  /**
2212
+ * @public
2121
2213
  * <p>Provides information about the CloudFormation stack output.
2122
2214
  * </p>
2123
2215
  */
@@ -2139,6 +2231,7 @@ export interface AwsCloudFormationStackOutputsDetails {
2139
2231
  OutputValue?: string;
2140
2232
  }
2141
2233
  /**
2234
+ * @public
2142
2235
  * <p>Nests a stack as a resource in a top-level template. Nested stacks are stacks created as resources for
2143
2236
  * another stack.</p>
2144
2237
  */
@@ -2221,6 +2314,7 @@ export interface AwsCloudFormationStackDetails {
2221
2314
  TimeoutInMinutes?: number;
2222
2315
  }
2223
2316
  /**
2317
+ * @public
2224
2318
  * <p>Information about a cache behavior for the distribution.</p>
2225
2319
  */
2226
2320
  export interface AwsCloudFrontDistributionCacheBehavior {
@@ -2248,6 +2342,7 @@ export interface AwsCloudFrontDistributionCacheBehavior {
2248
2342
  ViewerProtocolPolicy?: string;
2249
2343
  }
2250
2344
  /**
2345
+ * @public
2251
2346
  * <p>Provides information about caching for the CloudFront distribution.</p>
2252
2347
  */
2253
2348
  export interface AwsCloudFrontDistributionCacheBehaviors {
@@ -2257,6 +2352,7 @@ export interface AwsCloudFrontDistributionCacheBehaviors {
2257
2352
  Items?: AwsCloudFrontDistributionCacheBehavior[];
2258
2353
  }
2259
2354
  /**
2355
+ * @public
2260
2356
  * <p>Contains information about the default cache configuration for the CloudFront distribution.</p>
2261
2357
  */
2262
2358
  export interface AwsCloudFrontDistributionDefaultCacheBehavior {
@@ -2284,6 +2380,7 @@ export interface AwsCloudFrontDistributionDefaultCacheBehavior {
2284
2380
  ViewerProtocolPolicy?: string;
2285
2381
  }
2286
2382
  /**
2383
+ * @public
2287
2384
  * <p>A complex type that controls whether access logs are written for the CloudFront distribution.</p>
2288
2385
  */
2289
2386
  export interface AwsCloudFrontDistributionLogging {
@@ -2306,6 +2403,7 @@ export interface AwsCloudFrontDistributionLogging {
2306
2403
  Prefix?: string;
2307
2404
  }
2308
2405
  /**
2406
+ * @public
2309
2407
  * <p>The status codes that cause an origin group to fail over.</p>
2310
2408
  */
2311
2409
  export interface AwsCloudFrontDistributionOriginGroupFailoverStatusCodes {
@@ -2319,6 +2417,7 @@ export interface AwsCloudFrontDistributionOriginGroupFailoverStatusCodes {
2319
2417
  Quantity?: number;
2320
2418
  }
2321
2419
  /**
2420
+ * @public
2322
2421
  * <p>Provides information about when an origin group fails over.</p>
2323
2422
  */
2324
2423
  export interface AwsCloudFrontDistributionOriginGroupFailover {
@@ -2328,6 +2427,7 @@ export interface AwsCloudFrontDistributionOriginGroupFailover {
2328
2427
  StatusCodes?: AwsCloudFrontDistributionOriginGroupFailoverStatusCodes;
2329
2428
  }
2330
2429
  /**
2430
+ * @public
2331
2431
  * <p>Information about an origin group for the CloudFront distribution.</p>
2332
2432
  */
2333
2433
  export interface AwsCloudFrontDistributionOriginGroup {
@@ -2337,6 +2437,7 @@ export interface AwsCloudFrontDistributionOriginGroup {
2337
2437
  FailoverCriteria?: AwsCloudFrontDistributionOriginGroupFailover;
2338
2438
  }
2339
2439
  /**
2440
+ * @public
2340
2441
  * <p>Provides information about origin groups that are associated with the CloudFront distribution.</p>
2341
2442
  */
2342
2443
  export interface AwsCloudFrontDistributionOriginGroups {
@@ -2346,6 +2447,7 @@ export interface AwsCloudFrontDistributionOriginGroups {
2346
2447
  Items?: AwsCloudFrontDistributionOriginGroup[];
2347
2448
  }
2348
2449
  /**
2450
+ * @public
2349
2451
  * <p>A complex type that contains information about the SSL/TLS protocols that CloudFront can use
2350
2452
  * when establishing an HTTPS connection with your origin.
2351
2453
  * </p>
@@ -2364,6 +2466,7 @@ export interface AwsCloudFrontDistributionOriginSslProtocols {
2364
2466
  Quantity?: number;
2365
2467
  }
2366
2468
  /**
2469
+ * @public
2367
2470
  * <p>A custom origin. A custom origin is any origin that is not an Amazon S3 bucket, with one exception. An Amazon S3 bucket that is <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">configured with
2368
2471
  * static website hosting</a> is a custom origin. </p>
2369
2472
  */
@@ -2400,6 +2503,7 @@ export interface AwsCloudFrontDistributionOriginCustomOriginConfig {
2400
2503
  OriginSslProtocols?: AwsCloudFrontDistributionOriginSslProtocols;
2401
2504
  }
2402
2505
  /**
2506
+ * @public
2403
2507
  * <p>Information about an origin that is an Amazon S3 bucket that is not configured with static website
2404
2508
  * hosting.</p>
2405
2509
  */
@@ -2410,6 +2514,7 @@ export interface AwsCloudFrontDistributionOriginS3OriginConfig {
2410
2514
  OriginAccessIdentity?: string;
2411
2515
  }
2412
2516
  /**
2517
+ * @public
2413
2518
  * <p>A complex type that describes the
2414
2519
  * Amazon S3 bucket, HTTP server (for example, a web server), AWS Elemental MediaStore, or other server from which CloudFront gets your files.</p>
2415
2520
  */
@@ -2442,6 +2547,7 @@ export interface AwsCloudFrontDistributionOriginItem {
2442
2547
  CustomOriginConfig?: AwsCloudFrontDistributionOriginCustomOriginConfig;
2443
2548
  }
2444
2549
  /**
2550
+ * @public
2445
2551
  * <p>A complex type that contains information about origins and origin groups for this CloudFront distribution.</p>
2446
2552
  */
2447
2553
  export interface AwsCloudFrontDistributionOrigins {
@@ -2451,6 +2557,7 @@ export interface AwsCloudFrontDistributionOrigins {
2451
2557
  Items?: AwsCloudFrontDistributionOriginItem[];
2452
2558
  }
2453
2559
  /**
2560
+ * @public
2454
2561
  * <p>Provides information about the TLS/SSL configuration that the CloudFront distribution uses to communicate with viewers.</p>
2455
2562
  */
2456
2563
  export interface AwsCloudFrontDistributionViewerCertificate {
@@ -2484,6 +2591,7 @@ export interface AwsCloudFrontDistributionViewerCertificate {
2484
2591
  SslSupportMethod?: string;
2485
2592
  }
2486
2593
  /**
2594
+ * @public
2487
2595
  * <p>A CloudFront distribution configuration.</p>
2488
2596
  */
2489
2597
  export interface AwsCloudFrontDistributionDetails {
@@ -2543,6 +2651,7 @@ export interface AwsCloudFrontDistributionDetails {
2543
2651
  WebAclId?: string;
2544
2652
  }
2545
2653
  /**
2654
+ * @public
2546
2655
  * <p>Provides details about a CloudTrail trail.</p>
2547
2656
  */
2548
2657
  export interface AwsCloudTrailTrailDetails {
@@ -2612,6 +2721,7 @@ export interface AwsCloudTrailTrailDetails {
2612
2721
  TrailArn?: string;
2613
2722
  }
2614
2723
  /**
2724
+ * @public
2615
2725
  * <p>Details about the dimensions for the metric associated with the alarm.
2616
2726
  * </p>
2617
2727
  */
@@ -2628,6 +2738,7 @@ export interface AwsCloudWatchAlarmDimensionsDetails {
2628
2738
  Value?: string;
2629
2739
  }
2630
2740
  /**
2741
+ * @public
2631
2742
  * <p>Specifies an alarm and associates it with the specified metric or metric math expression.
2632
2743
  * </p>
2633
2744
  */
@@ -2755,6 +2866,7 @@ export interface AwsCloudWatchAlarmDetails {
2755
2866
  Unit?: string;
2756
2867
  }
2757
2868
  /**
2869
+ * @public
2758
2870
  * <p>Information about the build artifacts for the CodeBuild project.</p>
2759
2871
  */
2760
2872
  export interface AwsCodeBuildProjectArtifactsDetails {
@@ -2796,6 +2908,7 @@ export interface AwsCodeBuildProjectArtifactsDetails {
2796
2908
  Type?: string;
2797
2909
  }
2798
2910
  /**
2911
+ * @public
2799
2912
  * <p>Information about an environment variable that is available to builds for the build project.</p>
2800
2913
  */
2801
2914
  export interface AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails {
@@ -2813,6 +2926,7 @@ export interface AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails {
2813
2926
  Value?: string;
2814
2927
  }
2815
2928
  /**
2929
+ * @public
2816
2930
  * <p>The credentials for access to a private registry.</p>
2817
2931
  */
2818
2932
  export interface AwsCodeBuildProjectEnvironmentRegistryCredential {
@@ -2831,6 +2945,7 @@ export interface AwsCodeBuildProjectEnvironmentRegistryCredential {
2831
2945
  CredentialProvider?: string;
2832
2946
  }
2833
2947
  /**
2948
+ * @public
2834
2949
  * <p>Information about the build environment for this build project.</p>
2835
2950
  */
2836
2951
  export interface AwsCodeBuildProjectEnvironment {
@@ -2893,6 +3008,7 @@ export interface AwsCodeBuildProjectEnvironment {
2893
3008
  Type?: string;
2894
3009
  }
2895
3010
  /**
3011
+ * @public
2896
3012
  * <p>Information about CloudWatch Logs for the build project.</p>
2897
3013
  */
2898
3014
  export interface AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails {
@@ -2910,6 +3026,7 @@ export interface AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails {
2910
3026
  StreamName?: string;
2911
3027
  }
2912
3028
  /**
3029
+ * @public
2913
3030
  * <p>Information about logs built to an S3 bucket for a build project.</p>
2914
3031
  */
2915
3032
  export interface AwsCodeBuildProjectLogsConfigS3LogsDetails {
@@ -2927,6 +3044,7 @@ export interface AwsCodeBuildProjectLogsConfigS3LogsDetails {
2927
3044
  Status?: string;
2928
3045
  }
2929
3046
  /**
3047
+ * @public
2930
3048
  * <p>Information about logs for the build project.</p>
2931
3049
  */
2932
3050
  export interface AwsCodeBuildProjectLogsConfigDetails {
@@ -2940,6 +3058,7 @@ export interface AwsCodeBuildProjectLogsConfigDetails {
2940
3058
  S3Logs?: AwsCodeBuildProjectLogsConfigS3LogsDetails;
2941
3059
  }
2942
3060
  /**
3061
+ * @public
2943
3062
  * <p>Information about the build input source code for this build project.</p>
2944
3063
  */
2945
3064
  export interface AwsCodeBuildProjectSource {
@@ -3030,6 +3149,7 @@ export interface AwsCodeBuildProjectSource {
3030
3149
  InsecureSsl?: boolean;
3031
3150
  }
3032
3151
  /**
3152
+ * @public
3033
3153
  * <p>Information about the VPC configuration that CodeBuild accesses.</p>
3034
3154
  */
3035
3155
  export interface AwsCodeBuildProjectVpcConfig {
@@ -3047,6 +3167,7 @@ export interface AwsCodeBuildProjectVpcConfig {
3047
3167
  SecurityGroupIds?: string[];
3048
3168
  }
3049
3169
  /**
3170
+ * @public
3050
3171
  * <p>Information about an CodeBuild project.</p>
3051
3172
  */
3052
3173
  export interface AwsCodeBuildProjectDetails {
@@ -3092,6 +3213,7 @@ export interface AwsCodeBuildProjectDetails {
3092
3213
  SecondaryArtifacts?: AwsCodeBuildProjectArtifactsDetails[];
3093
3214
  }
3094
3215
  /**
3216
+ * @public
3095
3217
  * <p>Contains a definition of an attribute for the table.</p>
3096
3218
  */
3097
3219
  export interface AwsDynamoDbTableAttributeDefinition {
@@ -3105,6 +3227,7 @@ export interface AwsDynamoDbTableAttributeDefinition {
3105
3227
  AttributeType?: string;
3106
3228
  }
3107
3229
  /**
3230
+ * @public
3108
3231
  * <p>Provides information about the billing for read/write capacity on the table.</p>
3109
3232
  */
3110
3233
  export interface AwsDynamoDbTableBillingModeSummary {
@@ -3122,6 +3245,7 @@ export interface AwsDynamoDbTableBillingModeSummary {
3122
3245
  LastUpdateToPayPerRequestDateTime?: string;
3123
3246
  }
3124
3247
  /**
3248
+ * @public
3125
3249
  * <p>A component of the key schema for the DynamoDB table, a global secondary index, or a
3126
3250
  * local secondary index.</p>
3127
3251
  */
@@ -3136,6 +3260,7 @@ export interface AwsDynamoDbTableKeySchema {
3136
3260
  KeyType?: string;
3137
3261
  }
3138
3262
  /**
3263
+ * @public
3139
3264
  * <p>For global and local secondary indexes, identifies the attributes that are copied from
3140
3265
  * the table into the index.</p>
3141
3266
  */
@@ -3168,6 +3293,7 @@ export interface AwsDynamoDbTableProjection {
3168
3293
  ProjectionType?: string;
3169
3294
  }
3170
3295
  /**
3296
+ * @public
3171
3297
  * <p>Information about the provisioned throughput for the table or for a global secondary
3172
3298
  * index.</p>
3173
3299
  */
@@ -3203,6 +3329,7 @@ export interface AwsDynamoDbTableProvisionedThroughput {
3203
3329
  WriteCapacityUnits?: number;
3204
3330
  }
3205
3331
  /**
3332
+ * @public
3206
3333
  * <p>Information abut a global secondary index for the table.</p>
3207
3334
  */
3208
3335
  export interface AwsDynamoDbTableGlobalSecondaryIndex {
@@ -3266,6 +3393,7 @@ export interface AwsDynamoDbTableGlobalSecondaryIndex {
3266
3393
  ProvisionedThroughput?: AwsDynamoDbTableProvisionedThroughput;
3267
3394
  }
3268
3395
  /**
3396
+ * @public
3269
3397
  * <p>Information about a local secondary index for a DynamoDB table.</p>
3270
3398
  */
3271
3399
  export interface AwsDynamoDbTableLocalSecondaryIndex {
@@ -3288,6 +3416,7 @@ export interface AwsDynamoDbTableLocalSecondaryIndex {
3288
3416
  Projection?: AwsDynamoDbTableProjection;
3289
3417
  }
3290
3418
  /**
3419
+ * @public
3291
3420
  * <p>Replica-specific configuration for the provisioned throughput.</p>
3292
3421
  */
3293
3422
  export interface AwsDynamoDbTableProvisionedThroughputOverride {
@@ -3297,6 +3426,7 @@ export interface AwsDynamoDbTableProvisionedThroughputOverride {
3297
3426
  ReadCapacityUnits?: number;
3298
3427
  }
3299
3428
  /**
3429
+ * @public
3300
3430
  * <p>Information about a global secondary index for a DynamoDB table replica.</p>
3301
3431
  */
3302
3432
  export interface AwsDynamoDbTableReplicaGlobalSecondaryIndex {
@@ -3310,6 +3440,7 @@ export interface AwsDynamoDbTableReplicaGlobalSecondaryIndex {
3310
3440
  ProvisionedThroughputOverride?: AwsDynamoDbTableProvisionedThroughputOverride;
3311
3441
  }
3312
3442
  /**
3443
+ * @public
3313
3444
  * <p>Information about a replica of a DynamoDB table.</p>
3314
3445
  */
3315
3446
  export interface AwsDynamoDbTableReplica {
@@ -3367,6 +3498,7 @@ export interface AwsDynamoDbTableReplica {
3367
3498
  ReplicaStatusDescription?: string;
3368
3499
  }
3369
3500
  /**
3501
+ * @public
3370
3502
  * <p>Information about the restore for the table.</p>
3371
3503
  */
3372
3504
  export interface AwsDynamoDbTableRestoreSummary {
@@ -3391,6 +3523,7 @@ export interface AwsDynamoDbTableRestoreSummary {
3391
3523
  RestoreInProgress?: boolean;
3392
3524
  }
3393
3525
  /**
3526
+ * @public
3394
3527
  * <p>Information about the server-side encryption for the table.</p>
3395
3528
  */
3396
3529
  export interface AwsDynamoDbTableSseDescription {
@@ -3417,6 +3550,7 @@ export interface AwsDynamoDbTableSseDescription {
3417
3550
  KmsMasterKeyArn?: string;
3418
3551
  }
3419
3552
  /**
3553
+ * @public
3420
3554
  * <p>The current DynamoDB Streams configuration for the table.</p>
3421
3555
  */
3422
3556
  export interface AwsDynamoDbTableStreamSpecification {
@@ -3430,6 +3564,7 @@ export interface AwsDynamoDbTableStreamSpecification {
3430
3564
  StreamViewType?: string;
3431
3565
  }
3432
3566
  /**
3567
+ * @public
3433
3568
  * <p>Provides details about a DynamoDB table.</p>
3434
3569
  */
3435
3570
  export interface AwsDynamoDbTableDetails {
@@ -3551,6 +3686,7 @@ export interface AwsDynamoDbTableDetails {
3551
3686
  TableStatus?: string;
3552
3687
  }
3553
3688
  /**
3689
+ * @public
3554
3690
  * <p>Information about an Elastic IP address.</p>
3555
3691
  */
3556
3692
  export interface AwsEc2EipDetails {
@@ -3601,6 +3737,7 @@ export interface AwsEc2EipDetails {
3601
3737
  PrivateIpAddress?: string;
3602
3738
  }
3603
3739
  /**
3740
+ * @public
3604
3741
  * <p>Metadata options that allow you to configure and secure the Amazon EC2 instance.</p>
3605
3742
  */
3606
3743
  export interface AwsEc2InstanceMetadataOptions {
@@ -3632,6 +3769,7 @@ export interface AwsEc2InstanceMetadataOptions {
3632
3769
  InstanceMetadataTags?: string;
3633
3770
  }
3634
3771
  /**
3772
+ * @public
3635
3773
  * <p>Identifies a network interface for the Amazon EC2 instance.</p>
3636
3774
  */
3637
3775
  export interface AwsEc2InstanceNetworkInterfacesDetails {
@@ -3641,6 +3779,7 @@ export interface AwsEc2InstanceNetworkInterfacesDetails {
3641
3779
  NetworkInterfaceId?: string;
3642
3780
  }
3643
3781
  /**
3782
+ * @public
3644
3783
  * <p>The details of an Amazon EC2 instance.</p>
3645
3784
  */
3646
3785
  export interface AwsEc2InstanceDetails {
@@ -3699,6 +3838,7 @@ export interface AwsEc2InstanceDetails {
3699
3838
  MetadataOptions?: AwsEc2InstanceMetadataOptions;
3700
3839
  }
3701
3840
  /**
3841
+ * @public
3702
3842
  * <p>
3703
3843
  * Parameters for a block device for an Amazon Elastic Block Store (Amazon EBS) volume in an Amazon EC2 launch template.
3704
3844
  * </p>
@@ -3757,6 +3897,7 @@ export interface AwsEc2LaunchTemplateDataBlockDeviceMappingSetEbsDetails {
3757
3897
  VolumeType?: string;
3758
3898
  }
3759
3899
  /**
3900
+ * @public
3760
3901
  * <p>
3761
3902
  * Information about a block device mapping for an Amazon Elastic Compute Cloud (Amazon EC2) launch template.
3762
3903
  * </p>
@@ -3792,6 +3933,7 @@ export interface AwsEc2LaunchTemplateDataBlockDeviceMappingSetDetails {
3792
3933
  VirtualName?: string;
3793
3934
  }
3794
3935
  /**
3936
+ * @public
3795
3937
  * <p>
3796
3938
  * Information about the target Capacity Reservation or Capacity Reservation group in which to run an Amazon EC2 instance.
3797
3939
  * </p>
@@ -3811,6 +3953,7 @@ export interface AwsEc2LaunchTemplateDataCapacityReservationSpecificationCapacit
3811
3953
  CapacityReservationResourceGroupArn?: string;
3812
3954
  }
3813
3955
  /**
3956
+ * @public
3814
3957
  * <p>
3815
3958
  * Specifies the Capacity Reservation targeting option of an Amazon EC2 instance.
3816
3959
  * </p>
@@ -3831,6 +3974,7 @@ export interface AwsEc2LaunchTemplateDataCapacityReservationSpecificationDetails
3831
3974
  CapacityReservationTarget?: AwsEc2LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetDetails;
3832
3975
  }
3833
3976
  /**
3977
+ * @public
3834
3978
  * <p>
3835
3979
  * Specifies the CPU options for an Amazon EC2 instance. For more information, see
3836
3980
  * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html">Optimize CPU options</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.
@@ -3852,6 +3996,7 @@ export interface AwsEc2LaunchTemplateDataCpuOptionsDetails {
3852
3996
  ThreadsPerCore?: number;
3853
3997
  }
3854
3998
  /**
3999
+ * @public
3855
4000
  * <p>
3856
4001
  * Specifies the credit option for CPU usage of a T2, T3, or T3a Amazon EC2 instance.
3857
4002
  * </p>
@@ -3865,6 +4010,7 @@ export interface AwsEc2LaunchTemplateDataCreditSpecificationDetails {
3865
4010
  CpuCredits?: string;
3866
4011
  }
3867
4012
  /**
4013
+ * @public
3868
4014
  * <p>
3869
4015
  * Provides details about an Elastic Graphics specification for an Amazon EC2 launch template.
3870
4016
  * </p>
@@ -3878,6 +4024,7 @@ export interface AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails {
3878
4024
  Type?: string;
3879
4025
  }
3880
4026
  /**
4027
+ * @public
3881
4028
  * <p>
3882
4029
  * Provides details for an Amazon Elastic Inference accelerator.
3883
4030
  * </p>
@@ -3897,6 +4044,7 @@ export interface AwsEc2LaunchTemplateDataElasticInferenceAcceleratorSetDetails {
3897
4044
  Type?: string;
3898
4045
  }
3899
4046
  /**
4047
+ * @public
3900
4048
  * <p>
3901
4049
  * Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
3902
4050
  * </p>
@@ -3910,6 +4058,7 @@ export interface AwsEc2LaunchTemplateDataEnclaveOptionsDetails {
3910
4058
  Enabled?: boolean;
3911
4059
  }
3912
4060
  /**
4061
+ * @public
3913
4062
  * <p>
3914
4063
  * Specifies whether your Amazon EC2 instance is configured for hibernation.
3915
4064
  * </p>
@@ -3923,6 +4072,7 @@ export interface AwsEc2LaunchTemplateDataHibernationOptionsDetails {
3923
4072
  Configured?: boolean;
3924
4073
  }
3925
4074
  /**
4075
+ * @public
3926
4076
  * <p>
3927
4077
  * Provides details for an Identity and Access Management (IAM) instance profile, which is a container for an IAM role for your instance.
3928
4078
  * </p>
@@ -3942,6 +4092,7 @@ export interface AwsEc2LaunchTemplateDataIamInstanceProfileDetails {
3942
4092
  Name?: string;
3943
4093
  }
3944
4094
  /**
4095
+ * @public
3945
4096
  * <p>
3946
4097
  * Provides details about the market (purchasing) options for Spot Instances.
3947
4098
  * </p>
@@ -3979,6 +4130,7 @@ export interface AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails
3979
4130
  ValidUntil?: string;
3980
4131
  }
3981
4132
  /**
4133
+ * @public
3982
4134
  * <p>
3983
4135
  * Provides details about the market (purchasing) option for an Amazon EC2 instance.
3984
4136
  * </p>
@@ -3998,6 +4150,7 @@ export interface AwsEc2LaunchTemplateDataInstanceMarketOptionsDetails {
3998
4150
  SpotOptions?: AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails;
3999
4151
  }
4000
4152
  /**
4153
+ * @public
4001
4154
  * <p>
4002
4155
  * The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an Amazon EC2 instance.
4003
4156
  * </p>
@@ -4017,6 +4170,7 @@ export interface AwsEc2LaunchTemplateDataInstanceRequirementsAcceleratorCountDet
4017
4170
  Min?: number;
4018
4171
  }
4019
4172
  /**
4173
+ * @public
4020
4174
  * <p>
4021
4175
  * The minimum and maximum amount of memory, in MiB, for the accelerators on an Amazon EC2 instance.
4022
4176
  * </p>
@@ -4036,6 +4190,7 @@ export interface AwsEc2LaunchTemplateDataInstanceRequirementsAcceleratorTotalMem
4036
4190
  Min?: number;
4037
4191
  }
4038
4192
  /**
4193
+ * @public
4039
4194
  * <p>
4040
4195
  * The minimum and maximum baseline bandwidth to Amazon Elastic Block Store (Amazon EBS), in Mbps. For more information,
4041
4196
  * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon EBS–optimized instances </a> in the <i>Amazon EC2 User Guide</i>.
@@ -4056,6 +4211,7 @@ export interface AwsEc2LaunchTemplateDataInstanceRequirementsBaselineEbsBandwidt
4056
4211
  Min?: number;
4057
4212
  }
4058
4213
  /**
4214
+ * @public
4059
4215
  * <p>
4060
4216
  * The minimum and maximum amount of memory per vCPU, in GiB.
4061
4217
  * </p>
@@ -4075,6 +4231,7 @@ export interface AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDet
4075
4231
  Min?: number;
4076
4232
  }
4077
4233
  /**
4234
+ * @public
4078
4235
  * <p>
4079
4236
  * The minimum and maximum amount of memory, in MiB, for an Amazon EC2 instance.
4080
4237
  * </p>
@@ -4094,6 +4251,7 @@ export interface AwsEc2LaunchTemplateDataInstanceRequirementsMemoryMiBDetails {
4094
4251
  Min?: number;
4095
4252
  }
4096
4253
  /**
4254
+ * @public
4097
4255
  * <p>
4098
4256
  * The minimum and maximum number of network interfaces to be attached to an Amazon EC2 instance.
4099
4257
  * </p>
@@ -4113,6 +4271,7 @@ export interface AwsEc2LaunchTemplateDataInstanceRequirementsNetworkInterfaceCou
4113
4271
  Min?: number;
4114
4272
  }
4115
4273
  /**
4274
+ * @public
4116
4275
  * <p>
4117
4276
  * The minimum and maximum amount of total local storage, in GB, that an Amazon EC2 instance uses.
4118
4277
  * </p>
@@ -4132,6 +4291,7 @@ export interface AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGB
4132
4291
  Min?: number;
4133
4292
  }
4134
4293
  /**
4294
+ * @public
4135
4295
  * <p>
4136
4296
  * The minimum and maximum number of vCPUs for an Amazon EC2 instance.
4137
4297
  * </p>
@@ -4151,6 +4311,7 @@ export interface AwsEc2LaunchTemplateDataInstanceRequirementsVCpuCountDetails {
4151
4311
  Min?: number;
4152
4312
  }
4153
4313
  /**
4314
+ * @public
4154
4315
  * <p>
4155
4316
  * The attributes for the Amazon EC2 instance types.
4156
4317
  * </p>
@@ -4288,6 +4449,7 @@ export interface AwsEc2LaunchTemplateDataInstanceRequirementsDetails {
4288
4449
  VCpuCount?: AwsEc2LaunchTemplateDataInstanceRequirementsVCpuCountDetails;
4289
4450
  }
4290
4451
  /**
4452
+ * @public
4291
4453
  * <p>
4292
4454
  * Provides details about the license configuration for an Amazon EC2 instance.
4293
4455
  * </p>
@@ -4301,6 +4463,7 @@ export interface AwsEc2LaunchTemplateDataLicenseSetDetails {
4301
4463
  LicenseConfigurationArn?: string;
4302
4464
  }
4303
4465
  /**
4466
+ * @public
4304
4467
  * <p>
4305
4468
  * The maintenance options of an Amazon EC2 instance.
4306
4469
  * </p>
@@ -4314,6 +4477,7 @@ export interface AwsEc2LaunchTemplateDataMaintenanceOptionsDetails {
4314
4477
  AutoRecovery?: string;
4315
4478
  }
4316
4479
  /**
4480
+ * @public
4317
4481
  * <p>
4318
4482
  * Specifies the metadata options for an Amazon EC2 instance.
4319
4483
  * </p>
@@ -4353,6 +4517,7 @@ export interface AwsEc2LaunchTemplateDataMetadataOptionsDetails {
4353
4517
  InstanceMetadataTags?: string;
4354
4518
  }
4355
4519
  /**
4520
+ * @public
4356
4521
  * <p>
4357
4522
  * The monitoring for an Amazon EC2 instance.
4358
4523
  * </p>
@@ -4368,6 +4533,7 @@ export interface AwsEc2LaunchTemplateDataMonitoringDetails {
4368
4533
  Enabled?: boolean;
4369
4534
  }
4370
4535
  /**
4536
+ * @public
4371
4537
  * <p>
4372
4538
  * Provides details on one or more IPv4 prefixes for a network interface.
4373
4539
  * </p>
@@ -4381,6 +4547,7 @@ export interface AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv4PrefixesDetails
4381
4547
  Ipv4Prefix?: string;
4382
4548
  }
4383
4549
  /**
4550
+ * @public
4384
4551
  * <p>
4385
4552
  * Specifies an IPv6 address in an Amazon EC2 launch template.
4386
4553
  * </p>
@@ -4394,6 +4561,7 @@ export interface AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
4394
4561
  Ipv6Address?: string;
4395
4562
  }
4396
4563
  /**
4564
+ * @public
4397
4565
  * <p>
4398
4566
  * Provides details on one or more IPv6 prefixes to be assigned to the network interface.
4399
4567
  * </p>
@@ -4407,6 +4575,7 @@ export interface AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6PrefixesDetails
4407
4575
  Ipv6Prefix?: string;
4408
4576
  }
4409
4577
  /**
4578
+ * @public
4410
4579
  * <p>
4411
4580
  * One or more private IPv4 addresses.
4412
4581
  * </p>
@@ -4426,6 +4595,7 @@ export interface AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDe
4426
4595
  PrivateIpAddress?: string;
4427
4596
  }
4428
4597
  /**
4598
+ * @public
4429
4599
  * <p>
4430
4600
  * One or more network interfaces to attach to an Amazon EC2 instance. If you specify a network interface, you must specify
4431
4601
  * security groups and subnets as part of the network interface.
@@ -4560,6 +4730,7 @@ export interface AwsEc2LaunchTemplateDataNetworkInterfaceSetDetails {
4560
4730
  SubnetId?: string;
4561
4731
  }
4562
4732
  /**
4733
+ * @public
4563
4734
  * <p>
4564
4735
  * Provides details about the placement of an Amazon EC2 instance.
4565
4736
  * </p>
@@ -4615,6 +4786,7 @@ export interface AwsEc2LaunchTemplateDataPlacementDetails {
4615
4786
  Tenancy?: string;
4616
4787
  }
4617
4788
  /**
4789
+ * @public
4618
4790
  * <p>
4619
4791
  * Describes the options for Amazon EC2 instance hostnames.
4620
4792
  * </p>
@@ -4640,6 +4812,7 @@ export interface AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails {
4640
4812
  HostnameType?: string;
4641
4813
  }
4642
4814
  /**
4815
+ * @public
4643
4816
  * <p>
4644
4817
  * The information to include in an Amazon Elastic Compute Cloud (Amazon EC2) launch template.
4645
4818
  * </p>
@@ -4832,6 +5005,7 @@ export interface AwsEc2LaunchTemplateDataDetails {
4832
5005
  UserData?: string;
4833
5006
  }
4834
5007
  /**
5008
+ * @public
4835
5009
  * <p>
4836
5010
  * Specifies the properties for creating an Amazon Elastic Compute Cloud (Amazon EC2) launch template.
4837
5011
  * </p>
@@ -4869,6 +5043,7 @@ export interface AwsEc2LaunchTemplateDetails {
4869
5043
  LatestVersionNumber?: number;
4870
5044
  }
4871
5045
  /**
5046
+ * @public
4872
5047
  * <p>An association between the network ACL and a subnet.</p>
4873
5048
  */
4874
5049
  export interface AwsEc2NetworkAclAssociation {
@@ -4886,6 +5061,7 @@ export interface AwsEc2NetworkAclAssociation {
4886
5061
  SubnetId?: string;
4887
5062
  }
4888
5063
  /**
5064
+ * @public
4889
5065
  * <p>An Internet Control Message Protocol (ICMP) type and code.</p>
4890
5066
  */
4891
5067
  export interface IcmpTypeCode {
@@ -4901,6 +5077,7 @@ export interface IcmpTypeCode {
4901
5077
  Type?: number;
4902
5078
  }
4903
5079
  /**
5080
+ * @public
4904
5081
  * <p>A range of ports.</p>
4905
5082
  */
4906
5083
  export interface PortRangeFromTo {
@@ -4914,6 +5091,7 @@ export interface PortRangeFromTo {
4914
5091
  To?: number;
4915
5092
  }
4916
5093
  /**
5094
+ * @public
4917
5095
  * <p>A rule for the network ACL. Each rule allows or denies access based on the IP address, traffic direction, port, and protocol.</p>
4918
5096
  */
4919
5097
  export interface AwsEc2NetworkAclEntry {
@@ -4952,6 +5130,7 @@ export interface AwsEc2NetworkAclEntry {
4952
5130
  RuleNumber?: number;
4953
5131
  }
4954
5132
  /**
5133
+ * @public
4955
5134
  * <p>Contains details about an Amazon EC2 network access control list (ACL).</p>
4956
5135
  */
4957
5136
  export interface AwsEc2NetworkAclDetails {
@@ -4981,6 +5160,7 @@ export interface AwsEc2NetworkAclDetails {
4981
5160
  Entries?: AwsEc2NetworkAclEntry[];
4982
5161
  }
4983
5162
  /**
5163
+ * @public
4984
5164
  * <p>Information about the network interface attachment.</p>
4985
5165
  */
4986
5166
  export interface AwsEc2NetworkInterfaceAttachment {
@@ -5021,6 +5201,7 @@ export interface AwsEc2NetworkInterfaceAttachment {
5021
5201
  Status?: string;
5022
5202
  }
5023
5203
  /**
5204
+ * @public
5024
5205
  * <p>Provides information about an IPV6 address that is associated with the network
5025
5206
  * interface.</p>
5026
5207
  */
@@ -5031,6 +5212,7 @@ export interface AwsEc2NetworkInterfaceIpV6AddressDetail {
5031
5212
  IpV6Address?: string;
5032
5213
  }
5033
5214
  /**
5215
+ * @public
5034
5216
  * <p>Provides information about a private IPv4 address that is with the network
5035
5217
  * interface.</p>
5036
5218
  */
@@ -5045,6 +5227,7 @@ export interface AwsEc2NetworkInterfacePrivateIpAddressDetail {
5045
5227
  PrivateDnsName?: string;
5046
5228
  }
5047
5229
  /**
5230
+ * @public
5048
5231
  * <p>A security group associated with the network interface.</p>
5049
5232
  */
5050
5233
  export interface AwsEc2NetworkInterfaceSecurityGroup {
@@ -5058,6 +5241,7 @@ export interface AwsEc2NetworkInterfaceSecurityGroup {
5058
5241
  GroupId?: string;
5059
5242
  }
5060
5243
  /**
5244
+ * @public
5061
5245
  * <p>Details about the network interface</p>
5062
5246
  */
5063
5247
  export interface AwsEc2NetworkInterfaceDetails {
@@ -5095,6 +5279,7 @@ export interface AwsEc2NetworkInterfaceDetails {
5095
5279
  PublicIp?: string;
5096
5280
  }
5097
5281
  /**
5282
+ * @public
5098
5283
  * <p>A range of IPv4 addresses.</p>
5099
5284
  */
5100
5285
  export interface AwsEc2SecurityGroupIpRange {
@@ -5105,6 +5290,7 @@ export interface AwsEc2SecurityGroupIpRange {
5105
5290
  CidrIp?: string;
5106
5291
  }
5107
5292
  /**
5293
+ * @public
5108
5294
  * <p>A range of IPv6 addresses.</p>
5109
5295
  */
5110
5296
  export interface AwsEc2SecurityGroupIpv6Range {
@@ -5115,6 +5301,7 @@ export interface AwsEc2SecurityGroupIpv6Range {
5115
5301
  CidrIpv6?: string;
5116
5302
  }
5117
5303
  /**
5304
+ * @public
5118
5305
  * <p>A prefix list ID.</p>
5119
5306
  */
5120
5307
  export interface AwsEc2SecurityGroupPrefixListId {
@@ -5124,6 +5311,7 @@ export interface AwsEc2SecurityGroupPrefixListId {
5124
5311
  PrefixListId?: string;
5125
5312
  }
5126
5313
  /**
5314
+ * @public
5127
5315
  * <p>A relationship between a security group and a user.</p>
5128
5316
  */
5129
5317
  export interface AwsEc2SecurityGroupUserIdGroupPair {
@@ -5158,6 +5346,7 @@ export interface AwsEc2SecurityGroupUserIdGroupPair {
5158
5346
  VpcPeeringConnectionId?: string;
5159
5347
  }
5160
5348
  /**
5349
+ * @public
5161
5350
  * <p>An IP permission for an EC2 security group.</p>
5162
5351
  */
5163
5352
  export interface AwsEc2SecurityGroupIpPermission {
@@ -5208,6 +5397,7 @@ export interface AwsEc2SecurityGroupIpPermission {
5208
5397
  PrefixListIds?: AwsEc2SecurityGroupPrefixListId[];
5209
5398
  }
5210
5399
  /**
5400
+ * @public
5211
5401
  * <p>Details about an Amazon EC2 security group.</p>
5212
5402
  */
5213
5403
  export interface AwsEc2SecurityGroupDetails {
@@ -5237,6 +5427,7 @@ export interface AwsEc2SecurityGroupDetails {
5237
5427
  IpPermissionsEgress?: AwsEc2SecurityGroupIpPermission[];
5238
5428
  }
5239
5429
  /**
5430
+ * @public
5240
5431
  * <p>An IPV6 CIDR block association.</p>
5241
5432
  */
5242
5433
  export interface Ipv6CidrBlockAssociation {
@@ -5286,6 +5477,7 @@ export interface Ipv6CidrBlockAssociation {
5286
5477
  CidrBlockState?: string;
5287
5478
  }
5288
5479
  /**
5480
+ * @public
5289
5481
  * <p>Contains information about a subnet in Amazon EC2.</p>
5290
5482
  */
5291
5483
  export interface AwsEc2SubnetDetails {
@@ -5343,6 +5535,7 @@ export interface AwsEc2SubnetDetails {
5343
5535
  Ipv6CidrBlockAssociationSet?: Ipv6CidrBlockAssociation[];
5344
5536
  }
5345
5537
  /**
5538
+ * @public
5346
5539
  * <p>Information about an Amazon Web Services Amazon EC2 Transit Gateway that interconnects
5347
5540
  * virtual private clouds (VPCs) and on-premises networks.
5348
5541
  * </p>
@@ -5410,6 +5603,7 @@ export interface AwsEc2TransitGatewayDetails {
5410
5603
  AmazonSideAsn?: number;
5411
5604
  }
5412
5605
  /**
5606
+ * @public
5413
5607
  * <p>An attachment to an Amazon EC2 volume.</p>
5414
5608
  */
5415
5609
  export interface AwsEc2VolumeAttachment {
@@ -5458,6 +5652,7 @@ export interface AwsEc2VolumeAttachment {
5458
5652
  Status?: string;
5459
5653
  }
5460
5654
  /**
5655
+ * @public
5461
5656
  * <p>Details about an EC2 volume.</p>
5462
5657
  */
5463
5658
  export interface AwsEc2VolumeDetails {
@@ -5547,6 +5742,7 @@ export interface AwsEc2VolumeDetails {
5547
5742
  VolumeScanStatus?: string;
5548
5743
  }
5549
5744
  /**
5745
+ * @public
5550
5746
  * <p>An IPv4 CIDR block association.</p>
5551
5747
  */
5552
5748
  export interface CidrBlockAssociation {
@@ -5564,6 +5760,7 @@ export interface CidrBlockAssociation {
5564
5760
  CidrBlockState?: string;
5565
5761
  }
5566
5762
  /**
5763
+ * @public
5567
5764
  * <p>Details about an EC2 VPC.</p>
5568
5765
  */
5569
5766
  export interface AwsEc2VpcDetails {
@@ -5587,6 +5784,7 @@ export interface AwsEc2VpcDetails {
5587
5784
  State?: string;
5588
5785
  }
5589
5786
  /**
5787
+ * @public
5590
5788
  * <p>The service type information for a VPC endpoint service.</p>
5591
5789
  */
5592
5790
  export interface AwsEc2VpcEndpointServiceServiceTypeDetails {
@@ -5596,6 +5794,7 @@ export interface AwsEc2VpcEndpointServiceServiceTypeDetails {
5596
5794
  ServiceType?: string;
5597
5795
  }
5598
5796
  /**
5797
+ * @public
5599
5798
  * <p>Contains details about the service configuration for a VPC endpoint service.</p>
5600
5799
  */
5601
5800
  export interface AwsEc2VpcEndpointServiceDetails {
@@ -5672,6 +5871,7 @@ export interface AwsEc2VpcEndpointServiceDetails {
5672
5871
  ServiceType?: AwsEc2VpcEndpointServiceServiceTypeDetails[];
5673
5872
  }
5674
5873
  /**
5874
+ * @public
5675
5875
  * <p>Provides details about the IPv4 CIDR blocks for the VPC.
5676
5876
  * </p>
5677
5877
  */
@@ -5683,6 +5883,7 @@ export interface VpcInfoCidrBlockSetDetails {
5683
5883
  CidrBlock?: string;
5684
5884
  }
5685
5885
  /**
5886
+ * @public
5686
5887
  * <p>Provides details about the IPv6 CIDR blocks for the VPC.
5687
5888
  * </p>
5688
5889
  */
@@ -5694,6 +5895,7 @@ export interface VpcInfoIpv6CidrBlockSetDetails {
5694
5895
  Ipv6CidrBlock?: string;
5695
5896
  }
5696
5897
  /**
5898
+ * @public
5697
5899
  * <p>Provides information about the VPC peering connection options for the accepter or requester VPC.
5698
5900
  * </p>
5699
5901
  */
@@ -5715,6 +5917,7 @@ export interface VpcInfoPeeringOptionsDetails {
5715
5917
  AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
5716
5918
  }
5717
5919
  /**
5920
+ * @public
5718
5921
  * <p>Describes a VPC in a VPC peering connection.
5719
5922
  * </p>
5720
5923
  */
@@ -5756,6 +5959,7 @@ export interface AwsEc2VpcPeeringConnectionVpcInfoDetails {
5756
5959
  VpcId?: string;
5757
5960
  }
5758
5961
  /**
5962
+ * @public
5759
5963
  * <p>Details about the status of the VPC peering connection.
5760
5964
  * </p>
5761
5965
  */
@@ -5772,6 +5976,7 @@ export interface AwsEc2VpcPeeringConnectionStatusDetails {
5772
5976
  Message?: string;
5773
5977
  }
5774
5978
  /**
5979
+ * @public
5775
5980
  * <p>Provides information about a VPC peering connection between two VPCs: a requester VPC that you own and an
5776
5981
  * accepter VPC with which to create the connection.
5777
5982
  * </p>
@@ -5804,6 +6009,7 @@ export interface AwsEc2VpcPeeringConnectionDetails {
5804
6009
  VpcPeeringConnectionId?: string;
5805
6010
  }
5806
6011
  /**
6012
+ * @public
5807
6013
  * <p>The VPN tunnel options.</p>
5808
6014
  */
5809
6015
  export interface AwsEc2VpnConnectionOptionsTunnelOptionsDetails {
@@ -5882,6 +6088,7 @@ export interface AwsEc2VpnConnectionOptionsTunnelOptionsDetails {
5882
6088
  TunnelInsideCidr?: string;
5883
6089
  }
5884
6090
  /**
6091
+ * @public
5885
6092
  * <p>VPN connection options.</p>
5886
6093
  */
5887
6094
  export interface AwsEc2VpnConnectionOptionsDetails {
@@ -5895,6 +6102,7 @@ export interface AwsEc2VpnConnectionOptionsDetails {
5895
6102
  TunnelOptions?: AwsEc2VpnConnectionOptionsTunnelOptionsDetails[];
5896
6103
  }
5897
6104
  /**
6105
+ * @public
5898
6106
  * <p>A static routes associated with
5899
6107
  * the VPN connection.</p>
5900
6108
  */
@@ -5909,6 +6117,7 @@ export interface AwsEc2VpnConnectionRoutesDetails {
5909
6117
  State?: string;
5910
6118
  }
5911
6119
  /**
6120
+ * @public
5912
6121
  * <p>Information about the VPN tunnel.</p>
5913
6122
  */
5914
6123
  export interface AwsEc2VpnConnectionVgwTelemetryDetails {
@@ -5942,6 +6151,7 @@ export interface AwsEc2VpnConnectionVgwTelemetryDetails {
5942
6151
  StatusMessage?: string;
5943
6152
  }
5944
6153
  /**
6154
+ * @public
5945
6155
  * <p>Details about an Amazon EC2 VPN
5946
6156
  * connection.</p>
5947
6157
  */
@@ -6017,6 +6227,7 @@ export interface AwsEc2VpnConnectionDetails {
6017
6227
  TransitGatewayId?: string;
6018
6228
  }
6019
6229
  /**
6230
+ * @public
6020
6231
  * <p>Information about an Amazon ECR image.</p>
6021
6232
  */
6022
6233
  export interface AwsEcrContainerImageDetails {
@@ -6067,6 +6278,7 @@ export interface AwsEcrContainerImageDetails {
6067
6278
  ImagePublishedAt?: string;
6068
6279
  }
6069
6280
  /**
6281
+ * @public
6070
6282
  * <p>The image scanning configuration for a repository.</p>
6071
6283
  */
6072
6284
  export interface AwsEcrRepositoryImageScanningConfigurationDetails {
@@ -6076,6 +6288,7 @@ export interface AwsEcrRepositoryImageScanningConfigurationDetails {
6076
6288
  ScanOnPush?: boolean;
6077
6289
  }
6078
6290
  /**
6291
+ * @public
6079
6292
  * <p>Information about the lifecycle policy for the repository.</p>
6080
6293
  */
6081
6294
  export interface AwsEcrRepositoryLifecyclePolicyDetails {
@@ -6089,6 +6302,7 @@ export interface AwsEcrRepositoryLifecyclePolicyDetails {
6089
6302
  RegistryId?: string;
6090
6303
  }
6091
6304
  /**
6305
+ * @public
6092
6306
  * <p>Provides information about an Amazon Elastic Container Registry repository.</p>
6093
6307
  */
6094
6308
  export interface AwsEcrRepositoryDetails {
@@ -6118,6 +6332,7 @@ export interface AwsEcrRepositoryDetails {
6118
6332
  RepositoryPolicyText?: string;
6119
6333
  }
6120
6334
  /**
6335
+ * @public
6121
6336
  * <p>Indicates whether to enable CloudWatch Container Insights for the ECS cluster.</p>
6122
6337
  */
6123
6338
  export interface AwsEcsClusterClusterSettingsDetails {
@@ -6131,6 +6346,7 @@ export interface AwsEcsClusterClusterSettingsDetails {
6131
6346
  Value?: string;
6132
6347
  }
6133
6348
  /**
6349
+ * @public
6134
6350
  * <p>The log configuration for the results of the run command actions.</p>
6135
6351
  */
6136
6352
  export interface AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails {
@@ -6156,6 +6372,7 @@ export interface AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigu
6156
6372
  S3KeyPrefix?: string;
6157
6373
  }
6158
6374
  /**
6375
+ * @public
6159
6376
  * <p>Contains the run command configuration for the cluster.</p>
6160
6377
  */
6161
6378
  export interface AwsEcsClusterConfigurationExecuteCommandConfigurationDetails {
@@ -6173,6 +6390,7 @@ export interface AwsEcsClusterConfigurationExecuteCommandConfigurationDetails {
6173
6390
  Logging?: string;
6174
6391
  }
6175
6392
  /**
6393
+ * @public
6176
6394
  * <p>The run command configuration for the cluster.</p>
6177
6395
  */
6178
6396
  export interface AwsEcsClusterConfigurationDetails {
@@ -6182,6 +6400,7 @@ export interface AwsEcsClusterConfigurationDetails {
6182
6400
  ExecuteCommandConfiguration?: AwsEcsClusterConfigurationExecuteCommandConfigurationDetails;
6183
6401
  }
6184
6402
  /**
6403
+ * @public
6185
6404
  * <p>The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.</p>
6186
6405
  */
6187
6406
  export interface AwsEcsClusterDefaultCapacityProviderStrategyDetails {
@@ -6199,6 +6418,7 @@ export interface AwsEcsClusterDefaultCapacityProviderStrategyDetails {
6199
6418
  Weight?: number;
6200
6419
  }
6201
6420
  /**
6421
+ * @public
6202
6422
  * <p>Provides details about an Amazon ECS cluster.</p>
6203
6423
  */
6204
6424
  export interface AwsEcsClusterDetails {
@@ -6252,6 +6472,7 @@ export interface AwsEcsClusterDetails {
6252
6472
  Status?: string;
6253
6473
  }
6254
6474
  /**
6475
+ * @public
6255
6476
  * <p>Details for a volume mount point that's used in a container definition.
6256
6477
  * </p>
6257
6478
  */
@@ -6269,6 +6490,7 @@ export interface AwsMountPoint {
6269
6490
  ContainerPath?: string;
6270
6491
  }
6271
6492
  /**
6493
+ * @public
6272
6494
  * <p>Provides information about an Amazon ECS container.
6273
6495
  * </p>
6274
6496
  */
@@ -6296,6 +6518,7 @@ export interface AwsEcsContainerDetails {
6296
6518
  Privileged?: boolean;
6297
6519
  }
6298
6520
  /**
6521
+ * @public
6299
6522
  * <p>Strategy item for the capacity provider strategy that the service uses.</p>
6300
6523
  */
6301
6524
  export interface AwsEcsServiceCapacityProviderStrategyDetails {
@@ -6316,6 +6539,7 @@ export interface AwsEcsServiceCapacityProviderStrategyDetails {
6316
6539
  Weight?: number;
6317
6540
  }
6318
6541
  /**
6542
+ * @public
6319
6543
  * <p>Determines whether a service deployment fails if a service cannot reach a steady state.</p>
6320
6544
  */
6321
6545
  export interface AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails {
@@ -6329,6 +6553,7 @@ export interface AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDet
6329
6553
  Rollback?: boolean;
6330
6554
  }
6331
6555
  /**
6556
+ * @public
6332
6557
  * <p>Optional deployment parameters for the service.</p>
6333
6558
  */
6334
6559
  export interface AwsEcsServiceDeploymentConfigurationDetails {
@@ -6350,6 +6575,7 @@ export interface AwsEcsServiceDeploymentConfigurationDetails {
6350
6575
  MinimumHealthyPercent?: number;
6351
6576
  }
6352
6577
  /**
6578
+ * @public
6353
6579
  * <p>Information about the deployment controller type that the service uses.</p>
6354
6580
  */
6355
6581
  export interface AwsEcsServiceDeploymentControllerDetails {
@@ -6363,6 +6589,7 @@ export interface AwsEcsServiceDeploymentControllerDetails {
6363
6589
  Type?: string;
6364
6590
  }
6365
6591
  /**
6592
+ * @public
6366
6593
  * <p>Information about a load balancer that the service uses.</p>
6367
6594
  */
6368
6595
  export interface AwsEcsServiceLoadBalancersDetails {
@@ -6386,6 +6613,7 @@ export interface AwsEcsServiceLoadBalancersDetails {
6386
6613
  TargetGroupArn?: string;
6387
6614
  }
6388
6615
  /**
6616
+ * @public
6389
6617
  * <p>For tasks that use the <code>awsvpc</code> networking mode, the VPC subnet and security group configuration.</p>
6390
6618
  */
6391
6619
  export interface AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails {
@@ -6407,6 +6635,7 @@ export interface AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails {
6407
6635
  Subnets?: string[];
6408
6636
  }
6409
6637
  /**
6638
+ * @public
6410
6639
  * <p>For tasks that use the <code>awsvpc</code> networking mode, the VPC subnet and security group configuration.</p>
6411
6640
  */
6412
6641
  export interface AwsEcsServiceNetworkConfigurationDetails {
@@ -6416,6 +6645,7 @@ export interface AwsEcsServiceNetworkConfigurationDetails {
6416
6645
  AwsVpcConfiguration?: AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails;
6417
6646
  }
6418
6647
  /**
6648
+ * @public
6419
6649
  * <p>A placement constraint for the tasks in the service.</p>
6420
6650
  */
6421
6651
  export interface AwsEcsServicePlacementConstraintsDetails {
@@ -6431,6 +6661,7 @@ export interface AwsEcsServicePlacementConstraintsDetails {
6431
6661
  Type?: string;
6432
6662
  }
6433
6663
  /**
6664
+ * @public
6434
6665
  * <p>A placement strategy that determines how to place the tasks for the service.</p>
6435
6666
  */
6436
6667
  export interface AwsEcsServicePlacementStrategiesDetails {
@@ -6452,6 +6683,7 @@ export interface AwsEcsServicePlacementStrategiesDetails {
6452
6683
  Type?: string;
6453
6684
  }
6454
6685
  /**
6686
+ * @public
6455
6687
  * <p>Information about a service discovery registry to assign to the service.</p>
6456
6688
  */
6457
6689
  export interface AwsEcsServiceServiceRegistriesDetails {
@@ -6477,6 +6709,7 @@ export interface AwsEcsServiceServiceRegistriesDetails {
6477
6709
  RegistryArn?: string;
6478
6710
  }
6479
6711
  /**
6712
+ * @public
6480
6713
  * <p>Provides details about a service within an ECS cluster.</p>
6481
6714
  */
6482
6715
  export interface AwsEcsServiceDetails {
@@ -6579,6 +6812,7 @@ export interface AwsEcsServiceDetails {
6579
6812
  TaskDefinition?: string;
6580
6813
  }
6581
6814
  /**
6815
+ * @public
6582
6816
  * <p>A dependency that is defined for container startup and shutdown.</p>
6583
6817
  */
6584
6818
  export interface AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails {
@@ -6614,6 +6848,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails {
6614
6848
  ContainerName?: string;
6615
6849
  }
6616
6850
  /**
6851
+ * @public
6617
6852
  * <p>An environment variable to pass to the container.</p>
6618
6853
  */
6619
6854
  export interface AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails {
@@ -6627,6 +6862,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsEnvironmentDetails {
6627
6862
  Value?: string;
6628
6863
  }
6629
6864
  /**
6865
+ * @public
6630
6866
  * <p>A file that contain environment variables to pass to a container.</p>
6631
6867
  */
6632
6868
  export interface AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails {
@@ -6640,6 +6876,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails
6640
6876
  Value?: string;
6641
6877
  }
6642
6878
  /**
6879
+ * @public
6643
6880
  * <p>A hostname and IP address mapping to append to the <b>/etc/hosts</b> file on the container.</p>
6644
6881
  */
6645
6882
  export interface AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails {
@@ -6653,6 +6890,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsExtraHostsDetails {
6653
6890
  IpAddress?: string;
6654
6891
  }
6655
6892
  /**
6893
+ * @public
6656
6894
  * <p>The FireLens configuration for the container. The configuration specifies and configures a log router for container logs.</p>
6657
6895
  */
6658
6896
  export interface AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails {
@@ -6683,6 +6921,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDe
6683
6921
  Type?: string;
6684
6922
  }
6685
6923
  /**
6924
+ * @public
6686
6925
  * <p>The container health check command and associated configuration parameters for the container.</p>
6687
6926
  */
6688
6927
  export interface AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails {
@@ -6708,6 +6947,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails {
6708
6947
  Timeout?: number;
6709
6948
  }
6710
6949
  /**
6950
+ * @public
6711
6951
  * <p>The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.</p>
6712
6952
  */
6713
6953
  export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails {
@@ -6749,6 +6989,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabili
6749
6989
  Drop?: string[];
6750
6990
  }
6751
6991
  /**
6992
+ * @public
6752
6993
  * <p>A host device to expose to the container.</p>
6753
6994
  */
6754
6995
  export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails {
@@ -6766,6 +7007,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesD
6766
7007
  Permissions?: string[];
6767
7008
  }
6768
7009
  /**
7010
+ * @public
6769
7011
  * <p>The container path, mount options, and size (in MiB) of a tmpfs mount.</p>
6770
7012
  */
6771
7013
  export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails {
@@ -6796,6 +7038,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDet
6796
7038
  Size?: number;
6797
7039
  }
6798
7040
  /**
7041
+ * @public
6799
7042
  * <p>>Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.</p>
6800
7043
  */
6801
7044
  export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails {
@@ -6829,6 +7072,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails
6829
7072
  Tmpfs?: AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails[];
6830
7073
  }
6831
7074
  /**
7075
+ * @public
6832
7076
  * <p>A secret to pass to the log configuration.</p>
6833
7077
  */
6834
7078
  export interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails {
@@ -6844,6 +7088,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretO
6844
7088
  ValueFrom?: string;
6845
7089
  }
6846
7090
  /**
7091
+ * @public
6847
7092
  * <p>The log configuration specification for the container.</p>
6848
7093
  */
6849
7094
  export interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails {
@@ -6927,6 +7172,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails
6927
7172
  SecretOptions?: AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails[];
6928
7173
  }
6929
7174
  /**
7175
+ * @public
6930
7176
  * <p>A mount point for the data volumes in the container.</p>
6931
7177
  */
6932
7178
  export interface AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails {
@@ -6944,6 +7190,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails {
6944
7190
  SourceVolume?: string;
6945
7191
  }
6946
7192
  /**
7193
+ * @public
6947
7194
  * <p>A port mapping for the container.</p>
6948
7195
  */
6949
7196
  export interface AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails {
@@ -6961,6 +7208,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails {
6961
7208
  Protocol?: string;
6962
7209
  }
6963
7210
  /**
7211
+ * @public
6964
7212
  * <p>The private repository authentication credentials to use.</p>
6965
7213
  */
6966
7214
  export interface AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDetails {
@@ -6970,6 +7218,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsRepositoryCredentialsDe
6970
7218
  CredentialsParameter?: string;
6971
7219
  }
6972
7220
  /**
7221
+ * @public
6973
7222
  * <p>A resource to assign to a container.</p>
6974
7223
  */
6975
7224
  export interface AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDetails {
@@ -6987,6 +7236,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsResourceRequirementsDet
6987
7236
  Value?: string;
6988
7237
  }
6989
7238
  /**
7239
+ * @public
6990
7240
  * <p>A secret to pass to the container.</p>
6991
7241
  */
6992
7242
  export interface AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails {
@@ -7001,6 +7251,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails {
7001
7251
  ValueFrom?: string;
7002
7252
  }
7003
7253
  /**
7254
+ * @public
7004
7255
  * <p>A namespaced kernel parameter to set in the container.</p>
7005
7256
  */
7006
7257
  export interface AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails {
@@ -7014,6 +7265,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails {
7014
7265
  Value?: string;
7015
7266
  }
7016
7267
  /**
7268
+ * @public
7017
7269
  * <p>A ulimit to set in the container.</p>
7018
7270
  */
7019
7271
  export interface AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails {
@@ -7108,6 +7360,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails {
7108
7360
  SoftLimit?: number;
7109
7361
  }
7110
7362
  /**
7363
+ * @public
7111
7364
  * <p>A data volume to mount from another container.</p>
7112
7365
  */
7113
7366
  export interface AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails {
@@ -7121,6 +7374,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails {
7121
7374
  SourceContainer?: string;
7122
7375
  }
7123
7376
  /**
7377
+ * @public
7124
7378
  * <p>A container definition that describes a container in the task.</p>
7125
7379
  */
7126
7380
  export interface AwsEcsTaskDefinitionContainerDefinitionsDetails {
@@ -7337,6 +7591,7 @@ export interface AwsEcsTaskDefinitionContainerDefinitionsDetails {
7337
7591
  WorkingDirectory?: string;
7338
7592
  }
7339
7593
  /**
7594
+ * @public
7340
7595
  * <p>An Elastic Inference accelerator to use
7341
7596
  * for the containers in the task.</p>
7342
7597
  */
@@ -7351,6 +7606,7 @@ export interface AwsEcsTaskDefinitionInferenceAcceleratorsDetails {
7351
7606
  DeviceType?: string;
7352
7607
  }
7353
7608
  /**
7609
+ * @public
7354
7610
  * <p>A placement constraint object to use for tasks.</p>
7355
7611
  */
7356
7612
  export interface AwsEcsTaskDefinitionPlacementConstraintsDetails {
@@ -7364,6 +7620,7 @@ export interface AwsEcsTaskDefinitionPlacementConstraintsDetails {
7364
7620
  Type?: string;
7365
7621
  }
7366
7622
  /**
7623
+ * @public
7367
7624
  * <p>A network configuration parameter to provide to the Container Network Interface (CNI) plugin.</p>
7368
7625
  */
7369
7626
  export interface AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails {
@@ -7377,6 +7634,7 @@ export interface AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropert
7377
7634
  Value?: string;
7378
7635
  }
7379
7636
  /**
7637
+ * @public
7380
7638
  * <p>The configuration details for the App Mesh
7381
7639
  * proxy.</p>
7382
7640
  */
@@ -7395,6 +7653,7 @@ export interface AwsEcsTaskDefinitionProxyConfigurationDetails {
7395
7653
  Type?: string;
7396
7654
  }
7397
7655
  /**
7656
+ * @public
7398
7657
  * <p>Information about a Docker volume.</p>
7399
7658
  */
7400
7659
  export interface AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails {
@@ -7421,6 +7680,7 @@ export interface AwsEcsTaskDefinitionVolumesDockerVolumeConfigurationDetails {
7421
7680
  Scope?: string;
7422
7681
  }
7423
7682
  /**
7683
+ * @public
7424
7684
  * <p></p>
7425
7685
  */
7426
7686
  export interface AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails {
@@ -7434,6 +7694,7 @@ export interface AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationC
7434
7694
  Iam?: string;
7435
7695
  }
7436
7696
  /**
7697
+ * @public
7437
7698
  * <p>Information about the Amazon Elastic File System file system that is used for task storage.</p>
7438
7699
  */
7439
7700
  export interface AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails {
@@ -7459,6 +7720,7 @@ export interface AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails {
7459
7720
  TransitEncryptionPort?: number;
7460
7721
  }
7461
7722
  /**
7723
+ * @public
7462
7724
  * <p>Information about a bind mount host volume.</p>
7463
7725
  */
7464
7726
  export interface AwsEcsTaskDefinitionVolumesHostDetails {
@@ -7468,6 +7730,7 @@ export interface AwsEcsTaskDefinitionVolumesHostDetails {
7468
7730
  SourcePath?: string;
7469
7731
  }
7470
7732
  /**
7733
+ * @public
7471
7734
  * <p>A data volume to mount from another container.</p>
7472
7735
  */
7473
7736
  export interface AwsEcsTaskDefinitionVolumesDetails {
@@ -7489,6 +7752,7 @@ export interface AwsEcsTaskDefinitionVolumesDetails {
7489
7752
  Name?: string;
7490
7753
  }
7491
7754
  /**
7755
+ * @public
7492
7756
  * <p>Details about a task definition. A task definition describes the container and volume definitions
7493
7757
  * of an Amazon Elastic Container Service task.</p>
7494
7758
  */
@@ -7621,6 +7885,7 @@ export interface AwsEcsTaskDefinitionDetails {
7621
7885
  Volumes?: AwsEcsTaskDefinitionVolumesDetails[];
7622
7886
  }
7623
7887
  /**
7888
+ * @public
7624
7889
  * <p>Provides details on a container instance bind mount host volume.
7625
7890
  * </p>
7626
7891
  */
@@ -7633,6 +7898,7 @@ export interface AwsEcsTaskVolumeHostDetails {
7633
7898
  SourcePath?: string;
7634
7899
  }
7635
7900
  /**
7901
+ * @public
7636
7902
  * <p>Provides information about a data volume that's used in a task definition.
7637
7903
  * </p>
7638
7904
  */
@@ -7651,6 +7917,7 @@ export interface AwsEcsTaskVolumeDetails {
7651
7917
  Host?: AwsEcsTaskVolumeHostDetails;
7652
7918
  }
7653
7919
  /**
7920
+ * @public
7654
7921
  * <p>Provides details about a task in a cluster.
7655
7922
  * </p>
7656
7923
  */
@@ -7705,6 +7972,7 @@ export interface AwsEcsTaskDetails {
7705
7972
  Containers?: AwsEcsContainerDetails[];
7706
7973
  }
7707
7974
  /**
7975
+ * @public
7708
7976
  * <p>Provides details for all file system operations using this Amazon EFS access point.
7709
7977
  * </p>
7710
7978
  */
@@ -7726,6 +7994,7 @@ export interface AwsEfsAccessPointPosixUserDetails {
7726
7994
  Uid?: string;
7727
7995
  }
7728
7996
  /**
7997
+ * @public
7729
7998
  * <p>Provides information about the settings that Amazon EFS uses to create the root directory
7730
7999
  * when a client connects to an access point.
7731
8000
  * </p>
@@ -7749,6 +8018,7 @@ export interface AwsEfsAccessPointRootDirectoryCreationInfoDetails {
7749
8018
  Permissions?: string;
7750
8019
  }
7751
8020
  /**
8021
+ * @public
7752
8022
  * <p>Provides information about the directory on the Amazon EFS file system that the access point exposes
7753
8023
  * as the root directory to NFS clients using the access point.
7754
8024
  * </p>
@@ -7768,6 +8038,7 @@ export interface AwsEfsAccessPointRootDirectoryDetails {
7768
8038
  Path?: string;
7769
8039
  }
7770
8040
  /**
8041
+ * @public
7771
8042
  * <p>Provides information about an Amazon EFS access point.
7772
8043
  * </p>
7773
8044
  */
@@ -7805,6 +8076,7 @@ export interface AwsEfsAccessPointDetails {
7805
8076
  RootDirectory?: AwsEfsAccessPointRootDirectoryDetails;
7806
8077
  }
7807
8078
  /**
8079
+ * @public
7808
8080
  * <p>Details for a cluster logging configuration.</p>
7809
8081
  */
7810
8082
  export interface AwsEksClusterLoggingClusterLoggingDetails {
@@ -7845,6 +8117,7 @@ export interface AwsEksClusterLoggingClusterLoggingDetails {
7845
8117
  Types?: string[];
7846
8118
  }
7847
8119
  /**
8120
+ * @public
7848
8121
  * <p>The logging configuration for an Amazon EKS cluster.</p>
7849
8122
  */
7850
8123
  export interface AwsEksClusterLoggingDetails {
@@ -7854,6 +8127,7 @@ export interface AwsEksClusterLoggingDetails {
7854
8127
  ClusterLogging?: AwsEksClusterLoggingClusterLoggingDetails[];
7855
8128
  }
7856
8129
  /**
8130
+ * @public
7857
8131
  * <p>Information about the VPC configuration used by the cluster control plane.</p>
7858
8132
  */
7859
8133
  export interface AwsEksClusterResourcesVpcConfigDetails {
@@ -7867,6 +8141,7 @@ export interface AwsEksClusterResourcesVpcConfigDetails {
7867
8141
  SubnetIds?: string[];
7868
8142
  }
7869
8143
  /**
8144
+ * @public
7870
8145
  * <p>Provides details about an Amazon EKS cluster.</p>
7871
8146
  */
7872
8147
  export interface AwsEksClusterDetails {
@@ -7940,6 +8215,7 @@ export interface AwsEksClusterDetails {
7940
8215
  Logging?: AwsEksClusterLoggingDetails;
7941
8216
  }
7942
8217
  /**
8218
+ * @public
7943
8219
  * <p>Contains information about a link to another environment that is in the same group.</p>
7944
8220
  */
7945
8221
  export interface AwsElasticBeanstalkEnvironmentEnvironmentLink {
@@ -7953,6 +8229,7 @@ export interface AwsElasticBeanstalkEnvironmentEnvironmentLink {
7953
8229
  LinkName?: string;
7954
8230
  }
7955
8231
  /**
8232
+ * @public
7956
8233
  * <p>A configuration option setting for the environment.</p>
7957
8234
  */
7958
8235
  export interface AwsElasticBeanstalkEnvironmentOptionSetting {
@@ -7974,6 +8251,7 @@ export interface AwsElasticBeanstalkEnvironmentOptionSetting {
7974
8251
  Value?: string;
7975
8252
  }
7976
8253
  /**
8254
+ * @public
7977
8255
  * <p>Contains information about the tier of the environment.</p>
7978
8256
  */
7979
8257
  export interface AwsElasticBeanstalkEnvironmentTier {
@@ -7991,6 +8269,7 @@ export interface AwsElasticBeanstalkEnvironmentTier {
7991
8269
  Version?: string;
7992
8270
  }
7993
8271
  /**
8272
+ * @public
7994
8273
  * <p>Contains details about an Elastic Beanstalk environment.</p>
7995
8274
  */
7996
8275
  export interface AwsElasticBeanstalkEnvironmentDetails {
@@ -8102,6 +8381,7 @@ export interface AwsElasticBeanstalkEnvironmentDetails {
8102
8381
  VersionLabel?: string;
8103
8382
  }
8104
8383
  /**
8384
+ * @public
8105
8385
  * <p>Additional options for the domain endpoint, such as whether to require HTTPS for all
8106
8386
  * traffic.</p>
8107
8387
  */
@@ -8128,6 +8408,7 @@ export interface AwsElasticsearchDomainDomainEndpointOptions {
8128
8408
  TLSSecurityPolicy?: string;
8129
8409
  }
8130
8410
  /**
8411
+ * @public
8131
8412
  * <p>Configuration options for zone awareness.</p>
8132
8413
  */
8133
8414
  export interface AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails {
@@ -8137,6 +8418,7 @@ export interface AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessCo
8137
8418
  AvailabilityZoneCount?: number;
8138
8419
  }
8139
8420
  /**
8421
+ * @public
8140
8422
  * <p>details about the configuration of an OpenSearch cluster.</p>
8141
8423
  */
8142
8424
  export interface AwsElasticsearchDomainElasticsearchClusterConfigDetails {
@@ -8172,6 +8454,7 @@ export interface AwsElasticsearchDomainElasticsearchClusterConfigDetails {
8172
8454
  ZoneAwarenessEnabled?: boolean;
8173
8455
  }
8174
8456
  /**
8457
+ * @public
8175
8458
  * <p>Details about the configuration for encryption at rest.</p>
8176
8459
  */
8177
8460
  export interface AwsElasticsearchDomainEncryptionAtRestOptions {
@@ -8185,6 +8468,7 @@ export interface AwsElasticsearchDomainEncryptionAtRestOptions {
8185
8468
  KmsKeyId?: string;
8186
8469
  }
8187
8470
  /**
8471
+ * @public
8188
8472
  * <p>The log configuration.</p>
8189
8473
  */
8190
8474
  export interface AwsElasticsearchDomainLogPublishingOptionsLogConfig {
@@ -8198,6 +8482,7 @@ export interface AwsElasticsearchDomainLogPublishingOptionsLogConfig {
8198
8482
  Enabled?: boolean;
8199
8483
  }
8200
8484
  /**
8485
+ * @public
8201
8486
  * <p>configures the CloudWatch Logs to publish for the
8202
8487
  * Elasticsearch domain.</p>
8203
8488
  */
@@ -8218,6 +8503,7 @@ export interface AwsElasticsearchDomainLogPublishingOptions {
8218
8503
  AuditLogs?: AwsElasticsearchDomainLogPublishingOptionsLogConfig;
8219
8504
  }
8220
8505
  /**
8506
+ * @public
8221
8507
  * <p>Details about the configuration for node-to-node encryption.</p>
8222
8508
  */
8223
8509
  export interface AwsElasticsearchDomainNodeToNodeEncryptionOptions {
@@ -8227,6 +8513,7 @@ export interface AwsElasticsearchDomainNodeToNodeEncryptionOptions {
8227
8513
  Enabled?: boolean;
8228
8514
  }
8229
8515
  /**
8516
+ * @public
8230
8517
  * <p>Information about the state of the domain relative to the latest service software.</p>
8231
8518
  */
8232
8519
  export interface AwsElasticsearchDomainServiceSoftwareOptions {
@@ -8288,6 +8575,7 @@ export interface AwsElasticsearchDomainServiceSoftwareOptions {
8288
8575
  UpdateStatus?: string;
8289
8576
  }
8290
8577
  /**
8578
+ * @public
8291
8579
  * <p>Information that OpenSearch derives based on <code>VPCOptions</code> for the
8292
8580
  * domain.</p>
8293
8581
  */
@@ -8310,6 +8598,7 @@ export interface AwsElasticsearchDomainVPCOptions {
8310
8598
  VPCId?: string;
8311
8599
  }
8312
8600
  /**
8601
+ * @public
8313
8602
  * <p>Information about an Elasticsearch domain.</p>
8314
8603
  */
8315
8604
  export interface AwsElasticsearchDomainDetails {
@@ -8375,6 +8664,7 @@ export interface AwsElasticsearchDomainDetails {
8375
8664
  VPCOptions?: AwsElasticsearchDomainVPCOptions;
8376
8665
  }
8377
8666
  /**
8667
+ * @public
8378
8668
  * <p>Contains information about a stickiness policy that was created using
8379
8669
  * <code>CreateAppCookieStickinessPolicy</code>.</p>
8380
8670
  */
@@ -8390,6 +8680,7 @@ export interface AwsElbAppCookieStickinessPolicy {
8390
8680
  PolicyName?: string;
8391
8681
  }
8392
8682
  /**
8683
+ * @public
8393
8684
  * <p>Contains information about a stickiness policy that was created using
8394
8685
  * <code>CreateLBCookieStickinessPolicy</code>.</p>
8395
8686
  */
@@ -8407,6 +8698,7 @@ export interface AwsElbLbCookieStickinessPolicy {
8407
8698
  PolicyName?: string;
8408
8699
  }
8409
8700
  /**
8701
+ * @public
8410
8702
  * <p>Contains information about the access log configuration for the load balancer.</p>
8411
8703
  */
8412
8704
  export interface AwsElbLoadBalancerAccessLog {
@@ -8430,6 +8722,7 @@ export interface AwsElbLoadBalancerAccessLog {
8430
8722
  S3BucketPrefix?: string;
8431
8723
  }
8432
8724
  /**
8725
+ * @public
8433
8726
  * <p>Provides information about additional attributes for the load balancer.</p>
8434
8727
  */
8435
8728
  export interface AwsElbLoadBalancerAdditionalAttribute {
@@ -8443,6 +8736,7 @@ export interface AwsElbLoadBalancerAdditionalAttribute {
8443
8736
  Value?: string;
8444
8737
  }
8445
8738
  /**
8739
+ * @public
8446
8740
  * <p>Contains information about the connection draining configuration for the load
8447
8741
  * balancer.</p>
8448
8742
  */
@@ -8458,6 +8752,7 @@ export interface AwsElbLoadBalancerConnectionDraining {
8458
8752
  Timeout?: number;
8459
8753
  }
8460
8754
  /**
8755
+ * @public
8461
8756
  * <p>Contains connection settings for the load balancer.</p>
8462
8757
  */
8463
8758
  export interface AwsElbLoadBalancerConnectionSettings {
@@ -8468,6 +8763,7 @@ export interface AwsElbLoadBalancerConnectionSettings {
8468
8763
  IdleTimeout?: number;
8469
8764
  }
8470
8765
  /**
8766
+ * @public
8471
8767
  * <p>Contains cross-zone load balancing settings for the load balancer.</p>
8472
8768
  */
8473
8769
  export interface AwsElbLoadBalancerCrossZoneLoadBalancing {
@@ -8477,6 +8773,7 @@ export interface AwsElbLoadBalancerCrossZoneLoadBalancing {
8477
8773
  Enabled?: boolean;
8478
8774
  }
8479
8775
  /**
8776
+ * @public
8480
8777
  * <p>Contains attributes for the load balancer.</p>
8481
8778
  */
8482
8779
  export interface AwsElbLoadBalancerAttributes {
@@ -8511,6 +8808,7 @@ export interface AwsElbLoadBalancerAttributes {
8511
8808
  AdditionalAttributes?: AwsElbLoadBalancerAdditionalAttribute[];
8512
8809
  }
8513
8810
  /**
8811
+ * @public
8514
8812
  * <p>Provides information about the configuration of an EC2 instance for the load
8515
8813
  * balancer.</p>
8516
8814
  */
@@ -8525,6 +8823,7 @@ export interface AwsElbLoadBalancerBackendServerDescription {
8525
8823
  PolicyNames?: string[];
8526
8824
  }
8527
8825
  /**
8826
+ * @public
8528
8827
  * <p>Contains information about the health checks that are conducted on the load
8529
8828
  * balancer.</p>
8530
8829
  */
@@ -8569,6 +8868,7 @@ export interface AwsElbLoadBalancerHealthCheck {
8569
8868
  UnhealthyThreshold?: number;
8570
8869
  }
8571
8870
  /**
8871
+ * @public
8572
8872
  * <p>Provides information about an EC2 instance for a load balancer.</p>
8573
8873
  */
8574
8874
  export interface AwsElbLoadBalancerInstance {
@@ -8578,6 +8878,7 @@ export interface AwsElbLoadBalancerInstance {
8578
8878
  InstanceId?: string;
8579
8879
  }
8580
8880
  /**
8881
+ * @public
8581
8882
  * <p>Information about a load balancer listener.</p>
8582
8883
  */
8583
8884
  export interface AwsElbLoadBalancerListener {
@@ -8612,6 +8913,7 @@ export interface AwsElbLoadBalancerListener {
8612
8913
  SslCertificateId?: string;
8613
8914
  }
8614
8915
  /**
8916
+ * @public
8615
8917
  * <p>Lists the policies that are enabled for a load balancer listener.</p>
8616
8918
  */
8617
8919
  export interface AwsElbLoadBalancerListenerDescription {
@@ -8625,6 +8927,7 @@ export interface AwsElbLoadBalancerListenerDescription {
8625
8927
  PolicyNames?: string[];
8626
8928
  }
8627
8929
  /**
8930
+ * @public
8628
8931
  * <p>Contains information about the policies for a load balancer.</p>
8629
8932
  */
8630
8933
  export interface AwsElbLoadBalancerPolicies {
@@ -8644,6 +8947,7 @@ export interface AwsElbLoadBalancerPolicies {
8644
8947
  OtherPolicies?: string[];
8645
8948
  }
8646
8949
  /**
8950
+ * @public
8647
8951
  * <p>Contains information about the security group for the load balancer.</p>
8648
8952
  */
8649
8953
  export interface AwsElbLoadBalancerSourceSecurityGroup {
@@ -8657,6 +8961,7 @@ export interface AwsElbLoadBalancerSourceSecurityGroup {
8657
8961
  OwnerAlias?: string;
8658
8962
  }
8659
8963
  /**
8964
+ * @public
8660
8965
  * <p>Contains details about a Classic Load Balancer.</p>
8661
8966
  */
8662
8967
  export interface AwsElbLoadBalancerDetails {
@@ -8739,6 +9044,7 @@ export interface AwsElbLoadBalancerDetails {
8739
9044
  VpcId?: string;
8740
9045
  }
8741
9046
  /**
9047
+ * @public
8742
9048
  * <p>A load balancer attribute.</p>
8743
9049
  */
8744
9050
  export interface AwsElbv2LoadBalancerAttribute {
@@ -8752,6 +9058,7 @@ export interface AwsElbv2LoadBalancerAttribute {
8752
9058
  Value?: string;
8753
9059
  }
8754
9060
  /**
9061
+ * @public
8755
9062
  * <p>Information about the state of the load balancer.</p>
8756
9063
  */
8757
9064
  export interface LoadBalancerState {
@@ -8768,6 +9075,7 @@ export interface LoadBalancerState {
8768
9075
  Reason?: string;
8769
9076
  }
8770
9077
  /**
9078
+ * @public
8771
9079
  * <p>Information about a load balancer.</p>
8772
9080
  */
8773
9081
  export interface AwsElbv2LoadBalancerDetails {
@@ -8822,6 +9130,7 @@ export interface AwsElbv2LoadBalancerDetails {
8822
9130
  LoadBalancerAttributes?: AwsElbv2LoadBalancerAttribute[];
8823
9131
  }
8824
9132
  /**
9133
+ * @public
8825
9134
  * <p>Attributes of the session that the key was used for.</p>
8826
9135
  */
8827
9136
  export interface AwsIamAccessKeySessionContextAttributes {
@@ -8838,6 +9147,7 @@ export interface AwsIamAccessKeySessionContextAttributes {
8838
9147
  CreationDate?: string;
8839
9148
  }
8840
9149
  /**
9150
+ * @public
8841
9151
  * <p>Information about the entity that created the session.</p>
8842
9152
  */
8843
9153
  export interface AwsIamAccessKeySessionContextSessionIssuer {
@@ -8864,6 +9174,7 @@ export interface AwsIamAccessKeySessionContextSessionIssuer {
8864
9174
  UserName?: string;
8865
9175
  }
8866
9176
  /**
9177
+ * @public
8867
9178
  * <p>Provides information about the session that the key was used for.</p>
8868
9179
  */
8869
9180
  export interface AwsIamAccessKeySessionContext {
@@ -8876,11 +9187,15 @@ export interface AwsIamAccessKeySessionContext {
8876
9187
  */
8877
9188
  SessionIssuer?: AwsIamAccessKeySessionContextSessionIssuer;
8878
9189
  }
9190
+ /**
9191
+ * @public
9192
+ */
8879
9193
  export declare enum AwsIamAccessKeyStatus {
8880
9194
  ACTIVE = "Active",
8881
9195
  INACTIVE = "Inactive"
8882
9196
  }
8883
9197
  /**
9198
+ * @public
8884
9199
  * <p>IAM access key details related to a finding.</p>
8885
9200
  */
8886
9201
  export interface AwsIamAccessKeyDetails {
@@ -8930,6 +9245,7 @@ export interface AwsIamAccessKeyDetails {
8930
9245
  SessionContext?: AwsIamAccessKeySessionContext;
8931
9246
  }
8932
9247
  /**
9248
+ * @public
8933
9249
  * <p>A managed policy that is attached to an IAM principal.</p>
8934
9250
  */
8935
9251
  export interface AwsIamAttachedManagedPolicy {