aws-sdk 2.661.0 → 2.662.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.
@@ -68,11 +68,11 @@ declare class Firehose extends Service {
68
68
  */
69
69
  putRecordBatch(callback?: (err: AWSError, data: Firehose.Types.PutRecordBatchOutput) => void): Request<Firehose.Types.PutRecordBatchOutput, AWSError>;
70
70
  /**
71
- * Enables server-side encryption (SSE) for the delivery stream. This operation is asynchronous. It returns immediately. When you invoke it, Kinesis Data Firehose first sets the encryption status of the stream to ENABLING, and then to ENABLED. The encryption status of a delivery stream is the Status property in DeliveryStreamEncryptionConfiguration. If the operation fails, the encryption status changes to ENABLING_FAILED. You can continue to read and write data to your delivery stream while the encryption status is ENABLING, but the data is not encrypted. It can take up to 5 seconds after the encryption status changes to ENABLED before all records written to the delivery stream are encrypted. To find out whether a record or a batch of records was encrypted, check the response elements PutRecordOutput$Encrypted and PutRecordBatchOutput$Encrypted, respectively. To check the encryption status of a delivery stream, use DescribeDeliveryStream. Even if encryption is currently enabled for a delivery stream, you can still invoke this operation on it to change the ARN of the CMK or both its type and ARN. In this case, Kinesis Data Firehose schedules the grant it had on the old CMK for retirement and creates a grant that enables it to use the new CMK to encrypt and decrypt data and to manage the grant. If a delivery stream already has encryption enabled and then you invoke this operation to change the ARN of the CMK or both its type and ARN and you get ENABLING_FAILED, this only means that the attempt to change the CMK failed. In this case, encryption remains enabled with the old CMK. If the encryption status of your delivery stream is ENABLING_FAILED, you can invoke this operation again. You can only enable SSE for a delivery stream that uses DirectPut as its source. The StartDeliveryStreamEncryption and StopDeliveryStreamEncryption operations have a combined limit of 25 calls per delivery stream per 24 hours. For example, you reach the limit if you call StartDeliveryStreamEncryption 13 times and StopDeliveryStreamEncryption 12 times for the same delivery stream in a 24-hour period.
71
+ * Enables server-side encryption (SSE) for the delivery stream. This operation is asynchronous. It returns immediately. When you invoke it, Kinesis Data Firehose first sets the encryption status of the stream to ENABLING, and then to ENABLED. The encryption status of a delivery stream is the Status property in DeliveryStreamEncryptionConfiguration. If the operation fails, the encryption status changes to ENABLING_FAILED. You can continue to read and write data to your delivery stream while the encryption status is ENABLING, but the data is not encrypted. It can take up to 5 seconds after the encryption status changes to ENABLED before all records written to the delivery stream are encrypted. To find out whether a record or a batch of records was encrypted, check the response elements PutRecordOutput$Encrypted and PutRecordBatchOutput$Encrypted, respectively. To check the encryption status of a delivery stream, use DescribeDeliveryStream. Even if encryption is currently enabled for a delivery stream, you can still invoke this operation on it to change the ARN of the CMK or both its type and ARN. If you invoke this method to change the CMK, and the old CMK is of type CUSTOMER_MANAGED_CMK, Kinesis Data Firehose schedules the grant it had on the old CMK for retirement. If the new CMK is of type CUSTOMER_MANAGED_CMK, Kinesis Data Firehose creates a grant that enables it to use the new CMK to encrypt and decrypt data and to manage the grant. If a delivery stream already has encryption enabled and then you invoke this operation to change the ARN of the CMK or both its type and ARN and you get ENABLING_FAILED, this only means that the attempt to change the CMK failed. In this case, encryption remains enabled with the old CMK. If the encryption status of your delivery stream is ENABLING_FAILED, you can invoke this operation again with a valid CMK. The CMK must be enabled and the key policy mustn't explicitly deny the permission for Kinesis Data Firehose to invoke KMS encrypt and decrypt operations. You can enable SSE for a delivery stream only if it's a delivery stream that uses DirectPut as its source. The StartDeliveryStreamEncryption and StopDeliveryStreamEncryption operations have a combined limit of 25 calls per delivery stream per 24 hours. For example, you reach the limit if you call StartDeliveryStreamEncryption 13 times and StopDeliveryStreamEncryption 12 times for the same delivery stream in a 24-hour period.
72
72
  */
73
73
  startDeliveryStreamEncryption(params: Firehose.Types.StartDeliveryStreamEncryptionInput, callback?: (err: AWSError, data: Firehose.Types.StartDeliveryStreamEncryptionOutput) => void): Request<Firehose.Types.StartDeliveryStreamEncryptionOutput, AWSError>;
74
74
  /**
75
- * Enables server-side encryption (SSE) for the delivery stream. This operation is asynchronous. It returns immediately. When you invoke it, Kinesis Data Firehose first sets the encryption status of the stream to ENABLING, and then to ENABLED. The encryption status of a delivery stream is the Status property in DeliveryStreamEncryptionConfiguration. If the operation fails, the encryption status changes to ENABLING_FAILED. You can continue to read and write data to your delivery stream while the encryption status is ENABLING, but the data is not encrypted. It can take up to 5 seconds after the encryption status changes to ENABLED before all records written to the delivery stream are encrypted. To find out whether a record or a batch of records was encrypted, check the response elements PutRecordOutput$Encrypted and PutRecordBatchOutput$Encrypted, respectively. To check the encryption status of a delivery stream, use DescribeDeliveryStream. Even if encryption is currently enabled for a delivery stream, you can still invoke this operation on it to change the ARN of the CMK or both its type and ARN. In this case, Kinesis Data Firehose schedules the grant it had on the old CMK for retirement and creates a grant that enables it to use the new CMK to encrypt and decrypt data and to manage the grant. If a delivery stream already has encryption enabled and then you invoke this operation to change the ARN of the CMK or both its type and ARN and you get ENABLING_FAILED, this only means that the attempt to change the CMK failed. In this case, encryption remains enabled with the old CMK. If the encryption status of your delivery stream is ENABLING_FAILED, you can invoke this operation again. You can only enable SSE for a delivery stream that uses DirectPut as its source. The StartDeliveryStreamEncryption and StopDeliveryStreamEncryption operations have a combined limit of 25 calls per delivery stream per 24 hours. For example, you reach the limit if you call StartDeliveryStreamEncryption 13 times and StopDeliveryStreamEncryption 12 times for the same delivery stream in a 24-hour period.
75
+ * Enables server-side encryption (SSE) for the delivery stream. This operation is asynchronous. It returns immediately. When you invoke it, Kinesis Data Firehose first sets the encryption status of the stream to ENABLING, and then to ENABLED. The encryption status of a delivery stream is the Status property in DeliveryStreamEncryptionConfiguration. If the operation fails, the encryption status changes to ENABLING_FAILED. You can continue to read and write data to your delivery stream while the encryption status is ENABLING, but the data is not encrypted. It can take up to 5 seconds after the encryption status changes to ENABLED before all records written to the delivery stream are encrypted. To find out whether a record or a batch of records was encrypted, check the response elements PutRecordOutput$Encrypted and PutRecordBatchOutput$Encrypted, respectively. To check the encryption status of a delivery stream, use DescribeDeliveryStream. Even if encryption is currently enabled for a delivery stream, you can still invoke this operation on it to change the ARN of the CMK or both its type and ARN. If you invoke this method to change the CMK, and the old CMK is of type CUSTOMER_MANAGED_CMK, Kinesis Data Firehose schedules the grant it had on the old CMK for retirement. If the new CMK is of type CUSTOMER_MANAGED_CMK, Kinesis Data Firehose creates a grant that enables it to use the new CMK to encrypt and decrypt data and to manage the grant. If a delivery stream already has encryption enabled and then you invoke this operation to change the ARN of the CMK or both its type and ARN and you get ENABLING_FAILED, this only means that the attempt to change the CMK failed. In this case, encryption remains enabled with the old CMK. If the encryption status of your delivery stream is ENABLING_FAILED, you can invoke this operation again with a valid CMK. The CMK must be enabled and the key policy mustn't explicitly deny the permission for Kinesis Data Firehose to invoke KMS encrypt and decrypt operations. You can enable SSE for a delivery stream only if it's a delivery stream that uses DirectPut as its source. The StartDeliveryStreamEncryption and StopDeliveryStreamEncryption operations have a combined limit of 25 calls per delivery stream per 24 hours. For example, you reach the limit if you call StartDeliveryStreamEncryption 13 times and StopDeliveryStreamEncryption 12 times for the same delivery stream in a 24-hour period.
76
76
  */
77
77
  startDeliveryStreamEncryption(callback?: (err: AWSError, data: Firehose.Types.StartDeliveryStreamEncryptionOutput) => void): Request<Firehose.Types.StartDeliveryStreamEncryptionOutput, AWSError>;
78
78
  /**
@@ -139,7 +139,7 @@ declare namespace Firehose {
139
139
  }
140
140
  export type ClusterJDBCURL = string;
141
141
  export type ColumnToJsonKeyMappings = {[key: string]: NonEmptyString};
142
- export type CompressionFormat = "UNCOMPRESSED"|"GZIP"|"ZIP"|"Snappy"|string;
142
+ export type CompressionFormat = "UNCOMPRESSED"|"GZIP"|"ZIP"|"Snappy"|"HADOOP_SNAPPY"|string;
143
143
  export interface CopyCommand {
144
144
  /**
145
145
  * The name of the target table. The table must already exist in the database.
@@ -206,15 +206,15 @@ declare namespace Firehose {
206
206
  export type Data = Buffer|Uint8Array|Blob|string;
207
207
  export interface DataFormatConversionConfiguration {
208
208
  /**
209
- * Specifies the AWS Glue Data Catalog table that contains the column information.
209
+ * Specifies the AWS Glue Data Catalog table that contains the column information. This parameter is required if Enabled is set to true.
210
210
  */
211
211
  SchemaConfiguration?: SchemaConfiguration;
212
212
  /**
213
- * Specifies the deserializer that you want Kinesis Data Firehose to use to convert the format of your data from JSON.
213
+ * Specifies the deserializer that you want Kinesis Data Firehose to use to convert the format of your data from JSON. This parameter is required if Enabled is set to true.
214
214
  */
215
215
  InputFormatConfiguration?: InputFormatConfiguration;
216
216
  /**
217
- * Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data to the Parquet or ORC format.
217
+ * Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data to the Parquet or ORC format. This parameter is required if Enabled is set to true.
218
218
  */
219
219
  OutputFormatConfiguration?: OutputFormatConfiguration;
220
220
  /**
@@ -312,12 +312,12 @@ declare namespace Firehose {
312
312
  */
313
313
  KeyARN?: AWSKMSKeyARN;
314
314
  /**
315
- * Indicates the type of customer master key (CMK) to use for encryption. The default setting is AWS_OWNED_CMK. For more information about CMKs, see Customer Master Keys (CMKs). When you invoke CreateDeliveryStream or StartDeliveryStreamEncryption with KeyType set to CUSTOMER_MANAGED_CMK, Kinesis Data Firehose invokes the Amazon KMS operation CreateGrant to create a grant that allows the Kinesis Data Firehose service to use the customer managed CMK to perform encryption and decryption. Kinesis Data Firehose manages that grant. When you invoke StartDeliveryStreamEncryption to change the CMK for a delivery stream that is already encrypted with a customer managed CMK, Kinesis Data Firehose schedules the grant it had on the old CMK for retirement.
315
+ * Indicates the type of customer master key (CMK) to use for encryption. The default setting is AWS_OWNED_CMK. For more information about CMKs, see Customer Master Keys (CMKs). When you invoke CreateDeliveryStream or StartDeliveryStreamEncryption with KeyType set to CUSTOMER_MANAGED_CMK, Kinesis Data Firehose invokes the Amazon KMS operation CreateGrant to create a grant that allows the Kinesis Data Firehose service to use the customer managed CMK to perform encryption and decryption. Kinesis Data Firehose manages that grant. When you invoke StartDeliveryStreamEncryption to change the CMK for a delivery stream that is encrypted with a customer managed CMK, Kinesis Data Firehose schedules the grant it had on the old CMK for retirement. You can use a CMK of type CUSTOMER_MANAGED_CMK to encrypt up to 500 delivery streams. If a CreateDeliveryStream or StartDeliveryStreamEncryption operation exceeds this limit, Kinesis Data Firehose throws a LimitExceededException. To encrypt your delivery stream, use symmetric CMKs. Kinesis Data Firehose doesn't support asymmetric CMKs. For information about symmetric and asymmetric CMKs, see About Symmetric and Asymmetric CMKs in the AWS Key Management Service developer guide.
316
316
  */
317
317
  KeyType: KeyType;
318
318
  }
319
319
  export type DeliveryStreamEncryptionStatus = "ENABLED"|"ENABLING"|"ENABLING_FAILED"|"DISABLED"|"DISABLING"|"DISABLING_FAILED"|string;
320
- export type DeliveryStreamFailureType = "RETIRE_KMS_GRANT_FAILED"|"CREATE_KMS_GRANT_FAILED"|"KMS_ACCESS_DENIED"|"DISABLED_KMS_KEY"|"INVALID_KMS_KEY"|"KMS_KEY_NOT_FOUND"|"KMS_OPT_IN_REQUIRED"|"UNKNOWN_ERROR"|string;
320
+ export type DeliveryStreamFailureType = "RETIRE_KMS_GRANT_FAILED"|"CREATE_KMS_GRANT_FAILED"|"KMS_ACCESS_DENIED"|"DISABLED_KMS_KEY"|"INVALID_KMS_KEY"|"KMS_KEY_NOT_FOUND"|"KMS_OPT_IN_REQUIRED"|"CREATE_ENI_FAILED"|"DELETE_ENI_FAILED"|"SUBNET_NOT_FOUND"|"SECURITY_GROUP_NOT_FOUND"|"ENI_ACCESS_DENIED"|"SUBNET_ACCESS_DENIED"|"SECURITY_GROUP_ACCESS_DENIED"|"UNKNOWN_ERROR"|string;
321
321
  export type DeliveryStreamName = string;
322
322
  export type DeliveryStreamNameList = DeliveryStreamName[];
323
323
  export type DeliveryStreamStatus = "CREATING"|"CREATING_FAILED"|"DELETING"|"DELETING_FAILED"|"ACTIVE"|string;
@@ -444,6 +444,10 @@ declare namespace Firehose {
444
444
  * The Amazon CloudWatch logging options for your delivery stream.
445
445
  */
446
446
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
447
+ /**
448
+ * The details of the VPC of the Amazon ES destination.
449
+ */
450
+ VpcConfiguration?: VpcConfiguration;
447
451
  }
448
452
  export interface ElasticsearchDestinationDescription {
449
453
  /**
@@ -494,6 +498,10 @@ declare namespace Firehose {
494
498
  * The Amazon CloudWatch logging options.
495
499
  */
496
500
  CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
501
+ /**
502
+ * The details of the VPC of the Amazon ES destination.
503
+ */
504
+ VpcConfigurationDescription?: VpcConfigurationDescription;
497
505
  }
498
506
  export interface ElasticsearchDestinationUpdate {
499
507
  /**
@@ -1306,6 +1314,7 @@ declare namespace Firehose {
1306
1314
  */
1307
1315
  VersionId?: NonEmptyStringWithoutWhitespace;
1308
1316
  }
1317
+ export type SecurityGroupIdList = NonEmptyStringWithoutWhitespace[];
1309
1318
  export interface Serializer {
1310
1319
  /**
1311
1320
  * A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see Apache Parquet.
@@ -1465,6 +1474,7 @@ declare namespace Firehose {
1465
1474
  }
1466
1475
  export interface StopDeliveryStreamEncryptionOutput {
1467
1476
  }
1477
+ export type SubnetIdList = NonEmptyStringWithoutWhitespace[];
1468
1478
  export interface Tag {
1469
1479
  /**
1470
1480
  * A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @
@@ -1541,6 +1551,38 @@ declare namespace Firehose {
1541
1551
  export interface UpdateDestinationOutput {
1542
1552
  }
1543
1553
  export type Username = string;
1554
+ export interface VpcConfiguration {
1555
+ /**
1556
+ * The IDs of the subnets that you want Kinesis Data Firehose to use to create ENIs in the VPC of the Amazon ES destination. Make sure that the routing tables and inbound and outbound rules allow traffic to flow from the subnets whose IDs are specified here to the subnets that have the destination Amazon ES endpoints. Kinesis Data Firehose creates at least one ENI in each of the subnets that are specified here. Do not delete or modify these ENIs. The number of ENIs that Kinesis Data Firehose creates in the subnets specified here scales up and down automatically based on throughput. To enable Kinesis Data Firehose to scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To help you calculate the quota you need, assume that Kinesis Data Firehose can create up to three ENIs for this delivery stream for each of the subnets specified here. For more information about ENI quota, see Network Interfaces in the Amazon VPC Quotas topic.
1557
+ */
1558
+ SubnetIds: SubnetIdList;
1559
+ /**
1560
+ * The ARN of the IAM role that you want the delivery stream to use to create endpoints in the destination VPC.
1561
+ */
1562
+ RoleARN: RoleARN;
1563
+ /**
1564
+ * The IDs of the security groups that you want Kinesis Data Firehose to use when it creates ENIs in the VPC of the Amazon ES destination.
1565
+ */
1566
+ SecurityGroupIds: SecurityGroupIdList;
1567
+ }
1568
+ export interface VpcConfigurationDescription {
1569
+ /**
1570
+ * The IDs of the subnets that Kinesis Data Firehose uses to create ENIs in the VPC of the Amazon ES destination. Make sure that the routing tables and inbound and outbound rules allow traffic to flow from the subnets whose IDs are specified here to the subnets that have the destination Amazon ES endpoints. Kinesis Data Firehose creates at least one ENI in each of the subnets that are specified here. Do not delete or modify these ENIs. The number of ENIs that Kinesis Data Firehose creates in the subnets specified here scales up and down automatically based on throughput. To enable Kinesis Data Firehose to scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To help you calculate the quota you need, assume that Kinesis Data Firehose can create up to three ENIs for this delivery stream for each of the subnets specified here. For more information about ENI quota, see Network Interfaces in the Amazon VPC Quotas topic.
1571
+ */
1572
+ SubnetIds: SubnetIdList;
1573
+ /**
1574
+ * The ARN of the IAM role that you want the delivery stream uses to create endpoints in the destination VPC.
1575
+ */
1576
+ RoleARN: RoleARN;
1577
+ /**
1578
+ * The IDs of the security groups that Kinesis Data Firehose uses when it creates ENIs in the VPC of the Amazon ES destination.
1579
+ */
1580
+ SecurityGroupIds: SecurityGroupIdList;
1581
+ /**
1582
+ * The ID of the Amazon ES destination's VPC.
1583
+ */
1584
+ VpcId: NonEmptyStringWithoutWhitespace;
1585
+ }
1544
1586
  /**
1545
1587
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
1546
1588
  */
@@ -107,6 +107,30 @@ declare class MediaPackageVod extends Service {
107
107
  * Returns a collection of MediaPackage VOD PackagingGroup resources.
108
108
  */
109
109
  listPackagingGroups(callback?: (err: AWSError, data: MediaPackageVod.Types.ListPackagingGroupsResponse) => void): Request<MediaPackageVod.Types.ListPackagingGroupsResponse, AWSError>;
110
+ /**
111
+ * List tags for a given MediaPackage VOD resource
112
+ */
113
+ listTagsForResource(params: MediaPackageVod.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: MediaPackageVod.Types.ListTagsForResourceResponse) => void): Request<MediaPackageVod.Types.ListTagsForResourceResponse, AWSError>;
114
+ /**
115
+ * List tags for a given MediaPackage VOD resource
116
+ */
117
+ listTagsForResource(callback?: (err: AWSError, data: MediaPackageVod.Types.ListTagsForResourceResponse) => void): Request<MediaPackageVod.Types.ListTagsForResourceResponse, AWSError>;
118
+ /**
119
+ * Set tags for a given MediaPackage VOD resource
120
+ */
121
+ tagResource(params: MediaPackageVod.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
122
+ /**
123
+ * Set tags for a given MediaPackage VOD resource
124
+ */
125
+ tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
126
+ /**
127
+ * Delete tags for a given MediaPackage VOD resource
128
+ */
129
+ untagResource(params: MediaPackageVod.Types.UntagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
130
+ /**
131
+ * Delete tags for a given MediaPackage VOD resource
132
+ */
133
+ untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
110
134
  }
111
135
  declare namespace MediaPackageVod {
112
136
  export type AdMarkers = "NONE"|"SCTE35_ENHANCED"|"PASSTHROUGH"|string;
@@ -139,6 +163,7 @@ declare namespace MediaPackageVod {
139
163
  * The IAM role ARN used to access the source S3 bucket.
140
164
  */
141
165
  SourceRoleArn?: __string;
166
+ Tags?: Tags;
142
167
  }
143
168
  export interface CmafEncryption {
144
169
  SpekeKeyProvider: SpekeKeyProvider;
@@ -177,6 +202,7 @@ rounded to the nearest multiple of the source fragment duration.
177
202
  * The IAM role ARN used to access the source S3 bucket.
178
203
  */
179
204
  SourceRoleArn: __string;
205
+ Tags?: Tags;
180
206
  }
181
207
  export interface CreateAssetResponse {
182
208
  /**
@@ -211,6 +237,7 @@ rounded to the nearest multiple of the source fragment duration.
211
237
  * The IAM role_arn used to access the source S3 bucket.
212
238
  */
213
239
  SourceRoleArn?: __string;
240
+ Tags?: Tags;
214
241
  }
215
242
  export interface CreatePackagingConfigurationRequest {
216
243
  CmafPackage?: CmafPackage;
@@ -225,6 +252,7 @@ rounded to the nearest multiple of the source fragment duration.
225
252
  * The ID of a PackagingGroup.
226
253
  */
227
254
  PackagingGroupId: __string;
255
+ Tags?: Tags;
228
256
  }
229
257
  export interface CreatePackagingConfigurationResponse {
230
258
  /**
@@ -243,12 +271,14 @@ rounded to the nearest multiple of the source fragment duration.
243
271
  * The ID of a PackagingGroup.
244
272
  */
245
273
  PackagingGroupId?: __string;
274
+ Tags?: Tags;
246
275
  }
247
276
  export interface CreatePackagingGroupRequest {
248
277
  /**
249
278
  * The ID of the PackagingGroup.
250
279
  */
251
280
  Id: __string;
281
+ Tags?: Tags;
252
282
  }
253
283
  export interface CreatePackagingGroupResponse {
254
284
  /**
@@ -263,6 +293,7 @@ rounded to the nearest multiple of the source fragment duration.
263
293
  * The ID of the PackagingGroup.
264
294
  */
265
295
  Id?: __string;
296
+ Tags?: Tags;
266
297
  }
267
298
  export interface DashEncryption {
268
299
  SpekeKeyProvider: SpekeKeyProvider;
@@ -374,6 +405,7 @@ rounded to the nearest multiple of the source segment duration.
374
405
  * The IAM role_arn used to access the source S3 bucket.
375
406
  */
376
407
  SourceRoleArn?: __string;
408
+ Tags?: Tags;
377
409
  }
378
410
  export interface DescribePackagingConfigurationRequest {
379
411
  /**
@@ -398,6 +430,7 @@ rounded to the nearest multiple of the source segment duration.
398
430
  * The ID of a PackagingGroup.
399
431
  */
400
432
  PackagingGroupId?: __string;
433
+ Tags?: Tags;
401
434
  }
402
435
  export interface DescribePackagingGroupRequest {
403
436
  /**
@@ -418,6 +451,7 @@ rounded to the nearest multiple of the source segment duration.
418
451
  * The ID of the PackagingGroup.
419
452
  */
420
453
  Id?: __string;
454
+ Tags?: Tags;
421
455
  }
422
456
  export interface EgressEndpoint {
423
457
  /**
@@ -566,6 +600,12 @@ rounded to the nearest multiple of the source fragment duration.
566
600
  */
567
601
  PackagingGroups?: __listOfPackagingGroup;
568
602
  }
603
+ export interface ListTagsForResourceRequest {
604
+ ResourceArn: __string;
605
+ }
606
+ export interface ListTagsForResourceResponse {
607
+ Tags?: __mapOf__string;
608
+ }
569
609
  export type ManifestLayout = "FULL"|"COMPACT"|string;
570
610
  export type MaxResults = number;
571
611
  export interface MssEncryption {
@@ -606,6 +646,7 @@ rounded to the nearest multiple of the source fragment duration.
606
646
  * The ID of a PackagingGroup.
607
647
  */
608
648
  PackagingGroupId?: __string;
649
+ Tags?: Tags;
609
650
  }
610
651
  export interface PackagingGroup {
611
652
  /**
@@ -620,6 +661,7 @@ rounded to the nearest multiple of the source fragment duration.
620
661
  * The ID of the PackagingGroup.
621
662
  */
622
663
  Id?: __string;
664
+ Tags?: Tags;
623
665
  }
624
666
  export type Profile = "NONE"|"HBBTV_1_5"|string;
625
667
  export type SegmentTemplateFormat = "NUMBER_WITH_TIMELINE"|"TIME_WITH_TIMELINE"|"NUMBER_WITH_DURATION"|string;
@@ -654,6 +696,18 @@ MediaPackage will assume when accessing the key provider service.
654
696
  */
655
697
  StreamOrder?: StreamOrder;
656
698
  }
699
+ export interface TagResourceRequest {
700
+ ResourceArn: __string;
701
+ Tags: __mapOf__string;
702
+ }
703
+ export type Tags = {[key: string]: __string};
704
+ export interface UntagResourceRequest {
705
+ ResourceArn: __string;
706
+ /**
707
+ * The key(s) of tag to be deleted
708
+ */
709
+ TagKeys: __listOf__string;
710
+ }
657
711
  export type __PeriodTriggersElement = "ADS"|string;
658
712
  export type __boolean = boolean;
659
713
  export type __integer = number;
@@ -666,6 +720,7 @@ MediaPackage will assume when accessing the key provider service.
666
720
  export type __listOfPackagingGroup = PackagingGroup[];
667
721
  export type __listOf__PeriodTriggersElement = __PeriodTriggersElement[];
668
722
  export type __listOf__string = __string[];
723
+ export type __mapOf__string = {[key: string]: __string};
669
724
  export type __string = string;
670
725
  /**
671
726
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.