cdk-lambda-subminute 2.0.276 → 2.0.277

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.
@@ -1585,6 +1585,58 @@
1585
1585
  }
1586
1586
  }
1587
1587
  },
1588
+ "GetMediaAnalysisJob": {
1589
+ "input": {
1590
+ "type": "structure",
1591
+ "required": [
1592
+ "JobId"
1593
+ ],
1594
+ "members": {
1595
+ "JobId": {}
1596
+ }
1597
+ },
1598
+ "output": {
1599
+ "type": "structure",
1600
+ "required": [
1601
+ "JobId",
1602
+ "OperationsConfig",
1603
+ "Status",
1604
+ "CreationTimestamp",
1605
+ "Input",
1606
+ "OutputConfig"
1607
+ ],
1608
+ "members": {
1609
+ "JobId": {},
1610
+ "JobName": {},
1611
+ "OperationsConfig": {
1612
+ "shape": "S9c"
1613
+ },
1614
+ "Status": {},
1615
+ "FailureDetails": {
1616
+ "shape": "S9f"
1617
+ },
1618
+ "CreationTimestamp": {
1619
+ "type": "timestamp"
1620
+ },
1621
+ "CompletionTimestamp": {
1622
+ "type": "timestamp"
1623
+ },
1624
+ "Input": {
1625
+ "shape": "S9h"
1626
+ },
1627
+ "OutputConfig": {
1628
+ "shape": "S9i"
1629
+ },
1630
+ "KmsKeyId": {},
1631
+ "Results": {
1632
+ "shape": "S9k"
1633
+ },
1634
+ "ManifestSummary": {
1635
+ "shape": "S9l"
1636
+ }
1637
+ }
1638
+ }
1639
+ },
1588
1640
  "GetPersonTracking": {
1589
1641
  "input": {
1590
1642
  "type": "structure",
@@ -1982,6 +2034,70 @@
1982
2034
  }
1983
2035
  }
1984
2036
  },
2037
+ "ListMediaAnalysisJobs": {
2038
+ "input": {
2039
+ "type": "structure",
2040
+ "members": {
2041
+ "NextToken": {},
2042
+ "MaxResults": {
2043
+ "type": "integer"
2044
+ }
2045
+ }
2046
+ },
2047
+ "output": {
2048
+ "type": "structure",
2049
+ "required": [
2050
+ "MediaAnalysisJobs"
2051
+ ],
2052
+ "members": {
2053
+ "NextToken": {},
2054
+ "MediaAnalysisJobs": {
2055
+ "type": "list",
2056
+ "member": {
2057
+ "type": "structure",
2058
+ "required": [
2059
+ "JobId",
2060
+ "OperationsConfig",
2061
+ "Status",
2062
+ "CreationTimestamp",
2063
+ "Input",
2064
+ "OutputConfig"
2065
+ ],
2066
+ "members": {
2067
+ "JobId": {},
2068
+ "JobName": {},
2069
+ "OperationsConfig": {
2070
+ "shape": "S9c"
2071
+ },
2072
+ "Status": {},
2073
+ "FailureDetails": {
2074
+ "shape": "S9f"
2075
+ },
2076
+ "CreationTimestamp": {
2077
+ "type": "timestamp"
2078
+ },
2079
+ "CompletionTimestamp": {
2080
+ "type": "timestamp"
2081
+ },
2082
+ "Input": {
2083
+ "shape": "S9h"
2084
+ },
2085
+ "OutputConfig": {
2086
+ "shape": "S9i"
2087
+ },
2088
+ "KmsKeyId": {},
2089
+ "Results": {
2090
+ "shape": "S9k"
2091
+ },
2092
+ "ManifestSummary": {
2093
+ "shape": "S9l"
2094
+ }
2095
+ }
2096
+ }
2097
+ }
2098
+ }
2099
+ }
2100
+ },
1985
2101
  "ListProjectPolicies": {
1986
2102
  "input": {
1987
2103
  "type": "structure",
@@ -2255,7 +2371,7 @@
2255
2371
  "type": "structure",
2256
2372
  "members": {
2257
2373
  "UserMatches": {
2258
- "shape": "Sbp"
2374
+ "shape": "Sc8"
2259
2375
  },
2260
2376
  "FaceModelVersion": {},
2261
2377
  "SearchedFace": {
@@ -2298,7 +2414,7 @@
2298
2414
  "type": "structure",
2299
2415
  "members": {
2300
2416
  "UserMatches": {
2301
- "shape": "Sbp"
2417
+ "shape": "Sc8"
2302
2418
  },
2303
2419
  "FaceModelVersion": {},
2304
2420
  "SearchedFace": {
@@ -2339,7 +2455,7 @@
2339
2455
  },
2340
2456
  "ClientRequestToken": {},
2341
2457
  "NotificationChannel": {
2342
- "shape": "Sc2"
2458
+ "shape": "Scl"
2343
2459
  },
2344
2460
  "JobTag": {}
2345
2461
  }
@@ -2367,7 +2483,7 @@
2367
2483
  },
2368
2484
  "ClientRequestToken": {},
2369
2485
  "NotificationChannel": {
2370
- "shape": "Sc2"
2486
+ "shape": "Scl"
2371
2487
  },
2372
2488
  "JobTag": {}
2373
2489
  }
@@ -2392,7 +2508,7 @@
2392
2508
  },
2393
2509
  "ClientRequestToken": {},
2394
2510
  "NotificationChannel": {
2395
- "shape": "Sc2"
2511
+ "shape": "Scl"
2396
2512
  },
2397
2513
  "FaceAttributes": {},
2398
2514
  "JobTag": {}
@@ -2423,7 +2539,7 @@
2423
2539
  },
2424
2540
  "CollectionId": {},
2425
2541
  "NotificationChannel": {
2426
- "shape": "Sc2"
2542
+ "shape": "Scl"
2427
2543
  },
2428
2544
  "JobTag": {}
2429
2545
  }
@@ -2451,7 +2567,7 @@
2451
2567
  "type": "float"
2452
2568
  },
2453
2569
  "NotificationChannel": {
2454
- "shape": "Sc2"
2570
+ "shape": "Scl"
2455
2571
  },
2456
2572
  "JobTag": {},
2457
2573
  "Features": {
@@ -2476,6 +2592,42 @@
2476
2592
  },
2477
2593
  "idempotent": true
2478
2594
  },
2595
+ "StartMediaAnalysisJob": {
2596
+ "input": {
2597
+ "type": "structure",
2598
+ "required": [
2599
+ "OperationsConfig",
2600
+ "Input",
2601
+ "OutputConfig"
2602
+ ],
2603
+ "members": {
2604
+ "ClientRequestToken": {
2605
+ "idempotencyToken": true
2606
+ },
2607
+ "JobName": {},
2608
+ "OperationsConfig": {
2609
+ "shape": "S9c"
2610
+ },
2611
+ "Input": {
2612
+ "shape": "S9h"
2613
+ },
2614
+ "OutputConfig": {
2615
+ "shape": "S9i"
2616
+ },
2617
+ "KmsKeyId": {}
2618
+ }
2619
+ },
2620
+ "output": {
2621
+ "type": "structure",
2622
+ "required": [
2623
+ "JobId"
2624
+ ],
2625
+ "members": {
2626
+ "JobId": {}
2627
+ }
2628
+ },
2629
+ "idempotent": true
2630
+ },
2479
2631
  "StartPersonTracking": {
2480
2632
  "input": {
2481
2633
  "type": "structure",
@@ -2488,7 +2640,7 @@
2488
2640
  },
2489
2641
  "ClientRequestToken": {},
2490
2642
  "NotificationChannel": {
2491
- "shape": "Sc2"
2643
+ "shape": "Scl"
2492
2644
  },
2493
2645
  "JobTag": {}
2494
2646
  }
@@ -2538,7 +2690,7 @@
2538
2690
  },
2539
2691
  "ClientRequestToken": {},
2540
2692
  "NotificationChannel": {
2541
- "shape": "Sc2"
2693
+ "shape": "Scl"
2542
2694
  },
2543
2695
  "JobTag": {},
2544
2696
  "Filters": {
@@ -2638,7 +2790,7 @@
2638
2790
  },
2639
2791
  "ClientRequestToken": {},
2640
2792
  "NotificationChannel": {
2641
- "shape": "Sc2"
2793
+ "shape": "Scl"
2642
2794
  },
2643
2795
  "JobTag": {},
2644
2796
  "Filters": {
@@ -3525,7 +3677,65 @@
3525
3677
  "UserId": {}
3526
3678
  }
3527
3679
  },
3528
- "Sbp": {
3680
+ "S9c": {
3681
+ "type": "structure",
3682
+ "members": {
3683
+ "DetectModerationLabels": {
3684
+ "type": "structure",
3685
+ "members": {
3686
+ "MinConfidence": {
3687
+ "type": "float"
3688
+ },
3689
+ "ProjectVersion": {}
3690
+ }
3691
+ }
3692
+ }
3693
+ },
3694
+ "S9f": {
3695
+ "type": "structure",
3696
+ "members": {
3697
+ "Code": {},
3698
+ "Message": {}
3699
+ }
3700
+ },
3701
+ "S9h": {
3702
+ "type": "structure",
3703
+ "required": [
3704
+ "S3Object"
3705
+ ],
3706
+ "members": {
3707
+ "S3Object": {
3708
+ "shape": "Sj"
3709
+ }
3710
+ }
3711
+ },
3712
+ "S9i": {
3713
+ "type": "structure",
3714
+ "required": [
3715
+ "S3Bucket"
3716
+ ],
3717
+ "members": {
3718
+ "S3Bucket": {},
3719
+ "S3KeyPrefix": {}
3720
+ }
3721
+ },
3722
+ "S9k": {
3723
+ "type": "structure",
3724
+ "members": {
3725
+ "S3Object": {
3726
+ "shape": "Sj"
3727
+ }
3728
+ }
3729
+ },
3730
+ "S9l": {
3731
+ "type": "structure",
3732
+ "members": {
3733
+ "S3Object": {
3734
+ "shape": "Sj"
3735
+ }
3736
+ }
3737
+ },
3738
+ "Sc8": {
3529
3739
  "type": "list",
3530
3740
  "member": {
3531
3741
  "type": "structure",
@@ -3543,7 +3753,7 @@
3543
3753
  }
3544
3754
  }
3545
3755
  },
3546
- "Sc2": {
3756
+ "Scl": {
3547
3757
  "type": "structure",
3548
3758
  "required": [
3549
3759
  "SNSTopicArn",
@@ -76,6 +76,11 @@
76
76
  "output_token": "NextToken",
77
77
  "result_key": "Faces"
78
78
  },
79
+ "ListMediaAnalysisJobs": {
80
+ "input_token": "NextToken",
81
+ "limit_key": "MaxResults",
82
+ "output_token": "NextToken"
83
+ },
79
84
  "ListProjectPolicies": {
80
85
  "input_token": "NextToken",
81
86
  "limit_key": "MaxResults",
@@ -20,11 +20,11 @@ declare class MarketplaceCommerceAnalytics extends Service {
20
20
  */
21
21
  generateDataSet(callback?: (err: AWSError, data: MarketplaceCommerceAnalytics.Types.GenerateDataSetResult) => void): Request<MarketplaceCommerceAnalytics.Types.GenerateDataSetResult, AWSError>;
22
22
  /**
23
- * Given a data set type and a from date, asynchronously publishes the requested customer support data to the specified S3 bucket and notifies the specified SNS topic once the data is available. Returns a unique request identifier that can be used to correlate requests with notifications from the SNS topic. Data sets will be published in comma-separated values (CSV) format with the file name {data_set_type}_YYYY-MM-DD'T'HH-mm-ss'Z'.csv. If a file with the same name already exists (e.g. if the same data set is requested twice), the original file will be overwritten by the new file. Requires a Role with an attached permissions policy providing Allow permissions for the following actions: s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy.
23
+ * This target has been deprecated. Given a data set type and a from date, asynchronously publishes the requested customer support data to the specified S3 bucket and notifies the specified SNS topic once the data is available. Returns a unique request identifier that can be used to correlate requests with notifications from the SNS topic. Data sets will be published in comma-separated values (CSV) format with the file name {data_set_type}_YYYY-MM-DD'T'HH-mm-ss'Z'.csv. If a file with the same name already exists (e.g. if the same data set is requested twice), the original file will be overwritten by the new file. Requires a Role with an attached permissions policy providing Allow permissions for the following actions: s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy.
24
24
  */
25
25
  startSupportDataExport(params: MarketplaceCommerceAnalytics.Types.StartSupportDataExportRequest, callback?: (err: AWSError, data: MarketplaceCommerceAnalytics.Types.StartSupportDataExportResult) => void): Request<MarketplaceCommerceAnalytics.Types.StartSupportDataExportResult, AWSError>;
26
26
  /**
27
- * Given a data set type and a from date, asynchronously publishes the requested customer support data to the specified S3 bucket and notifies the specified SNS topic once the data is available. Returns a unique request identifier that can be used to correlate requests with notifications from the SNS topic. Data sets will be published in comma-separated values (CSV) format with the file name {data_set_type}_YYYY-MM-DD'T'HH-mm-ss'Z'.csv. If a file with the same name already exists (e.g. if the same data set is requested twice), the original file will be overwritten by the new file. Requires a Role with an attached permissions policy providing Allow permissions for the following actions: s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy.
27
+ * This target has been deprecated. Given a data set type and a from date, asynchronously publishes the requested customer support data to the specified S3 bucket and notifies the specified SNS topic once the data is available. Returns a unique request identifier that can be used to correlate requests with notifications from the SNS topic. Data sets will be published in comma-separated values (CSV) format with the file name {data_set_type}_YYYY-MM-DD'T'HH-mm-ss'Z'.csv. If a file with the same name already exists (e.g. if the same data set is requested twice), the original file will be overwritten by the new file. Requires a Role with an attached permissions policy providing Allow permissions for the following actions: s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy.
28
28
  */
29
29
  startSupportDataExport(callback?: (err: AWSError, data: MarketplaceCommerceAnalytics.Types.StartSupportDataExportResult) => void): Request<MarketplaceCommerceAnalytics.Types.StartSupportDataExportResult, AWSError>;
30
30
  }
@@ -78,37 +78,37 @@ declare namespace MarketplaceCommerceAnalytics {
78
78
  export type SnsTopicArn = string;
79
79
  export interface StartSupportDataExportRequest {
80
80
  /**
81
- * Specifies the data set type to be written to the output csv file. The data set types customer_support_contacts_data and test_customer_support_contacts_data both result in a csv file containing the following fields: Product Id, Product Code, Customer Guid, Subscription Guid, Subscription Start Date, Organization, AWS Account Id, Given Name, Surname, Telephone Number, Email, Title, Country Code, ZIP Code, Operation Type, and Operation Time. customer_support_contacts_data Customer support contact data. The data set will contain all changes (Creates, Updates, and Deletes) to customer support contact data from the date specified in the from_date parameter. test_customer_support_contacts_data An example data set containing static test data in the same format as customer_support_contacts_data
81
+ * This target has been deprecated. Specifies the data set type to be written to the output csv file. The data set types customer_support_contacts_data and test_customer_support_contacts_data both result in a csv file containing the following fields: Product Id, Product Code, Customer Guid, Subscription Guid, Subscription Start Date, Organization, AWS Account Id, Given Name, Surname, Telephone Number, Email, Title, Country Code, ZIP Code, Operation Type, and Operation Time. customer_support_contacts_data Customer support contact data. The data set will contain all changes (Creates, Updates, and Deletes) to customer support contact data from the date specified in the from_date parameter. test_customer_support_contacts_data An example data set containing static test data in the same format as customer_support_contacts_data
82
82
  */
83
83
  dataSetType: SupportDataSetType;
84
84
  /**
85
- * The start date from which to retrieve the data set in UTC. This parameter only affects the customer_support_contacts_data data set type.
85
+ * This target has been deprecated. The start date from which to retrieve the data set in UTC. This parameter only affects the customer_support_contacts_data data set type.
86
86
  */
87
87
  fromDate: FromDate;
88
88
  /**
89
- * The Amazon Resource Name (ARN) of the Role with an attached permissions policy to interact with the provided AWS services.
89
+ * This target has been deprecated. The Amazon Resource Name (ARN) of the Role with an attached permissions policy to interact with the provided AWS services.
90
90
  */
91
91
  roleNameArn: RoleNameArn;
92
92
  /**
93
- * The name (friendly name, not ARN) of the destination S3 bucket.
93
+ * This target has been deprecated. The name (friendly name, not ARN) of the destination S3 bucket.
94
94
  */
95
95
  destinationS3BucketName: DestinationS3BucketName;
96
96
  /**
97
- * (Optional) The desired S3 prefix for the published data set, similar to a directory path in standard file systems. For example, if given the bucket name "mybucket" and the prefix "myprefix/mydatasets", the output file "outputfile" would be published to "s3://mybucket/myprefix/mydatasets/outputfile". If the prefix directory structure does not exist, it will be created. If no prefix is provided, the data set will be published to the S3 bucket root.
97
+ * This target has been deprecated. (Optional) The desired S3 prefix for the published data set, similar to a directory path in standard file systems. For example, if given the bucket name "mybucket" and the prefix "myprefix/mydatasets", the output file "outputfile" would be published to "s3://mybucket/myprefix/mydatasets/outputfile". If the prefix directory structure does not exist, it will be created. If no prefix is provided, the data set will be published to the S3 bucket root.
98
98
  */
99
99
  destinationS3Prefix?: DestinationS3Prefix;
100
100
  /**
101
- * Amazon Resource Name (ARN) for the SNS Topic that will be notified when the data set has been published or if an error has occurred.
101
+ * This target has been deprecated. Amazon Resource Name (ARN) for the SNS Topic that will be notified when the data set has been published or if an error has occurred.
102
102
  */
103
103
  snsTopicArn: SnsTopicArn;
104
104
  /**
105
- * (Optional) Key-value pairs which will be returned, unmodified, in the Amazon SNS notification message and the data set metadata file.
105
+ * This target has been deprecated. (Optional) Key-value pairs which will be returned, unmodified, in the Amazon SNS notification message and the data set metadata file.
106
106
  */
107
107
  customerDefinedValues?: CustomerDefinedValues;
108
108
  }
109
109
  export interface StartSupportDataExportResult {
110
110
  /**
111
- * A unique identifier representing a specific request to the StartSupportDataExport operation. This identifier can be used to correlate a request with notifications from the SNS topic.
111
+ * This target has been deprecated. A unique identifier representing a specific request to the StartSupportDataExport operation. This identifier can be used to correlate a request with notifications from the SNS topic.
112
112
  */
113
113
  dataSetRequestId?: DataSetRequestId;
114
114
  }
@@ -958,6 +958,10 @@ declare namespace NetworkManager {
958
958
  * The list of key-value tags associated with the Connect peer.
959
959
  */
960
960
  Tags?: TagList;
961
+ /**
962
+ * The subnet ARN for the Connect peer.
963
+ */
964
+ SubnetArn?: SubnetArn;
961
965
  }
962
966
  export interface ConnectPeerAssociation {
963
967
  /**
@@ -1056,6 +1060,10 @@ declare namespace NetworkManager {
1056
1060
  * The list of key-value tags associated with the Connect peer summary.
1057
1061
  */
1058
1062
  Tags?: TagList;
1063
+ /**
1064
+ * The subnet ARN for the Connect peer summary.
1065
+ */
1066
+ SubnetArn?: SubnetArn;
1059
1067
  }
1060
1068
  export type ConnectPeerSummaryList = ConnectPeerSummary[];
1061
1069
  export interface Connection {
@@ -1475,7 +1483,7 @@ declare namespace NetworkManager {
1475
1483
  /**
1476
1484
  * The inside IP addresses used for BGP peering.
1477
1485
  */
1478
- InsideCidrBlocks: ConstrainedStringList;
1486
+ InsideCidrBlocks?: ConstrainedStringList;
1479
1487
  /**
1480
1488
  * The tags associated with the peer request.
1481
1489
  */
@@ -1484,6 +1492,10 @@ declare namespace NetworkManager {
1484
1492
  * The client token associated with the request.
1485
1493
  */
1486
1494
  ClientToken?: ClientToken;
1495
+ /**
1496
+ * The subnet ARN for the Connect peer.
1497
+ */
1498
+ SubnetArn?: SubnetArn;
1487
1499
  }
1488
1500
  export interface CreateConnectPeerResponse {
1489
1501
  /**
@@ -3614,7 +3626,7 @@ declare namespace NetworkManager {
3614
3626
  export type RouteStateList = RouteState[];
3615
3627
  export interface RouteTableIdentifier {
3616
3628
  /**
3617
- * The ARN of the transit gateway route table.
3629
+ * The ARN of the transit gateway route table for the attachment request. For example, "TransitGatewayRouteTableArn": "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456".
3618
3630
  */
3619
3631
  TransitGatewayRouteTableArn?: TransitGatewayRouteTableArn;
3620
3632
  /**
@@ -3827,7 +3839,7 @@ declare namespace NetworkManager {
3827
3839
  */
3828
3840
  TransitGatewayRouteTableArn?: TransitGatewayRouteTableArn;
3829
3841
  }
3830
- export type TunnelProtocol = "GRE"|string;
3842
+ export type TunnelProtocol = "GRE"|"NO_ENCAP"|string;
3831
3843
  export interface UntagResourceRequest {
3832
3844
  /**
3833
3845
  * The Amazon Resource Name (ARN) of the resource.
@@ -1513,7 +1513,7 @@ declare namespace RedshiftServerless {
1513
1513
  */
1514
1514
  adminPasswordSecretKmsKeyId?: KmsKeyId;
1515
1515
  /**
1516
- * The password of the administrator for the first database created in the namespace. This parameter must be updated together with adminUsername. You can't use adminUserPassword if manageAdminPassword is true.
1516
+ * The password of the administrator for the first database created in the namespace. This parameter must be updated together with adminUsername. You can't use adminUserPassword if manageAdminPassword is true.
1517
1517
  */
1518
1518
  adminUserPassword?: DbPassword;
1519
1519
  /**
@@ -1714,6 +1714,10 @@ declare namespace RedshiftServerless {
1714
1714
  * The namespace the workgroup is associated with.
1715
1715
  */
1716
1716
  namespaceName?: String;
1717
+ /**
1718
+ * The patch version of your Amazon Redshift Serverless workgroup. For more information about patch versions, see Cluster versions for Amazon Redshift.
1719
+ */
1720
+ patchVersion?: String;
1717
1721
  /**
1718
1722
  * The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.
1719
1723
  */
@@ -1746,6 +1750,10 @@ declare namespace RedshiftServerless {
1746
1750
  * The name of the workgroup.
1747
1751
  */
1748
1752
  workgroupName?: WorkgroupName;
1753
+ /**
1754
+ * The Amazon Redshift Serverless version of your workgroup. For more information about Amazon Redshift Serverless versions, seeCluster versions for Amazon Redshift.
1755
+ */
1756
+ workgroupVersion?: String;
1749
1757
  }
1750
1758
  export type WorkgroupList = Workgroup[];
1751
1759
  export type WorkgroupName = string;