aws-sdk 2.1634.0 → 2.1635.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -334,10 +334,12 @@
334
334
  "Delete": {
335
335
  "Objects": [
336
336
  {
337
- "Key": "objectkey1"
337
+ "Key": "HappyFace.jpg",
338
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
338
339
  },
339
340
  {
340
- "Key": "objectkey2"
341
+ "Key": "HappyFace.jpg",
342
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
341
343
  }
342
344
  ],
343
345
  "Quiet": false
@@ -346,14 +348,12 @@
346
348
  "output": {
347
349
  "Deleted": [
348
350
  {
349
- "DeleteMarker": "true",
350
- "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
351
- "Key": "objectkey1"
351
+ "Key": "HappyFace.jpg",
352
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
352
353
  },
353
354
  {
354
- "DeleteMarker": "true",
355
- "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
356
- "Key": "objectkey2"
355
+ "Key": "HappyFace.jpg",
356
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
357
357
  }
358
358
  ]
359
359
  },
@@ -363,9 +363,9 @@
363
363
  "output": {
364
364
  }
365
365
  },
366
- "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
367
- "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
368
- "title": "To delete multiple objects from a versioned bucket"
366
+ "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
367
+ "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
368
+ "title": "To delete multiple object versions from a versioned bucket"
369
369
  },
370
370
  {
371
371
  "input": {
@@ -373,12 +373,10 @@
373
373
  "Delete": {
374
374
  "Objects": [
375
375
  {
376
- "Key": "HappyFace.jpg",
377
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
376
+ "Key": "objectkey1"
378
377
  },
379
378
  {
380
- "Key": "HappyFace.jpg",
381
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
379
+ "Key": "objectkey2"
382
380
  }
383
381
  ],
384
382
  "Quiet": false
@@ -387,12 +385,14 @@
387
385
  "output": {
388
386
  "Deleted": [
389
387
  {
390
- "Key": "HappyFace.jpg",
391
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
388
+ "DeleteMarker": "true",
389
+ "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
390
+ "Key": "objectkey1"
392
391
  },
393
392
  {
394
- "Key": "HappyFace.jpg",
395
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
393
+ "DeleteMarker": "true",
394
+ "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
395
+ "Key": "objectkey2"
396
396
  }
397
397
  ]
398
398
  },
@@ -402,9 +402,9 @@
402
402
  "output": {
403
403
  }
404
404
  },
405
- "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
406
- "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
407
- "title": "To delete multiple object versions from a versioned bucket"
405
+ "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
406
+ "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
407
+ "title": "To delete multiple objects from a versioned bucket"
408
408
  }
409
409
  ],
410
410
  "GetBucketCors": [
@@ -1570,14 +1570,33 @@
1570
1570
  "Body": "filetoupload",
1571
1571
  "Bucket": "examplebucket",
1572
1572
  "Key": "exampleobject",
1573
- "Metadata": {
1574
- "metadata1": "value1",
1575
- "metadata2": "value2"
1573
+ "ServerSideEncryption": "AES256",
1574
+ "Tagging": "key1=value1&key2=value2"
1575
+ },
1576
+ "output": {
1577
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1578
+ "ServerSideEncryption": "AES256",
1579
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1580
+ },
1581
+ "comments": {
1582
+ "input": {
1583
+ },
1584
+ "output": {
1576
1585
  }
1577
1586
  },
1587
+ "description": "The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1588
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1589
+ "title": "To upload an object and specify server-side encryption and object tags"
1590
+ },
1591
+ {
1592
+ "input": {
1593
+ "Body": "filetoupload",
1594
+ "Bucket": "examplebucket",
1595
+ "Key": "objectkey"
1596
+ },
1578
1597
  "output": {
1579
1598
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1580
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1599
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1581
1600
  },
1582
1601
  "comments": {
1583
1602
  "input": {
@@ -1585,9 +1604,9 @@
1585
1604
  "output": {
1586
1605
  }
1587
1606
  },
1588
- "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1589
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1590
- "title": "To upload object and specify user-defined metadata"
1607
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1608
+ "id": "to-create-an-object-1483147613675",
1609
+ "title": "To create an object."
1591
1610
  },
1592
1611
  {
1593
1612
  "input": {
@@ -1637,31 +1656,15 @@
1637
1656
  "input": {
1638
1657
  "Body": "filetoupload",
1639
1658
  "Bucket": "examplebucket",
1640
- "Key": "objectkey"
1641
- },
1642
- "output": {
1643
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1644
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1645
- },
1646
- "comments": {
1647
- "input": {
1648
- },
1649
- "output": {
1659
+ "Key": "exampleobject",
1660
+ "Metadata": {
1661
+ "metadata1": "value1",
1662
+ "metadata2": "value2"
1650
1663
  }
1651
1664
  },
1652
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1653
- "id": "to-create-an-object-1483147613675",
1654
- "title": "To create an object."
1655
- },
1656
- {
1657
- "input": {
1658
- "Body": "HappyFace.jpg",
1659
- "Bucket": "examplebucket",
1660
- "Key": "HappyFace.jpg"
1661
- },
1662
1665
  "output": {
1663
1666
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1664
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1667
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1665
1668
  },
1666
1669
  "comments": {
1667
1670
  "input": {
@@ -1669,9 +1672,9 @@
1669
1672
  "output": {
1670
1673
  }
1671
1674
  },
1672
- "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1673
- "id": "to-upload-an-object-1481760101010",
1674
- "title": "To upload an object"
1675
+ "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1676
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1677
+ "title": "To upload object and specify user-defined metadata"
1675
1678
  },
1676
1679
  {
1677
1680
  "input": {
@@ -1696,16 +1699,13 @@
1696
1699
  },
1697
1700
  {
1698
1701
  "input": {
1699
- "Body": "filetoupload",
1702
+ "Body": "HappyFace.jpg",
1700
1703
  "Bucket": "examplebucket",
1701
- "Key": "exampleobject",
1702
- "ServerSideEncryption": "AES256",
1703
- "Tagging": "key1=value1&key2=value2"
1704
+ "Key": "HappyFace.jpg"
1704
1705
  },
1705
1706
  "output": {
1706
1707
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1707
- "ServerSideEncryption": "AES256",
1708
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1708
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1709
1709
  },
1710
1710
  "comments": {
1711
1711
  "input": {
@@ -1713,9 +1713,9 @@
1713
1713
  "output": {
1714
1714
  }
1715
1715
  },
1716
- "description": "The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1717
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1718
- "title": "To upload an object and specify server-side encryption and object tags"
1716
+ "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1717
+ "id": "to-upload-an-object-1481760101010",
1718
+ "title": "To upload an object"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [
@@ -254,6 +254,9 @@
254
254
  "locationName": "Content-Type"
255
255
  },
256
256
  "CopySource": {
257
+ "contextParam": {
258
+ "name": "CopySource"
259
+ },
257
260
  "location": "header",
258
261
  "locationName": "x-amz-copy-source"
259
262
  },
@@ -297,6 +300,9 @@
297
300
  "locationName": "x-amz-grant-write-acp"
298
301
  },
299
302
  "Key": {
303
+ "contextParam": {
304
+ "name": "Key"
305
+ },
300
306
  "location": "uri",
301
307
  "locationName": "Key"
302
308
  },
@@ -1884,6 +1884,10 @@ declare namespace GlobalAccelerator {
1884
1884
  * The IP address type that an accelerator supports. For a standard accelerator, the value can be IPV4 or DUAL_STACK.
1885
1885
  */
1886
1886
  IpAddressType?: IpAddressType;
1887
+ /**
1888
+ * The IP addresses for an accelerator.
1889
+ */
1890
+ IpAddresses?: IpAddresses;
1887
1891
  /**
1888
1892
  * Indicates whether an accelerator is enabled. The value is true or false. The default value is true. If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.
1889
1893
  */
@@ -1964,6 +1968,10 @@ declare namespace GlobalAccelerator {
1964
1968
  * The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.
1965
1969
  */
1966
1970
  IpAddressType?: IpAddressType;
1971
+ /**
1972
+ * The IP addresses for an accelerator.
1973
+ */
1974
+ IpAddresses?: IpAddresses;
1967
1975
  /**
1968
1976
  * Indicates whether an accelerator is enabled. The value is true or false. The default value is true. If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.
1969
1977
  */
package/clients/glue.d.ts CHANGED
@@ -1717,6 +1717,7 @@ declare class Glue extends Service {
1717
1717
  updateWorkflow(callback?: (err: AWSError, data: Glue.Types.UpdateWorkflowResponse) => void): Request<Glue.Types.UpdateWorkflowResponse, AWSError>;
1718
1718
  }
1719
1719
  declare namespace Glue {
1720
+ export type AWSManagedClientApplicationReference = string;
1720
1721
  export type AccountId = string;
1721
1722
  export interface Action {
1722
1723
  /**
@@ -1983,6 +1984,46 @@ declare namespace Glue {
1983
1984
  }
1984
1985
  export type AuditContextString = string;
1985
1986
  export type AuthTokenString = string;
1987
+ export interface AuthenticationConfiguration {
1988
+ /**
1989
+ * A structure containing the authentication configuration.
1990
+ */
1991
+ AuthenticationType?: AuthenticationType;
1992
+ /**
1993
+ * The secret manager ARN to store credentials.
1994
+ */
1995
+ SecretArn?: SecretArn;
1996
+ /**
1997
+ * The properties for OAuth2 authentication.
1998
+ */
1999
+ OAuth2Properties?: OAuth2Properties;
2000
+ }
2001
+ export interface AuthenticationConfigurationInput {
2002
+ /**
2003
+ * A structure containing the authentication configuration in the CreateConnection request.
2004
+ */
2005
+ AuthenticationType?: AuthenticationType;
2006
+ /**
2007
+ * The secret manager ARN to store credentials in the CreateConnection request.
2008
+ */
2009
+ SecretArn?: SecretArn;
2010
+ /**
2011
+ * The properties for OAuth2 authentication in the CreateConnection request.
2012
+ */
2013
+ OAuth2Properties?: OAuth2PropertiesInput;
2014
+ }
2015
+ export type AuthenticationType = "BASIC"|"OAUTH2"|"CUSTOM"|string;
2016
+ export type AuthorizationCode = string;
2017
+ export interface AuthorizationCodeProperties {
2018
+ /**
2019
+ * An authorization code to be used in the third leg of the AUTHORIZATION_CODE grant workflow. This is a single-use code which becomes invalid once exchanged for an access token, thus it is acceptable to have this value as a request parameter.
2020
+ */
2021
+ AuthorizationCode?: AuthorizationCode;
2022
+ /**
2023
+ * The redirect URI where the user gets redirected to by authorization server when issuing an authorization code. The URI is subsequently used when the authorization code is exchanged for an access token.
2024
+ */
2025
+ RedirectUri?: RedirectUri;
2026
+ }
1986
2027
  export interface BackfillError {
1987
2028
  /**
1988
2029
  * The error code for an error that occurred when registering partition indexes for an existing table.
@@ -3505,25 +3546,41 @@ declare namespace Glue {
3505
3546
  */
3506
3547
  ConnectionProperties?: ConnectionProperties;
3507
3548
  /**
3508
- * A map of physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to make this connection successfully.
3549
+ * The physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to make this connection successfully.
3509
3550
  */
3510
3551
  PhysicalConnectionRequirements?: PhysicalConnectionRequirements;
3511
3552
  /**
3512
- * The time that this connection definition was created.
3553
+ * The timestamp of the time that this connection definition was created.
3513
3554
  */
3514
3555
  CreationTime?: Timestamp;
3515
3556
  /**
3516
- * The last time that this connection definition was updated.
3557
+ * The timestamp of the last time the connection definition was updated.
3517
3558
  */
3518
3559
  LastUpdatedTime?: Timestamp;
3519
3560
  /**
3520
3561
  * The user, group, or role that last updated this connection definition.
3521
3562
  */
3522
3563
  LastUpdatedBy?: NameString;
3564
+ /**
3565
+ * The status of the connection. Can be one of: READY, IN_PROGRESS, or FAILED.
3566
+ */
3567
+ Status?: ConnectionStatus;
3568
+ /**
3569
+ * The reason for the connection status.
3570
+ */
3571
+ StatusReason?: LongValueString;
3572
+ /**
3573
+ * A timestamp of the time this connection was last validated.
3574
+ */
3575
+ LastConnectionValidationTime?: Timestamp;
3576
+ /**
3577
+ * The authentication properties of the connection.
3578
+ */
3579
+ AuthenticationConfiguration?: AuthenticationConfiguration;
3523
3580
  }
3524
3581
  export interface ConnectionInput {
3525
3582
  /**
3526
- * The name of the connection. Connection will not function as expected without a name.
3583
+ * The name of the connection.
3527
3584
  */
3528
3585
  Name: NameString;
3529
3586
  /**
@@ -3531,7 +3588,7 @@ declare namespace Glue {
3531
3588
  */
3532
3589
  Description?: DescriptionString;
3533
3590
  /**
3534
- * The type of the connection. Currently, these types are supported: JDBC - Designates a connection to a database through Java Database Connectivity (JDBC). JDBC Connections use the following ConnectionParameters. Required: All of (HOST, PORT, JDBC_ENGINE) or JDBC_CONNECTION_URL. Required: All of (USERNAME, PASSWORD) or SECRET_ID. Optional: JDBC_ENFORCE_SSL, CUSTOM_JDBC_CERT, CUSTOM_JDBC_CERT_STRING, SKIP_CUSTOM_JDBC_CERT_VALIDATION. These parameters are used to configure SSL with JDBC. KAFKA - Designates a connection to an Apache Kafka streaming platform. KAFKA Connections use the following ConnectionParameters. Required: KAFKA_BOOTSTRAP_SERVERS. Optional: KAFKA_SSL_ENABLED, KAFKA_CUSTOM_CERT, KAFKA_SKIP_CUSTOM_CERT_VALIDATION. These parameters are used to configure SSL with KAFKA. Optional: KAFKA_CLIENT_KEYSTORE, KAFKA_CLIENT_KEYSTORE_PASSWORD, KAFKA_CLIENT_KEY_PASSWORD, ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD, ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD. These parameters are used to configure TLS client configuration with SSL in KAFKA. Optional: KAFKA_SASL_MECHANISM. Can be specified as SCRAM-SHA-512, GSSAPI, or AWS_MSK_IAM. Optional: KAFKA_SASL_SCRAM_USERNAME, KAFKA_SASL_SCRAM_PASSWORD, ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD. These parameters are used to configure SASL/SCRAM-SHA-512 authentication with KAFKA. Optional: KAFKA_SASL_GSSAPI_KEYTAB, KAFKA_SASL_GSSAPI_KRB5_CONF, KAFKA_SASL_GSSAPI_SERVICE, KAFKA_SASL_GSSAPI_PRINCIPAL. These parameters are used to configure SASL/GSSAPI authentication with KAFKA. MONGODB - Designates a connection to a MongoDB document database. MONGODB Connections use the following ConnectionParameters. Required: CONNECTION_URL. Required: All of (USERNAME, PASSWORD) or SECRET_ID. NETWORK - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC). NETWORK Connections do not require ConnectionParameters. Instead, provide a PhysicalConnectionRequirements. MARKETPLACE - Uses configuration settings contained in a connector purchased from Amazon Web Services Marketplace to read from and write to data stores that are not natively supported by Glue. MARKETPLACE Connections use the following ConnectionParameters. Required: CONNECTOR_TYPE, CONNECTOR_URL, CONNECTOR_CLASS_NAME, CONNECTION_URL. Required for JDBC CONNECTOR_TYPE connections: All of (USERNAME, PASSWORD) or SECRET_ID. CUSTOM - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue. SFTP is not supported. For more information about how optional ConnectionProperties are used to configure features in Glue, consult Glue connection properties. For more information about how optional ConnectionProperties are used to configure features in Glue Studio, consult Using connectors and connections.
3591
+ * The type of the connection. Currently, these types are supported: JDBC - Designates a connection to a database through Java Database Connectivity (JDBC). JDBC Connections use the following ConnectionParameters. Required: All of (HOST, PORT, JDBC_ENGINE) or JDBC_CONNECTION_URL. Required: All of (USERNAME, PASSWORD) or SECRET_ID. Optional: JDBC_ENFORCE_SSL, CUSTOM_JDBC_CERT, CUSTOM_JDBC_CERT_STRING, SKIP_CUSTOM_JDBC_CERT_VALIDATION. These parameters are used to configure SSL with JDBC. KAFKA - Designates a connection to an Apache Kafka streaming platform. KAFKA Connections use the following ConnectionParameters. Required: KAFKA_BOOTSTRAP_SERVERS. Optional: KAFKA_SSL_ENABLED, KAFKA_CUSTOM_CERT, KAFKA_SKIP_CUSTOM_CERT_VALIDATION. These parameters are used to configure SSL with KAFKA. Optional: KAFKA_CLIENT_KEYSTORE, KAFKA_CLIENT_KEYSTORE_PASSWORD, KAFKA_CLIENT_KEY_PASSWORD, ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD, ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD. These parameters are used to configure TLS client configuration with SSL in KAFKA. Optional: KAFKA_SASL_MECHANISM. Can be specified as SCRAM-SHA-512, GSSAPI, or AWS_MSK_IAM. Optional: KAFKA_SASL_SCRAM_USERNAME, KAFKA_SASL_SCRAM_PASSWORD, ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD. These parameters are used to configure SASL/SCRAM-SHA-512 authentication with KAFKA. Optional: KAFKA_SASL_GSSAPI_KEYTAB, KAFKA_SASL_GSSAPI_KRB5_CONF, KAFKA_SASL_GSSAPI_SERVICE, KAFKA_SASL_GSSAPI_PRINCIPAL. These parameters are used to configure SASL/GSSAPI authentication with KAFKA. MONGODB - Designates a connection to a MongoDB document database. MONGODB Connections use the following ConnectionParameters. Required: CONNECTION_URL. Required: All of (USERNAME, PASSWORD) or SECRET_ID. SALESFORCE - Designates a connection to Salesforce using OAuth authencation. Requires the AuthenticationConfiguration member to be configured. NETWORK - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC). NETWORK Connections do not require ConnectionParameters. Instead, provide a PhysicalConnectionRequirements. MARKETPLACE - Uses configuration settings contained in a connector purchased from Amazon Web Services Marketplace to read from and write to data stores that are not natively supported by Glue. MARKETPLACE Connections use the following ConnectionParameters. Required: CONNECTOR_TYPE, CONNECTOR_URL, CONNECTOR_CLASS_NAME, CONNECTION_URL. Required for JDBC CONNECTOR_TYPE connections: All of (USERNAME, PASSWORD) or SECRET_ID. CUSTOM - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue. SFTP is not supported. For more information about how optional ConnectionProperties are used to configure features in Glue, consult Glue connection properties. For more information about how optional ConnectionProperties are used to configure features in Glue Studio, consult Using connectors and connections.
3535
3592
  */
3536
3593
  ConnectionType: ConnectionType;
3537
3594
  /**
@@ -3543,9 +3600,17 @@ declare namespace Glue {
3543
3600
  */
3544
3601
  ConnectionProperties: ConnectionProperties;
3545
3602
  /**
3546
- * A map of physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to successfully make this connection.
3603
+ * The physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to successfully make this connection.
3547
3604
  */
3548
3605
  PhysicalConnectionRequirements?: PhysicalConnectionRequirements;
3606
+ /**
3607
+ * The authentication properties of the connection. Used for a Salesforce connection.
3608
+ */
3609
+ AuthenticationConfiguration?: AuthenticationConfigurationInput;
3610
+ /**
3611
+ * A flag to validate the credentials during create connection. Used for a Salesforce connection. Default is true.
3612
+ */
3613
+ ValidateCredentials?: Boolean;
3549
3614
  }
3550
3615
  export type ConnectionList = Connection[];
3551
3616
  export type ConnectionName = string;
@@ -3560,8 +3625,9 @@ declare namespace Glue {
3560
3625
  AwsKmsKeyId?: NameString;
3561
3626
  }
3562
3627
  export type ConnectionProperties = {[key: string]: ValueString};
3563
- export type ConnectionPropertyKey = "HOST"|"PORT"|"USERNAME"|"PASSWORD"|"ENCRYPTED_PASSWORD"|"JDBC_DRIVER_JAR_URI"|"JDBC_DRIVER_CLASS_NAME"|"JDBC_ENGINE"|"JDBC_ENGINE_VERSION"|"CONFIG_FILES"|"INSTANCE_ID"|"JDBC_CONNECTION_URL"|"JDBC_ENFORCE_SSL"|"CUSTOM_JDBC_CERT"|"SKIP_CUSTOM_JDBC_CERT_VALIDATION"|"CUSTOM_JDBC_CERT_STRING"|"CONNECTION_URL"|"KAFKA_BOOTSTRAP_SERVERS"|"KAFKA_SSL_ENABLED"|"KAFKA_CUSTOM_CERT"|"KAFKA_SKIP_CUSTOM_CERT_VALIDATION"|"KAFKA_CLIENT_KEYSTORE"|"KAFKA_CLIENT_KEYSTORE_PASSWORD"|"KAFKA_CLIENT_KEY_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD"|"SECRET_ID"|"CONNECTOR_URL"|"CONNECTOR_TYPE"|"CONNECTOR_CLASS_NAME"|"KAFKA_SASL_MECHANISM"|"KAFKA_SASL_PLAIN_USERNAME"|"KAFKA_SASL_PLAIN_PASSWORD"|"ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD"|"KAFKA_SASL_SCRAM_USERNAME"|"KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_SCRAM_SECRETS_ARN"|"ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_GSSAPI_KEYTAB"|"KAFKA_SASL_GSSAPI_KRB5_CONF"|"KAFKA_SASL_GSSAPI_SERVICE"|"KAFKA_SASL_GSSAPI_PRINCIPAL"|string;
3564
- export type ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|string;
3628
+ export type ConnectionPropertyKey = "HOST"|"PORT"|"USERNAME"|"PASSWORD"|"ENCRYPTED_PASSWORD"|"JDBC_DRIVER_JAR_URI"|"JDBC_DRIVER_CLASS_NAME"|"JDBC_ENGINE"|"JDBC_ENGINE_VERSION"|"CONFIG_FILES"|"INSTANCE_ID"|"JDBC_CONNECTION_URL"|"JDBC_ENFORCE_SSL"|"CUSTOM_JDBC_CERT"|"SKIP_CUSTOM_JDBC_CERT_VALIDATION"|"CUSTOM_JDBC_CERT_STRING"|"CONNECTION_URL"|"KAFKA_BOOTSTRAP_SERVERS"|"KAFKA_SSL_ENABLED"|"KAFKA_CUSTOM_CERT"|"KAFKA_SKIP_CUSTOM_CERT_VALIDATION"|"KAFKA_CLIENT_KEYSTORE"|"KAFKA_CLIENT_KEYSTORE_PASSWORD"|"KAFKA_CLIENT_KEY_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD"|"SECRET_ID"|"CONNECTOR_URL"|"CONNECTOR_TYPE"|"CONNECTOR_CLASS_NAME"|"KAFKA_SASL_MECHANISM"|"KAFKA_SASL_PLAIN_USERNAME"|"KAFKA_SASL_PLAIN_PASSWORD"|"ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD"|"KAFKA_SASL_SCRAM_USERNAME"|"KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_SCRAM_SECRETS_ARN"|"ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_GSSAPI_KEYTAB"|"KAFKA_SASL_GSSAPI_KRB5_CONF"|"KAFKA_SASL_GSSAPI_SERVICE"|"KAFKA_SASL_GSSAPI_PRINCIPAL"|"ROLE_ARN"|string;
3629
+ export type ConnectionStatus = "READY"|"IN_PROGRESS"|"FAILED"|string;
3630
+ export type ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|"SALESFORCE"|string;
3565
3631
  export interface ConnectionsList {
3566
3632
  /**
3567
3633
  * A list of connections used by the job.
@@ -3918,6 +3984,10 @@ declare namespace Glue {
3918
3984
  Tags?: TagsMap;
3919
3985
  }
3920
3986
  export interface CreateConnectionResponse {
3987
+ /**
3988
+ * The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.
3989
+ */
3990
+ CreateConnectionStatus?: ConnectionStatus;
3921
3991
  }
3922
3992
  export interface CreateCrawlerRequest {
3923
3993
  /**
@@ -4305,7 +4375,7 @@ declare namespace Glue {
4305
4375
  */
4306
4376
  AllocatedCapacity?: IntegerValue;
4307
4377
  /**
4308
- * The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
4378
+ * The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours) for batch jobs. Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.
4309
4379
  */
4310
4380
  Timeout?: Timeout;
4311
4381
  /**
@@ -8901,7 +8971,7 @@ declare namespace Glue {
8901
8971
  */
8902
8972
  AllocatedCapacity?: IntegerValue;
8903
8973
  /**
8904
- * The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
8974
+ * The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours) for batch jobs. Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.
8905
8975
  */
8906
8976
  Timeout?: Timeout;
8907
8977
  /**
@@ -9076,7 +9146,7 @@ declare namespace Glue {
9076
9146
  */
9077
9147
  ExecutionTime?: ExecutionTime;
9078
9148
  /**
9079
- * The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job. The maximum value for timeout for batch jobs is 7 days or 10080 minutes. The default is 2880 minutes (48 hours) for batch jobs. Any existing Glue jobs that have a greater timeout value are defaulted to 7 days. For instance you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day. Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.
9149
+ * The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job. Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.
9080
9150
  */
9081
9151
  Timeout?: Timeout;
9082
9152
  /**
@@ -9168,7 +9238,7 @@ declare namespace Glue {
9168
9238
  */
9169
9239
  AllocatedCapacity?: IntegerValue;
9170
9240
  /**
9171
- * The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
9241
+ * The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours) for batch jobs. Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.
9172
9242
  */
9173
9243
  Timeout?: Timeout;
9174
9244
  /**
@@ -10082,6 +10152,7 @@ declare namespace Glue {
10082
10152
  NumberOfDistinctValues: NonNegativeLong;
10083
10153
  }
10084
10154
  export type LongValue = number;
10155
+ export type LongValueString = string;
10085
10156
  export interface MLTransform {
10086
10157
  /**
10087
10158
  * The unique transform ID that is generated for the machine learning transform. The ID is guaranteed to be unique and does not change.
@@ -10451,6 +10522,57 @@ declare namespace Glue {
10451
10522
  export type NullableDouble = number;
10452
10523
  export type NullableInteger = number;
10453
10524
  export type NullableString = string;
10525
+ export interface OAuth2ClientApplication {
10526
+ /**
10527
+ * The client application clientID if the ClientAppType is USER_MANAGED.
10528
+ */
10529
+ UserManagedClientApplicationClientId?: UserManagedClientApplicationClientId;
10530
+ /**
10531
+ * The reference to the SaaS-side client app that is Amazon Web Services managed.
10532
+ */
10533
+ AWSManagedClientApplicationReference?: AWSManagedClientApplicationReference;
10534
+ }
10535
+ export type OAuth2GrantType = "AUTHORIZATION_CODE"|"CLIENT_CREDENTIALS"|"JWT_BEARER"|string;
10536
+ export interface OAuth2Properties {
10537
+ /**
10538
+ * The OAuth2 grant type. For example, AUTHORIZATION_CODE, JWT_BEARER, or CLIENT_CREDENTIALS.
10539
+ */
10540
+ OAuth2GrantType?: OAuth2GrantType;
10541
+ /**
10542
+ * The client application type. For example, AWS_MANAGED or USER_MANAGED.
10543
+ */
10544
+ OAuth2ClientApplication?: OAuth2ClientApplication;
10545
+ /**
10546
+ * The URL of the provider's authentication server, to exchange an authorization code for an access token.
10547
+ */
10548
+ TokenUrl?: TokenUrl;
10549
+ /**
10550
+ * A map of parameters that are added to the token GET request.
10551
+ */
10552
+ TokenUrlParametersMap?: TokenUrlParametersMap;
10553
+ }
10554
+ export interface OAuth2PropertiesInput {
10555
+ /**
10556
+ * The OAuth2 grant type in the CreateConnection request. For example, AUTHORIZATION_CODE, JWT_BEARER, or CLIENT_CREDENTIALS.
10557
+ */
10558
+ OAuth2GrantType?: OAuth2GrantType;
10559
+ /**
10560
+ * The client application type in the CreateConnection request. For example, AWS_MANAGED or USER_MANAGED.
10561
+ */
10562
+ OAuth2ClientApplication?: OAuth2ClientApplication;
10563
+ /**
10564
+ * The URL of the provider's authentication server, to exchange an authorization code for an access token.
10565
+ */
10566
+ TokenUrl?: TokenUrl;
10567
+ /**
10568
+ * A map of parameters that are added to the token GET request.
10569
+ */
10570
+ TokenUrlParametersMap?: TokenUrlParametersMap;
10571
+ /**
10572
+ * The set of properties required for the the OAuth2 AUTHORIZATION_CODE grant type.
10573
+ */
10574
+ AuthorizationCodeProperties?: AuthorizationCodeProperties;
10575
+ }
10454
10576
  export type OneInput = NodeId[];
10455
10577
  export interface OpenTableFormatInput {
10456
10578
  /**
@@ -10704,7 +10826,7 @@ declare namespace Glue {
10704
10826
  */
10705
10827
  SecurityGroupIdList?: SecurityGroupIdList;
10706
10828
  /**
10707
- * The connection's Availability Zone. This field is redundant because the specified subnet implies the Availability Zone to be used. Currently the field must be populated, but it will be deprecated in the future.
10829
+ * The connection's Availability Zone.
10708
10830
  */
10709
10831
  AvailabilityZone?: NameString;
10710
10832
  }
@@ -11002,6 +11124,7 @@ declare namespace Glue {
11002
11124
  */
11003
11125
  RecrawlBehavior?: RecrawlBehavior;
11004
11126
  }
11127
+ export type RedirectUri = string;
11005
11128
  export interface RedshiftSource {
11006
11129
  /**
11007
11130
  * The name of the Amazon Redshift data store.
@@ -12053,6 +12176,7 @@ declare namespace Glue {
12053
12176
  */
12054
12177
  TableList?: TableList;
12055
12178
  }
12179
+ export type SecretArn = string;
12056
12180
  export interface SecurityConfiguration {
12057
12181
  /**
12058
12182
  * The name of the security configuration.
@@ -12714,7 +12838,7 @@ declare namespace Glue {
12714
12838
  */
12715
12839
  AllocatedCapacity?: IntegerValue;
12716
12840
  /**
12717
- * The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job. Streaming jobs do not have a timeout. The default for non-streaming jobs is 2,880 minutes (48 hours).
12841
+ * The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job. Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.
12718
12842
  */
12719
12843
  Timeout?: Timeout;
12720
12844
  /**
@@ -13417,6 +13541,10 @@ declare namespace Glue {
13417
13541
  export type Timestamp = Date;
13418
13542
  export type TimestampValue = Date;
13419
13543
  export type Token = string;
13544
+ export type TokenUrl = string;
13545
+ export type TokenUrlParameterKey = string;
13546
+ export type TokenUrlParameterValue = string;
13547
+ export type TokenUrlParametersMap = {[key: string]: TokenUrlParameterValue};
13420
13548
  export type Topk = number;
13421
13549
  export type TotalSegmentsInteger = number;
13422
13550
  export type TransactionIdString = string;
@@ -14412,6 +14540,7 @@ declare namespace Glue {
14412
14540
  ResourceUris?: ResourceUriList;
14413
14541
  }
14414
14542
  export type UserDefinedFunctionList = UserDefinedFunction[];
14543
+ export type UserManagedClientApplicationClientId = string;
14415
14544
  export type ValueString = string;
14416
14545
  export type ValueStringList = ValueString[];
14417
14546
  export type VersionId = number;
@@ -14452,7 +14581,7 @@ declare namespace Glue {
14452
14581
  */
14453
14582
  ViewOriginalText?: ViewTextString;
14454
14583
  /**
14455
- * The expanded SQL for the view. This SQL is used by engines while processing a query on a view. Engines may perform operations during view creation to transform ViewOriginalText to ViewExpandedText. For example: Fully qualify identifiers: SELECT * from table1 SELECT * from db1.table1
14584
+ * The expanded SQL for the view. This SQL is used by engines while processing a query on a view. Engines may perform operations during view creation to transform ViewOriginalText to ViewExpandedText. For example: Fully qualified identifiers: SELECT * from table1 -&gt; SELECT * from db1.table1
14456
14585
  */
14457
14586
  ViewExpandedText?: ViewTextString;
14458
14587
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1634.0',
86
+ VERSION: '2.1635.0',
87
87
 
88
88
  /**
89
89
  * @api private