aws-sdk 2.1099.0 → 2.1102.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/clients/ec2.d.ts CHANGED
@@ -4708,6 +4708,17 @@ declare namespace EC2 {
4708
4708
  */
4709
4709
  Description?: String;
4710
4710
  }
4711
+ export interface AdditionalDetail {
4712
+ /**
4713
+ * The information type.
4714
+ */
4715
+ AdditionalDetailType?: String;
4716
+ /**
4717
+ * The path component.
4718
+ */
4719
+ Component?: AnalysisComponent;
4720
+ }
4721
+ export type AdditionalDetailList = AdditionalDetail[];
4711
4722
  export interface Address {
4712
4723
  /**
4713
4724
  * The ID of the instance that the address is associated with (if any).
@@ -5099,7 +5110,7 @@ declare namespace EC2 {
5099
5110
  */
5100
5111
  NetworkInterfaceId?: String;
5101
5112
  /**
5102
- * Describes how the route was created. The following are possible values: CreateRouteTable - The route was automatically created when the route table was created. CreateRoute - The route was manually added to the route table. EnableVgwRoutePropagation - The route was propagated by route propagation.
5113
+ * Describes how the route was created. The following are the possible values: CreateRouteTable - The route was automatically created when the route table was created. CreateRoute - The route was manually added to the route table. EnableVgwRoutePropagation - The route was propagated by route propagation.
5103
5114
  */
5104
5115
  Origin?: String;
5105
5116
  /**
@@ -5117,7 +5128,7 @@ declare namespace EC2 {
5117
5128
  */
5118
5129
  Cidr?: String;
5119
5130
  /**
5120
- * The direction. The following are possible values: egress ingress
5131
+ * The direction. The following are the possible values: egress ingress
5121
5132
  */
5122
5133
  Direction?: String;
5123
5134
  /**
@@ -7069,7 +7080,7 @@ declare namespace EC2 {
7069
7080
  /**
7070
7081
  * The ID of the address pool.
7071
7082
  */
7072
- PoolId?: CoipPoolId;
7083
+ PoolId?: Ipv4PoolCoipId;
7073
7084
  /**
7074
7085
  * The address ranges of the address pool.
7075
7086
  */
@@ -7088,7 +7099,7 @@ declare namespace EC2 {
7088
7099
  PoolArn?: ResourceArn;
7089
7100
  }
7090
7101
  export type CoipPoolId = string;
7091
- export type CoipPoolIdSet = CoipPoolId[];
7102
+ export type CoipPoolIdSet = Ipv4PoolCoipId[];
7092
7103
  export type CoipPoolMaxResults = number;
7093
7104
  export type CoipPoolSet = CoipPool[];
7094
7105
  export interface ConfirmProductInstanceRequest {
@@ -13451,7 +13462,7 @@ declare namespace EC2 {
13451
13462
  */
13452
13463
  AnalysisEndTime?: MillisecondDateTime;
13453
13464
  /**
13454
- * The filters. The following are possible values: PathFound - A Boolean value that indicates whether a feasible path is found. Status - The status of the analysis (running | succeeded | failed).
13465
+ * The filters. The following are the possible values: PathFound - A Boolean value that indicates whether a feasible path is found. Status - The status of the analysis (running | succeeded | failed).
13455
13466
  */
13456
13467
  Filters?: FilterList;
13457
13468
  /**
@@ -13483,7 +13494,7 @@ declare namespace EC2 {
13483
13494
  */
13484
13495
  NetworkInsightsPathIds?: NetworkInsightsPathIdList;
13485
13496
  /**
13486
- * The filters. The following are possible values: Destination - The ID of the resource. DestinationPort - The destination port. Name - The path name. Protocol - The protocol. Source - The ID of the resource.
13497
+ * The filters. The following are the possible values: Destination - The ID of the resource. DestinationPort - The destination port. Name - The path name. Protocol - The protocol. Source - The ID of the resource.
13487
13498
  */
13488
13499
  Filters?: FilterList;
13489
13500
  /**
@@ -16790,7 +16801,7 @@ declare namespace EC2 {
16790
16801
  */
16791
16802
  DestinationVpc?: AnalysisComponent;
16792
16803
  /**
16793
- * The direction. The following are possible values: egress ingress
16804
+ * The direction. The following are the possible values: egress ingress
16794
16805
  */
16795
16806
  Direction?: String;
16796
16807
  /**
@@ -16925,6 +16936,22 @@ declare namespace EC2 {
16925
16936
  * The VPN gateway.
16926
16937
  */
16927
16938
  VpnGateway?: AnalysisComponent;
16939
+ /**
16940
+ * The transit gateway.
16941
+ */
16942
+ TransitGateway?: AnalysisComponent;
16943
+ /**
16944
+ * The transit gateway route table.
16945
+ */
16946
+ TransitGatewayRouteTable?: AnalysisComponent;
16947
+ /**
16948
+ * The transit gateway route table route.
16949
+ */
16950
+ TransitGatewayRouteTableRoute?: TransitGatewayRouteTableRoute;
16951
+ /**
16952
+ * The transit gateway attachment.
16953
+ */
16954
+ TransitGatewayAttachment?: AnalysisComponent;
16928
16955
  }
16929
16956
  export type ExplanationList = Explanation[];
16930
16957
  export interface ExportClientVpnClientCertificateRevocationListRequest {
@@ -17895,7 +17922,7 @@ declare namespace EC2 {
17895
17922
  /**
17896
17923
  * The ID of the address pool.
17897
17924
  */
17898
- PoolId: CoipPoolId;
17925
+ PoolId: Ipv4PoolCoipId;
17899
17926
  /**
17900
17927
  * One or more filters. coip-address-usage.allocation-id - The allocation ID of the address. coip-address-usage.aws-account-id - The ID of the Amazon Web Services account that is using the customer-owned IP address. coip-address-usage.aws-service - The Amazon Web Services service that is using the customer-owned IP address. coip-address-usage.co-ip - The customer-owned IP address.
17901
17928
  */
@@ -21763,6 +21790,7 @@ declare namespace EC2 {
21763
21790
  export type IpamScopeType = "public"|"private"|string;
21764
21791
  export type IpamSet = Ipam[];
21765
21792
  export type IpamState = "create-in-progress"|"create-complete"|"create-failed"|"modify-in-progress"|"modify-complete"|"modify-failed"|"delete-in-progress"|"delete-complete"|"delete-failed"|string;
21793
+ export type Ipv4PoolCoipId = string;
21766
21794
  export type Ipv4PoolEc2Id = string;
21767
21795
  export type Ipv4PrefixList = Ipv4PrefixSpecificationRequest[];
21768
21796
  export type Ipv4PrefixListResponse = Ipv4PrefixSpecificationResponse[];
@@ -25929,6 +25957,15 @@ declare namespace EC2 {
25929
25957
  * The component VPC.
25930
25958
  */
25931
25959
  Vpc?: AnalysisComponent;
25960
+ /**
25961
+ * The additional details.
25962
+ */
25963
+ AdditionalDetails?: AdditionalDetailList;
25964
+ TransitGateway?: AnalysisComponent;
25965
+ /**
25966
+ * The route in a transit gateway route table.
25967
+ */
25968
+ TransitGatewayRouteTableRoute?: TransitGatewayRouteTableRoute;
25932
25969
  }
25933
25970
  export type PathComponentList = PathComponent[];
25934
25971
  export interface PathStatement {
@@ -32142,6 +32179,36 @@ declare namespace EC2 {
32142
32179
  State?: TransitGatewayPropagationState;
32143
32180
  }
32144
32181
  export type TransitGatewayRouteTablePropagationList = TransitGatewayRouteTablePropagation[];
32182
+ export interface TransitGatewayRouteTableRoute {
32183
+ /**
32184
+ * The CIDR block used for destination matches.
32185
+ */
32186
+ DestinationCidr?: String;
32187
+ /**
32188
+ * The state of the route.
32189
+ */
32190
+ State?: String;
32191
+ /**
32192
+ * The route origin. The following are the possible values: static propagated
32193
+ */
32194
+ RouteOrigin?: String;
32195
+ /**
32196
+ * The ID of the prefix list.
32197
+ */
32198
+ PrefixListId?: String;
32199
+ /**
32200
+ * The ID of the route attachment.
32201
+ */
32202
+ AttachmentId?: String;
32203
+ /**
32204
+ * The ID of the resource for the route attachment.
32205
+ */
32206
+ ResourceId?: String;
32207
+ /**
32208
+ * The resource type for the route attachment.
32209
+ */
32210
+ ResourceType?: String;
32211
+ }
32145
32212
  export type TransitGatewayRouteTableState = "pending"|"available"|"deleting"|"deleted"|string;
32146
32213
  export type TransitGatewayRouteType = "static"|"propagated"|string;
32147
32214
  export type TransitGatewayState = "pending"|"available"|"modifying"|"deleting"|"deleted"|string;
@@ -939,6 +939,10 @@ declare namespace Lambda {
939
939
  * The instruction set architecture that the function supports. Enter a string array with one of the valid values (arm64 or x86_64). The default value is x86_64.
940
940
  */
941
941
  Architectures?: ArchitecturesList;
942
+ /**
943
+ * The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10240 MB.
944
+ */
945
+ EphemeralStorage?: EphemeralStorage;
942
946
  }
943
947
  export type _Date = Date;
944
948
  export interface DeadLetterConfig {
@@ -1069,6 +1073,13 @@ declare namespace Lambda {
1069
1073
  export type EnvironmentVariableName = string;
1070
1074
  export type EnvironmentVariableValue = string;
1071
1075
  export type EnvironmentVariables = {[key: string]: EnvironmentVariableValue};
1076
+ export interface EphemeralStorage {
1077
+ /**
1078
+ * The size of the function’s /tmp directory.
1079
+ */
1080
+ Size: EphemeralStorageSize;
1081
+ }
1082
+ export type EphemeralStorageSize = number;
1072
1083
  export interface EventSourceMappingConfiguration {
1073
1084
  /**
1074
1085
  * The identifier of the event source mapping.
@@ -1362,6 +1373,10 @@ declare namespace Lambda {
1362
1373
  * The instruction set architecture that the function supports. Architecture is a string array with one of the valid values. The default architecture value is x86_64.
1363
1374
  */
1364
1375
  Architectures?: ArchitecturesList;
1376
+ /**
1377
+ * The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10240 MB.
1378
+ */
1379
+ EphemeralStorage?: EphemeralStorage;
1365
1380
  }
1366
1381
  export interface FunctionEventInvokeConfig {
1367
1382
  /**
@@ -2707,6 +2722,10 @@ declare namespace Lambda {
2707
2722
  * Container image configuration values that override the values in the container image Docker file.
2708
2723
  */
2709
2724
  ImageConfig?: ImageConfig;
2725
+ /**
2726
+ * The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10240 MB.
2727
+ */
2728
+ EphemeralStorage?: EphemeralStorage;
2710
2729
  }
2711
2730
  export interface UpdateFunctionEventInvokeConfigRequest {
2712
2731
  /**
@@ -1337,6 +1337,10 @@ one destination per packager.
1337
1337
  * The log level being written to CloudWatch Logs.
1338
1338
  */
1339
1339
  LogLevel?: LogLevel;
1340
+ /**
1341
+ * Maintenance settings for this channel.
1342
+ */
1343
+ Maintenance?: MaintenanceStatus;
1340
1344
  /**
1341
1345
  * The name of the channel. (user-mutable)
1342
1346
  */
@@ -1411,6 +1415,10 @@ one destination per packager.
1411
1415
  * The log level being written to CloudWatch Logs.
1412
1416
  */
1413
1417
  LogLevel?: LogLevel;
1418
+ /**
1419
+ * Maintenance settings for this channel.
1420
+ */
1421
+ Maintenance?: MaintenanceStatus;
1414
1422
  /**
1415
1423
  * The name of the channel. (user-mutable)
1416
1424
  */
@@ -1466,6 +1474,10 @@ one destination per packager.
1466
1474
  * The log level to write to CloudWatch Logs.
1467
1475
  */
1468
1476
  LogLevel?: LogLevel;
1477
+ /**
1478
+ * Maintenance settings for this channel.
1479
+ */
1480
+ Maintenance?: MaintenanceCreateSettings;
1469
1481
  /**
1470
1482
  * Name of channel.
1471
1483
  */
@@ -1686,6 +1698,10 @@ one destination per packager.
1686
1698
  * The log level being written to CloudWatch Logs.
1687
1699
  */
1688
1700
  LogLevel?: LogLevel;
1701
+ /**
1702
+ * Maintenance settings for this channel.
1703
+ */
1704
+ Maintenance?: MaintenanceStatus;
1689
1705
  /**
1690
1706
  * The name of the channel. (user-mutable)
1691
1707
  */
@@ -1950,6 +1966,10 @@ one destination per packager.
1950
1966
  * The log level being written to CloudWatch Logs.
1951
1967
  */
1952
1968
  LogLevel?: LogLevel;
1969
+ /**
1970
+ * Maintenance settings for this channel.
1971
+ */
1972
+ Maintenance?: MaintenanceStatus;
1953
1973
  /**
1954
1974
  * The name of the channel. (user-mutable)
1955
1975
  */
@@ -2623,7 +2643,7 @@ provide the language to consider when translating the image-based source to text
2623
2643
  export type Eac3SurroundMode = "DISABLED"|"ENABLED"|"NOT_INDICATED"|string;
2624
2644
  export interface EbuTtDDestinationSettings {
2625
2645
  /**
2626
- * Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output. Complete this field if you want to include the name of the copyright holder in the copyright metadata tag in the TTML
2646
+ * Complete this field if you want to include the name of the copyright holder in the copyright tag in the captions metadata.
2627
2647
  */
2628
2648
  CopyrightHolder?: __stringMax1000;
2629
2649
  /**
@@ -4728,6 +4748,49 @@ When a segmentation style of "maintainCadence" is selected and a segment is trun
4728
4748
  VideoPid?: __string;
4729
4749
  }
4730
4750
  export type M3u8TimedMetadataBehavior = "NO_PASSTHROUGH"|"PASSTHROUGH"|string;
4751
+ export interface MaintenanceCreateSettings {
4752
+ /**
4753
+ * Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
4754
+ */
4755
+ MaintenanceDay?: MaintenanceDay;
4756
+ /**
4757
+ * Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
4758
+ */
4759
+ MaintenanceStartTime?: __stringPattern010920300;
4760
+ }
4761
+ export type MaintenanceDay = "MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY"|"SUNDAY"|string;
4762
+ export interface MaintenanceStatus {
4763
+ /**
4764
+ * The currently selected maintenance day.
4765
+ */
4766
+ MaintenanceDay?: MaintenanceDay;
4767
+ /**
4768
+ * Maintenance is required by the displayed date and time. Date and time is in ISO.
4769
+ */
4770
+ MaintenanceDeadline?: __string;
4771
+ /**
4772
+ * The currently scheduled maintenance date and time. Date and time is in ISO.
4773
+ */
4774
+ MaintenanceScheduledDate?: __string;
4775
+ /**
4776
+ * The currently selected maintenance start time. Time is in UTC.
4777
+ */
4778
+ MaintenanceStartTime?: __string;
4779
+ }
4780
+ export interface MaintenanceUpdateSettings {
4781
+ /**
4782
+ * Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
4783
+ */
4784
+ MaintenanceDay?: MaintenanceDay;
4785
+ /**
4786
+ * Choose a specific date for maintenance to occur. The chosen date is used for the next maintenance window only.
4787
+ */
4788
+ MaintenanceScheduledDate?: __string;
4789
+ /**
4790
+ * Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
4791
+ */
4792
+ MaintenanceStartTime?: __stringPattern010920300;
4793
+ }
4731
4794
  export type MaxResults = number;
4732
4795
  export interface MediaConnectFlow {
4733
4796
  /**
@@ -5412,7 +5475,7 @@ When this field is defined, ConstantBitrate must be undefined.
5412
5475
  }
5413
5476
  export interface OutputGroup {
5414
5477
  /**
5415
- * Custom output group name optionally defined by the user. Only letters, numbers, and the underscore character allowed; only 32 characters allowed.
5478
+ * Custom output group name optionally defined by the user.
5416
5479
  */
5417
5480
  Name?: __stringMax32;
5418
5481
  /**
@@ -6020,6 +6083,10 @@ one destination per packager.
6020
6083
  * The log level being written to CloudWatch Logs.
6021
6084
  */
6022
6085
  LogLevel?: LogLevel;
6086
+ /**
6087
+ * Maintenance settings for this channel.
6088
+ */
6089
+ Maintenance?: MaintenanceStatus;
6023
6090
  /**
6024
6091
  * The name of the channel. (user-mutable)
6025
6092
  */
@@ -6209,6 +6276,10 @@ one destination per packager.
6209
6276
  * The log level being written to CloudWatch Logs.
6210
6277
  */
6211
6278
  LogLevel?: LogLevel;
6279
+ /**
6280
+ * Maintenance settings for this channel.
6281
+ */
6282
+ Maintenance?: MaintenanceStatus;
6212
6283
  /**
6213
6284
  * The name of the channel. (user-mutable)
6214
6285
  */
@@ -6374,7 +6445,7 @@ one destination per packager.
6374
6445
  }
6375
6446
  export interface TtmlDestinationSettings {
6376
6447
  /**
6377
- * When set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.
6448
+ * This field is not currently supported and will not affect the output styling. Leave the default value.
6378
6449
  */
6379
6450
  StyleControl?: TtmlDestinationStyleControl;
6380
6451
  }
@@ -6455,6 +6526,10 @@ one destination per packager.
6455
6526
  * The log level to write to CloudWatch Logs.
6456
6527
  */
6457
6528
  LogLevel?: LogLevel;
6529
+ /**
6530
+ * Maintenance settings for this channel.
6531
+ */
6532
+ Maintenance?: MaintenanceUpdateSettings;
6458
6533
  /**
6459
6534
  * The name of the channel.
6460
6535
  */
@@ -6931,6 +7006,7 @@ If STANDARD channel, subnet IDs must be mapped to two unique availability zones
6931
7006
  export type __stringMin34Max34 = string;
6932
7007
  export type __stringMin3Max3 = string;
6933
7008
  export type __stringMin6Max6 = string;
7009
+ export type __stringPattern010920300 = string;
6934
7010
  export type InputDeviceThumbnail = Buffer|Uint8Array|Blob|string|Readable;
6935
7011
  export type AcceptHeader = "image/jpeg"|string;
6936
7012
  export type ContentType = "image/jpeg"|string;
package/clients/ssm.d.ts CHANGED
@@ -13,11 +13,11 @@ declare class SSM extends Service {
13
13
  constructor(options?: SSM.Types.ClientConfiguration)
14
14
  config: Config & SSM.Types.ClientConfiguration;
15
15
  /**
16
- * Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your automations, documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example: Key=Owner,Value=DbAdmin Key=Owner,Value=SysAdmin Key=Owner,Value=Dev Key=Stack,Value=Production Key=Stack,Value=Pre-Production Key=Stack,Value=Test Most resources can have a maximum of 50 tags. Automations can have a maximum of 5 tags. We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters. For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.
16
+ * Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example: Key=Owner,Value=DbAdmin Key=Owner,Value=SysAdmin Key=Owner,Value=Dev Key=Stack,Value=Production Key=Stack,Value=Pre-Production Key=Stack,Value=Test Each resource can have a maximum of 50 tags. We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters. For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.
17
17
  */
18
18
  addTagsToResource(params: SSM.Types.AddTagsToResourceRequest, callback?: (err: AWSError, data: SSM.Types.AddTagsToResourceResult) => void): Request<SSM.Types.AddTagsToResourceResult, AWSError>;
19
19
  /**
20
- * Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your automations, documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example: Key=Owner,Value=DbAdmin Key=Owner,Value=SysAdmin Key=Owner,Value=Dev Key=Stack,Value=Production Key=Stack,Value=Pre-Production Key=Stack,Value=Test Most resources can have a maximum of 50 tags. Automations can have a maximum of 5 tags. We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters. For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.
20
+ * Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example: Key=Owner,Value=DbAdmin Key=Owner,Value=SysAdmin Key=Owner,Value=Dev Key=Stack,Value=Production Key=Stack,Value=Pre-Production Key=Stack,Value=Test Each resource can have a maximum of 50 tags. We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters. For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.
21
21
  */
22
22
  addTagsToResource(callback?: (err: AWSError, data: SSM.Types.AddTagsToResourceResult) => void): Request<SSM.Types.AddTagsToResourceResult, AWSError>;
23
23
  /**
@@ -597,11 +597,11 @@ declare class SSM extends Service {
597
597
  */
598
598
  getMaintenanceWindowExecutionTaskInvocation(callback?: (err: AWSError, data: SSM.Types.GetMaintenanceWindowExecutionTaskInvocationResult) => void): Request<SSM.Types.GetMaintenanceWindowExecutionTaskInvocationResult, AWSError>;
599
599
  /**
600
- * Lists the tasks in a maintenance window. For maintenance window tasks without a specified target, you can't supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored.
600
+ * Retrieves the details of a maintenance window task. For maintenance window tasks without a specified target, you can't supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored. To retrieve a list of tasks in a maintenance window, instead use the DescribeMaintenanceWindowTasks command.
601
601
  */
602
602
  getMaintenanceWindowTask(params: SSM.Types.GetMaintenanceWindowTaskRequest, callback?: (err: AWSError, data: SSM.Types.GetMaintenanceWindowTaskResult) => void): Request<SSM.Types.GetMaintenanceWindowTaskResult, AWSError>;
603
603
  /**
604
- * Lists the tasks in a maintenance window. For maintenance window tasks without a specified target, you can't supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored.
604
+ * Retrieves the details of a maintenance window task. For maintenance window tasks without a specified target, you can't supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values don't affect the running of your task and can be ignored. To retrieve a list of tasks in a maintenance window, instead use the DescribeMaintenanceWindowTasks command.
605
605
  */
606
606
  getMaintenanceWindowTask(callback?: (err: AWSError, data: SSM.Types.GetMaintenanceWindowTaskResult) => void): Request<SSM.Types.GetMaintenanceWindowTaskResult, AWSError>;
607
607
  /**
@@ -1005,11 +1005,11 @@ declare class SSM extends Service {
1005
1005
  */
1006
1006
  updateDocument(callback?: (err: AWSError, data: SSM.Types.UpdateDocumentResult) => void): Request<SSM.Types.UpdateDocumentResult, AWSError>;
1007
1007
  /**
1008
- * Set the default version of a document.
1008
+ * Set the default version of a document. If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval parameter.
1009
1009
  */
1010
1010
  updateDocumentDefaultVersion(params: SSM.Types.UpdateDocumentDefaultVersionRequest, callback?: (err: AWSError, data: SSM.Types.UpdateDocumentDefaultVersionResult) => void): Request<SSM.Types.UpdateDocumentDefaultVersionResult, AWSError>;
1011
1011
  /**
1012
- * Set the default version of a document.
1012
+ * Set the default version of a document. If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval parameter.
1013
1013
  */
1014
1014
  updateDocumentDefaultVersion(callback?: (err: AWSError, data: SSM.Types.UpdateDocumentDefaultVersionResult) => void): Request<SSM.Types.UpdateDocumentDefaultVersionResult, AWSError>;
1015
1015
  /**
@@ -1169,7 +1169,7 @@ declare namespace SSM {
1169
1169
  */
1170
1170
  ResourceType: ResourceTypeForTagging;
1171
1171
  /**
1172
- * The resource ID you want to tag. Use the ID of the resource. Here are some examples: MaintenanceWindow: mw-012345abcde PatchBaseline: pb-012345abcde Automation: example-c160-4567-8519-012345abcde OpsMetadata object: ResourceID for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID is created from the strings that come after the word opsmetadata in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager has a ResourceID of either aws/ssm/MyGroup/appmanager or /aws/ssm/MyGroup/appmanager. For the Document and Parameter values, use the name of the resource. ManagedInstance: mi-012345abcde The ManagedInstance type for this API operation is only for on-premises managed nodes. You must specify the name of the managed node in the following format: mi-ID_number . For example, mi-1a2b3c4d5e6f.
1172
+ * The resource ID you want to tag. Use the ID of the resource. Here are some examples: MaintenanceWindow: mw-012345abcde PatchBaseline: pb-012345abcde OpsMetadata object: ResourceID for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID is created from the strings that come after the word opsmetadata in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager has a ResourceID of either aws/ssm/MyGroup/appmanager or /aws/ssm/MyGroup/appmanager. For the Document and Parameter values, use the name of the resource. ManagedInstance: mi-012345abcde The ManagedInstance type for this API operation is only for on-premises managed nodes. You must specify the name of the managed node in the following format: mi-ID_number . For example, mi-1a2b3c4d5e6f.
1173
1173
  */
1174
1174
  ResourceId: ResourceId;
1175
1175
  /**
@@ -1226,7 +1226,7 @@ declare namespace SSM {
1226
1226
  */
1227
1227
  AssociationVersion?: AssociationVersion;
1228
1228
  /**
1229
- * The version of the document used in the association. State Manager doesn't support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the default version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to default.
1229
+ * The version of the document used in the association. If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval parameter. State Manager doesn't support running associations that use a new version of a document if that document is shared from another account. State Manager always runs the default version of a document if shared from another account, even though the Systems Manager console shows that a new version was processed. If you want to run an association using a new version of a document shared form another account, you must set the document version to default.
1230
1230
  */
1231
1231
  DocumentVersion?: DocumentVersion;
1232
1232
  /**
@@ -6829,7 +6829,7 @@ declare namespace SSM {
6829
6829
  export type NotificationEvent = "All"|"InProgress"|"Success"|"TimedOut"|"Cancelled"|"Failed"|string;
6830
6830
  export type NotificationEventList = NotificationEvent[];
6831
6831
  export type NotificationType = "Command"|"Invocation"|string;
6832
- export type OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"|"ORACLE_LINUX"|"DEBIAN"|"MACOS"|"RASPBIAN"|string;
6832
+ export type OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"|"ORACLE_LINUX"|"DEBIAN"|"MACOS"|"RASPBIAN"|"ROCKY_LINUX"|string;
6833
6833
  export interface OpsAggregator {
6834
6834
  /**
6835
6835
  * Either a Range or Count aggregator for limiting an OpsData summary.
@@ -8103,7 +8103,7 @@ declare namespace SSM {
8103
8103
  */
8104
8104
  ResourceType: ResourceTypeForTagging;
8105
8105
  /**
8106
- * The ID of the resource from which you want to remove tags. For example: ManagedInstance: mi-012345abcde MaintenanceWindow: mw-012345abcde Automation: example-c160-4567-8519-012345abcde PatchBaseline: pb-012345abcde OpsMetadata object: ResourceID for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID is created from the strings that come after the word opsmetadata in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager has a ResourceID of either aws/ssm/MyGroup/appmanager or /aws/ssm/MyGroup/appmanager. For the Document and Parameter values, use the name of the resource. The ManagedInstance type for this API operation is only for on-premises managed nodes. Specify the name of the managed node in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.
8106
+ * The ID of the resource from which you want to remove tags. For example: ManagedInstance: mi-012345abcde MaintenanceWindow: mw-012345abcde PatchBaseline: pb-012345abcde OpsMetadata object: ResourceID for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, ResourceID is created from the strings that come after the word opsmetadata in the ARN. For example, an OpsMetadata object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager has a ResourceID of either aws/ssm/MyGroup/appmanager or /aws/ssm/MyGroup/appmanager. For the Document and Parameter values, use the name of the resource. The ManagedInstance type for this API operation is only for on-premises managed nodes. Specify the name of the managed node in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.
8107
8107
  */
8108
8108
  ResourceId: ResourceId;
8109
8109
  /**
@@ -8745,7 +8745,7 @@ declare namespace SSM {
8745
8745
  */
8746
8746
  TargetLocations?: TargetLocations;
8747
8747
  /**
8748
- * Optional metadata that you assign to a resource. You can specify a maximum of five tags for an automation. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an automation to identify an environment or operating system. In this case, you could specify the following key-value pairs: Key=environment,Value=test Key=OS,Value=Windows To add tags to an existing automation, use the AddTagsToResource operation.
8748
+ * Optional metadata that you assign to a resource. You can specify a maximum of five tags for an automation. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an automation to identify an environment or operating system. In this case, you could specify the following key-value pairs: Key=environment,Value=test Key=OS,Value=Windows To add tags to an existing patch baseline, use the AddTagsToResource operation.
8749
8749
  */
8750
8750
  Tags?: TagList;
8751
8751
  }
@@ -9121,7 +9121,7 @@ declare namespace SSM {
9121
9121
  */
9122
9122
  SyncCompliance?: AssociationSyncCompliance;
9123
9123
  /**
9124
- * By default, when you update an association, the system runs it immediately after it is updated and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you update it. This parameter isn't supported for rate expressions. Also, if you specified this option when you created the association, you can reset it. To do so, specify the no-apply-only-at-cron-interval parameter when you update the association from the command line. This parameter forces the association to run immediately after updating it and according to the interval specified.
9124
+ * By default, when you update an association, the system runs it immediately after it is updated and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you update it. This parameter isn't supported for rate expressions. If you chose this option when you created an association and later you edit that association or you make changes to the SSM document on which that association is based (by using the Documents page in the console), State Manager applies the association at the next specified cron interval. For example, if you chose the Latest version of an SSM document when you created an association and you edit the association by choosing a different document version on the Documents page, State Manager applies the association at the next specified cron interval if you previously selected this option. If this option wasn't selected, State Manager immediately runs the association. You can reset this option. To do so, specify the no-apply-only-at-cron-interval parameter when you update the association from the command line. This parameter forces the association to run immediately after updating it and according to the interval specified.
9125
9125
  */
9126
9126
  ApplyOnlyAtCronInterval?: ApplyOnlyAtCronInterval;
9127
9127
  /**
@@ -9213,7 +9213,7 @@ declare namespace SSM {
9213
9213
  */
9214
9214
  VersionName?: DocumentVersionName;
9215
9215
  /**
9216
- * The version of the document that you want to update. Currently, Systems Manager supports updating only the latest version of the document. You can specify the version number of the latest version or use the $LATEST variable.
9216
+ * The version of the document that you want to update. Currently, Systems Manager supports updating only the latest version of the document. You can specify the version number of the latest version or use the $LATEST variable. If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval parameter.
9217
9217
  */
9218
9218
  DocumentVersion?: DocumentVersion;
9219
9219
  /**
@@ -360,7 +360,7 @@ declare namespace TranscribeService {
360
360
  */
361
361
  LanguageCode?: LanguageCode;
362
362
  /**
363
- * The sample rate, in Hertz, of the audio.
363
+ * The sample rate, in Hertz, of the input audio.
364
364
  */
365
365
  MediaSampleRateHertz?: MediaSampleRateHertz;
366
366
  /**
@@ -1638,7 +1638,7 @@ declare namespace TranscribeService {
1638
1638
  */
1639
1639
  TranscriptionJobName: TranscriptionJobName;
1640
1640
  /**
1641
- * The language code for the language used in the input media file. To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
1641
+ * The language code for the language used in the input media file. You must include either LanguageCode or IdentifyLanguage in your request. To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.
1642
1642
  */
1643
1643
  LanguageCode?: LanguageCode;
1644
1644
  /**
@@ -1686,7 +1686,7 @@ declare namespace TranscribeService {
1686
1686
  */
1687
1687
  ContentRedaction?: ContentRedaction;
1688
1688
  /**
1689
- * Set this field to true to enable automatic language identification. Automatic language identification is disabled by default. You receive a BadRequestException error if you enter a value for a LanguageCode.
1689
+ * Set this field to true to enable automatic language identification. Automatic language identification is disabled by default. You receive a BadRequestException error if you enter a value for a LanguageCode. You must include either LanguageCode or IdentifyLanguage in your request.
1690
1690
  */
1691
1691
  IdentifyLanguage?: Boolean;
1692
1692
  /**
@@ -1708,7 +1708,7 @@ declare namespace TranscribeService {
1708
1708
  }
1709
1709
  export interface StartTranscriptionJobResponse {
1710
1710
  /**
1711
- * An object containing details of the asynchronous transcription job.
1711
+ * Provides information about your asynchronous transcription job.
1712
1712
  */
1713
1713
  TranscriptionJob?: TranscriptionJob;
1714
1714
  }
@@ -1716,21 +1716,30 @@ declare namespace TranscribeService {
1716
1716
  export type SubtitleFileUris = Uri[];
1717
1717
  export type SubtitleFormat = "vtt"|"srt"|string;
1718
1718
  export type SubtitleFormats = SubtitleFormat[];
1719
+ export type SubtitleOutputStartIndex = number;
1719
1720
  export interface Subtitles {
1720
1721
  /**
1721
- * Specify the output format for your subtitle file.
1722
+ * Specify the output format for your subtitle file; if you select both srt and vtt formats, two output files are generated.
1722
1723
  */
1723
1724
  Formats?: SubtitleFormats;
1725
+ /**
1726
+ * Defines the starting value that is assigned to the first subtitle segment. The default start index for Amazon Transcribe is 0, which differs from the more widely used standard of 1. If you're uncertain which value to use, we recommend choosing 1, as this may improve compatibility with other services.
1727
+ */
1728
+ OutputStartIndex?: SubtitleOutputStartIndex;
1724
1729
  }
1725
1730
  export interface SubtitlesOutput {
1726
1731
  /**
1727
- * Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are generated.
1732
+ * The format of your subtitle files. If your request specified both srt and vtt formats, both formats are shown.
1728
1733
  */
1729
1734
  Formats?: SubtitleFormats;
1730
1735
  /**
1731
1736
  * Contains the output location for your subtitle file. This location must be an S3 bucket.
1732
1737
  */
1733
1738
  SubtitleFileUris?: SubtitleFileUris;
1739
+ /**
1740
+ * Shows the output start index value for your subtitle files. If you did not specify a value in your request, the default value of 0 is used.
1741
+ */
1742
+ OutputStartIndex?: SubtitleOutputStartIndex;
1734
1743
  }
1735
1744
  export interface Tag {
1736
1745
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1099.0',
86
+ VERSION: '2.1102.0',
87
87
 
88
88
  /**
89
89
  * @api private