cdk-docker-image-deployment 0.0.39 → 0.0.41

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 (49) hide show
  1. package/.jsii +4 -4
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/@types/aws-lambda/README.md +1 -1
  6. package/node_modules/@types/aws-lambda/index.d.ts +1 -0
  7. package/node_modules/@types/aws-lambda/package.json +2 -2
  8. package/node_modules/@types/aws-lambda/trigger/amplify-resolver.d.ts +36 -0
  9. package/node_modules/@types/aws-lambda/trigger/appsync-resolver.d.ts +2 -0
  10. package/node_modules/aws-sdk/CHANGELOG.md +16 -1
  11. package/node_modules/aws-sdk/README.md +1 -1
  12. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +3 -0
  13. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +74 -68
  14. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +3 -1
  15. package/node_modules/aws-sdk/apis/ds-2015-04-16.min.json +84 -1
  16. package/node_modules/aws-sdk/apis/ds-2015-04-16.paginators.json +78 -2
  17. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +137 -121
  18. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +294 -250
  19. package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +44 -28
  20. package/node_modules/aws-sdk/apis/metadata.json +2 -1
  21. package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +88 -17
  22. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +46 -40
  23. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +3 -59
  24. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +4 -0
  25. package/node_modules/aws-sdk/clients/appflow.d.ts +15 -1
  26. package/node_modules/aws-sdk/clients/browser_default.d.ts +1 -0
  27. package/node_modules/aws-sdk/clients/browser_default.js +1 -0
  28. package/node_modules/aws-sdk/clients/connect.d.ts +8 -0
  29. package/node_modules/aws-sdk/clients/directoryservice.d.ts +121 -0
  30. package/node_modules/aws-sdk/clients/ecs.d.ts +3 -3
  31. package/node_modules/aws-sdk/clients/guardduty.d.ts +19 -8
  32. package/node_modules/aws-sdk/clients/iam.d.ts +14 -14
  33. package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +1 -1
  34. package/node_modules/aws-sdk/clients/medialive.d.ts +42 -0
  35. package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +13 -0
  36. package/node_modules/aws-sdk/clients/panorama.d.ts +85 -7
  37. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +1 -1
  38. package/node_modules/aws-sdk/clients/ssm.d.ts +7 -7
  39. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
  40. package/node_modules/aws-sdk/clients/transfer.d.ts +60 -55
  41. package/node_modules/aws-sdk/clients/translate.d.ts +49 -19
  42. package/node_modules/aws-sdk/clients/wisdom.d.ts +0 -56
  43. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  44. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
  45. package/node_modules/aws-sdk/dist/aws-sdk.js +660 -307
  46. package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
  47. package/node_modules/aws-sdk/lib/core.js +1 -1
  48. package/node_modules/aws-sdk/package.json +1 -1
  49. package/package.json +5 -5
@@ -156,11 +156,11 @@ declare class GuardDuty extends Service {
156
156
  */
157
157
  deleteThreatIntelSet(callback?: (err: AWSError, data: GuardDuty.Types.DeleteThreatIntelSetResponse) => void): Request<GuardDuty.Types.DeleteThreatIntelSetResponse, AWSError>;
158
158
  /**
159
- * Returns a list of malware scans.
159
+ * Returns a list of malware scans. Each member account can view the malware scans for their own accounts. An administrator can view the malware scans for all the member accounts.
160
160
  */
161
161
  describeMalwareScans(params: GuardDuty.Types.DescribeMalwareScansRequest, callback?: (err: AWSError, data: GuardDuty.Types.DescribeMalwareScansResponse) => void): Request<GuardDuty.Types.DescribeMalwareScansResponse, AWSError>;
162
162
  /**
163
- * Returns a list of malware scans.
163
+ * Returns a list of malware scans. Each member account can view the malware scans for their own accounts. An administrator can view the malware scans for all the member accounts.
164
164
  */
165
165
  describeMalwareScans(callback?: (err: AWSError, data: GuardDuty.Types.DescribeMalwareScansResponse) => void): Request<GuardDuty.Types.DescribeMalwareScansResponse, AWSError>;
166
166
  /**
@@ -204,11 +204,11 @@ declare class GuardDuty extends Service {
204
204
  */
205
205
  disassociateFromMasterAccount(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateFromMasterAccountResponse) => void): Request<GuardDuty.Types.DisassociateFromMasterAccountResponse, AWSError>;
206
206
  /**
207
- * Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
207
+ * Disassociates GuardDuty member accounts (to the current administrator account) specified by the account IDs.
208
208
  */
209
209
  disassociateMembers(params: GuardDuty.Types.DisassociateMembersRequest, callback?: (err: AWSError, data: GuardDuty.Types.DisassociateMembersResponse) => void): Request<GuardDuty.Types.DisassociateMembersResponse, AWSError>;
210
210
  /**
211
- * Disassociates GuardDuty member accounts (to the current GuardDuty administrator account) specified by the account IDs.
211
+ * Disassociates GuardDuty member accounts (to the current administrator account) specified by the account IDs.
212
212
  */
213
213
  disassociateMembers(callback?: (err: AWSError, data: GuardDuty.Types.DisassociateMembersResponse) => void): Request<GuardDuty.Types.DisassociateMembersResponse, AWSError>;
214
214
  /**
@@ -905,6 +905,10 @@ declare namespace GuardDuty {
905
905
  * The unique ID of the created detector.
906
906
  */
907
907
  DetectorId?: DetectorId;
908
+ /**
909
+ * Specifies the data sources that couldn't be enabled when GuardDuty was enabled for the first time.
910
+ */
911
+ UnprocessedDataSources?: UnprocessedDataSourcesResult;
908
912
  }
909
913
  export interface CreateFilterRequest {
910
914
  /**
@@ -1129,7 +1133,7 @@ declare namespace GuardDuty {
1129
1133
  export type DataSourceStatus = "ENABLED"|"DISABLED"|string;
1130
1134
  export interface DataSourcesFreeTrial {
1131
1135
  /**
1132
- * Describes whether any AWS CloudTrail management event logs are enabled as data sources.
1136
+ * Describes whether any Amazon Web Services CloudTrail management event logs are enabled as data sources.
1133
1137
  */
1134
1138
  CloudTrail?: DataSourceFreeTrial;
1135
1139
  /**
@@ -1475,6 +1479,10 @@ declare namespace GuardDuty {
1475
1479
  * Describes whether scanning EBS volumes is enabled as a data source.
1476
1480
  */
1477
1481
  Status?: DataSourceStatus;
1482
+ /**
1483
+ * Specifies the reason why scanning EBS volumes (Malware Protection) was not enabled as a data source.
1484
+ */
1485
+ Reason?: String;
1478
1486
  }
1479
1487
  export interface EcsClusterDetails {
1480
1488
  /**
@@ -1901,7 +1909,7 @@ declare namespace GuardDuty {
1901
1909
  */
1902
1910
  ScanResourceCriteria?: ScanResourceCriteria;
1903
1911
  /**
1904
- * An enum value representing possible snapshot preservations.
1912
+ * An enum value representing possible snapshot preservation settings.
1905
1913
  */
1906
1914
  EbsSnapshotPreservation?: EbsSnapshotPreservation;
1907
1915
  }
@@ -2426,7 +2434,7 @@ declare namespace GuardDuty {
2426
2434
  */
2427
2435
  NextToken?: String;
2428
2436
  /**
2429
- * Specifies whether to only return associated members or to return all members (including members who haven't been invited yet or have been disassociated).
2437
+ * Specifies whether to only return associated members or to return all members (including members who haven't been invited yet or have been disassociated). Member accounts must have been previously associated with the GuardDuty administrator account using Create Members .
2430
2438
  */
2431
2439
  OnlyAssociated?: String;
2432
2440
  }
@@ -3441,6 +3449,9 @@ declare namespace GuardDuty {
3441
3449
  Result: String;
3442
3450
  }
3443
3451
  export type UnprocessedAccounts = UnprocessedAccount[];
3452
+ export interface UnprocessedDataSourcesResult {
3453
+ MalwareProtection?: MalwareProtectionConfigurationResult;
3454
+ }
3444
3455
  export interface UntagResourceRequest {
3445
3456
  /**
3446
3457
  * The Amazon Resource Name (ARN) for the resource to remove tags from.
@@ -3559,7 +3570,7 @@ declare namespace GuardDuty {
3559
3570
  */
3560
3571
  ScanResourceCriteria?: ScanResourceCriteria;
3561
3572
  /**
3562
- * An enum value representing possible snapshot preservations.
3573
+ * An enum value representing possible snapshot preservation settings.
3563
3574
  */
3564
3575
  EbsSnapshotPreservation?: EbsSnapshotPreservation;
3565
3576
  }
@@ -233,11 +233,11 @@ declare class IAM extends Service {
233
233
  */
234
234
  deleteInstanceProfile(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
235
235
  /**
236
- * Deletes the password for the specified IAM user, which terminates the user's ability to access Amazon Web Services services through the Amazon Web Services Management Console. You can use the CLI, the Amazon Web Services API, or the Users page in the IAM console to delete a password for any IAM user. You can use ChangePassword to update, but not delete, your own password in the My Security Credentials page in the Amazon Web Services Management Console. Deleting a user's password does not prevent a user from accessing Amazon Web Services through the command line interface or the API. To prevent all user access, you must also either make any access keys inactive or delete them. For more information about making keys inactive or deleting them, see UpdateAccessKey and DeleteAccessKey.
236
+ * Deletes the password for the specified IAM user, For more information, see Managing passwords for IAM users. You can use the CLI, the Amazon Web Services API, or the Users page in the IAM console to delete a password for any IAM user. You can use ChangePassword to update, but not delete, your own password in the My Security Credentials page in the Amazon Web Services Management Console. Deleting a user's password does not prevent a user from accessing Amazon Web Services through the command line interface or the API. To prevent all user access, you must also either make any access keys inactive or delete them. For more information about making keys inactive or deleting them, see UpdateAccessKey and DeleteAccessKey.
237
237
  */
238
238
  deleteLoginProfile(params: IAM.Types.DeleteLoginProfileRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
239
239
  /**
240
- * Deletes the password for the specified IAM user, which terminates the user's ability to access Amazon Web Services services through the Amazon Web Services Management Console. You can use the CLI, the Amazon Web Services API, or the Users page in the IAM console to delete a password for any IAM user. You can use ChangePassword to update, but not delete, your own password in the My Security Credentials page in the Amazon Web Services Management Console. Deleting a user's password does not prevent a user from accessing Amazon Web Services through the command line interface or the API. To prevent all user access, you must also either make any access keys inactive or delete them. For more information about making keys inactive or deleting them, see UpdateAccessKey and DeleteAccessKey.
240
+ * Deletes the password for the specified IAM user, For more information, see Managing passwords for IAM users. You can use the CLI, the Amazon Web Services API, or the Users page in the IAM console to delete a password for any IAM user. You can use ChangePassword to update, but not delete, your own password in the My Security Credentials page in the Amazon Web Services Management Console. Deleting a user's password does not prevent a user from accessing Amazon Web Services through the command line interface or the API. To prevent all user access, you must also either make any access keys inactive or delete them. For more information about making keys inactive or deleting them, see UpdateAccessKey and DeleteAccessKey.
241
241
  */
242
242
  deleteLoginProfile(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
243
243
  /**
@@ -1301,19 +1301,19 @@ declare namespace IAM {
1301
1301
  */
1302
1302
  ServiceNamespace: serviceNamespaceType;
1303
1303
  /**
1304
- * The Region where the last service access attempt occurred. This field is null if no principals in the reported Organizations entity attempted to access the service within the reporting period.
1304
+ * The Region where the last service access attempt occurred. This field is null if no principals in the reported Organizations entity attempted to access the service within the tracking period.
1305
1305
  */
1306
1306
  Region?: stringType;
1307
1307
  /**
1308
- * The path of the Organizations entity (root, organizational unit, or account) from which an authenticated principal last attempted to access the service. Amazon Web Services does not report unauthenticated requests. This field is null if no principals (IAM users, IAM roles, or root users) in the reported Organizations entity attempted to access the service within the reporting period.
1308
+ * The path of the Organizations entity (root, organizational unit, or account) from which an authenticated principal last attempted to access the service. Amazon Web Services does not report unauthenticated requests. This field is null if no principals (IAM users, IAM roles, or root users) in the reported Organizations entity attempted to access the service within the tracking period.
1309
1309
  */
1310
1310
  EntityPath?: organizationsEntityPathType;
1311
1311
  /**
1312
- * The date and time, in ISO 8601 date-time format, when an authenticated principal most recently attempted to access the service. Amazon Web Services does not report unauthenticated requests. This field is null if no principals in the reported Organizations entity attempted to access the service within the reporting period.
1312
+ * The date and time, in ISO 8601 date-time format, when an authenticated principal most recently attempted to access the service. Amazon Web Services does not report unauthenticated requests. This field is null if no principals in the reported Organizations entity attempted to access the service within the tracking period.
1313
1313
  */
1314
1314
  LastAuthenticatedTime?: dateType;
1315
1315
  /**
1316
- * The number of accounts with authenticated principals (root users, IAM users, and IAM roles) that attempted to access the service in the reporting period.
1316
+ * The number of accounts with authenticated principals (root users, IAM users, and IAM roles) that attempted to access the service in the tracking period.
1317
1317
  */
1318
1318
  TotalAuthenticatedEntities?: integerType;
1319
1319
  }
@@ -2020,7 +2020,7 @@ declare namespace IAM {
2020
2020
  */
2021
2021
  EntityInfo: EntityInfo;
2022
2022
  /**
2023
- * The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access Amazon Web Services. Amazon Web Services does not report unauthenticated requests. This field is null if no IAM entities attempted to access the service within the reporting period.
2023
+ * The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access Amazon Web Services. Amazon Web Services does not report unauthenticated requests. This field is null if no IAM entities attempted to access the service within the tracking period.
2024
2024
  */
2025
2025
  LastAuthenticated?: dateType;
2026
2026
  }
@@ -4365,7 +4365,7 @@ declare namespace IAM {
4365
4365
  */
4366
4366
  ServiceName: serviceNameType;
4367
4367
  /**
4368
- * The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the service. Amazon Web Services does not report unauthenticated requests. This field is null if no IAM entities attempted to access the service within the reporting period.
4368
+ * The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the service. Amazon Web Services does not report unauthenticated requests. This field is null if no IAM entities attempted to access the service within the tracking period.
4369
4369
  */
4370
4370
  LastAuthenticated?: dateType;
4371
4371
  /**
@@ -4373,19 +4373,19 @@ declare namespace IAM {
4373
4373
  */
4374
4374
  ServiceNamespace: serviceNamespaceType;
4375
4375
  /**
4376
- * The ARN of the authenticated entity (user or role) that last attempted to access the service. Amazon Web Services does not report unauthenticated requests. This field is null if no IAM entities attempted to access the service within the reporting period.
4376
+ * The ARN of the authenticated entity (user or role) that last attempted to access the service. Amazon Web Services does not report unauthenticated requests. This field is null if no IAM entities attempted to access the service within the tracking period.
4377
4377
  */
4378
4378
  LastAuthenticatedEntity?: arnType;
4379
4379
  /**
4380
- * The Region from which the authenticated entity (user or role) last attempted to access the service. Amazon Web Services does not report unauthenticated requests. This field is null if no IAM entities attempted to access the service within the reporting period.
4380
+ * The Region from which the authenticated entity (user or role) last attempted to access the service. Amazon Web Services does not report unauthenticated requests. This field is null if no IAM entities attempted to access the service within the tracking period.
4381
4381
  */
4382
4382
  LastAuthenticatedRegion?: stringType;
4383
4383
  /**
4384
- * The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted to access the service. This field is null if no principals attempted to access the service within the reporting period.
4384
+ * The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted to access the service. This field is null if no principals attempted to access the service within the tracking period.
4385
4385
  */
4386
4386
  TotalAuthenticatedEntities?: integerType;
4387
4387
  /**
4388
- * An object that contains details about the most recent attempt to access a tracked action within the service. This field is null if there no tracked actions or if the principal did not use the tracked actions within the reporting period. This field is also null if the report was generated at the service level and not the action level. For more information, see the Granularity field in GenerateServiceLastAccessedDetails.
4388
+ * An object that contains details about the most recent attempt to access a tracked action within the service. This field is null if there no tracked actions or if the principal did not use the tracked actions within the tracking period. This field is also null if the report was generated at the service level and not the action level. For more information, see the Granularity field in GenerateServiceLastAccessedDetails.
4389
4389
  */
4390
4390
  TrackedActionsLastAccessed?: TrackedActionsLastAccessed;
4391
4391
  }
@@ -4712,11 +4712,11 @@ declare namespace IAM {
4712
4712
  ActionName?: stringType;
4713
4713
  LastAccessedEntity?: arnType;
4714
4714
  /**
4715
- * The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. Amazon Web Services does not report unauthenticated requests. This field is null if no IAM entities attempted to access the service within the reporting period.
4715
+ * The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. Amazon Web Services does not report unauthenticated requests. This field is null if no IAM entities attempted to access the service within the tracking period.
4716
4716
  */
4717
4717
  LastAccessedTime?: dateType;
4718
4718
  /**
4719
- * The Region from which the authenticated entity (user or role) last attempted to access the tracked action. Amazon Web Services does not report unauthenticated requests. This field is null if no IAM entities attempted to access the service within the reporting period.
4719
+ * The Region from which the authenticated entity (user or role) last attempted to access the tracked action. Amazon Web Services does not report unauthenticated requests. This field is null if no IAM entities attempted to access the service within the tracking period.
4720
4720
  */
4721
4721
  LastAccessedRegion?: stringType;
4722
4722
  }
@@ -733,7 +733,7 @@ declare namespace IoTFleetWise {
733
733
  */
734
734
  collectionScheme: CollectionScheme;
735
735
  /**
736
- * (Optional) A list of vehicle attributes to associate with a campaign. Default: An empty array
736
+ * (Optional) A list of vehicle attributes to associate with a campaign. Enrich the data with specified vehicle attributes. For example, add make and model to the campaign, and Amazon Web Services IoT FleetWise will associate the data with those attributes as dimensions in Amazon Timestream. You can then query the data against make and model. Default: An empty array
737
737
  */
738
738
  dataExtraDimensions?: DataExtraDimensionNodePathList;
739
739
  /**
@@ -947,6 +947,7 @@ Alternate rendition that the client will not try to play back by default. Repres
947
947
  AvailSettings?: AvailSettings;
948
948
  }
949
949
  export interface AvailSettings {
950
+ Esam?: Esam;
950
951
  Scte35SpliceInsert?: Scte35SpliceInsert;
951
952
  Scte35TimeSignalApos?: Scte35TimeSignalApos;
952
953
  }
@@ -2803,6 +2804,32 @@ You specify only the font family. All other style information (color, bold, posi
2803
2804
  TimecodeConfig: TimecodeConfig;
2804
2805
  VideoDescriptions: __listOfVideoDescription;
2805
2806
  }
2807
+ export interface Esam {
2808
+ /**
2809
+ * Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.
2810
+ */
2811
+ AcquisitionPointId: __stringMax256;
2812
+ /**
2813
+ * When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.
2814
+ */
2815
+ AdAvailOffset?: __integerMinNegative1000Max1000;
2816
+ /**
2817
+ * Password if credentials are required to access the POIS endpoint. This is a reference to an AWS parameter store name from which the password can be retrieved. AWS Parameter store format: "ssm://"
2818
+ */
2819
+ PasswordParam?: __string;
2820
+ /**
2821
+ * The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS). MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.
2822
+ */
2823
+ PoisEndpoint: __string;
2824
+ /**
2825
+ * Username if credentials are required to access the POIS endpoint. This can be either a plaintext username, or a reference to an AWS parameter store name from which the username can be retrieved. AWS Parameter store format: "ssm://"
2826
+ */
2827
+ Username?: __string;
2828
+ /**
2829
+ * Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.
2830
+ */
2831
+ ZoneIdentity?: __stringMax256;
2832
+ }
2806
2833
  export interface FailoverCondition {
2807
2834
  /**
2808
2835
  * Failover condition type-specific settings.
@@ -5916,6 +5943,10 @@ Valid values: 1, 2, 4, 6, 8
5916
5943
  * Action to pause or unpause one or both channel pipelines
5917
5944
  */
5918
5945
  PauseStateSettings?: PauseStateScheduleActionSettings;
5946
+ /**
5947
+ * Action to specify scte35 input
5948
+ */
5949
+ Scte35InputSettings?: Scte35InputScheduleActionSettings;
5919
5950
  /**
5920
5951
  * Action to insert SCTE-35 return_to_network message
5921
5952
  */
@@ -6016,6 +6047,17 @@ provide the language to consider when translating the image-based source to text
6016
6047
  SegmentationDescriptorScte35DescriptorSettings: Scte35SegmentationDescriptor;
6017
6048
  }
6018
6049
  export type Scte35DeviceRestrictions = "NONE"|"RESTRICT_GROUP0"|"RESTRICT_GROUP1"|"RESTRICT_GROUP2"|string;
6050
+ export type Scte35InputMode = "FIXED"|"FOLLOW_ACTIVE"|string;
6051
+ export interface Scte35InputScheduleActionSettings {
6052
+ /**
6053
+ * In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. (Don't enter the ID of the input.)"
6054
+ */
6055
+ InputAttachmentNameReference?: __string;
6056
+ /**
6057
+ * Whether the SCTE-35 input should be the active input or a fixed input.
6058
+ */
6059
+ Mode: Scte35InputMode;
6060
+ }
6019
6061
  export type Scte35NoRegionalBlackoutFlag = "REGIONAL_BLACKOUT"|"NO_REGIONAL_BLACKOUT"|string;
6020
6062
  export interface Scte35ReturnToNetworkScheduleActionSettings {
6021
6063
  /**
@@ -547,6 +547,16 @@ rounded to the nearest multiple of the source segment duration.
547
547
  */
548
548
  Url?: __string;
549
549
  }
550
+ export interface EncryptionContractConfiguration {
551
+ /**
552
+ * A collection of audio encryption presets.
553
+ */
554
+ PresetSpeke20Audio: PresetSpeke20Audio;
555
+ /**
556
+ * A collection of video encryption presets.
557
+ */
558
+ PresetSpeke20Video: PresetSpeke20Video;
559
+ }
550
560
  export type EncryptionMethod = "AES_128"|"SAMPLE_AES"|string;
551
561
  export interface HlsEncryption {
552
562
  /**
@@ -759,10 +769,13 @@ rounded to the nearest multiple of the source fragment duration.
759
769
  Id?: __string;
760
770
  Tags?: Tags;
761
771
  }
772
+ export type PresetSpeke20Audio = "PRESET-AUDIO-1"|"PRESET-AUDIO-2"|"PRESET-AUDIO-3"|"SHARED"|"UNENCRYPTED"|string;
773
+ export type PresetSpeke20Video = "PRESET-VIDEO-1"|"PRESET-VIDEO-2"|"PRESET-VIDEO-3"|"PRESET-VIDEO-4"|"PRESET-VIDEO-5"|"PRESET-VIDEO-6"|"PRESET-VIDEO-7"|"PRESET-VIDEO-8"|"SHARED"|"UNENCRYPTED"|string;
762
774
  export type Profile = "NONE"|"HBBTV_1_5"|string;
763
775
  export type ScteMarkersSource = "SEGMENTS"|"MANIFEST"|string;
764
776
  export type SegmentTemplateFormat = "NUMBER_WITH_TIMELINE"|"TIME_WITH_TIMELINE"|"NUMBER_WITH_DURATION"|string;
765
777
  export interface SpekeKeyProvider {
778
+ EncryptionContractConfiguration?: EncryptionContractConfiguration;
766
779
  /**
767
780
  * An Amazon Resource Name (ARN) of an IAM role that AWS Elemental
768
781
  MediaPackage will assume when accessing the key provider service.
@@ -20,11 +20,11 @@ declare class Panorama extends Service {
20
20
  */
21
21
  createApplicationInstance(callback?: (err: AWSError, data: Panorama.Types.CreateApplicationInstanceResponse) => void): Request<Panorama.Types.CreateApplicationInstanceResponse, AWSError>;
22
22
  /**
23
- * Creates a job to run on one or more devices.
23
+ * Creates a job to run on one or more devices. A job can update a device's software or reboot it.
24
24
  */
25
25
  createJobForDevices(params: Panorama.Types.CreateJobForDevicesRequest, callback?: (err: AWSError, data: Panorama.Types.CreateJobForDevicesResponse) => void): Request<Panorama.Types.CreateJobForDevicesResponse, AWSError>;
26
26
  /**
27
- * Creates a job to run on one or more devices.
27
+ * Creates a job to run on one or more devices. A job can update a device's software or reboot it.
28
28
  */
29
29
  createJobForDevices(callback?: (err: AWSError, data: Panorama.Types.CreateJobForDevicesResponse) => void): Request<Panorama.Types.CreateJobForDevicesResponse, AWSError>;
30
30
  /**
@@ -251,6 +251,14 @@ declare class Panorama extends Service {
251
251
  * Removes an application instance.
252
252
  */
253
253
  removeApplicationInstance(callback?: (err: AWSError, data: Panorama.Types.RemoveApplicationInstanceResponse) => void): Request<Panorama.Types.RemoveApplicationInstanceResponse, AWSError>;
254
+ /**
255
+ * Signal camera nodes to stop or resume.
256
+ */
257
+ signalApplicationInstanceNodeInstances(params: Panorama.Types.SignalApplicationInstanceNodeInstancesRequest, callback?: (err: AWSError, data: Panorama.Types.SignalApplicationInstanceNodeInstancesResponse) => void): Request<Panorama.Types.SignalApplicationInstanceNodeInstancesResponse, AWSError>;
258
+ /**
259
+ * Signal camera nodes to stop or resume.
260
+ */
261
+ signalApplicationInstanceNodeInstances(callback?: (err: AWSError, data: Panorama.Types.SignalApplicationInstanceNodeInstancesResponse) => void): Request<Panorama.Types.SignalApplicationInstanceNodeInstancesResponse, AWSError>;
254
262
  /**
255
263
  * Tags a resource.
256
264
  */
@@ -317,6 +325,10 @@ declare namespace Panorama {
317
325
  * The application instance's name.
318
326
  */
319
327
  Name?: ApplicationInstanceName;
328
+ /**
329
+ * The application's state.
330
+ */
331
+ RuntimeContextStates?: ReportedRuntimeContextStates;
320
332
  /**
321
333
  * The application instance's status.
322
334
  */
@@ -389,9 +401,9 @@ declare namespace Panorama {
389
401
  */
390
402
  DeviceIds: DeviceIdList;
391
403
  /**
392
- * Configuration settings for the job.
404
+ * Configuration settings for a software update job.
393
405
  */
394
- DeviceJobConfig: DeviceJobConfig;
406
+ DeviceJobConfig?: DeviceJobConfig;
395
407
  /**
396
408
  * The type of job to run.
397
409
  */
@@ -630,6 +642,10 @@ declare namespace Panorama {
630
642
  * The application instance's name.
631
643
  */
632
644
  Name?: ApplicationInstanceName;
645
+ /**
646
+ * The application instance's state.
647
+ */
648
+ RuntimeContextStates?: ReportedRuntimeContextStates;
633
649
  /**
634
650
  * The application instance's runtime role ARN.
635
651
  */
@@ -682,6 +698,10 @@ declare namespace Panorama {
682
698
  * The job's ID.
683
699
  */
684
700
  JobId?: JobId;
701
+ /**
702
+ * The job's type.
703
+ */
704
+ JobType?: JobType;
685
705
  /**
686
706
  * The job's status.
687
707
  */
@@ -1052,6 +1072,7 @@ declare namespace Panorama {
1052
1072
  StatusDescription?: PackageVersionStatusDescription;
1053
1073
  }
1054
1074
  export type Description = string;
1075
+ export type DesiredState = "RUNNING"|"STOPPED"|"REMOVED"|string;
1055
1076
  export interface Device {
1056
1077
  /**
1057
1078
  * The device's maker.
@@ -1106,7 +1127,7 @@ declare namespace Panorama {
1106
1127
  */
1107
1128
  Type?: DeviceType;
1108
1129
  }
1109
- export type DeviceAggregatedStatus = "ERROR"|"AWAITING_PROVISIONING"|"PENDING"|"FAILED"|"DELETING"|"ONLINE"|"OFFLINE"|"LEASE_EXPIRED"|"UPDATE_NEEDED"|string;
1130
+ export type DeviceAggregatedStatus = "ERROR"|"AWAITING_PROVISIONING"|"PENDING"|"FAILED"|"DELETING"|"ONLINE"|"OFFLINE"|"LEASE_EXPIRED"|"UPDATE_NEEDED"|"REBOOTING"|string;
1110
1131
  export type DeviceArn = string;
1111
1132
  export type DeviceBrand = "AWS_PANORAMA"|"LENOVO"|string;
1112
1133
  export type DeviceConnectionStatus = "ONLINE"|"OFFLINE"|"AWAITING_CREDENTIALS"|"NOT_AVAILABLE"|"ERROR"|string;
@@ -1129,6 +1150,10 @@ declare namespace Panorama {
1129
1150
  * The job's ID.
1130
1151
  */
1131
1152
  JobId?: JobId;
1153
+ /**
1154
+ * The job's type.
1155
+ */
1156
+ JobType?: JobType;
1132
1157
  }
1133
1158
  export interface DeviceJobConfig {
1134
1159
  /**
@@ -1139,6 +1164,7 @@ declare namespace Panorama {
1139
1164
  export type DeviceJobList = DeviceJob[];
1140
1165
  export type DeviceList = Device[];
1141
1166
  export type DeviceName = string;
1167
+ export type DeviceReportedStatus = "STOPPING"|"STOPPED"|"STOP_ERROR"|"REMOVAL_FAILED"|"REMOVAL_IN_PROGRESS"|"STARTING"|"RUNNING"|"INSTALL_ERROR"|"LAUNCHED"|"LAUNCH_ERROR"|"INSTALL_IN_PROGRESS"|string;
1142
1168
  export type DeviceSerialNumber = string;
1143
1169
  export type DeviceStatus = "AWAITING_PROVISIONING"|"PENDING"|"SUCCEEDED"|"FAILED"|"ERROR"|"DELETING"|string;
1144
1170
  export type DeviceType = "PANORAMA_APPLIANCE_DEVELOPER_KIT"|"PANORAMA_APPLIANCE"|string;
@@ -1198,7 +1224,7 @@ declare namespace Panorama {
1198
1224
  }
1199
1225
  export type JobResourceType = "PACKAGE"|string;
1200
1226
  export type JobTagsList = JobResourceTags[];
1201
- export type JobType = "OTA"|string;
1227
+ export type JobType = "OTA"|"REBOOT"|string;
1202
1228
  export type LastUpdatedTime = Date;
1203
1229
  export type LatestAlternateSoftware = string;
1204
1230
  export interface LatestDeviceJob {
@@ -1206,6 +1232,10 @@ declare namespace Panorama {
1206
1232
  * The target version of the device software.
1207
1233
  */
1208
1234
  ImageVersion?: ImageVersion;
1235
+ /**
1236
+ * The job's type.
1237
+ */
1238
+ JobType?: JobType;
1209
1239
  /**
1210
1240
  * Status of the latest device job.
1211
1241
  */
@@ -1646,7 +1676,7 @@ declare namespace Panorama {
1646
1676
  PackageVersion?: NodePackageVersion;
1647
1677
  }
1648
1678
  export type NodeInstanceId = string;
1649
- export type NodeInstanceStatus = "RUNNING"|"ERROR"|"NOT_AVAILABLE"|string;
1679
+ export type NodeInstanceStatus = "RUNNING"|"ERROR"|"NOT_AVAILABLE"|"PAUSED"|string;
1650
1680
  export type NodeInstances = NodeInstance[];
1651
1681
  export interface NodeInterface {
1652
1682
  /**
@@ -1678,6 +1708,18 @@ declare namespace Panorama {
1678
1708
  export type NodePackageName = string;
1679
1709
  export type NodePackagePatchVersion = string;
1680
1710
  export type NodePackageVersion = string;
1711
+ export interface NodeSignal {
1712
+ /**
1713
+ * The camera node's name, from the application manifest.
1714
+ */
1715
+ NodeInstanceId: NodeInstanceId;
1716
+ /**
1717
+ * The signal value.
1718
+ */
1719
+ Signal: NodeSignalValue;
1720
+ }
1721
+ export type NodeSignalList = NodeSignal[];
1722
+ export type NodeSignalValue = "PAUSE"|"RESUME"|string;
1681
1723
  export type NodesList = Node[];
1682
1724
  export interface NtpPayload {
1683
1725
  /**
@@ -1919,7 +1961,27 @@ declare namespace Panorama {
1919
1961
  }
1920
1962
  export interface RemoveApplicationInstanceResponse {
1921
1963
  }
1964
+ export interface ReportedRuntimeContextState {
1965
+ /**
1966
+ * The application's desired state.
1967
+ */
1968
+ DesiredState: DesiredState;
1969
+ /**
1970
+ * The application's reported status.
1971
+ */
1972
+ DeviceReportedStatus: DeviceReportedStatus;
1973
+ /**
1974
+ * When the device reported the application's state.
1975
+ */
1976
+ DeviceReportedTime: TimeStamp;
1977
+ /**
1978
+ * The device's name.
1979
+ */
1980
+ RuntimeContextName: RuntimeContextName;
1981
+ }
1982
+ export type ReportedRuntimeContextStates = ReportedRuntimeContextState[];
1922
1983
  export type ResourceArn = string;
1984
+ export type RuntimeContextName = string;
1923
1985
  export type RuntimeRoleArn = string;
1924
1986
  export interface S3Location {
1925
1987
  /**
@@ -1935,6 +1997,22 @@ declare namespace Panorama {
1935
1997
  */
1936
1998
  Region?: Region;
1937
1999
  }
2000
+ export interface SignalApplicationInstanceNodeInstancesRequest {
2001
+ /**
2002
+ * An application instance ID.
2003
+ */
2004
+ ApplicationInstanceId: ApplicationInstanceId;
2005
+ /**
2006
+ * A list of signals.
2007
+ */
2008
+ NodeSignals: NodeSignalList;
2009
+ }
2010
+ export interface SignalApplicationInstanceNodeInstancesResponse {
2011
+ /**
2012
+ * An application instance ID.
2013
+ */
2014
+ ApplicationInstanceId: ApplicationInstanceId;
2015
+ }
1938
2016
  export type SortOrder = "ASCENDING"|"DESCENDING"|string;
1939
2017
  export interface StaticIpConnectionInfo {
1940
2018
  /**
@@ -104,7 +104,7 @@ declare namespace RDSDataService {
104
104
  */
105
105
  database?: DbName;
106
106
  /**
107
- * The name of the database schema.
107
+ * The name of the database schema. Currently, the schema parameter isn't supported.
108
108
  */
109
109
  schema?: DbName;
110
110
  /**
@@ -2654,7 +2654,7 @@ declare namespace SSM {
2654
2654
  */
2655
2655
  TargetMaps?: TargetMaps;
2656
2656
  /**
2657
- * Optional metadata that you assign to a resource. 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 association to identify the type of resource to which it applies, the environment, or the purpose of the association.
2657
+ * Adds or overwrites one or more tags for a State Manager association. Tags are metadata that you can assign to your Amazon Web Services resources. 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.
2658
2658
  */
2659
2659
  Tags?: TagList;
2660
2660
  AlarmConfiguration?: AlarmConfiguration;
@@ -5619,7 +5619,7 @@ declare namespace SSM {
5619
5619
  export type InstanceInformationList = InstanceInformation[];
5620
5620
  export interface InstanceInformationStringFilter {
5621
5621
  /**
5622
- * The filter key name to describe your managed nodes. For example: "InstanceIds" | "AgentVersion" | "PingStatus" | "PlatformTypes" | "ActivationIds" | "IamRole" | "ResourceType" | "AssociationStatus" | "tag-key" | "tag:{keyname} Tag Key isn't a valid filter. You must specify either tag-key or tag:{keyname} and a string. Here are some valid examples: tag-key, tag:123, tag:al!, tag:Windows. Here are some invalid examples: tag-keys, Tag Key, tag:, tagKey, abc:keyname.
5622
+ * The filter key name to describe your managed nodes. Valid filter key values: ActivationIds | AgentVersion | AssociationStatus | IamRole | InstanceIds | PingStatus | PlatformTypes | ResourceType | SourceIds | SourceTypes | "tag-key" | "tag:{keyname} Valid values for the AssociationStatus filter key: Success | Pending | Failed Valid values for the PingStatus filter key: Online | ConnectionLost | Inactive (deprecated) Valid values for the PlatformType filter key: Windows | Linux | MacOS Valid values for the ResourceType filter key: EC2Instance | ManagedInstance Valid values for the SourceType filter key: AWS::EC2::Instance | AWS::SSM::ManagedInstance | AWS::IoT::Thing Valid tag examples: Key=tag-key,Values=Purpose | Key=tag:Purpose,Values=Test.
5623
5623
  */
5624
5624
  Key: InstanceInformationStringFilterKey;
5625
5625
  /**
@@ -5707,15 +5707,15 @@ declare namespace SSM {
5707
5707
  */
5708
5708
  RebootOption?: RebootOption;
5709
5709
  /**
5710
- * The number of managed nodes where patches that are specified as Critical for compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.
5710
+ * The number of patches per node that are specified as Critical for compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.
5711
5711
  */
5712
5712
  CriticalNonCompliantCount?: PatchCriticalNonCompliantCount;
5713
5713
  /**
5714
- * The number of managed nodes where patches that are specified as Security in a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.
5714
+ * The number of patches per node that are specified as Security in a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.
5715
5715
  */
5716
5716
  SecurityNonCompliantCount?: PatchSecurityNonCompliantCount;
5717
5717
  /**
5718
- * The number of managed nodes with patches installed that are specified as other than Critical or Security but aren't compliant with the patch baseline. The status of these managed nodes is NON_COMPLIANT.
5718
+ * The number of patches per node that are specified as other than Critical or Security but aren't compliant with the patch baseline. The status of these managed nodes is NON_COMPLIANT.
5719
5719
  */
5720
5720
  OtherNonCompliantCount?: PatchOtherNonCompliantCount;
5721
5721
  }
@@ -6449,7 +6449,7 @@ declare namespace SSM {
6449
6449
  }
6450
6450
  export interface LoggingInfo {
6451
6451
  /**
6452
- * The name of an S3 bucket where execution logs are stored .
6452
+ * The name of an S3 bucket where execution logs are stored.
6453
6453
  */
6454
6454
  S3BucketName: S3BucketName;
6455
6455
  /**
@@ -6963,7 +6963,7 @@ declare namespace SSM {
6963
6963
  export type NotificationEvent = "All"|"InProgress"|"Success"|"TimedOut"|"Cancelled"|"Failed"|string;
6964
6964
  export type NotificationEventList = NotificationEvent[];
6965
6965
  export type NotificationType = "Command"|"Invocation"|string;
6966
- export type OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"|"ORACLE_LINUX"|"DEBIAN"|"MACOS"|"RASPBIAN"|"ROCKY_LINUX"|string;
6966
+ export type OperatingSystem = "WINDOWS"|"AMAZON_LINUX"|"AMAZON_LINUX_2"|"AMAZON_LINUX_2022"|"UBUNTU"|"REDHAT_ENTERPRISE_LINUX"|"SUSE"|"CENTOS"|"ORACLE_LINUX"|"DEBIAN"|"MACOS"|"RASPBIAN"|"ROCKY_LINUX"|string;
6967
6967
  export interface OpsAggregator {
6968
6968
  /**
6969
6969
  * Either a Range or Count aggregator for limiting an OpsData summary.
@@ -764,7 +764,7 @@ declare namespace SSMIncidents {
764
764
  */
765
765
  value: ItemValue;
766
766
  }
767
- export type ItemType = "ANALYSIS"|"INCIDENT"|"METRIC"|"PARENT"|"ATTACHMENT"|"OTHER"|"AUTOMATION"|"INVOLVED_RESOURCE"|string;
767
+ export type ItemType = "ANALYSIS"|"INCIDENT"|"METRIC"|"PARENT"|"ATTACHMENT"|"OTHER"|"AUTOMATION"|"INVOLVED_RESOURCE"|"TASK"|string;
768
768
  export interface ItemValue {
769
769
  /**
770
770
  * The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon resource.