Skip to content

Commit

Permalink
Release v1.40.26 (2021-08-19) (#4064)
Browse files Browse the repository at this point in the history
Release v1.40.26 (2021-08-19)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/application-autoscaling`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
  * The ImportImage API now supports the ability to create AMIs with AWS-managed licenses for Microsoft SQL Server for both Windows and Linux.
* `service/memorydb`: Updates service API, documentation, paginators, and examples
  • Loading branch information
aws-sdk-go-automation authored Aug 19, 2021
1 parent 5806617 commit 91a3034
Show file tree
Hide file tree
Showing 24 changed files with 16,675 additions and 271 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.40.26 (2021-08-19)
===

### Service Client Updates
* `service/appflow`: Updates service API and documentation
* `service/application-autoscaling`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* The ImportImage API now supports the ability to create AMIs with AWS-managed licenses for Microsoft SQL Server for both Windows and Linux.
* `service/memorydb`: Updates service API, documentation, paginators, and examples

Release v1.40.25 (2021-08-18)
===

Expand Down
7 changes: 7 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.40.25"
const SDKVersion = "1.40.26"
207 changes: 197 additions & 10 deletions models/apis/appflow/2020-08-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,16 +363,42 @@
"max":256,
"pattern":"\\S+"
},
"ApplicationHostUrl":{
"type":"string",
"max":256,
"pattern":"^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
},
"ApplicationKey":{
"type":"string",
"max":512,
"pattern":"\\S+"
},
"ApplicationServicePath":{
"type":"string",
"max":512,
"pattern":"\\S+"
},
"AuthCode":{
"type":"string",
"max":512,
"pattern":"\\S+"
},
"AuthCodeUrl":{
"type":"string",
"max":256,
"pattern":"^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
},
"BasicAuthCredentials":{
"type":"structure",
"required":[
"username",
"password"
],
"members":{
"username":{"shape":"Username"},
"password":{"shape":"Password"}
}
},
"Boolean":{"type":"boolean"},
"BucketName":{
"type":"string",
Expand All @@ -397,6 +423,12 @@
"max":512,
"pattern":"\\S+"
},
"ClientNumber":{
"type":"string",
"max":3,
"min":3,
"pattern":"^\\d{3}$"
},
"ClientSecret":{
"type":"string",
"max":512,
Expand Down Expand Up @@ -500,7 +532,8 @@
"EventBridge":{"shape":"EventBridgeMetadata"},
"Upsolver":{"shape":"UpsolverMetadata"},
"CustomerProfiles":{"shape":"CustomerProfilesMetadata"},
"Honeycode":{"shape":"HoneycodeMetadata"}
"Honeycode":{"shape":"HoneycodeMetadata"},
"SAPOData":{"shape":"SAPODataMetadata"}
}
},
"ConnectorOAuthRequest":{
Expand All @@ -526,7 +559,8 @@
"Slack":{"shape":"SlackConnectorOperator"},
"Trendmicro":{"shape":"TrendmicroConnectorOperator"},
"Veeva":{"shape":"VeevaConnectorOperator"},
"Zendesk":{"shape":"ZendeskConnectorOperator"}
"Zendesk":{"shape":"ZendeskConnectorOperator"},
"SAPOData":{"shape":"SAPODataConnectorOperator"}
}
},
"ConnectorProfile":{
Expand All @@ -539,7 +573,8 @@
"credentialsArn":{"shape":"ARN"},
"connectorProfileProperties":{"shape":"ConnectorProfileProperties"},
"createdAt":{"shape":"Date"},
"lastUpdatedAt":{"shape":"Date"}
"lastUpdatedAt":{"shape":"Date"},
"privateConnectionProvisioningState":{"shape":"PrivateConnectionProvisioningState"}
}
},
"ConnectorProfileArn":{
Expand Down Expand Up @@ -576,7 +611,8 @@
"Snowflake":{"shape":"SnowflakeConnectorProfileCredentials"},
"Trendmicro":{"shape":"TrendmicroConnectorProfileCredentials"},
"Veeva":{"shape":"VeevaConnectorProfileCredentials"},
"Zendesk":{"shape":"ZendeskConnectorProfileCredentials"}
"Zendesk":{"shape":"ZendeskConnectorProfileCredentials"},
"SAPOData":{"shape":"SAPODataConnectorProfileCredentials"}
}
},
"ConnectorProfileDetailList":{
Expand Down Expand Up @@ -612,7 +648,8 @@
"Snowflake":{"shape":"SnowflakeConnectorProfileProperties"},
"Trendmicro":{"shape":"TrendmicroConnectorProfileProperties"},
"Veeva":{"shape":"VeevaConnectorProfileProperties"},
"Zendesk":{"shape":"ZendeskConnectorProfileProperties"}
"Zendesk":{"shape":"ZendeskConnectorProfileProperties"},
"SAPOData":{"shape":"SAPODataConnectorProfileProperties"}
}
},
"ConnectorServerException":{
Expand Down Expand Up @@ -646,7 +683,8 @@
"LookoutMetrics",
"Upsolver",
"Honeycode",
"CustomerProfiles"
"CustomerProfiles",
"SAPOData"
]
},
"ConnectorTypeList":{
Expand Down Expand Up @@ -957,6 +995,11 @@
"type":"list",
"member":{"shape":"DestinationFlowConfig"}
},
"DocumentType":{
"type":"string",
"max":512,
"pattern":"[\\s\\w_-]+"
},
"DomainName":{
"type":"string",
"max":64,
Expand Down Expand Up @@ -1392,6 +1435,11 @@
"tags":{"shape":"TagMap"}
}
},
"LogonLanguage":{
"type":"string",
"max":2,
"pattern":"^[a-zA-Z0-9_]*$"
},
"Long":{"type":"long"},
"LookoutMetricsDestinationProperties":{
"type":"structure",
Expand Down Expand Up @@ -1471,10 +1519,37 @@
"max":2048,
"pattern":"\\S+"
},
"OAuthCredentials":{
"type":"structure",
"required":[
"clientId",
"clientSecret"
],
"members":{
"clientId":{"shape":"ClientId"},
"clientSecret":{"shape":"ClientSecret"},
"accessToken":{"shape":"AccessToken"},
"refreshToken":{"shape":"RefreshToken"},
"oAuthRequest":{"shape":"ConnectorOAuthRequest"}
}
},
"OAuthProperties":{
"type":"structure",
"required":[
"tokenUrl",
"authCodeUrl",
"oAuthScopes"
],
"members":{
"tokenUrl":{"shape":"TokenUrl"},
"authCodeUrl":{"shape":"AuthCodeUrl"},
"oAuthScopes":{"shape":"OAuthScopeList"}
}
},
"OAuthScope":{
"type":"string",
"max":128,
"pattern":"[\\w]*"
"pattern":"[/\\w]*"
},
"OAuthScopeList":{
"type":"list",
Expand Down Expand Up @@ -1542,6 +1617,11 @@
"pattern":".*",
"sensitive":true
},
"PortNumber":{
"type":"integer",
"max":65535,
"min":1
},
"PrefixConfig":{
"type":"structure",
"members":{
Expand All @@ -1567,10 +1647,41 @@
"PATH_AND_FILENAME"
]
},
"PrivateConnectionProvisioningFailureCause":{
"type":"string",
"enum":[
"CONNECTOR_AUTHENTICATION",
"CONNECTOR_SERVER",
"INTERNAL_SERVER",
"ACCESS_DENIED",
"VALIDATION"
]
},
"PrivateConnectionProvisioningFailureMessage":{
"type":"string",
"max":2048,
"pattern":"[\\s\\w/!@#+=.-]*"
},
"PrivateConnectionProvisioningState":{
"type":"structure",
"members":{
"status":{"shape":"PrivateConnectionProvisioningStatus"},
"failureMessage":{"shape":"PrivateConnectionProvisioningFailureMessage"},
"failureCause":{"shape":"PrivateConnectionProvisioningFailureCause"}
}
},
"PrivateConnectionProvisioningStatus":{
"type":"string",
"enum":[
"FAILED",
"PENDING",
"CREATED"
]
},
"PrivateLinkServiceName":{
"type":"string",
"max":512,
"pattern":"\\S+"
"pattern":"^$|com.amazonaws.vpce.[\\w/!:@#.\\-]+"
},
"Property":{
"type":"string",
Expand Down Expand Up @@ -1707,6 +1818,71 @@
"bucketPrefix":{"shape":"BucketPrefix"}
}
},
"SAPODataConnectorOperator":{
"type":"string",
"enum":[
"PROJECTION",
"LESS_THAN",
"CONTAINS",
"GREATER_THAN",
"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"
]
},
"SAPODataConnectorProfileCredentials":{
"type":"structure",
"members":{
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
"oAuthCredentials":{"shape":"OAuthCredentials"}
}
},
"SAPODataConnectorProfileProperties":{
"type":"structure",
"required":[
"applicationHostUrl",
"applicationServicePath",
"portNumber",
"clientNumber"
],
"members":{
"applicationHostUrl":{"shape":"ApplicationHostUrl"},
"applicationServicePath":{"shape":"ApplicationServicePath"},
"portNumber":{
"shape":"PortNumber",
"box":true
},
"clientNumber":{"shape":"ClientNumber"},
"logonLanguage":{"shape":"LogonLanguage"},
"privateLinkServiceName":{"shape":"PrivateLinkServiceName"},
"oAuthProperties":{"shape":"OAuthProperties"}
}
},
"SAPODataMetadata":{
"type":"structure",
"members":{
}
},
"SAPODataSourceProperties":{
"type":"structure",
"members":{
"objectPath":{"shape":"Object"}
}
},
"SalesforceConnectorOperator":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2048,7 +2224,8 @@
"Slack":{"shape":"SlackSourceProperties"},
"Trendmicro":{"shape":"TrendmicroSourceProperties"},
"Veeva":{"shape":"VeevaSourceProperties"},
"Zendesk":{"shape":"ZendeskSourceProperties"}
"Zendesk":{"shape":"ZendeskSourceProperties"},
"SAPOData":{"shape":"SAPODataSourceProperties"}
}
},
"SourceFieldProperties":{
Expand Down Expand Up @@ -2214,6 +2391,11 @@
"max":256,
"pattern":".*"
},
"TokenUrl":{
"type":"string",
"max":256,
"pattern":"^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
},
"TrendmicroConnectorOperator":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2339,6 +2521,7 @@
"required":[
"flowName",
"triggerConfig",
"sourceFlowConfig",
"destinationFlowConfigList",
"tasks"
],
Expand Down Expand Up @@ -2465,7 +2648,11 @@
"type":"structure",
"required":["object"],
"members":{
"object":{"shape":"Object"}
"object":{"shape":"Object"},
"documentType":{"shape":"DocumentType"},
"includeSourceFiles":{"shape":"Boolean"},
"includeRenditions":{"shape":"Boolean"},
"includeAllVersions":{"shape":"Boolean"}
}
},
"Warehouse":{
Expand Down
Loading

0 comments on commit 91a3034

Please sign in to comment.