Skip to content

Commit 9d81b36

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 02eaa5a commit 9d81b36

File tree

61 files changed

+2338
-584
lines changed

Some content is hidden

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

61 files changed

+2338
-584
lines changed

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

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4217,7 +4217,8 @@
42174217
"CANCELLING",
42184218
"CANCELLED",
42194219
"SUCCEEDED",
4220-
"FAILED"
4220+
"FAILED",
4221+
"ERROR"
42214222
]
42224223
},
42234224
"Crawler":{
@@ -4586,7 +4587,8 @@
45864587
"GlueVersion":{"shape":"GlueVersionString"},
45874588
"NumberOfWorkers":{"shape":"NullableInteger"},
45884589
"WorkerType":{"shape":"WorkerType"},
4589-
"CodeGenConfigurationNodes":{"shape":"CodeGenConfigurationNodes"}
4590+
"CodeGenConfigurationNodes":{"shape":"CodeGenConfigurationNodes"},
4591+
"ExecutionClass":{"shape":"ExecutionClass"}
45904592
}
45914593
},
45924594
"CreateJobResponse":{
@@ -5751,6 +5753,14 @@
57515753
}
57525754
},
57535755
"EventQueueArn":{"type":"string"},
5756+
"ExecutionClass":{
5757+
"type":"string",
5758+
"enum":[
5759+
"FLEX",
5760+
"STANDARD"
5761+
],
5762+
"max":16
5763+
},
57545764
"ExecutionProperty":{
57555765
"type":"structure",
57565766
"members":{
@@ -7411,7 +7421,8 @@
74117421
"SecurityConfiguration":{"shape":"NameString"},
74127422
"NotificationProperty":{"shape":"NotificationProperty"},
74137423
"GlueVersion":{"shape":"GlueVersionString"},
7414-
"CodeGenConfigurationNodes":{"shape":"CodeGenConfigurationNodes"}
7424+
"CodeGenConfigurationNodes":{"shape":"CodeGenConfigurationNodes"},
7425+
"ExecutionClass":{"shape":"ExecutionClass"}
74157426
}
74167427
},
74177428
"JobBookmarkEntry":{
@@ -7492,7 +7503,8 @@
74927503
"LogGroupName":{"shape":"GenericString"},
74937504
"NotificationProperty":{"shape":"NotificationProperty"},
74947505
"GlueVersion":{"shape":"GlueVersionString"},
7495-
"DPUSeconds":{"shape":"NullableDouble"}
7506+
"DPUSeconds":{"shape":"NullableDouble"},
7507+
"ExecutionClass":{"shape":"ExecutionClass"}
74967508
}
74977509
},
74987510
"JobRunList":{
@@ -7508,7 +7520,9 @@
75087520
"STOPPED",
75097521
"SUCCEEDED",
75107522
"FAILED",
7511-
"TIMEOUT"
7523+
"TIMEOUT",
7524+
"ERROR",
7525+
"WAITING"
75127526
]
75137527
},
75147528
"JobUpdate":{
@@ -7535,7 +7549,8 @@
75357549
"SecurityConfiguration":{"shape":"NameString"},
75367550
"NotificationProperty":{"shape":"NotificationProperty"},
75377551
"GlueVersion":{"shape":"GlueVersionString"},
7538-
"CodeGenConfigurationNodes":{"shape":"CodeGenConfigurationNodes"}
7552+
"CodeGenConfigurationNodes":{"shape":"CodeGenConfigurationNodes"},
7553+
"ExecutionClass":{"shape":"ExecutionClass"}
75397554
}
75407555
},
75417556
"Join":{
@@ -9881,7 +9896,8 @@
98819896
"SecurityConfiguration":{"shape":"NameString"},
98829897
"NotificationProperty":{"shape":"NotificationProperty"},
98839898
"WorkerType":{"shape":"WorkerType"},
9884-
"NumberOfWorkers":{"shape":"NullableInteger"}
9899+
"NumberOfWorkers":{"shape":"NullableInteger"},
9900+
"ExecutionClass":{"shape":"ExecutionClass"}
98859901
}
98869902
},
98879903
"StartJobRunResponse":{
@@ -11111,7 +11127,9 @@
1111111127
"FailedActions":{"shape":"IntegerValue"},
1111211128
"StoppedActions":{"shape":"IntegerValue"},
1111311129
"SucceededActions":{"shape":"IntegerValue"},
11114-
"RunningActions":{"shape":"IntegerValue"}
11130+
"RunningActions":{"shape":"IntegerValue"},
11131+
"ErroredActions":{"shape":"IntegerValue"},
11132+
"WaitingActions":{"shape":"IntegerValue"}
1111511133
}
1111611134
},
1111711135
"WorkflowRunStatus":{

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2568,6 +2568,16 @@
25682568
"S3Target$DlqEventQueueArn": "<p>A valid Amazon dead-letter SQS ARN. For example, <code>arn:aws:sqs:region:account:deadLetterQueue</code>.</p>"
25692569
}
25702570
},
2571+
"ExecutionClass": {
2572+
"base": null,
2573+
"refs": {
2574+
"CreateJobRequest$ExecutionClass": "<p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p> <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p> <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>",
2575+
"Job$ExecutionClass": "<p>Indicates whether the job is run with a standard or flexible execution class. The standard execution class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p> <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p> <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>",
2576+
"JobRun$ExecutionClass": "<p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p> <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p> <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>",
2577+
"JobUpdate$ExecutionClass": "<p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p> <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p> <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>",
2578+
"StartJobRunRequest$ExecutionClass": "<p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p> <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p> <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>"
2579+
}
2580+
},
25712581
"ExecutionProperty": {
25722582
"base": "<p>An execution property of a job.</p>",
25732583
"refs": {
@@ -3783,7 +3793,9 @@
37833793
"WorkflowRunStatistics$FailedActions": "<p>Total number of Actions that have failed.</p>",
37843794
"WorkflowRunStatistics$StoppedActions": "<p>Total number of Actions that have stopped.</p>",
37853795
"WorkflowRunStatistics$SucceededActions": "<p>Total number of Actions that have succeeded.</p>",
3786-
"WorkflowRunStatistics$RunningActions": "<p>Total number Actions in running state.</p>"
3796+
"WorkflowRunStatistics$RunningActions": "<p>Total number Actions in running state.</p>",
3797+
"WorkflowRunStatistics$ErroredActions": "<p>Indicates the count of job runs in the ERROR state in the workflow run.</p>",
3798+
"WorkflowRunStatistics$WaitingActions": "<p>Indicates the count of job runs in WAITING state in the workflow run.</p>"
37873799
}
37883800
},
37893801
"InternalServiceException": {

apis/identitystore/2020-06-15/docs-2.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "2.0",
3-
"service": "<p>The AWS Single Sign-On (SSO) Identity Store service provides a single place to retrieve all of your identities (users and groups). For more information about AWS, see the <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">AWS Single Sign-On User Guide</a>.</p>",
3+
"service": "<p>The identity store service used by Amazon Web Services Single Sign On provides a single place to retrieve all of your identities (users and groups). For more information, see the <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">Amazon Web Services SSO User Guide</a>.</p>",
44
"operations": {
55
"DescribeGroup": "<p>Retrieves the group metadata and attributes from <code>GroupId</code> in an identity store.</p>",
66
"DescribeUser": "<p>Retrieves the user metadata and attributes from <code>UserId</code> in an identity store.</p>",
@@ -40,7 +40,7 @@
4040
}
4141
},
4242
"Filter": {
43-
"base": "<p>A query filter used by <code>ListUsers</code> and <code>ListGroup</code>. This filter object provides the attribute name and attribute value to search users or groups.</p>",
43+
"base": "<p>A query filter used by <code>ListUsers</code> and <code>ListGroups</code>. This filter object provides the attribute name and attribute value to search users or groups.</p>",
4444
"refs": {
4545
"Filters$member": null
4646
}
@@ -134,11 +134,11 @@
134134
"RequestId": {
135135
"base": null,
136136
"refs": {
137-
"AccessDeniedException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>",
138-
"InternalServerException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>",
139-
"ResourceNotFoundException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>",
140-
"ThrottlingException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>",
141-
"ValidationException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>"
137+
"AccessDeniedException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.</p>",
138+
"InternalServerException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.</p>",
139+
"ResourceNotFoundException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.</p>",
140+
"ThrottlingException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.</p>",
141+
"ValidationException$RequestId": "<p>The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.</p>"
142142
}
143143
},
144144
"ResourceId": {
@@ -149,7 +149,7 @@
149149
"DescribeUserRequest$UserId": "<p>The identifier for a user in the identity store.</p>",
150150
"DescribeUserResponse$UserId": "<p>The identifier for a user in the identity store.</p>",
151151
"Group$GroupId": "<p>The identifier for a group in the identity store.</p>",
152-
"ResourceNotFoundException$ResourceId": "<p>The identifier for a resource in the identity store, which can be used as <code>UserId</code> or <code>GroupId</code>. The format for <code>ResourceId</code> is either <code>UUID</code> or <code>1234567890-UUID</code>, where <code>UUID</code> is a randomly generated value for each resource when it is created and <code>1234567890</code> represents the <code>IdentityStoreId</code> string value. In the case that the identity store is migrated from a legacy SSO identity store, the <code>ResourceId</code> for that identity store will be in the format of <code>UUID</code>. Otherwise, it will be in the <code>1234567890-UUID</code> format.</p>",
152+
"ResourceNotFoundException$ResourceId": "<p>The identifier for a resource in the identity store, which can be used as <code>UserId</code> or <code>GroupId</code>. The format for <code>ResourceId</code> is either <code>UUID</code> or <code>1234567890-UUID</code>, where <code>UUID</code> is a randomly generated value for each resource when it is created and <code>1234567890</code> represents the <code>IdentityStoreId</code> string value. In the case that the identity store is migrated from a legacy single sign-on identity store, the <code>ResourceId</code> for that identity store will be in the format of <code>UUID</code>. Otherwise, it will be in the <code>1234567890-UUID</code> format.</p>",
153153
"User$UserId": "<p>The identifier for a user in the identity store.</p>"
154154
}
155155
},
@@ -161,7 +161,7 @@
161161
"ResourceType": {
162162
"base": null,
163163
"refs": {
164-
"ResourceNotFoundException$ResourceType": "<p>The type of resource in the Identity Store service, which is an enum object. Valid values include USER, GROUP, and IDENTITY_STORE.</p>"
164+
"ResourceNotFoundException$ResourceType": "<p>The type of resource in the identity store service, which is an enum object. Valid values include USER, GROUP, and IDENTITY_STORE.</p>"
165165
}
166166
},
167167
"SensitiveStringType": {

apis/iotwireless/2020-11-22/api-2.json

Lines changed: 43 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,11 @@
16881688
"VerticalAccuracy":{"shape":"VerticalAccuracy"}
16891689
}
16901690
},
1691+
"AckModeRetryDurationSecs":{
1692+
"type":"integer",
1693+
"max":604800,
1694+
"min":0
1695+
},
16911696
"AddGwMetadata":{"type":"boolean"},
16921697
"AmazonId":{
16931698
"type":"string",
@@ -2655,11 +2660,21 @@
26552660
"max":15,
26562661
"min":0
26572662
},
2663+
"DrMaxBox":{
2664+
"type":"integer",
2665+
"max":15,
2666+
"min":0
2667+
},
26582668
"DrMin":{
26592669
"type":"integer",
26602670
"max":15,
26612671
"min":0
26622672
},
2673+
"DrMinBox":{
2674+
"type":"integer",
2675+
"max":15,
2676+
"min":0
2677+
},
26632678
"EndPoint":{
26642679
"type":"string",
26652680
"max":256,
@@ -2694,7 +2709,8 @@
26942709
"DeviceRegistrationState":{"shape":"DeviceRegistrationStateEventConfiguration"},
26952710
"Proximity":{"shape":"ProximityEventConfiguration"},
26962711
"Join":{"shape":"JoinEventConfiguration"},
2697-
"ConnectionStatus":{"shape":"ConnectionStatusEventConfiguration"}
2712+
"ConnectionStatus":{"shape":"ConnectionStatusEventConfiguration"},
2713+
"MessageDeliveryStatus":{"shape":"MessageDeliveryStatusEventConfiguration"}
26982714
}
26992715
},
27002716
"EventNotificationPartnerType":{
@@ -2884,7 +2900,8 @@
28842900
"DeviceRegistrationState":{"shape":"DeviceRegistrationStateResourceTypeEventConfiguration"},
28852901
"Proximity":{"shape":"ProximityResourceTypeEventConfiguration"},
28862902
"Join":{"shape":"JoinResourceTypeEventConfiguration"},
2887-
"ConnectionStatus":{"shape":"ConnectionStatusResourceTypeEventConfiguration"}
2903+
"ConnectionStatus":{"shape":"ConnectionStatusResourceTypeEventConfiguration"},
2904+
"MessageDeliveryStatus":{"shape":"MessageDeliveryStatusResourceTypeEventConfiguration"}
28882905
}
28892906
},
28902907
"GetFuotaTaskRequest":{
@@ -3099,7 +3116,8 @@
30993116
"DeviceRegistrationState":{"shape":"DeviceRegistrationStateEventConfiguration"},
31003117
"Proximity":{"shape":"ProximityEventConfiguration"},
31013118
"Join":{"shape":"JoinEventConfiguration"},
3102-
"ConnectionStatus":{"shape":"ConnectionStatusEventConfiguration"}
3119+
"ConnectionStatus":{"shape":"ConnectionStatusEventConfiguration"},
3120+
"MessageDeliveryStatus":{"shape":"MessageDeliveryStatusEventConfiguration"}
31033121
}
31043122
},
31053123
"GetResourceLogLevelRequest":{
@@ -3990,7 +4008,9 @@
39904008
"LoRaWANServiceProfile":{
39914009
"type":"structure",
39924010
"members":{
3993-
"AddGwMetadata":{"shape":"AddGwMetadata"}
4011+
"AddGwMetadata":{"shape":"AddGwMetadata"},
4012+
"DrMin":{"shape":"DrMinBox"},
4013+
"DrMax":{"shape":"DrMaxBox"}
39944014
}
39954015
},
39964016
"LoRaWANStartFuotaTask":{
@@ -4061,6 +4081,19 @@
40614081
"type":"string",
40624082
"max":2048
40634083
},
4084+
"MessageDeliveryStatusEventConfiguration":{
4085+
"type":"structure",
4086+
"members":{
4087+
"Sidewalk":{"shape":"SidewalkEventNotificationConfigurations"},
4088+
"WirelessDeviceIdEventTopic":{"shape":"EventNotificationTopicStatus"}
4089+
}
4090+
},
4091+
"MessageDeliveryStatusResourceTypeEventConfiguration":{
4092+
"type":"structure",
4093+
"members":{
4094+
"Sidewalk":{"shape":"SidewalkResourceTypeEventConfiguration"}
4095+
}
4096+
},
40644097
"MessageId":{"type":"string"},
40654098
"MessageType":{
40664099
"type":"string",
@@ -4666,7 +4699,8 @@
46664699
"type":"structure",
46674700
"members":{
46684701
"Seq":{"shape":"Seq"},
4669-
"MessageType":{"shape":"MessageType"}
4702+
"MessageType":{"shape":"MessageType"},
4703+
"AckModeRetryDurationSecs":{"shape":"AckModeRetryDurationSecs"}
46704704
}
46714705
},
46724706
"SidewalkUpdateAccount":{
@@ -4975,7 +5009,8 @@
49755009
"DeviceRegistrationState":{"shape":"DeviceRegistrationStateResourceTypeEventConfiguration"},
49765010
"Proximity":{"shape":"ProximityResourceTypeEventConfiguration"},
49775011
"Join":{"shape":"JoinResourceTypeEventConfiguration"},
4978-
"ConnectionStatus":{"shape":"ConnectionStatusResourceTypeEventConfiguration"}
5012+
"ConnectionStatus":{"shape":"ConnectionStatusResourceTypeEventConfiguration"},
5013+
"MessageDeliveryStatus":{"shape":"MessageDeliveryStatusResourceTypeEventConfiguration"}
49795014
}
49805015
},
49815016
"UpdateEventConfigurationByResourceTypesResponse":{
@@ -5141,7 +5176,8 @@
51415176
"DeviceRegistrationState":{"shape":"DeviceRegistrationStateEventConfiguration"},
51425177
"Proximity":{"shape":"ProximityEventConfiguration"},
51435178
"Join":{"shape":"JoinEventConfiguration"},
5144-
"ConnectionStatus":{"shape":"ConnectionStatusEventConfiguration"}
5179+
"ConnectionStatus":{"shape":"ConnectionStatusEventConfiguration"},
5180+
"MessageDeliveryStatus":{"shape":"MessageDeliveryStatusEventConfiguration"}
51455181
}
51465182
},
51475183
"UpdateResourceEventConfigurationResponse":{

0 commit comments

Comments
 (0)