Skip to content

Commit 71b8ce3

Browse files
Updated API models and rebuilt service gems.
1 parent ac75d0a commit 71b8ce3

File tree

2,078 files changed

+5543
-2606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,078 files changed

+5543
-2606
lines changed

apis/globalaccelerator/2018-08-08/api-2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"globalaccelerator",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"AWS Global Accelerator",
910
"serviceId":"Global Accelerator",
1011
"signatureVersion":"v4",
1112
"signingName":"globalaccelerator",
1213
"targetPrefix":"GlobalAccelerator_V20180706",
13-
"uid":"globalaccelerator-2018-08-08"
14+
"uid":"globalaccelerator-2018-08-08",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"AddCustomRoutingEndpoints":{
@@ -2329,6 +2331,7 @@
23292331
"AcceleratorArn":{"shape":"GenericString"},
23302332
"Name":{"shape":"GenericString"},
23312333
"IpAddressType":{"shape":"IpAddressType"},
2334+
"IpAddresses":{"shape":"IpAddresses"},
23322335
"Enabled":{"shape":"GenericBoolean"}
23332336
}
23342337
},
@@ -2379,6 +2382,7 @@
23792382
"AcceleratorArn":{"shape":"GenericString"},
23802383
"Name":{"shape":"GenericString"},
23812384
"IpAddressType":{"shape":"IpAddressType"},
2385+
"IpAddresses":{"shape":"IpAddresses"},
23822386
"Enabled":{"shape":"GenericBoolean"}
23832387
}
23842388
},

apis/globalaccelerator/2018-08-08/docs-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,9 @@
10041004
"refs": {
10051005
"CreateAcceleratorRequest$IpAddresses": "<p>Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose an IPv4 address from your own pool to use for the accelerator's static IPv4 address when you create an accelerator. </p> <p>After you bring an address range to Amazon Web Services, it appears in your account as an address pool. When you create an accelerator, you can assign one IPv4 address from your range to it. Global Accelerator assigns you a second static IPv4 address from an Amazon IP address range. If you bring two IPv4 address ranges to Amazon Web Services, you can assign one IPv4 address from each range to your accelerator. This restriction is because Global Accelerator assigns each address range to a different network zone, for high availability.</p> <p>You can specify one or two addresses, separated by a space. Do not include the /32 suffix.</p> <p>Note that you can't update IP addresses for an existing accelerator. To change them, you must create a new accelerator with the new addresses.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html\">Bring your own IP addresses (BYOIP)</a> in the <i>Global Accelerator Developer Guide</i>.</p>",
10061006
"CreateCustomRoutingAcceleratorRequest$IpAddresses": "<p>Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose an IPv4 address from your own pool to use for the accelerator's static IPv4 address when you create an accelerator. </p> <p>After you bring an address range to Amazon Web Services, it appears in your account as an address pool. When you create an accelerator, you can assign one IPv4 address from your range to it. Global Accelerator assigns you a second static IPv4 address from an Amazon IP address range. If you bring two IPv4 address ranges to Amazon Web Services, you can assign one IPv4 address from each range to your accelerator. This restriction is because Global Accelerator assigns each address range to a different network zone, for high availability.</p> <p>You can specify one or two addresses, separated by a space. Do not include the /32 suffix.</p> <p>Note that you can't update IP addresses for an existing accelerator. To change them, you must create a new accelerator with the new addresses.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html\">Bring your own IP addresses (BYOIP)</a> in the <i>Global Accelerator Developer Guide</i>.</p>",
1007-
"IpSet$IpAddresses": "<p>The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.</p>"
1007+
"IpSet$IpAddresses": "<p>The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.</p>",
1008+
"UpdateAcceleratorRequest$IpAddresses": "<p>The IP addresses for an accelerator.</p>",
1009+
"UpdateCustomRoutingAcceleratorRequest$IpAddresses": "<p>The IP addresses for an accelerator.</p>"
10081010
}
10091011
},
10101012
"IpSet": {

apis/glue/2017-03-31/api-2.json

Lines changed: 143 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"serviceId":"Glue",
1111
"signatureVersion":"v4",
1212
"targetPrefix":"AWSGlue",
13-
"uid":"glue-2017-03-31"
13+
"uid":"glue-2017-03-31",
14+
"auth":["aws.auth#sigv4"]
1415
},
1516
"operations":{
1617
"BatchCreatePartition":{
@@ -3327,6 +3328,11 @@
33273328
}
33283329
},
33293330
"shapes":{
3331+
"AWSManagedClientApplicationReference":{
3332+
"type":"string",
3333+
"max":2048,
3334+
"pattern":"\\S+"
3335+
},
33303336
"AccessDeniedException":{
33313337
"type":"structure",
33323338
"members":{
@@ -3553,6 +3559,43 @@
35533559
"min":1,
35543560
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
35553561
},
3562+
"AuthenticationConfiguration":{
3563+
"type":"structure",
3564+
"members":{
3565+
"AuthenticationType":{"shape":"AuthenticationType"},
3566+
"SecretArn":{"shape":"SecretArn"},
3567+
"OAuth2Properties":{"shape":"OAuth2Properties"}
3568+
}
3569+
},
3570+
"AuthenticationConfigurationInput":{
3571+
"type":"structure",
3572+
"members":{
3573+
"AuthenticationType":{"shape":"AuthenticationType"},
3574+
"SecretArn":{"shape":"SecretArn"},
3575+
"OAuth2Properties":{"shape":"OAuth2PropertiesInput"}
3576+
}
3577+
},
3578+
"AuthenticationType":{
3579+
"type":"string",
3580+
"enum":[
3581+
"BASIC",
3582+
"OAUTH2",
3583+
"CUSTOM"
3584+
]
3585+
},
3586+
"AuthorizationCode":{
3587+
"type":"string",
3588+
"max":4096,
3589+
"min":1,
3590+
"pattern":"\\S+"
3591+
},
3592+
"AuthorizationCodeProperties":{
3593+
"type":"structure",
3594+
"members":{
3595+
"AuthorizationCode":{"shape":"AuthorizationCode"},
3596+
"RedirectUri":{"shape":"RedirectUri"}
3597+
}
3598+
},
35563599
"BackfillError":{
35573600
"type":"structure",
35583601
"members":{
@@ -4854,7 +4897,11 @@
48544897
"PhysicalConnectionRequirements":{"shape":"PhysicalConnectionRequirements"},
48554898
"CreationTime":{"shape":"Timestamp"},
48564899
"LastUpdatedTime":{"shape":"Timestamp"},
4857-
"LastUpdatedBy":{"shape":"NameString"}
4900+
"LastUpdatedBy":{"shape":"NameString"},
4901+
"Status":{"shape":"ConnectionStatus"},
4902+
"StatusReason":{"shape":"LongValueString"},
4903+
"LastConnectionValidationTime":{"shape":"Timestamp"},
4904+
"AuthenticationConfiguration":{"shape":"AuthenticationConfiguration"}
48584905
}
48594906
},
48604907
"ConnectionInput":{
@@ -4870,7 +4917,9 @@
48704917
"ConnectionType":{"shape":"ConnectionType"},
48714918
"MatchCriteria":{"shape":"MatchCriteria"},
48724919
"ConnectionProperties":{"shape":"ConnectionProperties"},
4873-
"PhysicalConnectionRequirements":{"shape":"PhysicalConnectionRequirements"}
4920+
"PhysicalConnectionRequirements":{"shape":"PhysicalConnectionRequirements"},
4921+
"AuthenticationConfiguration":{"shape":"AuthenticationConfigurationInput"},
4922+
"ValidateCredentials":{"shape":"Boolean"}
48744923
}
48754924
},
48764925
"ConnectionList":{
@@ -4937,7 +4986,16 @@
49374986
"KAFKA_SASL_GSSAPI_KEYTAB",
49384987
"KAFKA_SASL_GSSAPI_KRB5_CONF",
49394988
"KAFKA_SASL_GSSAPI_SERVICE",
4940-
"KAFKA_SASL_GSSAPI_PRINCIPAL"
4989+
"KAFKA_SASL_GSSAPI_PRINCIPAL",
4990+
"ROLE_ARN"
4991+
]
4992+
},
4993+
"ConnectionStatus":{
4994+
"type":"string",
4995+
"enum":[
4996+
"READY",
4997+
"IN_PROGRESS",
4998+
"FAILED"
49414999
]
49425000
},
49435001
"ConnectionType":{
@@ -4949,7 +5007,8 @@
49495007
"KAFKA",
49505008
"NETWORK",
49515009
"MARKETPLACE",
4952-
"CUSTOM"
5010+
"CUSTOM",
5011+
"SALESFORCE"
49535012
]
49545013
},
49555014
"ConnectionsList":{
@@ -5232,6 +5291,7 @@
52325291
"CreateConnectionResponse":{
52335292
"type":"structure",
52345293
"members":{
5294+
"CreateConnectionStatus":{"shape":"ConnectionStatus"}
52355295
}
52365296
},
52375297
"CreateCrawlerRequest":{
@@ -7108,10 +7168,15 @@
71087168
"FederationSourceErrorCode":{
71097169
"type":"string",
71107170
"enum":[
7171+
"AccessDeniedException",
7172+
"EntityNotFoundException",
7173+
"InvalidCredentialsException",
7174+
"InvalidInputException",
71117175
"InvalidResponseException",
71127176
"OperationTimeoutException",
71137177
"OperationNotSupportedException",
71147178
"InternalServiceException",
7179+
"PartialFailureException",
71157180
"ThrottlingException"
71167181
]
71177182
},
@@ -9753,6 +9818,11 @@
97539818
}
97549819
},
97559820
"LongValue":{"type":"long"},
9821+
"LongValueString":{
9822+
"type":"string",
9823+
"max":16384,
9824+
"min":1
9825+
},
97569826
"MLTransform":{
97579827
"type":"structure",
97589828
"members":{
@@ -10129,6 +10199,40 @@
1012910199
"type":"string",
1013010200
"box":true
1013110201
},
10202+
"OAuth2ClientApplication":{
10203+
"type":"structure",
10204+
"members":{
10205+
"UserManagedClientApplicationClientId":{"shape":"UserManagedClientApplicationClientId"},
10206+
"AWSManagedClientApplicationReference":{"shape":"AWSManagedClientApplicationReference"}
10207+
}
10208+
},
10209+
"OAuth2GrantType":{
10210+
"type":"string",
10211+
"enum":[
10212+
"AUTHORIZATION_CODE",
10213+
"CLIENT_CREDENTIALS",
10214+
"JWT_BEARER"
10215+
]
10216+
},
10217+
"OAuth2Properties":{
10218+
"type":"structure",
10219+
"members":{
10220+
"OAuth2GrantType":{"shape":"OAuth2GrantType"},
10221+
"OAuth2ClientApplication":{"shape":"OAuth2ClientApplication"},
10222+
"TokenUrl":{"shape":"TokenUrl"},
10223+
"TokenUrlParametersMap":{"shape":"TokenUrlParametersMap"}
10224+
}
10225+
},
10226+
"OAuth2PropertiesInput":{
10227+
"type":"structure",
10228+
"members":{
10229+
"OAuth2GrantType":{"shape":"OAuth2GrantType"},
10230+
"OAuth2ClientApplication":{"shape":"OAuth2ClientApplication"},
10231+
"TokenUrl":{"shape":"TokenUrl"},
10232+
"TokenUrlParametersMap":{"shape":"TokenUrlParametersMap"},
10233+
"AuthorizationCodeProperties":{"shape":"AuthorizationCodeProperties"}
10234+
}
10235+
},
1013210236
"OneInput":{
1013310237
"type":"list",
1013410238
"member":{"shape":"NodeId"},
@@ -10763,6 +10867,11 @@
1076310867
"RecrawlBehavior":{"shape":"RecrawlBehavior"}
1076410868
}
1076510869
},
10870+
"RedirectUri":{
10871+
"type":"string",
10872+
"max":512,
10873+
"pattern":"^(https?):\\/\\/[^\\s/$.?#].[^\\s]*$"
10874+
},
1076610875
"RedshiftSource":{
1076710876
"type":"structure",
1076810877
"required":[
@@ -11550,6 +11659,10 @@
1155011659
"TableList":{"shape":"TableList"}
1155111660
}
1155211661
},
11662+
"SecretArn":{
11663+
"type":"string",
11664+
"pattern":"^arn:aws(-(cn|us-gov|iso(-[bef])?))?:secretsmanager:.*$"
11665+
},
1155311666
"SecurityConfiguration":{
1155411667
"type":"structure",
1155511668
"members":{
@@ -12592,6 +12705,26 @@
1259212705
"Timestamp":{"type":"timestamp"},
1259312706
"TimestampValue":{"type":"timestamp"},
1259412707
"Token":{"type":"string"},
12708+
"TokenUrl":{
12709+
"type":"string",
12710+
"max":256,
12711+
"pattern":"^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
12712+
},
12713+
"TokenUrlParameterKey":{
12714+
"type":"string",
12715+
"max":128,
12716+
"min":1
12717+
},
12718+
"TokenUrlParameterValue":{
12719+
"type":"string",
12720+
"max":512,
12721+
"min":1
12722+
},
12723+
"TokenUrlParametersMap":{
12724+
"type":"map",
12725+
"key":{"shape":"TokenUrlParameterKey"},
12726+
"value":{"shape":"TokenUrlParameterValue"}
12727+
},
1259512728
"Topk":{
1259612729
"type":"integer",
1259712730
"box":true,
@@ -13345,6 +13478,11 @@
1334513478
"type":"list",
1334613479
"member":{"shape":"UserDefinedFunction"}
1334713480
},
13481+
"UserManagedClientApplicationClientId":{
13482+
"type":"string",
13483+
"max":2048,
13484+
"pattern":"\\S+"
13485+
},
1334813486
"ValidationException":{
1334913487
"type":"structure",
1335013488
"members":{

0 commit comments

Comments
 (0)