aws-sdk 2.1067.0 → 2.1068.0

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.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,13 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1067.0-->
2
+ <!--LATEST=2.1068.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1068.0
6
+ * feature: EC2: adds support for AMIs in Recycle Bin
7
+ * feature: MarketplaceMetering: Add CustomerAWSAccountId to ResolveCustomer API response and increase UsageAllocation limit to 2500.
8
+ * feature: Rbin: Add EC2 Image recycle bin support.
9
+ * feature: RoboMaker: The release deprecates the use various APIs of RoboMaker Deployment Service in favor of AWS IoT GreenGrass v2.0.
10
+
5
11
  ## 2.1067.0
6
12
  * feature: Appflow: Launching Amazon AppFlow Custom Connector SDK.
7
13
  * feature: Comprehend: Amazon Comprehend now supports sharing and importing custom trained models from one AWS account to another within the same region.
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1067.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1068.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -8800,11 +8800,8 @@
8800
8800
  "locationName": "Filter"
8801
8801
  },
8802
8802
  "ImageIds": {
8803
- "locationName": "ImageId",
8804
- "type": "list",
8805
- "member": {
8806
- "locationName": "ImageId"
8807
- }
8803
+ "shape": "S11w",
8804
+ "locationName": "ImageId"
8808
8805
  },
8809
8806
  "Owners": {
8810
8807
  "shape": "S10e",
@@ -17230,6 +17227,59 @@
17230
17227
  }
17231
17228
  }
17232
17229
  },
17230
+ "ListImagesInRecycleBin": {
17231
+ "input": {
17232
+ "type": "structure",
17233
+ "members": {
17234
+ "ImageIds": {
17235
+ "shape": "S11w",
17236
+ "locationName": "ImageId"
17237
+ },
17238
+ "NextToken": {},
17239
+ "MaxResults": {
17240
+ "type": "integer"
17241
+ },
17242
+ "DryRun": {
17243
+ "type": "boolean"
17244
+ }
17245
+ }
17246
+ },
17247
+ "output": {
17248
+ "type": "structure",
17249
+ "members": {
17250
+ "Images": {
17251
+ "locationName": "imageSet",
17252
+ "type": "list",
17253
+ "member": {
17254
+ "locationName": "item",
17255
+ "type": "structure",
17256
+ "members": {
17257
+ "ImageId": {
17258
+ "locationName": "imageId"
17259
+ },
17260
+ "Name": {
17261
+ "locationName": "name"
17262
+ },
17263
+ "Description": {
17264
+ "locationName": "description"
17265
+ },
17266
+ "RecycleBinEnterTime": {
17267
+ "locationName": "recycleBinEnterTime",
17268
+ "type": "timestamp"
17269
+ },
17270
+ "RecycleBinExitTime": {
17271
+ "locationName": "recycleBinExitTime",
17272
+ "type": "timestamp"
17273
+ }
17274
+ }
17275
+ }
17276
+ },
17277
+ "NextToken": {
17278
+ "locationName": "nextToken"
17279
+ }
17280
+ }
17281
+ }
17282
+ },
17233
17283
  "ListSnapshotsInRecycleBin": {
17234
17284
  "input": {
17235
17285
  "type": "structure",
@@ -17551,25 +17601,25 @@
17551
17601
  "Attribute": {},
17552
17602
  "OperationType": {},
17553
17603
  "UserIds": {
17554
- "shape": "S1t1",
17604
+ "shape": "S1t6",
17555
17605
  "locationName": "UserId"
17556
17606
  },
17557
17607
  "UserGroups": {
17558
- "shape": "S1t2",
17608
+ "shape": "S1t7",
17559
17609
  "locationName": "UserGroup"
17560
17610
  },
17561
17611
  "ProductCodes": {
17562
- "shape": "S1t3",
17612
+ "shape": "S1t8",
17563
17613
  "locationName": "ProductCode"
17564
17614
  },
17565
17615
  "LoadPermission": {
17566
17616
  "type": "structure",
17567
17617
  "members": {
17568
17618
  "Add": {
17569
- "shape": "S1t5"
17619
+ "shape": "S1ta"
17570
17620
  },
17571
17621
  "Remove": {
17572
- "shape": "S1t5"
17622
+ "shape": "S1ta"
17573
17623
  }
17574
17624
  }
17575
17625
  },
@@ -17614,7 +17664,7 @@
17614
17664
  "locationName": "successful"
17615
17665
  },
17616
17666
  "Unsuccessful": {
17617
- "shape": "S1ta",
17667
+ "shape": "S1tf",
17618
17668
  "locationName": "unsuccessful"
17619
17669
  }
17620
17670
  }
@@ -17682,15 +17732,15 @@
17682
17732
  },
17683
17733
  "OperationType": {},
17684
17734
  "ProductCodes": {
17685
- "shape": "S1t3",
17735
+ "shape": "S1t8",
17686
17736
  "locationName": "ProductCode"
17687
17737
  },
17688
17738
  "UserGroups": {
17689
- "shape": "S1t2",
17739
+ "shape": "S1t7",
17690
17740
  "locationName": "UserGroup"
17691
17741
  },
17692
17742
  "UserIds": {
17693
- "shape": "S1t1",
17743
+ "shape": "S1t6",
17694
17744
  "locationName": "UserId"
17695
17745
  },
17696
17746
  "Value": {},
@@ -17829,7 +17879,7 @@
17829
17879
  "members": {
17830
17880
  "InstanceId": {},
17831
17881
  "CapacityReservationSpecification": {
17832
- "shape": "S1tn"
17882
+ "shape": "S1ts"
17833
17883
  },
17834
17884
  "DryRun": {
17835
17885
  "type": "boolean"
@@ -18438,7 +18488,7 @@
18438
18488
  "OperationType": {},
18439
18489
  "SnapshotId": {},
18440
18490
  "UserIds": {
18441
- "shape": "S1t1",
18491
+ "shape": "S1t6",
18442
18492
  "locationName": "UserId"
18443
18493
  },
18444
18494
  "DryRun": {
@@ -19037,13 +19087,13 @@
19037
19087
  ],
19038
19088
  "members": {
19039
19089
  "AccepterPeeringConnectionOptions": {
19040
- "shape": "S1w6"
19090
+ "shape": "S1wb"
19041
19091
  },
19042
19092
  "DryRun": {
19043
19093
  "type": "boolean"
19044
19094
  },
19045
19095
  "RequesterPeeringConnectionOptions": {
19046
- "shape": "S1w6"
19096
+ "shape": "S1wb"
19047
19097
  },
19048
19098
  "VpcPeeringConnectionId": {}
19049
19099
  }
@@ -19052,11 +19102,11 @@
19052
19102
  "type": "structure",
19053
19103
  "members": {
19054
19104
  "AccepterPeeringConnectionOptions": {
19055
- "shape": "S1w8",
19105
+ "shape": "S1wd",
19056
19106
  "locationName": "accepterPeeringConnectionOptions"
19057
19107
  },
19058
19108
  "RequesterPeeringConnectionOptions": {
19059
- "shape": "S1w8",
19109
+ "shape": "S1wd",
19060
19110
  "locationName": "requesterPeeringConnectionOptions"
19061
19111
  }
19062
19112
  }
@@ -19268,7 +19318,7 @@
19268
19318
  "type": "structure",
19269
19319
  "members": {
19270
19320
  "InstanceMonitorings": {
19271
- "shape": "S1wn",
19321
+ "shape": "S1ws",
19272
19322
  "locationName": "instancesSet"
19273
19323
  }
19274
19324
  }
@@ -19913,7 +19963,7 @@
19913
19963
  "locationName": "successful"
19914
19964
  },
19915
19965
  "Unsuccessful": {
19916
- "shape": "S1ta",
19966
+ "shape": "S1tf",
19917
19967
  "locationName": "unsuccessful"
19918
19968
  }
19919
19969
  }
@@ -20519,6 +20569,29 @@
20519
20569
  }
20520
20570
  }
20521
20571
  },
20572
+ "RestoreImageFromRecycleBin": {
20573
+ "input": {
20574
+ "type": "structure",
20575
+ "required": [
20576
+ "ImageId"
20577
+ ],
20578
+ "members": {
20579
+ "ImageId": {},
20580
+ "DryRun": {
20581
+ "type": "boolean"
20582
+ }
20583
+ }
20584
+ },
20585
+ "output": {
20586
+ "type": "structure",
20587
+ "members": {
20588
+ "Return": {
20589
+ "locationName": "return",
20590
+ "type": "boolean"
20591
+ }
20592
+ }
20593
+ }
20594
+ },
20522
20595
  "RestoreManagedPrefixListVersion": {
20523
20596
  "input": {
20524
20597
  "type": "structure",
@@ -20922,7 +20995,7 @@
20922
20995
  }
20923
20996
  },
20924
20997
  "CapacityReservationSpecification": {
20925
- "shape": "S1tn"
20998
+ "shape": "S1ts"
20926
20999
  },
20927
21000
  "HibernationOptions": {
20928
21001
  "type": "structure",
@@ -21076,7 +21149,7 @@
21076
21149
  "type": "integer"
21077
21150
  },
21078
21151
  "Groups": {
21079
- "shape": "S205",
21152
+ "shape": "S20c",
21080
21153
  "locationName": "Group"
21081
21154
  },
21082
21155
  "Ipv6AddressCount": {
@@ -21125,7 +21198,7 @@
21125
21198
  },
21126
21199
  "RamdiskId": {},
21127
21200
  "SecurityGroupIds": {
21128
- "shape": "S205",
21201
+ "shape": "S20c",
21129
21202
  "locationName": "SecurityGroupId"
21130
21203
  },
21131
21204
  "SubnetId": {},
@@ -21335,7 +21408,7 @@
21335
21408
  "type": "structure",
21336
21409
  "members": {
21337
21410
  "StartingInstances": {
21338
- "shape": "S20t",
21411
+ "shape": "S210",
21339
21412
  "locationName": "instancesSet"
21340
21413
  }
21341
21414
  }
@@ -21458,7 +21531,7 @@
21458
21531
  "type": "structure",
21459
21532
  "members": {
21460
21533
  "StoppingInstances": {
21461
- "shape": "S20t",
21534
+ "shape": "S210",
21462
21535
  "locationName": "instancesSet"
21463
21536
  }
21464
21537
  }
@@ -21533,7 +21606,7 @@
21533
21606
  "type": "structure",
21534
21607
  "members": {
21535
21608
  "TerminatingInstances": {
21536
- "shape": "S20t",
21609
+ "shape": "S210",
21537
21610
  "locationName": "instancesSet"
21538
21611
  }
21539
21612
  }
@@ -21618,7 +21691,7 @@
21618
21691
  "type": "structure",
21619
21692
  "members": {
21620
21693
  "InstanceMonitorings": {
21621
- "shape": "S1wn",
21694
+ "shape": "S1ws",
21622
21695
  "locationName": "instancesSet"
21623
21696
  }
21624
21697
  }
@@ -21637,7 +21710,7 @@
21637
21710
  "shape": "S58"
21638
21711
  },
21639
21712
  "SecurityGroupRuleDescriptions": {
21640
- "shape": "S21f",
21713
+ "shape": "S21m",
21641
21714
  "locationName": "SecurityGroupRuleDescription"
21642
21715
  }
21643
21716
  }
@@ -21665,7 +21738,7 @@
21665
21738
  "shape": "S58"
21666
21739
  },
21667
21740
  "SecurityGroupRuleDescriptions": {
21668
- "shape": "S21f",
21741
+ "shape": "S21m",
21669
21742
  "locationName": "SecurityGroupRuleDescription"
21670
21743
  }
21671
21744
  }
@@ -27687,6 +27760,12 @@
27687
27760
  }
27688
27761
  }
27689
27762
  },
27763
+ "S11w": {
27764
+ "type": "list",
27765
+ "member": {
27766
+ "locationName": "ImageId"
27767
+ }
27768
+ },
27690
27769
  "S125": {
27691
27770
  "type": "structure",
27692
27771
  "members": {
@@ -29986,25 +30065,25 @@
29986
30065
  }
29987
30066
  }
29988
30067
  },
29989
- "S1t1": {
30068
+ "S1t6": {
29990
30069
  "type": "list",
29991
30070
  "member": {
29992
30071
  "locationName": "UserId"
29993
30072
  }
29994
30073
  },
29995
- "S1t2": {
30074
+ "S1t7": {
29996
30075
  "type": "list",
29997
30076
  "member": {
29998
30077
  "locationName": "UserGroup"
29999
30078
  }
30000
30079
  },
30001
- "S1t3": {
30080
+ "S1t8": {
30002
30081
  "type": "list",
30003
30082
  "member": {
30004
30083
  "locationName": "ProductCode"
30005
30084
  }
30006
30085
  },
30007
- "S1t5": {
30086
+ "S1ta": {
30008
30087
  "type": "list",
30009
30088
  "member": {
30010
30089
  "locationName": "item",
@@ -30015,14 +30094,14 @@
30015
30094
  }
30016
30095
  }
30017
30096
  },
30018
- "S1ta": {
30097
+ "S1tf": {
30019
30098
  "type": "list",
30020
30099
  "member": {
30021
30100
  "shape": "S17",
30022
30101
  "locationName": "item"
30023
30102
  }
30024
30103
  },
30025
- "S1tn": {
30104
+ "S1ts": {
30026
30105
  "type": "structure",
30027
30106
  "members": {
30028
30107
  "CapacityReservationPreference": {},
@@ -30031,7 +30110,7 @@
30031
30110
  }
30032
30111
  }
30033
30112
  },
30034
- "S1w6": {
30113
+ "S1wb": {
30035
30114
  "type": "structure",
30036
30115
  "members": {
30037
30116
  "AllowDnsResolutionFromRemoteVpc": {
@@ -30045,7 +30124,7 @@
30045
30124
  }
30046
30125
  }
30047
30126
  },
30048
- "S1w8": {
30127
+ "S1wd": {
30049
30128
  "type": "structure",
30050
30129
  "members": {
30051
30130
  "AllowDnsResolutionFromRemoteVpc": {
@@ -30062,7 +30141,7 @@
30062
30141
  }
30063
30142
  }
30064
30143
  },
30065
- "S1wn": {
30144
+ "S1ws": {
30066
30145
  "type": "list",
30067
30146
  "member": {
30068
30147
  "locationName": "item",
@@ -30078,13 +30157,13 @@
30078
30157
  }
30079
30158
  }
30080
30159
  },
30081
- "S205": {
30160
+ "S20c": {
30082
30161
  "type": "list",
30083
30162
  "member": {
30084
30163
  "locationName": "SecurityGroupId"
30085
30164
  }
30086
30165
  },
30087
- "S20t": {
30166
+ "S210": {
30088
30167
  "type": "list",
30089
30168
  "member": {
30090
30169
  "locationName": "item",
@@ -30104,7 +30183,7 @@
30104
30183
  }
30105
30184
  }
30106
30185
  },
30107
- "S21f": {
30186
+ "S21m": {
30108
30187
  "type": "list",
30109
30188
  "member": {
30110
30189
  "locationName": "item",
@@ -728,6 +728,12 @@
728
728
  "output_token": "NextToken",
729
729
  "result_key": "VpnConnectionDeviceTypes"
730
730
  },
731
+ "ListImagesInRecycleBin": {
732
+ "input_token": "NextToken",
733
+ "limit_key": "MaxResults",
734
+ "output_token": "NextToken",
735
+ "result_key": "Images"
736
+ },
731
737
  "ListSnapshotsInRecycleBin": {
732
738
  "input_token": "NextToken",
733
739
  "limit_key": "MaxResults",
@@ -120,7 +120,8 @@
120
120
  "type": "structure",
121
121
  "members": {
122
122
  "CustomerIdentifier": {},
123
- "ProductCode": {}
123
+ "ProductCode": {},
124
+ "CustomerAWSAccountId": {}
124
125
  }
125
126
  }
126
127
  }