cdk-docker-image-deployment 0.0.40 → 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.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +3 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +74 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +3 -1
- package/node_modules/aws-sdk/apis/ds-2015-04-16.min.json +84 -1
- package/node_modules/aws-sdk/apis/ds-2015-04-16.paginators.json +78 -2
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +137 -121
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +294 -250
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +44 -28
- package/node_modules/aws-sdk/apis/metadata.json +2 -1
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +88 -17
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +46 -40
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +3 -59
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +4 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +15 -1
- package/node_modules/aws-sdk/clients/browser_default.d.ts +1 -0
- package/node_modules/aws-sdk/clients/browser_default.js +1 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +8 -0
- package/node_modules/aws-sdk/clients/directoryservice.d.ts +121 -0
- package/node_modules/aws-sdk/clients/ecs.d.ts +3 -3
- package/node_modules/aws-sdk/clients/guardduty.d.ts +19 -8
- package/node_modules/aws-sdk/clients/iam.d.ts +14 -14
- package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +1 -1
- package/node_modules/aws-sdk/clients/medialive.d.ts +42 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +13 -0
- package/node_modules/aws-sdk/clients/panorama.d.ts +85 -7
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ssm.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
- package/node_modules/aws-sdk/clients/transfer.d.ts +60 -55
- package/node_modules/aws-sdk/clients/translate.d.ts +49 -19
- package/node_modules/aws-sdk/clients/wisdom.d.ts +0 -56
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +660 -307
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -233,10 +233,10 @@
|
|
|
233
233
|
"members": {
|
|
234
234
|
"Description": {},
|
|
235
235
|
"Steps": {
|
|
236
|
-
"shape": "
|
|
236
|
+
"shape": "S2c"
|
|
237
237
|
},
|
|
238
238
|
"OnExceptionSteps": {
|
|
239
|
-
"shape": "
|
|
239
|
+
"shape": "S2c"
|
|
240
240
|
},
|
|
241
241
|
"Tags": {
|
|
242
242
|
"shape": "Sk"
|
|
@@ -482,10 +482,10 @@
|
|
|
482
482
|
"Usage": {},
|
|
483
483
|
"Status": {},
|
|
484
484
|
"Certificate": {
|
|
485
|
-
"shape": "
|
|
485
|
+
"shape": "S3o"
|
|
486
486
|
},
|
|
487
487
|
"CertificateChain": {
|
|
488
|
-
"shape": "
|
|
488
|
+
"shape": "S3p"
|
|
489
489
|
},
|
|
490
490
|
"ActiveDate": {
|
|
491
491
|
"type": "timestamp"
|
|
@@ -573,10 +573,10 @@
|
|
|
573
573
|
"members": {
|
|
574
574
|
"ExecutionId": {},
|
|
575
575
|
"InitialFileLocation": {
|
|
576
|
-
"shape": "
|
|
576
|
+
"shape": "S40"
|
|
577
577
|
},
|
|
578
578
|
"ServiceMetadata": {
|
|
579
|
-
"shape": "
|
|
579
|
+
"shape": "S44"
|
|
580
580
|
},
|
|
581
581
|
"ExecutionRole": {},
|
|
582
582
|
"LoggingConfiguration": {
|
|
@@ -594,10 +594,10 @@
|
|
|
594
594
|
"type": "structure",
|
|
595
595
|
"members": {
|
|
596
596
|
"Steps": {
|
|
597
|
-
"shape": "
|
|
597
|
+
"shape": "S4b"
|
|
598
598
|
},
|
|
599
599
|
"OnExceptionSteps": {
|
|
600
|
-
"shape": "
|
|
600
|
+
"shape": "S4b"
|
|
601
601
|
}
|
|
602
602
|
}
|
|
603
603
|
}
|
|
@@ -710,16 +710,16 @@
|
|
|
710
710
|
},
|
|
711
711
|
"SecurityPolicyName": {},
|
|
712
712
|
"SshCiphers": {
|
|
713
|
-
"shape": "
|
|
713
|
+
"shape": "S4v"
|
|
714
714
|
},
|
|
715
715
|
"SshKexs": {
|
|
716
|
-
"shape": "
|
|
716
|
+
"shape": "S4v"
|
|
717
717
|
},
|
|
718
718
|
"SshMacs": {
|
|
719
|
-
"shape": "
|
|
719
|
+
"shape": "S4v"
|
|
720
720
|
},
|
|
721
721
|
"TlsCiphers": {
|
|
722
|
-
"shape": "
|
|
722
|
+
"shape": "S4v"
|
|
723
723
|
}
|
|
724
724
|
}
|
|
725
725
|
}
|
|
@@ -875,10 +875,10 @@
|
|
|
875
875
|
"Arn": {},
|
|
876
876
|
"Description": {},
|
|
877
877
|
"Steps": {
|
|
878
|
-
"shape": "
|
|
878
|
+
"shape": "S2c"
|
|
879
879
|
},
|
|
880
880
|
"OnExceptionSteps": {
|
|
881
|
-
"shape": "
|
|
881
|
+
"shape": "S2c"
|
|
882
882
|
},
|
|
883
883
|
"WorkflowId": {},
|
|
884
884
|
"Tags": {
|
|
@@ -899,10 +899,10 @@
|
|
|
899
899
|
"members": {
|
|
900
900
|
"Usage": {},
|
|
901
901
|
"Certificate": {
|
|
902
|
-
"shape": "
|
|
902
|
+
"shape": "S3o"
|
|
903
903
|
},
|
|
904
904
|
"CertificateChain": {
|
|
905
|
-
"shape": "
|
|
905
|
+
"shape": "S3p"
|
|
906
906
|
},
|
|
907
907
|
"PrivateKey": {
|
|
908
908
|
"type": "string",
|
|
@@ -1166,10 +1166,10 @@
|
|
|
1166
1166
|
"members": {
|
|
1167
1167
|
"ExecutionId": {},
|
|
1168
1168
|
"InitialFileLocation": {
|
|
1169
|
-
"shape": "
|
|
1169
|
+
"shape": "S40"
|
|
1170
1170
|
},
|
|
1171
1171
|
"ServiceMetadata": {
|
|
1172
|
-
"shape": "
|
|
1172
|
+
"shape": "S44"
|
|
1173
1173
|
},
|
|
1174
1174
|
"Status": {}
|
|
1175
1175
|
}
|
|
@@ -1915,27 +1915,33 @@
|
|
|
1915
1915
|
},
|
|
1916
1916
|
"S20": {
|
|
1917
1917
|
"type": "structure",
|
|
1918
|
-
"required": [
|
|
1919
|
-
"OnUpload"
|
|
1920
|
-
],
|
|
1921
1918
|
"members": {
|
|
1922
1919
|
"OnUpload": {
|
|
1923
1920
|
"type": "list",
|
|
1924
1921
|
"member": {
|
|
1925
|
-
"
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
"ExecutionRole": {}
|
|
1933
|
-
}
|
|
1922
|
+
"shape": "S22"
|
|
1923
|
+
}
|
|
1924
|
+
},
|
|
1925
|
+
"OnPartialUpload": {
|
|
1926
|
+
"type": "list",
|
|
1927
|
+
"member": {
|
|
1928
|
+
"shape": "S22"
|
|
1934
1929
|
}
|
|
1935
1930
|
}
|
|
1936
1931
|
}
|
|
1937
1932
|
},
|
|
1938
|
-
"
|
|
1933
|
+
"S22": {
|
|
1934
|
+
"type": "structure",
|
|
1935
|
+
"required": [
|
|
1936
|
+
"WorkflowId",
|
|
1937
|
+
"ExecutionRole"
|
|
1938
|
+
],
|
|
1939
|
+
"members": {
|
|
1940
|
+
"WorkflowId": {},
|
|
1941
|
+
"ExecutionRole": {}
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
1944
|
+
"S2c": {
|
|
1939
1945
|
"type": "list",
|
|
1940
1946
|
"member": {
|
|
1941
1947
|
"type": "structure",
|
|
@@ -1956,7 +1962,7 @@
|
|
|
1956
1962
|
}
|
|
1957
1963
|
},
|
|
1958
1964
|
"EfsFileLocation": {
|
|
1959
|
-
"shape": "
|
|
1965
|
+
"shape": "S2l"
|
|
1960
1966
|
}
|
|
1961
1967
|
}
|
|
1962
1968
|
},
|
|
@@ -2006,22 +2012,22 @@
|
|
|
2006
2012
|
}
|
|
2007
2013
|
}
|
|
2008
2014
|
},
|
|
2009
|
-
"
|
|
2015
|
+
"S2l": {
|
|
2010
2016
|
"type": "structure",
|
|
2011
2017
|
"members": {
|
|
2012
2018
|
"FileSystemId": {},
|
|
2013
2019
|
"Path": {}
|
|
2014
2020
|
}
|
|
2015
2021
|
},
|
|
2016
|
-
"
|
|
2022
|
+
"S3o": {
|
|
2017
2023
|
"type": "string",
|
|
2018
2024
|
"sensitive": true
|
|
2019
2025
|
},
|
|
2020
|
-
"
|
|
2026
|
+
"S3p": {
|
|
2021
2027
|
"type": "string",
|
|
2022
2028
|
"sensitive": true
|
|
2023
2029
|
},
|
|
2024
|
-
"
|
|
2030
|
+
"S40": {
|
|
2025
2031
|
"type": "structure",
|
|
2026
2032
|
"members": {
|
|
2027
2033
|
"S3FileLocation": {
|
|
@@ -2034,11 +2040,11 @@
|
|
|
2034
2040
|
}
|
|
2035
2041
|
},
|
|
2036
2042
|
"EfsFileLocation": {
|
|
2037
|
-
"shape": "
|
|
2043
|
+
"shape": "S2l"
|
|
2038
2044
|
}
|
|
2039
2045
|
}
|
|
2040
2046
|
},
|
|
2041
|
-
"
|
|
2047
|
+
"S44": {
|
|
2042
2048
|
"type": "structure",
|
|
2043
2049
|
"required": [
|
|
2044
2050
|
"UserDetails"
|
|
@@ -2058,7 +2064,7 @@
|
|
|
2058
2064
|
}
|
|
2059
2065
|
}
|
|
2060
2066
|
},
|
|
2061
|
-
"
|
|
2067
|
+
"S4b": {
|
|
2062
2068
|
"type": "list",
|
|
2063
2069
|
"member": {
|
|
2064
2070
|
"type": "structure",
|
|
@@ -2079,7 +2085,7 @@
|
|
|
2079
2085
|
}
|
|
2080
2086
|
}
|
|
2081
2087
|
},
|
|
2082
|
-
"
|
|
2088
|
+
"S4v": {
|
|
2083
2089
|
"type": "list",
|
|
2084
2090
|
"member": {}
|
|
2085
2091
|
}
|
|
@@ -894,53 +894,6 @@
|
|
|
894
894
|
},
|
|
895
895
|
"idempotent": true
|
|
896
896
|
},
|
|
897
|
-
"PutFeedback": {
|
|
898
|
-
"http": {
|
|
899
|
-
"method": "PUT",
|
|
900
|
-
"requestUri": "/assistants/{assistantId}/feedback",
|
|
901
|
-
"responseCode": 200
|
|
902
|
-
},
|
|
903
|
-
"input": {
|
|
904
|
-
"type": "structure",
|
|
905
|
-
"required": [
|
|
906
|
-
"assistantId",
|
|
907
|
-
"feedback",
|
|
908
|
-
"targetId",
|
|
909
|
-
"targetType"
|
|
910
|
-
],
|
|
911
|
-
"members": {
|
|
912
|
-
"assistantId": {
|
|
913
|
-
"location": "uri",
|
|
914
|
-
"locationName": "assistantId"
|
|
915
|
-
},
|
|
916
|
-
"feedback": {
|
|
917
|
-
"shape": "S39"
|
|
918
|
-
},
|
|
919
|
-
"targetId": {},
|
|
920
|
-
"targetType": {}
|
|
921
|
-
}
|
|
922
|
-
},
|
|
923
|
-
"output": {
|
|
924
|
-
"type": "structure",
|
|
925
|
-
"required": [
|
|
926
|
-
"assistantArn",
|
|
927
|
-
"assistantId",
|
|
928
|
-
"feedback",
|
|
929
|
-
"targetId",
|
|
930
|
-
"targetType"
|
|
931
|
-
],
|
|
932
|
-
"members": {
|
|
933
|
-
"assistantArn": {},
|
|
934
|
-
"assistantId": {},
|
|
935
|
-
"feedback": {
|
|
936
|
-
"shape": "S39"
|
|
937
|
-
},
|
|
938
|
-
"targetId": {},
|
|
939
|
-
"targetType": {}
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
"idempotent": true
|
|
943
|
-
},
|
|
944
897
|
"QueryAssistant": {
|
|
945
898
|
"http": {
|
|
946
899
|
"requestUri": "/assistants/{assistantId}/query",
|
|
@@ -1044,7 +997,7 @@
|
|
|
1044
997
|
"locationName": "nextToken"
|
|
1045
998
|
},
|
|
1046
999
|
"searchExpression": {
|
|
1047
|
-
"shape": "
|
|
1000
|
+
"shape": "S3f"
|
|
1048
1001
|
}
|
|
1049
1002
|
}
|
|
1050
1003
|
},
|
|
@@ -1087,7 +1040,7 @@
|
|
|
1087
1040
|
"locationName": "nextToken"
|
|
1088
1041
|
},
|
|
1089
1042
|
"searchExpression": {
|
|
1090
|
-
"shape": "
|
|
1043
|
+
"shape": "S3f"
|
|
1091
1044
|
}
|
|
1092
1045
|
}
|
|
1093
1046
|
},
|
|
@@ -1585,16 +1538,7 @@
|
|
|
1585
1538
|
"shape": "S1r"
|
|
1586
1539
|
}
|
|
1587
1540
|
},
|
|
1588
|
-
"
|
|
1589
|
-
"type": "structure",
|
|
1590
|
-
"required": [
|
|
1591
|
-
"relevance"
|
|
1592
|
-
],
|
|
1593
|
-
"members": {
|
|
1594
|
-
"relevance": {}
|
|
1595
|
-
}
|
|
1596
|
-
},
|
|
1597
|
-
"S3k": {
|
|
1541
|
+
"S3f": {
|
|
1598
1542
|
"type": "structure",
|
|
1599
1543
|
"required": [
|
|
1600
1544
|
"filters"
|
|
@@ -918,6 +918,10 @@ declare namespace AmplifyUIBuilder {
|
|
|
918
918
|
* The text to display to describe the field.
|
|
919
919
|
*/
|
|
920
920
|
descriptiveText?: String;
|
|
921
|
+
/**
|
|
922
|
+
* Specifies whether to render the field as an array. This property is ignored if the dataSourceType for the form is a Data Store.
|
|
923
|
+
*/
|
|
924
|
+
isArray?: Boolean;
|
|
921
925
|
/**
|
|
922
926
|
* The maximum value to display for the field.
|
|
923
927
|
*/
|
|
@@ -2063,7 +2063,7 @@ declare namespace Appflow {
|
|
|
2063
2063
|
export type Object = string;
|
|
2064
2064
|
export type ObjectTypeName = string;
|
|
2065
2065
|
export type Operator = "PROJECTION"|"LESS_THAN"|"GREATER_THAN"|"CONTAINS"|"BETWEEN"|"LESS_THAN_OR_EQUAL_TO"|"GREATER_THAN_OR_EQUAL_TO"|"EQUAL_TO"|"NOT_EQUAL_TO"|"ADDITION"|"MULTIPLICATION"|"DIVISION"|"SUBTRACTION"|"MASK_ALL"|"MASK_FIRST_N"|"MASK_LAST_N"|"VALIDATE_NON_NULL"|"VALIDATE_NON_ZERO"|"VALIDATE_NON_NEGATIVE"|"VALIDATE_NUMERIC"|"NO_OP"|string;
|
|
2066
|
-
export type OperatorPropertiesKeys = "VALUE"|"VALUES"|"DATA_TYPE"|"UPPER_BOUND"|"LOWER_BOUND"|"SOURCE_DATA_TYPE"|"DESTINATION_DATA_TYPE"|"VALIDATION_ACTION"|"MASK_VALUE"|"MASK_LENGTH"|"TRUNCATE_LENGTH"|"MATH_OPERATION_FIELDS_ORDER"|"CONCAT_FORMAT"|"SUBFIELD_CATEGORY_MAP"|"EXCLUDE_SOURCE_FIELDS_LIST"|string;
|
|
2066
|
+
export type OperatorPropertiesKeys = "VALUE"|"VALUES"|"DATA_TYPE"|"UPPER_BOUND"|"LOWER_BOUND"|"SOURCE_DATA_TYPE"|"DESTINATION_DATA_TYPE"|"VALIDATION_ACTION"|"MASK_VALUE"|"MASK_LENGTH"|"TRUNCATE_LENGTH"|"MATH_OPERATION_FIELDS_ORDER"|"CONCAT_FORMAT"|"SUBFIELD_CATEGORY_MAP"|"EXCLUDE_SOURCE_FIELDS_LIST"|"INCLUDE_NEW_FIELDS"|string;
|
|
2067
2067
|
export type Operators = "PROJECTION"|"LESS_THAN"|"GREATER_THAN"|"CONTAINS"|"BETWEEN"|"LESS_THAN_OR_EQUAL_TO"|"GREATER_THAN_OR_EQUAL_TO"|"EQUAL_TO"|"NOT_EQUAL_TO"|"ADDITION"|"MULTIPLICATION"|"DIVISION"|"SUBTRACTION"|"MASK_ALL"|"MASK_FIRST_N"|"MASK_LAST_N"|"VALIDATE_NON_NULL"|"VALIDATE_NON_ZERO"|"VALIDATE_NON_NEGATIVE"|"VALIDATE_NUMERIC"|"NO_OP"|string;
|
|
2068
2068
|
export type Password = string;
|
|
2069
2069
|
export type PortNumber = number;
|
|
@@ -2327,6 +2327,8 @@ declare namespace Appflow {
|
|
|
2327
2327
|
*/
|
|
2328
2328
|
isSandboxEnvironment?: Boolean;
|
|
2329
2329
|
}
|
|
2330
|
+
export type SalesforceDataTransferApi = "AUTOMATIC"|"BULKV2"|"REST_SYNC"|string;
|
|
2331
|
+
export type SalesforceDataTransferApiList = SalesforceDataTransferApi[];
|
|
2330
2332
|
export interface SalesforceDestinationProperties {
|
|
2331
2333
|
/**
|
|
2332
2334
|
* The object specified in the Salesforce flow destination.
|
|
@@ -2344,12 +2346,20 @@ declare namespace Appflow {
|
|
|
2344
2346
|
* This specifies the type of write operation to be performed in Salesforce. When the value is UPSERT, then idFieldNames is required.
|
|
2345
2347
|
*/
|
|
2346
2348
|
writeOperationType?: WriteOperationType;
|
|
2349
|
+
/**
|
|
2350
|
+
* Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data to Salesforce. AUTOMATIC The default. Amazon AppFlow selects which API to use based on the number of records that your flow transfers to Salesforce. If your flow transfers fewer than 1,000 records, Amazon AppFlow uses Salesforce REST API. If your flow transfers 1,000 records or more, Amazon AppFlow uses Salesforce Bulk API 2.0. Each of these Salesforce APIs structures data differently. If Amazon AppFlow selects the API automatically, be aware that, for recurring flows, the data output might vary from one flow run to the next. For example, if a flow runs daily, it might use REST API on one day to transfer 900 records, and it might use Bulk API 2.0 on the next day to transfer 1,100 records. For each of these flow runs, the respective Salesforce API formats the data differently. Some of the differences include how dates are formatted and null values are represented. Also, Bulk API 2.0 doesn't transfer Salesforce compound fields. By choosing this option, you optimize flow performance for both small and large data transfers, but the tradeoff is inconsistent formatting in the output. BULKV2 Amazon AppFlow uses only Salesforce Bulk API 2.0. This API runs asynchronous data transfers, and it's optimal for large sets of data. By choosing this option, you ensure that your flow writes consistent output, but you optimize performance only for large data transfers. Note that Bulk API 2.0 does not transfer Salesforce compound fields. REST_SYNC Amazon AppFlow uses only Salesforce REST API. By choosing this option, you ensure that your flow writes consistent output, but you decrease performance for large data transfers that are better suited for Bulk API 2.0. In some cases, if your flow attempts to transfer a vary large set of data, it might fail with a timed out error.
|
|
2351
|
+
*/
|
|
2352
|
+
dataTransferApi?: SalesforceDataTransferApi;
|
|
2347
2353
|
}
|
|
2348
2354
|
export interface SalesforceMetadata {
|
|
2349
2355
|
/**
|
|
2350
2356
|
* The desired authorization scope for the Salesforce account.
|
|
2351
2357
|
*/
|
|
2352
2358
|
oAuthScopes?: OAuthScopeList;
|
|
2359
|
+
/**
|
|
2360
|
+
* The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.
|
|
2361
|
+
*/
|
|
2362
|
+
dataTransferApis?: SalesforceDataTransferApiList;
|
|
2353
2363
|
}
|
|
2354
2364
|
export interface SalesforceSourceProperties {
|
|
2355
2365
|
/**
|
|
@@ -2364,6 +2374,10 @@ declare namespace Appflow {
|
|
|
2364
2374
|
* Indicates whether Amazon AppFlow includes deleted files in the flow run.
|
|
2365
2375
|
*/
|
|
2366
2376
|
includeDeletedRecords?: Boolean;
|
|
2377
|
+
/**
|
|
2378
|
+
* Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data from Salesforce. AUTOMATIC The default. Amazon AppFlow selects which API to use based on the number of records that your flow transfers from Salesforce. If your flow transfers fewer than 1,000,000 records, Amazon AppFlow uses Salesforce REST API. If your flow transfers 1,000,000 records or more, Amazon AppFlow uses Salesforce Bulk API 2.0. Each of these Salesforce APIs structures data differently. If Amazon AppFlow selects the API automatically, be aware that, for recurring flows, the data output might vary from one flow run to the next. For example, if a flow runs daily, it might use REST API on one day to transfer 900,000 records, and it might use Bulk API 2.0 on the next day to transfer 1,100,000 records. For each of these flow runs, the respective Salesforce API formats the data differently. Some of the differences include how dates are formatted and null values are represented. Also, Bulk API 2.0 doesn't transfer Salesforce compound fields. By choosing this option, you optimize flow performance for both small and large data transfers, but the tradeoff is inconsistent formatting in the output. BULKV2 Amazon AppFlow uses only Salesforce Bulk API 2.0. This API runs asynchronous data transfers, and it's optimal for large sets of data. By choosing this option, you ensure that your flow writes consistent output, but you optimize performance only for large data transfers. Note that Bulk API 2.0 does not transfer Salesforce compound fields. REST_SYNC Amazon AppFlow uses only Salesforce REST API. By choosing this option, you ensure that your flow writes consistent output, but you decrease performance for large data transfers that are better suited for Bulk API 2.0. In some cases, if your flow attempts to transfer a vary large set of data, it might fail with a timed out error.
|
|
2379
|
+
*/
|
|
2380
|
+
dataTransferApi?: SalesforceDataTransferApi;
|
|
2367
2381
|
}
|
|
2368
2382
|
export type ScheduleExpression = string;
|
|
2369
2383
|
export type ScheduleFrequencyType = "BYMINUTE"|"HOURLY"|"DAILY"|"WEEKLY"|"MONTHLY"|"ONCE"|string;
|
|
@@ -85,6 +85,7 @@ export import PersonalizeEvents = require('./personalizeevents');
|
|
|
85
85
|
export import PersonalizeRuntime = require('./personalizeruntime');
|
|
86
86
|
export import ForecastService = require('./forecastservice');
|
|
87
87
|
export import ForecastQueryService = require('./forecastqueryservice');
|
|
88
|
+
export import MarketplaceCatalog = require('./marketplacecatalog');
|
|
88
89
|
export import KinesisVideoSignalingChannels = require('./kinesisvideosignalingchannels');
|
|
89
90
|
export import Location = require('./location');
|
|
90
91
|
export import LexRuntimeV2 = require('./lexruntimev2');
|
|
@@ -87,6 +87,7 @@ module.exports = {
|
|
|
87
87
|
PersonalizeRuntime: require('./personalizeruntime'),
|
|
88
88
|
ForecastService: require('./forecastservice'),
|
|
89
89
|
ForecastQueryService: require('./forecastqueryservice'),
|
|
90
|
+
MarketplaceCatalog: require('./marketplacecatalog'),
|
|
90
91
|
KinesisVideoSignalingChannels: require('./kinesisvideosignalingchannels'),
|
|
91
92
|
Location: require('./location'),
|
|
92
93
|
LexRuntimeV2: require('./lexruntimev2')
|
|
@@ -6711,6 +6711,14 @@ declare namespace Connect {
|
|
|
6711
6711
|
* The email address. If you are using SAML for identity management and include this parameter, an error is returned.
|
|
6712
6712
|
*/
|
|
6713
6713
|
Email?: Email;
|
|
6714
|
+
/**
|
|
6715
|
+
* The user's secondary email address. If you provide a secondary email, the user receives email notifications -- other than password reset notifications -- to this email address instead of to their primary email address.
|
|
6716
|
+
*/
|
|
6717
|
+
SecondaryEmail?: Email;
|
|
6718
|
+
/**
|
|
6719
|
+
* The user's mobile number.
|
|
6720
|
+
*/
|
|
6721
|
+
Mobile?: PhoneNumber;
|
|
6714
6722
|
}
|
|
6715
6723
|
export interface UserIdentityInfoLite {
|
|
6716
6724
|
/**
|
|
@@ -275,6 +275,14 @@ declare class DirectoryService extends Service {
|
|
|
275
275
|
* Obtains information about the trust relationships for this account. If no input parameters are provided, such as DirectoryId or TrustIds, this request describes all the trust relationships belonging to the account.
|
|
276
276
|
*/
|
|
277
277
|
describeTrusts(callback?: (err: AWSError, data: DirectoryService.Types.DescribeTrustsResult) => void): Request<DirectoryService.Types.DescribeTrustsResult, AWSError>;
|
|
278
|
+
/**
|
|
279
|
+
* Describes the updates of a directory for a particular update type.
|
|
280
|
+
*/
|
|
281
|
+
describeUpdateDirectory(params: DirectoryService.Types.DescribeUpdateDirectoryRequest, callback?: (err: AWSError, data: DirectoryService.Types.DescribeUpdateDirectoryResult) => void): Request<DirectoryService.Types.DescribeUpdateDirectoryResult, AWSError>;
|
|
282
|
+
/**
|
|
283
|
+
* Describes the updates of a directory for a particular update type.
|
|
284
|
+
*/
|
|
285
|
+
describeUpdateDirectory(callback?: (err: AWSError, data: DirectoryService.Types.DescribeUpdateDirectoryResult) => void): Request<DirectoryService.Types.DescribeUpdateDirectoryResult, AWSError>;
|
|
278
286
|
/**
|
|
279
287
|
* Disables alternative client authentication methods for the specified directory.
|
|
280
288
|
*/
|
|
@@ -491,6 +499,14 @@ declare class DirectoryService extends Service {
|
|
|
491
499
|
* Updates a conditional forwarder that has been set up for your Amazon Web Services directory.
|
|
492
500
|
*/
|
|
493
501
|
updateConditionalForwarder(callback?: (err: AWSError, data: DirectoryService.Types.UpdateConditionalForwarderResult) => void): Request<DirectoryService.Types.UpdateConditionalForwarderResult, AWSError>;
|
|
502
|
+
/**
|
|
503
|
+
* Updates the directory for a particular update type.
|
|
504
|
+
*/
|
|
505
|
+
updateDirectorySetup(params: DirectoryService.Types.UpdateDirectorySetupRequest, callback?: (err: AWSError, data: DirectoryService.Types.UpdateDirectorySetupResult) => void): Request<DirectoryService.Types.UpdateDirectorySetupResult, AWSError>;
|
|
506
|
+
/**
|
|
507
|
+
* Updates the directory for a particular update type.
|
|
508
|
+
*/
|
|
509
|
+
updateDirectorySetup(callback?: (err: AWSError, data: DirectoryService.Types.UpdateDirectorySetupResult) => void): Request<DirectoryService.Types.UpdateDirectorySetupResult, AWSError>;
|
|
494
510
|
/**
|
|
495
511
|
* Adds or removes domain controllers to or from the directory. Based on the difference between current value and new value (provided through this API call), domain controllers will be added or removed. It may take up to 45 minutes for any new domain controllers to become fully active once the requested number of domain controllers is updated. During this time, you cannot make another update request.
|
|
496
512
|
*/
|
|
@@ -926,6 +942,7 @@ declare namespace DirectoryService {
|
|
|
926
942
|
DirectoryId?: DirectoryId;
|
|
927
943
|
}
|
|
928
944
|
export type CreateSnapshotBeforeSchemaExtension = boolean;
|
|
945
|
+
export type CreateSnapshotBeforeUpdate = boolean;
|
|
929
946
|
export interface CreateSnapshotRequest {
|
|
930
947
|
/**
|
|
931
948
|
* The identifier of the directory of which to take a snapshot.
|
|
@@ -1358,6 +1375,34 @@ declare namespace DirectoryService {
|
|
|
1358
1375
|
*/
|
|
1359
1376
|
NextToken?: NextToken;
|
|
1360
1377
|
}
|
|
1378
|
+
export interface DescribeUpdateDirectoryRequest {
|
|
1379
|
+
/**
|
|
1380
|
+
* The unique identifier of the directory.
|
|
1381
|
+
*/
|
|
1382
|
+
DirectoryId: DirectoryId;
|
|
1383
|
+
/**
|
|
1384
|
+
* The type of updates you want to describe for the directory.
|
|
1385
|
+
*/
|
|
1386
|
+
UpdateType: UpdateType;
|
|
1387
|
+
/**
|
|
1388
|
+
* The name of the Region.
|
|
1389
|
+
*/
|
|
1390
|
+
RegionName?: RegionName;
|
|
1391
|
+
/**
|
|
1392
|
+
* The DescribeUpdateDirectoryResult. NextToken value from a previous call to DescribeUpdateDirectory. Pass null if this is the first call.
|
|
1393
|
+
*/
|
|
1394
|
+
NextToken?: NextToken;
|
|
1395
|
+
}
|
|
1396
|
+
export interface DescribeUpdateDirectoryResult {
|
|
1397
|
+
/**
|
|
1398
|
+
* The list of update activities on a directory for the requested update type.
|
|
1399
|
+
*/
|
|
1400
|
+
UpdateActivities?: UpdateActivities;
|
|
1401
|
+
/**
|
|
1402
|
+
* If not null, more results are available. Pass this value for the NextToken parameter.
|
|
1403
|
+
*/
|
|
1404
|
+
NextToken?: NextToken;
|
|
1405
|
+
}
|
|
1361
1406
|
export type Description = string;
|
|
1362
1407
|
export type DesiredNumberOfDomainControllers = number;
|
|
1363
1408
|
export type DirectoryConfigurationSettingAllowedValues = string;
|
|
@@ -1514,6 +1559,10 @@ declare namespace DirectoryService {
|
|
|
1514
1559
|
* Lists the Regions where the directory has replicated.
|
|
1515
1560
|
*/
|
|
1516
1561
|
RegionsInfo?: RegionsInfo;
|
|
1562
|
+
/**
|
|
1563
|
+
* The operating system (OS) version of the directory.
|
|
1564
|
+
*/
|
|
1565
|
+
OsVersion?: OSVersion;
|
|
1517
1566
|
}
|
|
1518
1567
|
export type DirectoryDescriptions = DirectoryDescription[];
|
|
1519
1568
|
export type DirectoryEdition = "Enterprise"|"Standard"|string;
|
|
@@ -1782,6 +1831,7 @@ declare namespace DirectoryService {
|
|
|
1782
1831
|
*/
|
|
1783
1832
|
SnapshotLimits?: SnapshotLimits;
|
|
1784
1833
|
}
|
|
1834
|
+
export type InitiatedBy = string;
|
|
1785
1835
|
export type IpAddr = string;
|
|
1786
1836
|
export type IpAddrs = IpAddr[];
|
|
1787
1837
|
export interface IpRoute {
|
|
@@ -1986,6 +2036,13 @@ declare namespace DirectoryService {
|
|
|
1986
2036
|
export type NextToken = string;
|
|
1987
2037
|
export type Notes = string;
|
|
1988
2038
|
export type OCSPUrl = string;
|
|
2039
|
+
export interface OSUpdateSettings {
|
|
2040
|
+
/**
|
|
2041
|
+
* OS version that the directory needs to be updated to.
|
|
2042
|
+
*/
|
|
2043
|
+
OSVersion?: OSVersion;
|
|
2044
|
+
}
|
|
2045
|
+
export type OSVersion = "SERVER_2012"|"SERVER_2019"|string;
|
|
1989
2046
|
export type OrganizationalUnitDN = string;
|
|
1990
2047
|
export interface OwnerDirectoryDescription {
|
|
1991
2048
|
/**
|
|
@@ -2559,6 +2616,7 @@ declare namespace DirectoryService {
|
|
|
2559
2616
|
*/
|
|
2560
2617
|
Type: TargetType;
|
|
2561
2618
|
}
|
|
2619
|
+
export type UpdateActivities = UpdateInfoEntry[];
|
|
2562
2620
|
export interface UpdateConditionalForwarderRequest {
|
|
2563
2621
|
/**
|
|
2564
2622
|
* The directory ID of the Amazon Web Services directory for which to update the conditional forwarder.
|
|
@@ -2575,6 +2633,60 @@ declare namespace DirectoryService {
|
|
|
2575
2633
|
}
|
|
2576
2634
|
export interface UpdateConditionalForwarderResult {
|
|
2577
2635
|
}
|
|
2636
|
+
export interface UpdateDirectorySetupRequest {
|
|
2637
|
+
/**
|
|
2638
|
+
* The identifier of the directory on which you want to perform the update.
|
|
2639
|
+
*/
|
|
2640
|
+
DirectoryId: DirectoryId;
|
|
2641
|
+
/**
|
|
2642
|
+
* The type of update that needs to be performed on the directory. For example, OS.
|
|
2643
|
+
*/
|
|
2644
|
+
UpdateType: UpdateType;
|
|
2645
|
+
/**
|
|
2646
|
+
* The settings for the OS update that needs to be performed on the directory.
|
|
2647
|
+
*/
|
|
2648
|
+
OSUpdateSettings?: OSUpdateSettings;
|
|
2649
|
+
/**
|
|
2650
|
+
* The boolean that specifies if a snapshot for the directory needs to be taken before updating the directory.
|
|
2651
|
+
*/
|
|
2652
|
+
CreateSnapshotBeforeUpdate?: CreateSnapshotBeforeUpdate;
|
|
2653
|
+
}
|
|
2654
|
+
export interface UpdateDirectorySetupResult {
|
|
2655
|
+
}
|
|
2656
|
+
export interface UpdateInfoEntry {
|
|
2657
|
+
/**
|
|
2658
|
+
* The name of the Region.
|
|
2659
|
+
*/
|
|
2660
|
+
Region?: RegionName;
|
|
2661
|
+
/**
|
|
2662
|
+
* The status of the update performed on the directory.
|
|
2663
|
+
*/
|
|
2664
|
+
Status?: UpdateStatus;
|
|
2665
|
+
/**
|
|
2666
|
+
* The reason for the current status of the update type activity.
|
|
2667
|
+
*/
|
|
2668
|
+
StatusReason?: UpdateStatusReason;
|
|
2669
|
+
/**
|
|
2670
|
+
* This specifies if the update was initiated by the customer or by the service team.
|
|
2671
|
+
*/
|
|
2672
|
+
InitiatedBy?: InitiatedBy;
|
|
2673
|
+
/**
|
|
2674
|
+
* The new value of the target setting.
|
|
2675
|
+
*/
|
|
2676
|
+
NewValue?: UpdateValue;
|
|
2677
|
+
/**
|
|
2678
|
+
* The old value of the target setting.
|
|
2679
|
+
*/
|
|
2680
|
+
PreviousValue?: UpdateValue;
|
|
2681
|
+
/**
|
|
2682
|
+
* The start time of the UpdateDirectorySetup for the particular type.
|
|
2683
|
+
*/
|
|
2684
|
+
StartTime?: StartDateTime;
|
|
2685
|
+
/**
|
|
2686
|
+
* The last updated date and time of a particular directory setting.
|
|
2687
|
+
*/
|
|
2688
|
+
LastUpdatedDateTime?: LastUpdatedDateTime;
|
|
2689
|
+
}
|
|
2578
2690
|
export interface UpdateNumberOfDomainControllersRequest {
|
|
2579
2691
|
/**
|
|
2580
2692
|
* Identifier of the directory to which the domain controllers will be added or removed.
|
|
@@ -2616,6 +2728,8 @@ declare namespace DirectoryService {
|
|
|
2616
2728
|
*/
|
|
2617
2729
|
DirectoryId?: DirectoryId;
|
|
2618
2730
|
}
|
|
2731
|
+
export type UpdateStatus = "Updated"|"Updating"|"UpdateFailed"|string;
|
|
2732
|
+
export type UpdateStatusReason = string;
|
|
2619
2733
|
export interface UpdateTrustRequest {
|
|
2620
2734
|
/**
|
|
2621
2735
|
* Identifier of the trust relationship.
|
|
@@ -2633,6 +2747,13 @@ declare namespace DirectoryService {
|
|
|
2633
2747
|
*/
|
|
2634
2748
|
TrustId?: TrustId;
|
|
2635
2749
|
}
|
|
2750
|
+
export type UpdateType = "OS"|string;
|
|
2751
|
+
export interface UpdateValue {
|
|
2752
|
+
/**
|
|
2753
|
+
* The OS update related settings.
|
|
2754
|
+
*/
|
|
2755
|
+
OSUpdateSettings?: OSUpdateSettings;
|
|
2756
|
+
}
|
|
2636
2757
|
export type UseSameUsername = boolean;
|
|
2637
2758
|
export type UserName = string;
|
|
2638
2759
|
export type UserPassword = string;
|
|
@@ -2450,11 +2450,11 @@ declare namespace ECS {
|
|
|
2450
2450
|
*/
|
|
2451
2451
|
targetCapacity?: ManagedScalingTargetCapacity;
|
|
2452
2452
|
/**
|
|
2453
|
-
* The minimum number of
|
|
2453
|
+
* The minimum number of Amazon EC2 instances that Amazon ECS will scale out at one time. The scale in process is not affected by this parameter If this parameter is omitted, the default value of 1 is used. When additional capacity is required, Amazon ECS will scale up the minimum scaling step size even if the actual demand is less than the minimum scaling step size. If you use a capacity provider with an Auto Scaling group configured with more than one Amazon EC2 instance type or Availability Zone, Amazon ECS will scale up by the exact minimum scaling step size value and will ignore both the maximum scaling step size as well as the capacity demand.
|
|
2454
2454
|
*/
|
|
2455
2455
|
minimumScalingStepSize?: ManagedScalingStepSize;
|
|
2456
2456
|
/**
|
|
2457
|
-
* The maximum number of
|
|
2457
|
+
* The maximum number of Amazon EC2 instances that Amazon ECS will scale out at one time. The scale in process is not affected by this parameter. If this parameter is omitted, the default value of 10000 is used.
|
|
2458
2458
|
*/
|
|
2459
2459
|
maximumScalingStepSize?: ManagedScalingStepSize;
|
|
2460
2460
|
/**
|
|
@@ -3052,7 +3052,7 @@ declare namespace ECS {
|
|
|
3052
3052
|
*/
|
|
3053
3053
|
schedulingStrategy?: SchedulingStrategy;
|
|
3054
3054
|
/**
|
|
3055
|
-
* The deployment controller type the service is using.
|
|
3055
|
+
* The deployment controller type the service is using.
|
|
3056
3056
|
*/
|
|
3057
3057
|
deploymentController?: DeploymentController;
|
|
3058
3058
|
/**
|