Skip to content

Commit 476c28b

Browse files
committed
2580.0.0: Update AWS APIs to v2.580.0
1 parent 9f12de9 commit 476c28b

File tree

7 files changed

+5228
-3597
lines changed

7 files changed

+5228
-3597
lines changed

atoz.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "2579.0.1"
1+
version = "2580.0.0"
22
author = "disruptek"
33
description = "Amazon Web Services (AWS) APIs"
44
license = "MIT"

src/atoz/cognito_idp_20160418.nim

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3133,7 +3133,7 @@ proc url_AdminUserGlobalSignOut_600358(protocol: Scheme; host: string; base: str
31333133

31343134
proc validate_AdminUserGlobalSignOut_600357(path: JsonNode; query: JsonNode;
31353135
header: JsonNode; formData: JsonNode; body: JsonNode): JsonNode =
3136-
## <p>Signs out users from all devices, as an administrator.</p> <p>Calling this action requires developer credentials.</p>
3136+
## <p>Signs out users from all devices, as an administrator. It also invalidates all refresh tokens issued to a user. The user's current access and Id tokens remain valid until their expiry. Access and Id tokens expire one hour after they are issued.</p> <p>Calling this action requires developer credentials.</p>
31373137
##
31383138
var section: JsonNode
31393139
result = newJObject()
@@ -3205,7 +3205,7 @@ proc validate_AdminUserGlobalSignOut_600357(path: JsonNode; query: JsonNode;
32053205

32063206
proc call*(call_600368: Call_AdminUserGlobalSignOut_600356; path: JsonNode;
32073207
query: JsonNode; header: JsonNode; formData: JsonNode; body: JsonNode): Recallable =
3208-
## <p>Signs out users from all devices, as an administrator.</p> <p>Calling this action requires developer credentials.</p>
3208+
## <p>Signs out users from all devices, as an administrator. It also invalidates all refresh tokens issued to a user. The user's current access and Id tokens remain valid until their expiry. Access and Id tokens expire one hour after they are issued.</p> <p>Calling this action requires developer credentials.</p>
32093209
##
32103210
let valid = call_600368.validator(path, query, header, formData, body)
32113211
let scheme = call_600368.pickScheme
@@ -3218,7 +3218,7 @@ proc call*(call_600368: Call_AdminUserGlobalSignOut_600356; path: JsonNode;
32183218

32193219
proc call*(call_600369: Call_AdminUserGlobalSignOut_600356; body: JsonNode): Recallable =
32203220
## adminUserGlobalSignOut
3221-
## <p>Signs out users from all devices, as an administrator.</p> <p>Calling this action requires developer credentials.</p>
3221+
## <p>Signs out users from all devices, as an administrator. It also invalidates all refresh tokens issued to a user. The user's current access and Id tokens remain valid until their expiry. Access and Id tokens expire one hour after they are issued.</p> <p>Calling this action requires developer credentials.</p>
32223222
## body: JObject (required)
32233223
var body_600370 = newJObject()
32243224
if body != nil:
@@ -7518,7 +7518,7 @@ proc url_GlobalSignOut_600943(protocol: Scheme; host: string; base: string;
75187518

75197519
proc validate_GlobalSignOut_600942(path: JsonNode; query: JsonNode; header: JsonNode;
75207520
formData: JsonNode; body: JsonNode): JsonNode =
7521-
## Signs out users from all devices.
7521+
## Signs out users from all devices. It also invalidates all refresh tokens issued to a user. The user's current access and Id tokens remain valid until their expiry. Access and Id tokens expire one hour after they are issued.
75227522
##
75237523
var section: JsonNode
75247524
result = newJObject()
@@ -7590,7 +7590,7 @@ proc validate_GlobalSignOut_600942(path: JsonNode; query: JsonNode; header: Json
75907590

75917591
proc call*(call_600953: Call_GlobalSignOut_600941; path: JsonNode; query: JsonNode;
75927592
header: JsonNode; formData: JsonNode; body: JsonNode): Recallable =
7593-
## Signs out users from all devices.
7593+
## Signs out users from all devices. It also invalidates all refresh tokens issued to a user. The user's current access and Id tokens remain valid until their expiry. Access and Id tokens expire one hour after they are issued.
75947594
##
75957595
let valid = call_600953.validator(path, query, header, formData, body)
75967596
let scheme = call_600953.pickScheme
@@ -7603,7 +7603,7 @@ proc call*(call_600953: Call_GlobalSignOut_600941; path: JsonNode; query: JsonNo
76037603

76047604
proc call*(call_600954: Call_GlobalSignOut_600941; body: JsonNode): Recallable =
76057605
## globalSignOut
7606-
## Signs out users from all devices.
7606+
## Signs out users from all devices. It also invalidates all refresh tokens issued to a user. The user's current access and Id tokens remain valid until their expiry. Access and Id tokens expire one hour after they are issued.
76077607
## body: JObject (required)
76087608
var body_600955 = newJObject()
76097609
if body != nil:

0 commit comments

Comments
 (0)