mypy-boto3-sso-admin 1.28.37__py3-none-any.whl → 1.29.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,6 +11,7 @@ Usage::
11
11
  data: InstanceAccessControlAttributeConfigurationStatusType = "CREATION_FAILED"
12
12
  ```
13
13
  """
14
+
14
15
  import sys
15
16
 
16
17
  if sys.version_info >= (3, 12):
@@ -113,6 +114,8 @@ ServiceName = Literal[
113
114
  "backup-gateway",
114
115
  "backupstorage",
115
116
  "batch",
117
+ "bedrock",
118
+ "bedrock-runtime",
116
119
  "billingconductor",
117
120
  "braket",
118
121
  "budgets",
@@ -167,6 +170,7 @@ ServiceName = Literal[
167
170
  "dataexchange",
168
171
  "datapipeline",
169
172
  "datasync",
173
+ "datazone",
170
174
  "dax",
171
175
  "detective",
172
176
  "devicefarm",
@@ -212,7 +216,6 @@ ServiceName = Literal[
212
216
  "frauddetector",
213
217
  "fsx",
214
218
  "gamelift",
215
- "gamesparks",
216
219
  "glacier",
217
220
  "globalaccelerator",
218
221
  "glue",
@@ -267,6 +270,7 @@ ServiceName = Literal[
267
270
  "kms",
268
271
  "lakeformation",
269
272
  "lambda",
273
+ "launch-wizard",
270
274
  "lex-models",
271
275
  "lex-runtime",
272
276
  "lexv2-models",
@@ -312,6 +316,7 @@ ServiceName = Literal[
312
316
  "mturk",
313
317
  "mwaa",
314
318
  "neptune",
319
+ "neptunedata",
315
320
  "network-firewall",
316
321
  "networkmanager",
317
322
  "nimble",
@@ -327,6 +332,7 @@ ServiceName = Literal[
327
332
  "panorama",
328
333
  "payment-cryptography",
329
334
  "payment-cryptography-data",
335
+ "pca-connector-ad",
330
336
  "personalize",
331
337
  "personalize-events",
332
338
  "personalize-runtime",
@@ -471,11 +477,13 @@ RegionName = Literal[
471
477
  "ap-southeast-3",
472
478
  "ca-central-1",
473
479
  "eu-central-1",
480
+ "eu-central-2",
474
481
  "eu-north-1",
475
482
  "eu-south-1",
476
483
  "eu-west-1",
477
484
  "eu-west-2",
478
485
  "eu-west-3",
486
+ "il-central-1",
479
487
  "me-south-1",
480
488
  "sa-east-1",
481
489
  "us-east-1",
@@ -11,6 +11,7 @@ Usage::
11
11
  data: InstanceAccessControlAttributeConfigurationStatusType = "CREATION_FAILED"
12
12
  ```
13
13
  """
14
+
14
15
  import sys
15
16
 
16
17
  if sys.version_info >= (3, 12):
@@ -111,6 +112,8 @@ ServiceName = Literal[
111
112
  "backup-gateway",
112
113
  "backupstorage",
113
114
  "batch",
115
+ "bedrock",
116
+ "bedrock-runtime",
114
117
  "billingconductor",
115
118
  "braket",
116
119
  "budgets",
@@ -165,6 +168,7 @@ ServiceName = Literal[
165
168
  "dataexchange",
166
169
  "datapipeline",
167
170
  "datasync",
171
+ "datazone",
168
172
  "dax",
169
173
  "detective",
170
174
  "devicefarm",
@@ -210,7 +214,6 @@ ServiceName = Literal[
210
214
  "frauddetector",
211
215
  "fsx",
212
216
  "gamelift",
213
- "gamesparks",
214
217
  "glacier",
215
218
  "globalaccelerator",
216
219
  "glue",
@@ -265,6 +268,7 @@ ServiceName = Literal[
265
268
  "kms",
266
269
  "lakeformation",
267
270
  "lambda",
271
+ "launch-wizard",
268
272
  "lex-models",
269
273
  "lex-runtime",
270
274
  "lexv2-models",
@@ -310,6 +314,7 @@ ServiceName = Literal[
310
314
  "mturk",
311
315
  "mwaa",
312
316
  "neptune",
317
+ "neptunedata",
313
318
  "network-firewall",
314
319
  "networkmanager",
315
320
  "nimble",
@@ -325,6 +330,7 @@ ServiceName = Literal[
325
330
  "panorama",
326
331
  "payment-cryptography",
327
332
  "payment-cryptography-data",
333
+ "pca-connector-ad",
328
334
  "personalize",
329
335
  "personalize-events",
330
336
  "personalize-runtime",
@@ -469,11 +475,13 @@ RegionName = Literal[
469
475
  "ap-southeast-3",
470
476
  "ca-central-1",
471
477
  "eu-central-1",
478
+ "eu-central-2",
472
479
  "eu-north-1",
473
480
  "eu-south-1",
474
481
  "eu-west-1",
475
482
  "eu-west-2",
476
483
  "eu-west-3",
484
+ "il-central-1",
477
485
  "me-south-1",
478
486
  "sa-east-1",
479
487
  "us-east-1",
@@ -39,6 +39,7 @@ Usage::
39
39
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
40
40
  ```
41
41
  """
42
+
42
43
  from typing import Generic, Iterator, TypeVar
43
44
 
44
45
  from botocore.paginate import PageIterator, Paginator
@@ -132,8 +133,8 @@ class ListAccountAssignmentsPaginator(Paginator):
132
133
  def paginate(
133
134
  self,
134
135
  *,
135
- InstanceArn: str,
136
136
  AccountId: str,
137
+ InstanceArn: str,
137
138
  PermissionSetArn: str,
138
139
  PaginationConfig: PaginatorConfigTypeDef = ...
139
140
  ) -> _PageIterator[ListAccountAssignmentsResponseTypeDef]:
@@ -259,8 +260,8 @@ class ListPermissionSetsProvisionedToAccountPaginator(Paginator):
259
260
  def paginate(
260
261
  self,
261
262
  *,
262
- InstanceArn: str,
263
263
  AccountId: str,
264
+ InstanceArn: str,
264
265
  ProvisioningStatus: ProvisioningStatusType = ...,
265
266
  PaginationConfig: PaginatorConfigTypeDef = ...
266
267
  ) -> _PageIterator[ListPermissionSetsProvisionedToAccountResponseTypeDef]:
@@ -39,6 +39,7 @@ Usage::
39
39
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
40
40
  ```
41
41
  """
42
+
42
43
  from typing import Generic, Iterator, TypeVar
43
44
 
44
45
  from botocore.paginate import PageIterator, Paginator
@@ -127,8 +128,8 @@ class ListAccountAssignmentsPaginator(Paginator):
127
128
  def paginate(
128
129
  self,
129
130
  *,
130
- InstanceArn: str,
131
131
  AccountId: str,
132
+ InstanceArn: str,
132
133
  PermissionSetArn: str,
133
134
  PaginationConfig: PaginatorConfigTypeDef = ...
134
135
  ) -> _PageIterator[ListAccountAssignmentsResponseTypeDef]:
@@ -247,8 +248,8 @@ class ListPermissionSetsProvisionedToAccountPaginator(Paginator):
247
248
  def paginate(
248
249
  self,
249
250
  *,
250
- InstanceArn: str,
251
251
  AccountId: str,
252
+ InstanceArn: str,
252
253
  ProvisioningStatus: ProvisioningStatusType = ...,
253
254
  PaginationConfig: PaginatorConfigTypeDef = ...
254
255
  ) -> _PageIterator[ListPermissionSetsProvisionedToAccountResponseTypeDef]: