Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.44.183 #4694

Merged
merged 1 commit into from
Jan 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Release v1.44.183 (2023-01-19)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/codeartifact`: Updates service documentation
* `service/connect`: Updates service API and documentation
* `service/connectparticipant`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* Adds SSM Parameter Resource Aliasing support to EC2 Launch Templates. Launch Templates can now store parameter aliases in place of AMI Resource IDs. CreateLaunchTemplateVersion and DescribeLaunchTemplateVersions now support a convenience flag, ResolveAlias, to return the resolved parameter value.
* `service/glue`: Updates service API and documentation
* Release Glue Studio Hudi Data Lake Format for SDK/CLI
* `service/groundstation`: Updates service API, documentation, and waiters
* `service/logs`: Updates service API and documentation
* Bug fix - Removed the regex pattern validation from CoralModel to avoid potential security issue.
* `service/medialive`: Updates service API and documentation
* AWS Elemental MediaLive adds support for SCTE 35 preRollMilliSeconds.
* `service/opensearch`: Updates service API and documentation
* `service/panorama`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
* HyperParameterTuningJobs now allow passing environment variables into the corresponding TrainingJobs

Release v1.44.182 (2023-01-18)
===

Expand Down
47 changes: 47 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.182"
const SDKVersion = "1.44.183"
71 changes: 65 additions & 6 deletions models/apis/appflow/2020-08-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,11 @@
"max":512,
"pattern":".*"
},
"BusinessUnitId":{
"type":"string",
"max":18,
"pattern":"\\S+"
},
"CatalogType":{
"type":"string",
"enum":["GLUE"]
Expand Down Expand Up @@ -743,7 +748,8 @@
"Upsolver":{"shape":"UpsolverMetadata"},
"CustomerProfiles":{"shape":"CustomerProfilesMetadata"},
"Honeycode":{"shape":"HoneycodeMetadata"},
"SAPOData":{"shape":"SAPODataMetadata"}
"SAPOData":{"shape":"SAPODataMetadata"},
"Pardot":{"shape":"PardotMetadata"}
}
},
"ConnectorMode":{
Expand Down Expand Up @@ -785,7 +791,8 @@
"Veeva":{"shape":"VeevaConnectorOperator"},
"Zendesk":{"shape":"ZendeskConnectorOperator"},
"SAPOData":{"shape":"SAPODataConnectorOperator"},
"CustomConnector":{"shape":"Operator"}
"CustomConnector":{"shape":"Operator"},
"Pardot":{"shape":"PardotConnectorOperator"}
}
},
"ConnectorOwner":{
Expand Down Expand Up @@ -841,7 +848,8 @@
"Veeva":{"shape":"VeevaConnectorProfileCredentials"},
"Zendesk":{"shape":"ZendeskConnectorProfileCredentials"},
"SAPOData":{"shape":"SAPODataConnectorProfileCredentials"},
"CustomConnector":{"shape":"CustomConnectorProfileCredentials"}
"CustomConnector":{"shape":"CustomConnectorProfileCredentials"},
"Pardot":{"shape":"PardotConnectorProfileCredentials"}
}
},
"ConnectorProfileDetailList":{
Expand Down Expand Up @@ -879,7 +887,8 @@
"Veeva":{"shape":"VeevaConnectorProfileProperties"},
"Zendesk":{"shape":"ZendeskConnectorProfileProperties"},
"SAPOData":{"shape":"SAPODataConnectorProfileProperties"},
"CustomConnector":{"shape":"CustomConnectorProfileProperties"}
"CustomConnector":{"shape":"CustomConnectorProfileProperties"},
"Pardot":{"shape":"PardotConnectorProfileProperties"}
}
},
"ConnectorProvisioningConfig":{
Expand Down Expand Up @@ -964,7 +973,8 @@
"Honeycode",
"CustomerProfiles",
"SAPOData",
"CustomConnector"
"CustomConnector",
"Pardot"
]
},
"ConnectorTypeList":{
Expand Down Expand Up @@ -2235,6 +2245,54 @@
"NO_OP"
]
},
"PardotConnectorOperator":{
"type":"string",
"enum":[
"PROJECTION",
"EQUAL_TO",
"NO_OP",
"ADDITION",
"MULTIPLICATION",
"DIVISION",
"SUBTRACTION",
"MASK_ALL",
"MASK_FIRST_N",
"MASK_LAST_N",
"VALIDATE_NON_NULL",
"VALIDATE_NON_ZERO",
"VALIDATE_NON_NEGATIVE",
"VALIDATE_NUMERIC"
]
},
"PardotConnectorProfileCredentials":{
"type":"structure",
"members":{
"accessToken":{"shape":"AccessToken"},
"refreshToken":{"shape":"RefreshToken"},
"oAuthRequest":{"shape":"ConnectorOAuthRequest"},
"clientCredentialsArn":{"shape":"ClientCredentialsArn"}
}
},
"PardotConnectorProfileProperties":{
"type":"structure",
"members":{
"instanceUrl":{"shape":"InstanceUrl"},
"isSandboxEnvironment":{"shape":"Boolean"},
"businessUnitId":{"shape":"BusinessUnitId"}
}
},
"PardotMetadata":{
"type":"structure",
"members":{
}
},
"PardotSourceProperties":{
"type":"structure",
"required":["object"],
"members":{
"object":{"shape":"Object"}
}
},
"Password":{
"type":"string",
"max":512,
Expand Down Expand Up @@ -2960,7 +3018,8 @@
"Veeva":{"shape":"VeevaSourceProperties"},
"Zendesk":{"shape":"ZendeskSourceProperties"},
"SAPOData":{"shape":"SAPODataSourceProperties"},
"CustomConnector":{"shape":"CustomConnectorSourceProperties"}
"CustomConnector":{"shape":"CustomConnectorSourceProperties"},
"Pardot":{"shape":"PardotSourceProperties"}
}
},
"SourceFieldProperties":{
Expand Down
43 changes: 43 additions & 0 deletions models/apis/appflow/2020-08-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"MarketoConnectorProfileCredentials$accessToken": "<p> The credentials used to access protected Marketo resources. </p>",
"OAuth2Credentials$accessToken": "<p>The access token used to access the connector on your behalf.</p>",
"OAuthCredentials$accessToken": "<p> The access token used to access protected SAPOData resources. </p>",
"PardotConnectorProfileCredentials$accessToken": "<p>The credentials used to access protected Salesforce Pardot resources.</p>",
"SalesforceConnectorProfileCredentials$accessToken": "<p> The credentials used to access protected Salesforce resources. </p>",
"SlackConnectorProfileCredentials$accessToken": "<p> The credentials used to access protected Slack resources. </p>",
"ZendeskConnectorProfileCredentials$accessToken": "<p> The credentials used to access protected Zendesk resources. </p>"
Expand Down Expand Up @@ -251,6 +252,7 @@
"ErrorHandlingConfig$failOnFirstDestinationError": "<p> Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination. </p>",
"OAuth2CustomParameter$isRequired": "<p>Indicates whether the custom parameter for OAuth 2.0 authentication is required.</p>",
"OAuth2CustomParameter$isSensitiveField": "<p>Indicates whether this authentication custom parameter is a sensitive field.</p>",
"PardotConnectorProfileProperties$isSandboxEnvironment": "<p>Indicates whether the connector profile applies to a sandbox or production environment.</p>",
"RedshiftConnectorProfileProperties$isRedshiftServerless": "<p>Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.</p>",
"SalesforceConnectorProfileProperties$isSandboxEnvironment": "<p> Indicates whether the connector profile applies to a sandbox or production environment. </p>",
"SalesforceSourceProperties$enableDynamicFieldUpdate": "<p> The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow. </p>",
Expand Down Expand Up @@ -291,6 +293,12 @@
"UpsolverDestinationProperties$bucketPrefix": "<p> The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files. </p>"
}
},
"BusinessUnitId": {
"base": null,
"refs": {
"PardotConnectorProfileProperties$businessUnitId": "<p>The business unit id of Salesforce Pardot instance.</p>"
}
},
"CatalogType": {
"base": null,
"refs": {
Expand All @@ -300,6 +308,7 @@
"ClientCredentialsArn": {
"base": null,
"refs": {
"PardotConnectorProfileCredentials$clientCredentialsArn": "<p>The secret manager ARN, which contains the client ID and client secret of the connected app.</p>",
"SalesforceConnectorProfileCredentials$clientCredentialsArn": "<p> The secret manager ARN, which contains the client ID and client secret of the connected app. </p>"
}
},
Expand Down Expand Up @@ -468,6 +477,7 @@
"MarketoConnectorProfileCredentials$oAuthRequest": "<p> The OAuth requirement needed to request security tokens from the connector endpoint. </p>",
"OAuth2Credentials$oAuthRequest": null,
"OAuthCredentials$oAuthRequest": "<p> The OAuth requirement needed to request security tokens from the connector endpoint. </p>",
"PardotConnectorProfileCredentials$oAuthRequest": null,
"SalesforceConnectorProfileCredentials$oAuthRequest": "<p> The OAuth requirement needed to request security tokens from the connector endpoint. </p>",
"SlackConnectorProfileCredentials$oAuthRequest": "<p> The OAuth requirement needed to request security tokens from the connector endpoint. </p>",
"ZendeskConnectorProfileCredentials$oAuthRequest": "<p> The OAuth requirement needed to request security tokens from the connector endpoint. </p>"
Expand Down Expand Up @@ -1368,6 +1378,7 @@
"DynatraceConnectorProfileProperties$instanceUrl": "<p> The location of the Dynatrace resource. </p>",
"InforNexusConnectorProfileProperties$instanceUrl": "<p> The location of the Infor Nexus resource. </p>",
"MarketoConnectorProfileProperties$instanceUrl": "<p> The location of the Marketo resource. </p>",
"PardotConnectorProfileProperties$instanceUrl": "<p>The location of the Salesforce Pardot resource.</p>",
"SalesforceConnectorProfileProperties$instanceUrl": "<p> The location of the Salesforce resource. </p>",
"ServiceNowConnectorProfileProperties$instanceUrl": "<p> The location of the ServiceNow resource. </p>",
"SlackConnectorProfileProperties$instanceUrl": "<p> The location of the Slack resource. </p>",
Expand Down Expand Up @@ -1683,6 +1694,7 @@
"InforNexusSourceProperties$object": "<p> The object specified in the Infor Nexus flow source. </p>",
"MarketoDestinationProperties$object": "<p>The object specified in the Marketo flow destination.</p>",
"MarketoSourceProperties$object": "<p> The object specified in the Marketo flow source. </p>",
"PardotSourceProperties$object": "<p>The object specified in the Salesforce Pardot flow source.</p>",
"RedshiftDestinationProperties$object": "<p> The object specified in the Amazon Redshift flow destination. </p>",
"SAPODataDestinationProperties$objectPath": "<p>The object path specified in the SAPOData flow destination.</p>",
"SAPODataSourceProperties$objectPath": "<p> The object path specified in the SAPOData flow source. </p>",
Expand Down Expand Up @@ -1723,6 +1735,36 @@
"SupportedOperatorList$member": null
}
},
"PardotConnectorOperator": {
"base": null,
"refs": {
"ConnectorOperator$Pardot": "<p>The operation to be performed on the provided Salesforce Pardot source fields.</p>"
}
},
"PardotConnectorProfileCredentials": {
"base": "<p>The connector-specific profile credentials required when using Salesforce Pardot.</p>",
"refs": {
"ConnectorProfileCredentials$Pardot": "<p>The connector-specific credentials required when using Salesforce Pardot.</p>"
}
},
"PardotConnectorProfileProperties": {
"base": "<p>The connector-specific profile properties required when using Salesforce Pardot.</p>",
"refs": {
"ConnectorProfileProperties$Pardot": "<p>The connector-specific properties required by Salesforce Pardot.</p>"
}
},
"PardotMetadata": {
"base": "<p>The connector metadata specific to Salesforce Pardot.</p>",
"refs": {
"ConnectorMetadata$Pardot": "<p>The connector metadata specific to Salesforce Pardot.</p>"
}
},
"PardotSourceProperties": {
"base": "<p>The properties that are applied when Salesforce Pardot is being used as a source.</p>",
"refs": {
"SourceConnectorProperties$Pardot": "<p>Specifies the information that is required for querying Salesforce Pardot.</p>"
}
},
"Password": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1869,6 +1911,7 @@
"HoneycodeConnectorProfileCredentials$refreshToken": "<p> The credentials used to acquire new access tokens. </p>",
"OAuth2Credentials$refreshToken": "<p>The refresh token used to refresh an expired access token.</p>",
"OAuthCredentials$refreshToken": "<p> The refresh token used to refresh expired access token. </p>",
"PardotConnectorProfileCredentials$refreshToken": "<p>The credentials used to acquire new access tokens.</p>",
"SalesforceConnectorProfileCredentials$refreshToken": "<p> The credentials used to acquire new access tokens. </p>"
}
},
Expand Down
Loading